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.
PANDA Change Weapon In Battle - PANDA_ChangeWeaponInBattle.js
Plugin desc : change weapon equipment by the "Item" command in battle.
License : MIT License
Author : panda(werepanda.jp)
Website : https://www.werepanda.jp/
Desc page : http://www.werepanda.jp/blog/20210605222257.html
File name : PANDA_ChangeWeaponInBattle.js
Help of plugin :
* @target MV MZ * @plugindesc change weapon equipment by the "Item" command in battle. * @author panda(werepanda.jp) * @url http://www.werepanda.jp/blog/20210605222257.html * * @help Weapon change function is added to the "Item" in the battle command. * When this plugin is installed, in addition to the usable items, * the weapons which the actor can equip will be displayed in the item list. * When you select a weapon, the actor changes the equipment to it * and makes a normal attack. (You can also return to command selection) * Changing weapons does not consume turns. * * Dual wield characters can only change one weapon. * * [License] * this plugin is released under MIT license. * https://opensource.org/licenses/mit-license.php * * @param BattleItemText * @text Item command name in battle * @desc Specifies the command name of the "Item" in battle. If blank, it will be the same as the name in menu. * @type string * @default * * @param IsDirectAttack * @text Normal attack after changing the weapon * @desc After changing the weapon, Normal attack is selected and the selection of the target enemy is immediately started. * @type boolean * @default true *