Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
Im making an abilities which will provide bonus damage and change the attack type to magic so that the caster can attack ethereal units. How to do this?
Im GUI user as usual.
Then you might want to make a check, before you use that system. Check when the unit "enters" the ethereal form:
OPrd
Events
Unit - A unit Is issued an order with no target
Conditions
(Issued order) Equal to (Order(etherealform))
Actions
Unit Group - Add (Triggering unit) to EtherealGroup
Now, when your hero is supposed to have their attack type changed, you can make this check:
((Triggering unit) is in EtherealGroup) Equal to True
Make the transformation and add the ability called "Ethereal" to your unit, to retain the ethereal form in your new unit-type (which is changed through the system I linked).
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.