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 Equips State - NUUN_EquipsState.js
Plugin desc : Equipped state
License : MIT License
Author : NUUN
Website : https://github.com/nuun888/MZ/blob/master/NUUN_EquipsState.js
Download Page : https://raw.githubusercontent.com/nuun888/MZ/master/NUUN_EquipsState.js
File name : NUUN_EquipsState.js
Help of plugin :
* @target MZ * @plugindesc Equipped state * @author NUUN * @version 1.0.2 * * @help * You can set a state that applies only when equipped. * * Weapon and Armor notes * <EquipState:[id],[id],[id]...> Give a status. * <EquipState:4> 装備している間、State number 4 will be granted. * <EquipState:4,10> While equipped, states 4 and 10 will be granted. * * Terms of Use * This plugin is distributed under the MIT license. * * Log * 3/4/2023 Ver.1.0.2 * Changed the display in languages other than Japanese to English. * Fixed not to display the message when the state is disabled or released. * 2/27/2022 Ver.1.0.1 * Fixed an issue where states would not clear when unequipping. * 2/26/2022 Ver.1.0.0 * First edition/ * * @param EquipsStateAppliEval * @desc Defining acquisition of equipment objects by external plugins. * @text Equipment object acquisition definition * @type combo[] * @option this.getSetBonus();//NUUN_SetBonusEquip * @option this.passiveObject();//NUUN_PassiveSkill * @option this.passiveSkills();//SimplePassiveSkillMZ * @default *