Hey guys,
I am pretty new to the warcraft editor, therefore I ask here for help.
I am trying to implement 4 different passive abilities:
Shadow meld spell should make the night elf invisible when it doesn't move, but once an enemy gets closer to the night elf, it got revealed.
Cannibalize spell should regenerate 3hp/s without requiring a corpse nearby.
Spell Damage Boost spell should give 1 stack to the hero (max.10) for every 2s of taking no damage. 1 stack = +5 dmg to the hero's next offensive spell (maybe a variable counting the stacks). Every time the hero casts the offensive spell, the charges go back to 0. Also, if the hero takes damage and has more than 0 stacks, it should make the charges back to 0 rather than resetting the timer of the current stack.
Spell Damage Reduction spell should give 1 stack to the hero (max.3) for every 7s of taking no damage. 1 stack = 5 damage reduction of an enemy's offensive spell damage taken.
Any help on this would be greatly appreciated!
I am pretty new to the warcraft editor, therefore I ask here for help.
I am trying to implement 4 different passive abilities:
- Shadow meld
- Cannibalize
- Spell Damage Boost
- Spell Damage Reduction
Shadow meld spell should make the night elf invisible when it doesn't move, but once an enemy gets closer to the night elf, it got revealed.
Cannibalize spell should regenerate 3hp/s without requiring a corpse nearby.
Spell Damage Boost spell should give 1 stack to the hero (max.10) for every 2s of taking no damage. 1 stack = +5 dmg to the hero's next offensive spell (maybe a variable counting the stacks). Every time the hero casts the offensive spell, the charges go back to 0. Also, if the hero takes damage and has more than 0 stacks, it should make the charges back to 0 rather than resetting the timer of the current stack.
Spell Damage Reduction spell should give 1 stack to the hero (max.3) for every 7s of taking no damage. 1 stack = 5 damage reduction of an enemy's offensive spell damage taken.
Any help on this would be greatly appreciated!