- Joined
- Jun 26, 2016
- Messages
- 60
Need help with an ability that empowers next attack based on your hero attribute and restores % of hero's mana
-
Frostmourne Cast
-
Events
-
Unit - A unit Starts the effect of an ability
-
-
Conditions
-
(Ability being cast) Equal to Frostmourne Hungers
-
-
Actions
-
Set VariableSet Frostmourne_Stats = (Real((Strength of (Triggering unit) (Include bonuses))))
-
Set VariableSet Frostmourne_Level = (Real((Level of Frostmourne Hungers for (Triggering unit))))
-
-
-
Frostmourne Attack
-
Events
-
Unit - A unit Is attacked
-
-
Conditions
-
((Attacking unit) has buff Frostmourne Hungers ) Equal to True
-
-
Actions
-
Set VariableSet Frostmourne_Mana = (Percentage mana of (Attacking unit))
-
Special Effect - Create a special effect attached to the chest of (Attacked unit) using Abilities\Spells\Undead\FrostNova\FrostNovaTarget.mdl
-
Special Effect - Destroy (Last created special effect)
-
Unit - Cause (Attacking unit) to damage (Attacked unit), dealing (Frostmourne_Level x Frostmourne_Stats) damage of attack type Hero and damage type Normal
-
Unit - Set mana of (Attacking unit) to (Frostmourne_Mana + 25.00)%
-
Unit - Remove Frostmourne Hungers buff from (Attacking unit)
-
-
Last edited: