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.
Smart Auto Battle - SmartAutoBattle.js
Plugin desc : [Ver1.2.0]Customize/Refine Actor's battle auto action
License : MIT License
Author : Sasuke KANNAZUKI
Website : https://www.rpgmakerweb.com/products/rpg-maker-mz
Download Page : C:Program Files (x86)SteamsteamappscommonRPG Maker MZdlcBasicResourcespluginslaunch SmartAutoBattle.js
File name : SmartAutoBattle.js
Help of plugin :
* @target MZ * @plugindesc [Ver1.2.0]Customize/Refine Actor's battle auto action * @author Sasuke KANNAZUKI * * @help This plugin does not provide plugin commands. * This plugin runs under RPG Maker MZ. * * This plugin refines actors' auto action. * * [Summary] * - Reduce frequency HP Recover when the target actor has enough HP, * and incerease frequency HP Recover when the target actor is crisis. * - You can customize auto actors' behavior by following note description. * * [Note Descriptions] * Describe following notation at actors' note. * * <NormalAutoAction:65%> * In this case, normal auto action is selected by 65%, * otherwise, action is selected from free action(describe later). * If the actor can use HP recover skill and any party member needs to * recover HP, HP recover skill will be selected * higher priority. * *Example: * <NormalAutoAction:50> % is omissible. * In the case, 50% normal auto action, 50% free action. * *Note: * When omit the description, normal auto action selected 100%, * free actions are never selected. * * <FreeAutoActions:[7,12]> sets the free action. * The parameter must be an array of skill id. * Each skill id in the array is selected the same odds. * *Example: * <FreeAutoActions:[11,12,13,14]> * *Note: * When omit or set invalid descripton(including empty array), * Normal auto action is 100% selected. * * [Post Script] * This plugin is developed to use at 「ルイーゼと秘密の地下室」 * (Luise and Secret Basement Rooms) the RMMZ Japanese sample game. * So, be sure that this plugin may provide 'AD HOC' tactics. * * [License] * this plugin is released under MIT license. * http://opensource.org/licenses/mit-license.php