RPG Maker MZ | Restart battle skill
A downloadable game
Download NowName your own price
this script saves data about characters before the fight, records how much HP, MP and TP the characters had before the fight. After using a given skill, it loads this data. However, the plugin needs additional skill changes.
1. Create a new Skill and set its speed to 2000 to execute first.
2. Set the occasion to Battle Screen.
3. In Note, type <restartBattle>.
4. In Damage, set HP Recover, Element None, Variance 0% Critical Hits No.
5. In the Formula, enter: $gameTroop.aliveMembers().concat($gameParty.aliveMembers()).forEach(battler => battler.addState(25)); b.mhp - b.hp
Now You can set the skill price etc, the most important thing is that the above conditions are met.
Status | Released |
Author | Kazik3Wielki |
Tags | plugin, RPG Maker MZ, script |
Download
Download NowName your own price
Click download now to get access to the following files:
restart battle skill.js 5.4 kB
Leave a comment
Log in with itch.io to leave a comment.