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.
Dark Plasma Save Equip Set - DarkPlasma_SaveEquipSet.js
Plugin desc : Record the equipment set of party members
License : MIT License
Author : DarkPlasma
Website : https://github.com/munokura/DarkPlasma-MZ-Plugins/blob/main/DarkPlasma_SaveEquipSet.js
Desc page : https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release
Download Page : https://raw.githubusercontent.com/munokura/DarkPlasma-MZ-Plugins/main/DarkPlasma_SaveEquipSet.js
File name : DarkPlasma_SaveEquipSet.js
Help of plugin :
@target MZ @url https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release @plugindesc Record the equipment set of party members @author DarkPlasma @license MIT @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/DarkPlasma-MZ-Plugins ). Original plugin by DarkPlasma. Please check the latest official version at: https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release ----- Version: 1.3.0 Provides plugin commands for recording and restoring party members' equipment sets. Equipment will be ignored and not restored if any of the following conditions are true: - The recorded set contains equipment that has been discarded. - The recorded set contains equipment that cannot be equipped. @param equipSetCount @text Number of equipment sets that can be recorded @desc Set the number of equipment sets that can be recorded for each actor. The more you increase this, the more data capacity will be required. @type number @default 1 @min 1 @command saveEquipSet @text Record your gear set @desc Records the current party member's equipment set to the specified index. @arg index @desc Specify an index starting from 0. If you specify a value greater than the number of sets that can be recorded, the command will be invalid. @type number @default 0 @command loadEquipSet @text Restore your gear set @desc Restores the equipment set stored in the specified index to the current party member. @arg index @desc Specify an index starting from 0. If you specify a value greater than the number of sets that can be recorded, the command will be invalid. @type number @default 0 @command saveActorEquipSetAt @text Record the actor's gear set @desc Records an equipment set at the specified index for the actor. @arg actorId @text actor @desc Specifies the actor to record the equipment set for. If the actor is not in the party, the command will be disabled. @type actor @arg index @desc Specify an index starting from 0. If you specify a value greater than the number of sets that can be recorded, the command will be invalid. @type number @default 0 @command loadActorEquipSetAt @text Restores an actor's gear set @desc Restores the equipment set from the specified index on the actor. @arg actorId @text actor @desc Specifies the actor to restore the equipment set to. If the actor is not in the party, the command will be disabled. @type actor @arg index @desc Specify an index starting from 0. If you specify an index that is not recorded, the command will be invalid. @type number @default 0 @command clearEquipSets @text Delete all equipment sets @desc Deletes all recorded equipment sets for current party members. @command deleteActorEquipSetAt @text Remove an actor's equipment set @desc Removes the equipment set at the specified index from the actor. @arg actorId @text actor @desc Specifies the actor to remove the equipment set from. If the actor is not in the party, the command will be disabled. @type actor @arg index @type number @default 0