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.
CSVN prevent Weak Enemies - CSVN_preventWeakEnemies.js
Plugin desc : Prevent the appearance of weak enemies
License : MIT License
Author : cursed_steven
Website : https://github.com/cursed-steven/rmmz/blob/main/CSVN_preventWeakEnemies.js
Desc page : https://note.com/cursed_steven/n/nad70c5354179
Download Page : https://raw.githubusercontent.com/cursed-steven/rmmz/main/CSVN_preventWeakEnemies.js
File name : CSVN_preventWeakEnemies.js
Help of plugin :
* @target MZ * @plugindesc Prevent the appearance of weak enemies * @base PluginCommonBase * @orderAfter PluginCommonBase * @author cursed_steven * @url https://note.com/cursed_steven/n/nad70c5354179 * * @help CSVN_preventWeakEnemies.js * * Encounters with enemy groups below the average party level minus * the set value will be skipped while the specified switch is on. * * The level of the enemy character can be set by writing the following * meta tag in the memo field. * ex. <Lv:25> * * If you do not write a meta tag, it depends on the plugin settings. * In addition, since the encounter is judged by the average level of * the entire enemy group, even if the enemy character is sufficiently * lower than the party level, if there is an enemy character with * a higher level in the same group, it will appear together. * * v1.1.0 Thanks to: Mr. Sasuke Kannaduki * * Terms: * No permission needed for change or re-distribute this plugin. * But I will be glad to being informed you used or reffered this. * * @param switchId * @text switch ID * @desc Attempts to skip while this switch is ON. * @type switch * * @param lvDiff * @text Setting level difference * @desc Encounters with enemy groups below the average party level minus this value will be skipped while the specified switch is on. * * @param woMetatag * @text Treatment of enemy characters without meta tags. * @desc Select whether it is equivalent to Lv:1 or equivalent to Lv:99. * @type select * @option 1 * @option 99