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.
Equip Slot Add Trait - EquipSlotAddTrait.js
Plugin desc : ver1.02/Adds the ability to set Traits that add equipment slots.
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/Item_Skill/EquipSlotAddTrait.js
File name : EquipSlotAddTrait.js
Help of plugin :
@plugindesc ver1.02/Adds the ability to set Traits that add equipment slots. @author Yana @url https://raw.githubusercontent.com/munokura/Yana-MV-plugins/master/Item_Skill/EquipSlotAddTrait.js @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. ----- ------------------------------------------------------ How to Use ------------------------------------------------------ By entering <AddEquipSlot: x+y> in the Note field of an object with a Traits, you can increase the number of slots x by y. You can also decrease the number by changing the + to -. Note: Do not decrease weapons in a way that Reflections the initial equipment. ----------------------------------------------------- Terms of Use ------------------------------------------------------ This plugin is released under the MIT License. http://opensource.org/licenses/mit-license.php ------------------------------------------------------ Update History: ver 1.02: Fixed a bug that could cause an error when the number of equipment slots was changed. ver 1.01: Fixed a bug that could cause equippable initial equipment to disappear when settings were made that Reflectioned the initial equipment. ver 1.00: Released