Welcome to PGMV! 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 Battle - ChangeEquipBattle.js
Plugin desc : ver1.00/Adds a command to change equipment during battle.
License : MIT License
Author : Yana
Website : https://w.atwiki.jp/pokotan/pages/3.html
Desc page : https://github.com/munokura/Yana-MV-plugins
Download Page : https://raw.githubusercontent.com/munokura/Yana-MV-plugins/refs/heads/master/Battle/ChangeEquipBattle.js
File name : ChangeEquipBattle.js
Help of plugin :
@plugindesc ver1.00/Adds a command to change equipment during battle. @author Yana @url https://github.com/munokura/Yana-MV-plugins @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/Yana-MV-plugins ). Original plugin by Yana. ----- Plugin Commands -------------------------------------------------------------------- This plugin does not have any plugin commands. ------------------------------------------------------ How to Use --------------------------------------------------------------------- Install the plugin and set AddBattleEquip to true in the plugin parameters to activate it. Note: When using with BattleLayout-SaGa, place this plugin on top. When using with EquipAndShopStatusR, place this plugin on bottom. - Setting Using Notes If you write either of the following in the note for an object with a characteristic: <ChangeableBattleEquip:○,○,○…> , actors with that characteristic will be able to change equipment with the ○,○,○… equipment types. In this case, this setting takes precedence over the plugin parameter setting. Similarly, if you specify any of the following: <UnchangeableBattleEquip:○,○,○…> , actors with that Traits will be unable to change equipment with the ○,○,○… equipment types. In this case, this setting takes precedence over the plugin parameter settings. ----------------------------------------------------- Terms of Use ------------------------------------------------------ This plugin is released under the MIT License. http://opensource.org/licenses/mit-license.php ------------------------------------------------------ Update History: ver1.00: Released @param AddBattleEquip @desc This setting determines whether to add an equip command to the actor commands. Specify true/false. @default true @param EquipSkillTypeId @desc This name will be used for the skill type that will be synchronized with equipment changes. If this skill type is sealed, you will not be able to change equipment. @default 6 @param BattleChangeableEquipTypes @desc This is the part of the body that can be equipped during battle. Please specify the equipment type, separated by commas. @default 1,2