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 Vendor Money - NUUN_VendorMoney.js
Plugin desc : Vendor money
License : MIT License
Author : NUUN
Website : https://github.com/nuun888/MZ/blob/master/NUUN_VendorMoney.js
Download Page : https://raw.githubusercontent.com/nuun888/MZ/master/NUUN_VendorMoney.js
File name : NUUN_VendorMoney.js
Help of plugin :
* @target MZ * @plugindesc Vendor money * @author NUUN * @base NUUN_Base * @orderAfter NUUN_Base * @version 1.0.0 * * @help * Implement vendor money. * * Memo section for events where the event command "Shop Processing" is being performed * <VendorMoney:[Id]> * [Id]:Specify any ID. The specified ID will be applied to the specified ID in the plugin parameter "Vendor Money Settings". * * In the plugin command "Change vendor money" ID, specify the ID of the relevant store. (The amount of money held by all vendors with the corresponding ID will be changed.) * Parameters * vendorMoney:The vendor's current money * initMoney:Initial amount of money * * Terms of Use * This plugin is distributed under the MIT license. * * Log * 2/16/2025 Ver.1.0.0 * First edition. * * @param MoneyShortageColor * @text Shortage text color * @desc Specifies the text color when the vendor's amount is insufficient. * @type color * @default 18 * * @param VendorMoneySetting * @text Vendor Money Settings * @desc Sets the vendor's money. * @default * @type struct<VendorMoneyList>[] * * * @command SetVenderMoney * @desc Changes the vendor's money. * @text Vendor money change * * @arg Id * @desc Specifies the vendor's ID. * @text Vendor ID * @type number * @min 1 * @default 1 * * @arg VenderMoney * @desc Change the current vendor amount. * @text Vendor money(Javascript) * @type string * @default 0 *