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 Enemy Book EX 2 - NUUN_EnemyBookEX_2.js
Plugin desc : Conditional drop item encyclopedia applied (Monster encyclopedia expansion)
License : MIT License
Author : NUUN
Website : https://github.com/munokura/NUUN-MZ-plugins/blob/master/NUUN_EnemyBookEX_2.js
Desc page : https://github.com/nuun888/MZ
Download Page : https://raw.githubusercontent.com/munokura/NUUN-MZ-plugins/master/NUUN_EnemyBookEX_2.js
File name : NUUN_EnemyBookEX_2.js
Help of plugin :
@target MZ @url https://github.com/nuun888/MZ @plugindesc Conditional drop item encyclopedia applied (Monster encyclopedia expansion) @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 ----- This plugin applies conditional drop items to the Monster Encyclopedia. Turning "Unconfirmed Conditional Drop Item Name" on will hide conditional drop items that have not yet dropped. The hidden text can be set in the Monster Encyclopedia Plugin's "Status Information Unregistered Item" and "Skill Display Name" settings. If "Unconfirmed Conditional Drop Item Name" is turned off, previously acquired items will not be reflected even if you turn it on later. This plugin is an extension to the Monster Encyclopedia (NUUN_EnemyBook). Terms of Use This plugin is distributed under the MIT License. Update History March 2, 2024 Ver. 1.1.0 Added a plugin command to mark conditional drop items as obtained or unobtained. December 25, 2021 Ver. 1.0.1 Fixed an error that occurred when using the plugin command to mark enemy information as registered. December 22, 2021 Ver. 1.0.0 First Edition @param CondDropItemData @text Condition drop item settings @default ------------------------------ @param ShowCondDropItemName @text Unconfirmed condition drop item name @desc Hide unconfirmed conditional drop items. (Even if you register status information, the drop items will not be displayed until you confirm them.) @type boolean @default false @parent CondDropItemData @param CondDropItemMultiCol @text Multi-column display in wide mode @desc Multi-column display when using wide mode with two or more columns. @type boolean @default false @parent CondDropItemData @command EnemyBookGetCondDropItem @text Conditional drop item obtained @desc Marks monster conditional drop items as acquired. @arg enemyId @desc Specify the monster ID. @type enemy @default 0 @arg dropListId @text Drop Item List ID @desc Specify the drop item list ID (0 means all items have been acquired). @type number @default 0 @command EnemyBookRemoveCondDropItem @text Conditional drop items not acquired @desc Unclaims monster conditional drops. @arg enemyId @desc Specify the monster ID. @type enemy @default 0 @arg dropListId @text Drop Item List ID @desc Specify the drop item list ID. (Setting 0 means all items are not acquired.) @type number @default 0