itch.io is community of indie game creators and players

Devlogs

Action Sequence: Shuriken Bounce

Some of ya might be wondering what kinds of ways you could use the new Prev Target mechanism. For one, ya can do a shuriken bounce!

First things first, make this skill an "All Enemies" skill.

Next, insert this into your notebox.

<whole action>
perform start
motion standby: user
wait for movement
face user: target
motion attack: user
</whole action>
<target action>
projectile icon 318: start prev target, goal target, duration 20, spin 1.5
wait for projectile
action animation: target
action effect
</target action>
<follow action>
wait for animation
</follow action>

Neat, huh?

Download Action Sequence Impact plugin for RPG Maker MV