So i've made a spell out of Poison Arrows (order string poisonarrows)
And i want to add 1x real Strenght of hero as bonus damage.
I realize that we're not casting the autocasters, we actually just "attack" with a bonus to that string.
My trigger:
-Plunders
And i want to add 1x real Strenght of hero as bonus damage.
I realize that we're not casting the autocasters, we actually just "attack" with a bonus to that string.
My trigger:
-
Events
- Unit - Player 0000 <gen> Is issued an order targeting an object
-
Conditions
- (Issued order) Equal to (Order(poisonarrows))
-
Actions
- Unit - Cause (Ordered unit) to damage (Target unit of issued order), dealing (6.00 x (Real((Strength of (Triggering unit) (Include bonuses))))) damage of attack type Normal and damage type Normal
-Plunders