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.
Dark Plasma Store Wish List - DarkPlasma_StoreWishList.js
Plugin desc : Save and view your wishlist
License : MIT License
Author : DarkPlasma
Website : https://github.com/munokura/DarkPlasma-MZ-Plugins/blob/main/DarkPlasma_StoreWishList.js
Desc page : https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release
Download Page : https://raw.githubusercontent.com/munokura/DarkPlasma-MZ-Plugins/main/DarkPlasma_StoreWishList.js
File name : DarkPlasma_StoreWishList.js
Help of plugin :
@target MZ @url https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release @plugindesc Save and view your wishlist @author DarkPlasma @license MIT @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/DarkPlasma-MZ-Plugins ). Original plugin by DarkPlasma. Please check the latest official version at: https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release ----- version: 1.0.0 Save and display wishlists. This plugin saves materials needed for item synthesis and displays them as a wishlist. Items added to the wishlist will be removed from the wishlist once they are obtained. Open the wishlist display scene SceneManager.push(Scene_WishList); This plugin extends save data. Wishlist information is added to the save data. To add or remove items from the wishlist, please use an extension plugin. DarkPlasma_WishListForFusionItem.js allows you to add and remove items from the wishlist at the Item Fusion Shop added by DarkPlasma_FusionItem.js. For the interface for creating extension plugins, see the TypeScript type definitions in the master branch of the distribution repository. @param wishListRegisteredColor @text Registered colors @desc Specifies the color of the wishlisted item. @type color @default 24 @param emptyText @text Empty text @desc Sets the text to display when the wishlist is empty. @type string @default You have nothing on your wishlist @param resultLabel @text Deliverable Label @desc Set the label for the artifact to display in the wishlist. @type string @default Deliverable @param materialLabel @text Material label @desc Set the label for the material to be displayed in the wishlist. @type string @default Material @command sceneWishList @text Open Wishlist