| 03-05-2007, 08:39 PM | #1 |
What I am trying to do is keep a hero's armor value to zero. The base stat will always be zero and will not gain any armor from agility so it shouldn't be too complicated. Is there a trigger that modifies a hero's armor to 0? If there isn't, is there any way I could do this? |
| 03-05-2007, 08:40 PM | #2 |
If the armor will stay at what it starts with, just go to gameplay constants and find the constant that says base hero armor, change it to 0 instead of -2 |
| 03-05-2007, 11:03 PM | #3 |
Uh... That's not the problem... I set it to zero and I made it so the armor will always stay at 0 excluding bonus from items. When I use Chaos based ability, the hero's item defence becomes the base defence. I know how to change game constants... So please help me out with a trigger that will keep the hero's defence at 0. (excluding bonus from items) |
| 03-06-2007, 12:37 AM | #4 |
Remove the item(s) giving the armor bonuses, apply chaos, then add them back. |
