Tips & Tricks – Memento Mori (Final Fantasy Record Keeper) – RPG Maker MV

Yanfly Engine Plugins is a plugin library made for RPG Maker MV, a wonderful piece of software to help you make that role playing game of your dreams. You can find out more about RPG Maker MV here.

Memento Mori is a skill from Final Fantasy Record Keeper. When used, it will behave like a normal skill and damage the enemy. However, once that’s done, it will significantly buff the user’s magic but also apply Doom on the user! Here’s how to recreate the effect in RPG Maker MV!

You can grab the copy/paste code here: 

Insert the following Action Sequence into your skill’s notebox. Chance the values in red to fit your game’s settings.

<Follow Action>
immortal: targets, false
animation 51: user
add mat buff: user, 5
wait for animation
animation 231: user
add state 190: user
wait for animation
</Follow Action>

Enjoy!

Please wait while you are redirected...or Click Here if you do not want to wait.