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.
Change Equip On Battle MZ - ChangeEquipOnBattleMZ.js
Plugin desc : [Ver1.4.0a]Add equipment change command to actor commands
License : MIT License
Author : Sasuke KANNAZUKI
Website : https://www.rpgmakerweb.com/products/rpg-maker-mz
Download Page : C:Program Files (x86)SteamsteamappscommonRPG Maker MZdlcBasicResourcespluginslaunch ChangeEquipOnBattleMZ.js
File name : ChangeEquipOnBattleMZ.js
Help of plugin :
* @target MZ * @plugindesc [Ver1.4.0a]Add equipment change command to actor commands * @author Sasuke KANNAZUKI * * @orderAfter EquipScene_Extension * @orderAfter EquipState * * @param commandName * @text Command Name * @desc Displaying command name that changes equipments. * @type string * @default Equip * * @param doesConsumeTurn * @text Consume Turn? * @desc When this set true, the actor cannot perform anything except change equip. * @on Yes * @off No * @type boolean * @default false * * @help This plugin does not provide plugin commands. * This plugin runs under RPG Maker MZ. * * [Summary] * This plugin adds equip change command to actor command on battle. * The command doesn't consume turn, but it changes by setting the parameter. * * [Note Description] * If you forbid change equip several actors, write <noEquipChange> to * the actor's note. * * [Plugin Order] * If you import EquipScene_Extension.js or EquipState.js with this plugin, * You must set this plugin AFTER that plugin on list. * * [License] * this plugin is released under MIT license. * http://opensource.org/licenses/mit-license.php