HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Change HP of unit

02-25-2004, 01:30 PM#1
Oxygen87
How can i change the max HP of a unit?
i.e a unit has max hp 500, how can i change that so it has max hp 600?
02-25-2004, 01:31 PM#2
Kamahl
Object editor in the WE. It's under Stats - Max HP (Base).

Unless you mean with a trigger, in which case it'd probably have to just switch the unit with a slightly better version.
02-25-2004, 01:36 PM#3
Oxygen87
ohh, i meant, in game.
Thx for the help!
02-25-2004, 01:41 PM#4
Kamahl
Yeah, then you just need a second unit that is exactly the same, but with more HP.
02-25-2004, 01:49 PM#5
Vexorian
To change hit points in game it really depends.

If you want every unit owned by a player to change its hp by a percentage, you can use Handicaps

If you just want to change a unit's HP by 100 you can just add to it a custom ability that adds 100 hit points to the unit.

If you want to change a unit's HP by a X quantity of points you'll need to use weaaddar's bonus mod
02-26-2004, 11:08 AM#6
Oxygen87
This is great! I saw that he hade some more nice stuff but this is realy what i need. But, how to "install" it? Were do i put the code?