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.
RX T Chg Enemy Behavior in RT - RX_T_ChgEnemyBehavior_in_RT.js
Plugin desc : You can change an enemy’s behavior by damaging them or changing their state.
License : MIT License
Author : TYPE74RX-T
Website : https://w.atwiki.jp/type74rx-t/pages/221.html
Desc page : https://w.atwiki.jp/type74rx-t/pages/221.html
Download Page : https://raw.githubusercontent.com/munokura/RX_T-plugins/refs/heads/main/RX_T_ChgEnemyBehavior_in_RT.js
File name : RX_T_ChgEnemyBehavior_in_RT.js
Help of plugin :
* @target MV MZ * @plugindesc You can change an enemy’s behavior by damaging them or changing their state. * @author TYPE74RX-T * @url https://w.atwiki.jp/type74rx-t/pages/221.html * * @param SystemWord in Notes * @text System word * @desc System word to fill in the notes field * @default RealTimeThinking * @param Personal Setting * @desc Change the enemy’s behavior in real time. * @type boolean * @default false * @help Change enemy behavior in real time * * This plugin is compatible with RPG Maker MV and RPG Maker MZ. * * ◆Summary * You can change an enemy’s behavior by damaging them or * changing their state. * This ensures that the enemy will always act according * to the conditions when the order of action comes * around to you. * * However, it may not be as effective in the RMMZ TPB mode. * * By default, an enemy’s action is determined at the * start of a turn. * So, for example, if an enemy action is set to change * when its HP drops below half, the conditional action * will be carried over to the next turn, even if the * enemy’s HP drops below half during that turn. * * ◆Usage * You can reflect the effects by simply installing * plug-ins, but you can also set them individually * for each enemy character. * * [How to set it up individually] * 1.Configuring Plug-in Parameters * Set ”Personal Setting” to ”ON” and change this value to ”true”. * (The default is ”OFF”.) * 2.Enter ”<RealTimeThinking>” in the memo field for the enemy character * you want to set. * * [Notes] * You don’t need to worry about the ”System word”. * It’s just that the way you set up the notes field is different depending * on whether you are using the English or Japanese version. * * ◆License * This plugin is released under MIT license. * http://opensource.org/licenses/mit-license.php