A downloadable tool

Buy Now$1.00 USD or more

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:

  1.  Add as many ArmorState structs as you want, in the list in the parameters.
  2.  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

Purchase

Buy Now$1.00 USD or more

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:

DAE_ArmorStates MV 5 kB
DAE_ArmorStates MZ 5 kB

Download demo

Download
DAE_ArmorStates MV DEMO 6 kB
Download
DAE_ArmorStates MZ DEMO 6 kB

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.