RPG Maker MV - TP Healing HP & MP (Igeia)
RPG Maker MV - TP Healing HP & MP (Igeia)
Using Yanfly's Action Sequence, I'll show you how to setup a Skill that allows your player to use their TP as a Percentage to heal both HP&MP at the same time using Variables.
(setup action)
Motion chant: user
move user: forward, 200, 60
float user: 200%, 120
Motion chant: user
wait for movement
Animation 41: user, mirror
ANIMATION WAIT: 10
(/setup action)
(target action)
Action animation: target
wait for animation
IF (user.tp )100)
Change Variable 31 = 100
ELSE
Change Variable 31 = user.tp;
END
Change Variable 71 = user.mhp;
Change Variable 71 *= $gameVariables.value(31);
Change Variable 71 /= 100
HP +VARIABLE 71: target, show
Change Variable 71 = user.mmp;
Change Variable 71 *= $gameVariables.value(31);
Change Variable 71 /= 100
MP +VARIABLE 71: target, show
move user: return, 60
float user: 0%, 120
wait for float
TP -Variable 31: user
(/target action)
(finish action)
Death Break
Clear Battle Log
Perform Finish
(/finish action)
Make sure you Copy/Paste to Notepad. Ctrl H and replace the Brackets for ankle Brackets (Youtube doesn't allow them in description)
Action Sequence Plugins: http://yanfly.moe/yep/
--------------------------------------------------------------
Like / Subscribe / Comment / Share -
--------------------------------------------------------------
Other Videos By Game Slobs
Other Statistics
RPG Maker MV Statistics For Game Slobs
Game Slobs currently has 2,094 views spread across 3 videos for RPG Maker MV. Less than an hour worth of RPG Maker MV videos were uploaded to his channel, making up less than 0.68% of the total overall content on Game Slobs's YouTube channel.