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 Add Drop Items - NUUN_AddDropItems.js
Plugin desc : Add drop item
License : MIT License
Author : NUUN
Website : https://github.com/nuun888/MZ/blob/master/NUUN_AddDropItems.js
Download Page : https://raw.githubusercontent.com/nuun888/MZ/master/NUUN_AddDropItems.js
File name : NUUN_AddDropItems.js
Help of plugin :
* * @target MZ * @plugindesc Add drop item * @base NUUN_Base * @version 1.0.2 * @orderAfter NUUN_Base * @author NUUN * * @help * By default, you can only set up to 3 enemy drop items, but this plugin allows you to set 4 or more drop items. * * * Enemy notes * <DropItem I:13,20> * Item ID 13 will be added to the set enemy drop items with a drop rate of 1/20. * * <DropItem W:18,16> * Weapon ID 18 will be added to the set enemy drop items with a drop rate of 1/16. * * <DropItem A:35,32> * Armor ID 35 will be added to the set enemy drop items with a drop rate of 1/32. * * Terms of Use * This plugin is distributed under the MIT license. * * Log * 12/29/2022 Ver.1.0.2 * Changed the display in languages other than Japanese to English. * 10/3/2021 Ver.1.0.1 * Fixed the problem that the description was wrong when setting in the memo. * 12/31/2020 Ver.1.0.0 * First edition. *