DAE's Armor States
A downloadable tool
Armor States - Version 1.0
RPG Maker MV / MZ Plugin
@DaedraTalos & @TwentyFree
Introduction
Add and remove states when equipping and unequipping items!
Features
Add and remove states when equipping and unequipping items!
Instructions:
- Add as many ArmorState structs as you want, in the list in the parameters.
- For each ArmorState struct, add the following:
- name: The visual name of the armor state, to help you easily identify it.
- Armor ID: The ID of the armor you want to apply these states to.
- Equip States: The states you want to apply/remove when equipping the armor.
- Unequip States: The states you want to apply/remove when unequipping the armor.
3.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.
- State ID: 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!
Credit: DaedraKyne (@DaedraTalos) and @TwentyFree
Terms
Free for any non-commercial game, by downloading the free demo.
For commercial games, you need to buy the paid itch.io version.
Updates
2020-07-27 - Version 1.0 - Released the plugin
Status | Released |
Category | Tool |
Rating | Rated 1.0 out of 5 stars (1 total ratings) |
Author | DaedraKyne |
Purchase
In order to download this tool you must purchase it at or above the minimum price of $1 USD. You will get access to the following files:
Comments
Log in with itch.io to leave a comment.
I wasn't able to get this plugin to work in MZ.
Tried both versions on a blank project file to no results.
Could you provide a demonstration project file with it working?
Having the same issue, plugin doesn't seem to work.