Welcome to PGMZ! My goal is to make it easy for everyone to find and share great plugins for creating amazing games. As a plugin developer myself, I'm excited to grow this community with all of you.
NUUN Enemy Param No Limit - NUUN_EnemyParamNoLimit.js
Plugin desc : Exceed the enemy character's status limit
License : MIT License
Author : NUUN
Website : https://github.com/munokura/NUUN-MZ-plugins/blob/master/NUUN_EnemyParamNoLimit.js
Desc page : https://github.com/nuun888/MZ
Download Page : https://raw.githubusercontent.com/munokura/NUUN-MZ-plugins/master/NUUN_EnemyParamNoLimit.js
File name : NUUN_EnemyParamNoLimit.js
Help of plugin :
@target MZ @url https://github.com/nuun888/MZ @plugindesc Exceed the enemy character's status limit @author NUUN @license MIT License @help English Help Translator: munokura This is an unofficial English translation of the plugin help, created to support global RPG Maker users. Feedback is welcome to improve translation quality (see: https://github.com/munokura/NUUN-MZ-plugins ). Original plugin by NUUN. Please check the latest official version at: https://github.com/nuun888/MZ ----- In the database, there is a limit on each enemy character's stat setting, and you cannot enter a value beyond that limit. This plugin allows you to set each enemy character's stat beyond the limit. Enter the following in the enemy character's memo field. <EnemyHP:1000000> HP 1000000 (default limit 999999) <EnemyMP:1000000> MP 1000000 (default limit 9999) <EnemyAtk:2000> Attack Power 2000 (default limit 999) <EnemyDef:2000> Defense Power 2000 (default limit 999) <EnemyMat:2000> Magic Power 2000 (default limit 999) <EnemyMdf:2000> Magic Defense 2000 (default limit 999) <EnemyAgi:2000> Agility 2000 (default limit 999) <EnemyLuk:2000> Luck 2000 (default limit 999) <EnemyExp:10000000> 10,000,000 Experience Points (default limit: 9,999,999) <EnemyGold:10,000,000> 10,000,000 Money (default limit: 9,999,999) This plugin requires "NUUN_Base." Terms of Use This plugin is distributed under the MIT License. Update History 2020/11 Version 1.0.0 First Edition