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.
Extra Equip Type - ExtraEquipType.js
Plugin desc : add/remove extra equip type to an actor
License :
・Follow the RPG Maker Series EULA only.
・Commercial Use: Allowed
・Modification: Allowed
・Redistribution: Allowed
Author : Sasuke KANNAZUKI
Website : https://rpgmakerofficial.com/product/mv/
Download Page : C:Program Files (x86)SteamsteamappscommonRPG Maker MVdlcKadokawaPlugins ExtraEquipType.js
File name : ExtraEquipType.js
Help of plugin :
* @plugindesc add/remove extra equip type to an actor * @author Sasuke KANNAZUKI * @help * Plugin Command: * ExtraEquipType arg0 arg1 arg2 arg3 * arg0 must be 'add' or 'remove'. * arg1 must be actor ID number. * arg2 must be 'weapon' or 'armor'. * arg3 must be type id number of weapon/armor. * ex. * ExtraEquipType add 1 weapon 4 # actor#1 can equip weapon whose type is 4. * ExtraEquipType remove 2 armor 3 # actor#2 cannot equip armor whose type is 3 * note: * database is higher priority than this plugin. so, even if an actor is * removed equip type, it won't disable if it's enabled on database. *