- Joined
- Mar 23, 2008
- Messages
- 942
I want to make a rasengam spell that works that way:
You cast the spell
A clone appear at your side, facing you, and you facing the clone.
You gain the ability
The clone vanish
You cast the spell
A clone appear at your side, facing you, and you facing the clone.
You gain the ability
The clone vanish
-
Rasengam Cast
-
Events
- Unit - A unit Begins casting an ability
-
Conditions
- (Ability being cast) Equal to Rasengan (based in war stomp)
- (Level of Rasengan (hand effect) for (Casting unit)) Equal to 0
-
Actions
- Set SpellPoint[0] = ((Position of (Casting unit)) offset by (((Facing of (Casting unit)) + 5.00), ((Facing of (Casting unit)) + 5.00)))
- Unit - Pause (Casting unit)
- Unit - Create 1 Naruto bunshin for Neutral Passive at SpellPoint[0] facing ((Facing of (Casting unit)) + 180.00) degrees
- Unit - Add a 2.00 second Generic expiration timer to (Last created unit)
- Unit - Add Rasengan (hand effect) to (Casting unit)
- Unit - Unpause (Casting unit)
-
Events