- Joined
- Sep 3, 2006
- Messages
- 1,738
I've been working on an item that has the specific ability to give a hero Immolation during the day and then during the night it will give it Shadow Meld. Respectively, it will only have 1 at a time.
This is what I have...
This is what I have...
-
Lightbrand Morning
-
Events
- Game - The in-game time of day becomes Greater than or equal to 0.00
-
Conditions
- ((Triggering unit) has an item of type |c00C6E2FFLightbrand|r) Equal to True
-
Actions
- Unit - Add Permanent Immolation (Neutral Hostile 1) to (Triggering unit)
- Unit - Remove Shadow Meld (Instant) from (Triggering unit)
-
Events
-
Lightbrand Night
-
Events
- Game - The in-game time of day becomes Greater than or equal to 12.00
-
Conditions
- ((Triggering unit) has an item of type |c00C6E2FFLightbrand|r) Equal to True
-
Actions
- Unit - Remove Permanent Immolation (Neutral Hostile 1) from (Triggering unit)
- Unit - Add Shadow Meld (Instant) to (Triggering unit)
-
Events