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 Any Sell Price - NUUN_AnySellPrice.js
Plugin desc : Selling price arbitrary setting
License : MIT License
Author : NUUN
Website : https://github.com/nuun888/MZ/blob/master/NUUN_AnySellPrice.js
Download Page : https://raw.githubusercontent.com/nuun888/MZ/master/NUUN_AnySellPrice.js
File name : NUUN_AnySellPrice.js
Help of plugin :
* @target MZ * @plugindesc Selling price arbitrary setting * @author NUUN * @version 1.1.2 * @base NUUN_Base * @orderAfter NUUN_Base * * @help * Makes items, weapons, and armor sell for whatever price they want instead of half their price. * Item, Weapon, and Armor Notes * <SellPrice:[sell]> * [sell]:Selling price * <SellPrice:500> Selling price is 500. * <SellPrice:0> You can buy it, but you will not be able to sell it. (if you set the database price to 1 or higher) * * Please set the selling price of the plug-in command before processing the event command shop. * The selling price setting is not automatically initialized. Unless you set the selling price or initialize the selling price setting list, the previously set data will remain. * * Terms of Use * This plugin is distributed under the MIT license. * * Log * 11/18/2023 Ver.1.1.2 * Fixed an issue where an error would occur when selecting the sell screen when there were no items. * 12/6/2022 Ver.1.1.1 * Changed the display in languages other than Japanese to English. * 10/31/2021 Ver 1.1.0 * Added a function that allows you to set the selling price with a plugin command. * 10/9/2021 Ver 1.0.0 * First edition. * * @command OrderSellingPrice * @desc Set the selling price. * @text Setting the selling price * * @arg OrderSellingPriceList * @text Sell price setting * @desc Sell price setting * @default [] * @type struct<SellingPriceList>[] * * @command OrderSellingPriceInitialize * @desc Initialize the price list of selling prices. * @text Initialize selling price setting list * *