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.
FTKR Ex Equip Slot - FTKR_ExEquipSlot.js
Plugin desc : v1.2.1 Allowing you to equip two or more pieces of the same equipment type
License : MIT License
Author : Futokoro
Desc page : https://github.com/munokura/futokoro-MV-plugins
Download Page : https://raw.githubusercontent.com/munokura/futokoro-MV-plugins/refs/heads/master/FTKR_ExEquipSlot.js
File name : FTKR_ExEquipSlot.js
Help of plugin :
@plugindesc v1.2.1 Allowing you to equip two or more pieces of the same equipment type @author Futokoro @url https://github.com/munokura/futokoro-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/futokoro-MV-plugins ). Original plugin by Futokoro. Please check the URL below for the latest version of the plugin. URL https://github.com/futokoro/RPGMaker ----- ----------------------------------------------------------------------------- Overview ----------------------------------------------------------------------------- Allows you to equip more than one piece of the same equipment type. For instructions on how to use the plugin, see the online manual page below. https://github.com/futokoro/RPGMaker/blob/master/FTKR_ExEquipSlot.ja.md ----------------------------------------------------------------------------- Setup Instructions --------------------------------------------------------------------------- 1. Add this plugin to the "Plugin Manager." --------------------------------------------------------------------------- License for this Plugin --------------------------------------------------------------------------- This plugin is released under the MIT License. Copyright (c) 2017,2018 Futokoro http://opensource.org/licenses/mit-license.php Plugin Publisher https://github.com/futokoro/RPGMaker/blob/master/README.md ----------------------------------------------------------------------------- Change History ----------------------------------------------------------------------------- v1.2.1 - 2018/12/21: Bug fixes and Traits additions 1. Fixed bugs in the v1.2.0 fixes. 2. Added a Traits to hide the name of the specified equipment type. v1.2.0 - 2018/12/20: Traits additions 1. Added a Traits to prevent multiple equip of the same weapon and armor type. v1.1.0 - 2017/12/17: Traits additions 1. Added a Traits to allow players to equip more than one of the same equipment. v1.0.0 - June 30, 2017: First version created ----------------------------------------------------------------------------- @param Enable Equip Same Items @desc Set whether you can equip more than two of the same equipment. @default true @type boolean @on Can be equipped @off Cannot be equipped @param Disabled Equip Same WtypeIds @desc Only one weapon type ID can be equipped. @param Disabled Equip Same AtypeIds @desc Only one armor type ID set here can be equipped. @param Disabled Slot Name @desc The equipment type name of the equipment type ID set here will not be displayed.