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.
Shop Rate - ShopRate.js
Plugin desc : Shop Rate Ver1.3.5 (2023/9/11)
License : MIT License
Author : PotatoDragon
Website : https://github.com/pota-gon/RPGMakerMZ/wiki
Desc page : https://raw.githubusercontent.com/pota-gon/RPGMakerMZ/refs/heads/main/plugins/Scene/Shop/ShopRate.js
Download Page : https://raw.githubusercontent.com/munokura/PotatoDragon-MZ-plugins/main/ShopRate.js
File name : ShopRate.js
Help of plugin :
@target MZ @url https://raw.githubusercontent.com/pota-gon/RPGMakerMZ/refs/heads/main/plugins/Scene/Shop/ShopRate.js @plugindesc Shop Rate Ver1.3.5 (2023/9/11) @author PotatoDragon @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/PotatoDragon-MZ-plugins ). Original plugin by PotatoDragon. Please check the latest official version at: https://github.com/pota-gon/RPGMakerMZ/wiki ----- ## Overview Sets the purchase and sale rates for the shop. ## Usage Change the purchase rate or sell rate in the plugin parameters. The default is the same as before the plugin was installed. Example: The setting method for both the purchase and sell rates is the same. - To set it to 10x: 10 - To set it to 5x: 5 - To set it to 2x: 2 - To set it to the same price: 1 - To set it to half price: 0.5 - To set it to 1/4: 0.25 - To set it to 1/10: 0.1 When installing CurrencyUnit.js, this plugin setting is disabled. Please set the rate using the plugin parameters in CurrencyUnit.js. @param BuyRate @text Purchase Rate @desc Purchase ratio @type number @default 1.00 @min 0 @decimals 2 @param SellRate @text Selling Rate @desc Selling ratio @type number @default 0.50 @min 0 @decimals 2