I'v made an item, but this not work:
Item that after use gives a Thorn Aura to yourself and every units attacking you takes 100% damage return. Lasts 8 seconds.
I did item with Thunder Clap ability (Dummy Ability)
Triggers:
Item that after use gives a Thorn Aura to yourself and every units attacking you takes 100% damage return. Lasts 8 seconds.
I did item with Thunder Clap ability (Dummy Ability)
Triggers:
-
Events
-
Unit - A unit using an item
-
-
Conditions
-
(Item-type of (Item being manipulated)) = Barbed Armor
-
-
Actions
-
Set BarbedUnit = (Hero manipulating item)
-
Time - Start BarbedTimer as a one shot‚ timer that will expire in 8.00 seconds
-
Unit - Add Barbed Armor to BarbedUnit
-
Trigger - Turn on Disactive <gen>
-
-
Events
-
Time - BarbedTimer expires
-
-
Actions
-
Unit - Remove Barbed Armor from BarbedUnit
-