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.
NUUN Item Use Count - NUUN_ItemUseCount.js
Plugin desc : Item usage count
License : MIT License
Author : NUUN
Website : https://github.com/munokura/NUUN-MZ-plugins/blob/master/NUUN_ItemUseCount.js
Desc page : https://github.com/nuun888/MZ
Download Page : https://raw.githubusercontent.com/munokura/NUUN-MZ-plugins/master/NUUN_ItemUseCount.js
File name : NUUN_ItemUseCount.js
Help of plugin :
@target MZ @url https://github.com/nuun888/MZ @plugindesc Item usage count @author NUUN @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/NUUN-MZ-plugins ). Original plugin by NUUN. Please check the latest official version at: https://github.com/nuun888/MZ ----- You can set the number of uses for an item before it is consumed. When the use count reaches 0, the item is consumed. When selling an item, if you sell the entire item, the normal selling price of that item will be reduced by one use count. *In the current version, the selling price displayed on the shop screen does not take the number of uses into account. When used in conjunction with the item consumption rate, the behavior of sound effects, etc. will differ depending on the order. Item Memo Field <ItemUseCount:[Num]> Sets the number of uses. [Num]: Number of uses <ItemUseCountHide> Does not display the number of uses in the item field. Terms of Use This plugin is distributed under the MIT License. Update History 2021/5/2 Ver.1.0.2 Fixed an issue that caused an error when unequipping an item. 2020/12/31 Ver.1.0.1 Added a feature to hide the number of uses in the item field. 2020/12/24 Ver.1.0.0 First version