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.
Equip Condition Extend - EquipConditionExtend.js
Plugin desc : Equipment Condition Extension Plugin
License : MIT License
Author : Triacontane
Website : https://triacontane.blogspot.com/
Download Page : https://raw.githubusercontent.com/munokura/triacontane-MV-plugins/refs/heads/main/EquipConditionExtend.js
File name : EquipConditionExtend.js
Help of plugin :
@url https://triacontane.blogspot.com/ @plugindesc Equipment Condition Extension Plugin @author Triacontane @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/triacontane-MV-plugins ). Original plugin by Triacontane. Please check the latest official version at: https://triacontane.blogspot.com ----- Expands equipment conditions. Enter the following in the weapon or armor Note field. <ECE_Skill:5> # The player has learned the skill ID [5]. <ECE_State:7> # The state ID [7] is active. <ECE_Actor:4> # The actor ID is [4]. <ECE_Switch:1,3> # The switch ID [1] or ID [3] is ON. <ECE_Formula:f> # The JS formula [f] returns true. The ">" symbol cannot be used in formulas. Use a comparison expression using "<". Enter multiple values separated by commas to equip the item if any of the specified values are true. For skills and states, setting a negative value will allow them to be equipped only if the skill or state with the specified ID is disabled. <ECE_State:-7> # State with ID[7] is disabled. This plugin does not have any plugin commands. Terms of Use: You may modify and redistribute this plugin without permission from the author, and there are no restrictions on its use (commercial, 18+, etc.). This plugin is now yours.