Add and remove states when equipping and unequipping items!
Features
Add and remove states when equipping and unequipping items!
This plugin takes advantage of the plugin parameters, and does not require any armor tags.
Instructions:
Add as many ArmorState structs as you want, in the list in the parameters.
For each ArmorStatestruct, add the following:
name: The visual name of the armor state, to help you easily identify it.
ArmorID: The ID of the armor you want to apply these states to.
EquipStates: The states you want to apply/remove when equipping the armor.
UnequipStates: The states you want to apply/remove when unequipping the armor.
In the Equip / Unequip lists, you can add State structs to apply or remove specific states. For each State struct, add the following:
Name: the visual name of the state you want to apply/remove, to help you easily identify it.
StateID: the ID of the state you want to apply/remove.
Action: the action you want to perform on the state, can be "add" or "remove".
How To Use
Copy the "DAE_ArmorStates.js" file into your project's /js/plugins/ folder.
Activate the plugin by using the 'Plugin Manager'
Read the short documentation (help file) and try it out yourself!
Need any help? Comment on this thread!
Plugin Click here to get it! (includes paid version for commercial, and free version for non-commercial)
Terms
Free for any non-commercial game, by downloading the demo available at the itch.io page.
For commercial games, you need to buy the paid itch.io version.
Updates
2020-07-27 - Version 1.0 - Released the plugin