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 Consumption Item - NUUN_ConsumptionItem.js
Plugin desc : Item consumption rate
License : MIT License
Author : NUUN
Website : https://github.com/munokura/NUUN-MZ-plugins/blob/master/NUUN_ConsumptionItem.js
Desc page : https://github.com/nuun888/MZ
Download Page : https://raw.githubusercontent.com/munokura/NUUN-MZ-plugins/master/NUUN_ConsumptionItem.js
File name : NUUN_ConsumptionItem.js
Help of plugin :
@target MZ @url https://github.com/nuun888/MZ @plugindesc Item consumption rate @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 create items that have a certain probability of being consumed. You can set features that reduce consumption rate. On the map, the highest consumption rate among party members will be used. In battle, the user's consumption rate will be used. Enter <ConsumptionRate:[rate]> in the item's memo field. [rate]: Probability <ConsumptionRate:50> 50% chance of consumption when used. <ConsumptionMessage:[Text]> Displays the message (log) to be displayed when the item is consumed in battle. [Text]: Display message (log) %1: User name %2: Item name <ConsumptionSE:[name],[volume],[pitch],[pan]> Specifies the sound effect to play when the item is consumed. <ConsumptionSE:Break, 90, 100, 50> Plays "Break" when the item is consumed. [name]: File name (without extension) [volume]: Volume [pitch]: Pitch [pan]: Phase Memo field with a feature <ConsumptionRatio:[ratio]> Reduces the chance of consumption. [ratio]: Consumption rate correction <ConsumptionRatio:70> Reduces consumption rate by 70%. Items with a 50% consumption rate have a 35% chance of consumption. This tag only applies to items with the ConsumptionRate tag. <NoConsumptionRatio> This item does not have a reduced consumption rate. Update History 2021/11/6 Ver.1.1.1 Added an option to set the default sound effect when consumed. Added a feature to set a feature that reduces consumption rate. 2021/11/3 Ver.1.1.0 Changed the message format. 2020/12/31 Ver.1.0.0 First version @param ConsumptionItemSE @text SE when exhausted @desc Sound effect when an item with a consumption rate is consumed. @type file @dir audio/se/ @param volume @desc volume. @type number @default 90 @param pitch @desc pitch. @type number @default 100 @param pan @text phase @desc phase. @type number @default 50