Memento Mori (MV Plugin Tips & Tricks)
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
VisuStella, Caz Wolf, Fallen Angel Olivia, Atelier Irina, and other affiliated content creators.
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!
Required Plugins
The following plugin(s) is required to create this Tips & Tricks effect:
For help on how to install plugins, click here.
For help on how to update plugins, click here.
About
This is a Tips & Tricks effect created for RPG Maker MV. Tips & Tricks are not to be confused with plugins. Instead, they are usually customized code created for the sake of producing unique features/effects that do not require an entire plugin to do.
Yanfly Engine Plugins
This Tips & Tricks effect is made possible due to the Yanfly Engine Plugins library.
Click here if you want to help support Team Yanfly on Patreon.
Instructions
Follow video instructions.
You can grab the copy/paste code here:
- Insert the following Action Sequence into your skill’s notebox. Chance the values 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!