- Joined
- Aug 7, 2013
- Messages
- 1,342
Hi,
Does anyone have a list of all the item abilities which stack, so for example I read that for health, if you have an ability that adds 100 health, then:
would increase the unit's health by 300, rather than having to do the binary count off for something like damage.
What about attack speed? Mana? Spell resistance? etc.
Does anyone have a list of all the item abilities which stack, so for example I read that for health, if you have an ability that adds 100 health, then:
JASS:
call UnitAddAbility(u, 'healthAbil')
call UnitAddAbility(u, 'healthAbil')
call UnitAddAbility(u, 'healthAbil')
would increase the unit's health by 300, rather than having to do the binary count off for something like damage.
What about attack speed? Mana? Spell resistance? etc.




















