- Joined
- Sep 11, 2022
- Messages
- 14
Greetings, I've recently been trying to restore some of Naj'entus' skills in WOW. His first ability is Impaling Spine, which stuns enemies and causes bleeding. In order to remake this ability, I made a new ability "Impaling Spine" based on MK's Storm Bolt, and added a new UI called Puncture(ImpalingSpine). I tried to achieve 20 damage per second bleeding through a trigger, so I wrote the following trigger:
-
Impaling Spine
-
Events
- Unit - A unit start casting an ability
-
Conditions
- (Ability being cast) Equal to ImpalingSpine
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
- ((Ability target unit) has Puncture(ImpalingSpine)) equal to TRUE
-
Then - Actions
- Unit - (Cast unit) to damage (Ability target unit) 20.00 damage, of attack type Spells and damage type Normal
-
Else - Actions
- Do nothing
-
If - Conditions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
Events