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.
Dark Plasma Item Storage - DarkPlasma_ItemStorage.js
Plugin desc : Item Warehouse
License : MIT License
Author : DarkPlasma
Website : https://github.com/munokura/DarkPlasma-MZ-Plugins/blob/main/DarkPlasma_ItemStorage.js
Desc page : https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release
Download Page : https://raw.githubusercontent.com/munokura/DarkPlasma-MZ-Plugins/main/DarkPlasma_ItemStorage.js
File name : DarkPlasma_ItemStorage.js
Help of plugin :
@target MZ @url https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release @plugindesc Item Warehouse @author DarkPlasma @license MIT @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/DarkPlasma-MZ-Plugins ). Original plugin by DarkPlasma. Please check the latest official version at: https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release ----- version: 1.7.0 Provides an item storage scene. You can open the storage using the plugin command. @param maxItems @text Maximum number by item @desc Sets the maximum number of each type of item that can be stored in the warehouse. @type number @default 99 @param partyItemCountText @text Number of texts you own @type string @default Number of possessions @param storageItemCountText @text Number of texts in the warehouse @type string @default Number in the warehouse @command openStorage @text Open a warehouse @arg item @text Item Display @desc Show items in categories @type boolean @default true @arg weapon @text weapon display @desc Show weapons in categories @type boolean @default true @arg armor @text Armor display @desc Show armor in categories @type boolean @default true @arg keyItem @text Show important things @desc Show what's important in categories @type boolean @default false @command storeAll @text Keep as much as possible @desc Store as many of your items as possible in the warehouse. @arg item @text Deposit an item @type boolean @arg weapon @text Deposit weapons @type boolean @arg armor @text Deposit your armor @type boolean @arg keyItem @text Keep important items @type boolean @command fetchAll @text Pull out as much as possible @desc Remove as many items from your storage as possible. @arg item @text Pull out an item @type boolean @arg weapon @text Draw your weapon @type boolean @arg armor @text Pull out the armor @type boolean @arg keyItem @text Bring out what's important @type boolean