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 Conditional Drops - NUUN_ConditionalDrops.js
Plugin desc : Conditional Drop
License : MIT License
Author : NUUN
Website : https://github.com/munokura/NUUN-MZ-plugins/blob/master/NUUN_ConditionalDrops.js
Desc page : https://github.com/nuun888/MZ
Download Page : https://raw.githubusercontent.com/munokura/NUUN-MZ-plugins/master/NUUN_ConditionalDrops.js
File name : NUUN_ConditionalDrops.js
Help of plugin :
@target MZ @url https://github.com/nuun888/MZ @plugindesc Conditional Drop @author NUUN @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/NUUN-MZ-plugins ). Original plugin by NUUN. Please check the latest official version at: https://github.com/nuun888/MZ ----- You can set items to drop based on conditions. Enemy Memo <CondDropItem:[item],[id],[rate],[condNameTag],[CondMode]> [item]: I: Item W: Weapon A: Armor [id]: Item ID [rate]: Probability [condNameTag]: Optional condition tag name (optional). If omitted, Cond will be used. [condMode]: Condition mode (optional). 0: Partial match 1: Full match <Drop[condNameTag]:[id],[id],[id]...> Drops when the attacked and defeated actor meets the specified ID conditions. <TargetDrop[condNameTag]:[id],[id],[id]...> Drops when the defeated enemy meets all of the specified ID conditions. <PartyDrop[condNameTag]:[id],[id],[id]...> Drops when all conditions for the specified party member IDs are met. <TroopDrop[condNameTag]:[id],[id],[id]...> Drops when all conditions for the specified enemy group IDs are met. [id]: Condition-based condition list ID. Example <CondDropItem:I,16,50,cond1> When condition cond1 is met, item number 16 will drop with a 50% chance. <DropCond1:1> This tag references the above condition and determines condition number 1 in the list. This plugin requires NUUN_ConditionsBase. Terms of Use This plugin is distributed under the MIT License. Update History March 2, 2024 Ver. 1.0.9 Minor fixes. June 14, 2022 Ver. 1.0.8 Fixed conflicts. December 25, 2021 Ver. 1.0.7 Added processing to fix a bug in the Monster Encyclopedia. December 22, 2021 Ver. 1.0.6 Added processing to display monsters in the Monster Encyclopedia. December 20, 2021 Ver. 1.0.5 Fixed an issue where conditional items could not be obtained correctly. November 28, 2021 Ver. 1.0.4 Fixed an issue where condition mode was not working. November 27, 2021 Ver. 1.0.3 Fixed an issue where the string was incorrect when [condNameTag] was omitted. November 12, 2021 Ver. 1.0.2 Changed the way condition tags are set by changing the definition of a conditional base. Fixed an issue where target data could not be obtained. October 24, 2021 Ver. 1.0.1 Fixed an issue where conditions would not be evaluated if a space was added to the condition tag. October 22, 2021 Ver. 1.0.0 First release