Welcome to PGMV! 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.
Gacha - Gacha.js
Plugin desc : Get the item at random
License :
・Follow the RPG Maker Series EULA only.
・Commercial Use: Allowed
・Modification: Allowed
・Redistribution: Allowed
Author : Takeya Kimura
Website : https://rpgmakerofficial.com/product/mv/
Download Page : C:Program Files (x86)SteamsteamappscommonRPG Maker MVdlcKadokawaPlugins_New Gacha.js
File name : Gacha.js
Help of plugin :
* @plugindesc Get the item at random * @author Takeya Kimura * * @param Help Message Text * @desc The help message for gacha window. "Required Amount" is replaced with the Required Amount. * @default 1回Required Amount¥Gでガチャを引きます * * @param Button Text * @desc The button text for gacha commands. * @default ガチャを引く * * @param Get Message Text * @desc The message of After receiving. "Item Name" is replaced with the received item name. * @default GET Item Name * * @param Show Item Description * @desc The switch of item description display * @default 0 * * @param Effect * @desc The animation number for get effect. * @default 119 * @require 1 * @type animation * * @param Rank1 Effect * @desc The animation number for rank 1 effect. If you specify -1, does not display the animation. * @default -1 * @require 1 * @type animation * * @param Rank2 Effect * @desc The animation number for rank 2 effect. If you specify -1, does not display the animation. * @default -1 * @require 1 * @type animation * * @param Rank3 Effect * @desc The animation number for rank 3 effect. If you specify -1, does not display the animation. * @default -1 * @require 1 * @type animation * * @param Rank4 Effect * @desc The animation number for rank 4 effect. If you specify -1, does not display the animation. * @default -1 * @require 1 * @type animation * * @param Rank5 Effect * @desc The animation number for rank 5 effect. If you specify -1, does not display the animation. * @default -1 * @require 1 * @type animation * * @param ME * @desc The ME name for get music effect. * @default Organ * @require 1 * @dir audio/me/ * @type file * * @param Required Amount * @desc The Gold for gacha. * @default 100 * * @noteParam gachaImage * @noteRequire 1 * @noteDir img/gacha/ * @noteType file * @noteData items * * @help * * Plugin Command: * Gacha open # Open the Gacha screen * Gacha add item 1 # Add item #1 to the Gacha * Gacha remove item 1 # Remove item #1 from the Gacha * Gacha clear # Clear the Gacha * * * Item Note: * <gachaImage:image> # Gacha image file name. Please image put in "img/gacha/" folder. * <gachaNumLot:10> # The number of the lottery. * <gachaRank:5> # The rank of the item(1-5).