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.
Equip Slot Invalidate - EquipSlotInvalidate.js
Plugin desc : Equipment slot disable plugin
License : MIT License
Author : Triacontane
Website : https://triacontane.blogspot.com
Desc page : https://github.com/triacontane/RPGMakerMV/tree/mz_master/EquipSlotInvalidate.js
Download Page : https://raw.githubusercontent.com/munokura/triacontane-MZ-plugins/refs/heads/main/EquipSlotInvalidate.js
File name : EquipSlotInvalidate.js
Help of plugin :
@target MZ @url https://github.com/triacontane/RPGMakerMV/tree/mz_master/EquipSlotInvalidate.js @plugindesc Equipment slot disable 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-MZ-plugins ). Original plugin by Triacontane. Please check the latest official version at: https://triacontane.blogspot.com ----- InvalidateEquipSlot.js This command disables an actor’s equipment slot. Equip equipped in a disabled slot will no longer be effective. The equipment itself will remain, but all stat changes and features will be disabled. Even if disabled, you can still change equipment from the menu screen, but the displayed and actual parameters will not change. Invalidation can be specified in the memo field or plugin command. Enter the following in the memo field for features such as states: <EquipInvalid:1> # Disable slot [1] <EquipInvalid:1> # Same as above Terms of Use: You may modify and redistribute this plugin without permission, and there are no restrictions on its use (commercial, 18+, etc.). This plugin is now yours. @command CHANGE_SLOT_VALIDATION @text Change slot validity @desc Disables the specified slot. Any equipment equipped in the disabled slot will no longer be effective. @arg actorId @text Actor ID @desc The actor ID to be invalidated. @type actor @default 1 @arg slotIndex @text Slot number @desc The slot number to disable. Corresponds to the order of the equipment types. @type number @default 1 @min 1 @arg validation @text Enabled state @desc Specify ON to enable it, or OFF to disable it. @type boolean @default true