RPG Maker MV
Adds a JavaScript method that - when called in battle - shows a monster's stats
bentelk
- 09/22/2018 03:06 PM
- 2903 views
example usage, in a spell's Damage Formula:
b.showStatsMessage(); 0
if you wanted a spell that shows stats AND deals damage, you could do:
b.showStatsMessage(); a.atk * 4 - b.def * 2
feel free to modify this script, to customize the data shown (there are comments in the script to help guide you).
This, and other plugins I've made, are available at
https://github.com/BenMakesGames/RPG-Maker-MV-Plugins