Do you want to have states that can remove other states? For example,
you have two types of poison states: Weak Poison, and Strong Poison.
When the Weak Poison state is applied, you lose 5% of your HP. However,
when the Strong Poison is applied, you lose 10% of your HP.
Now, you also have a special case where applying strong poison state will
remove the weak poison state automatically.
With this plugin, you can indicate whether your states will remove other
states when they are added.
== Terms of Use ==
- Free for use in non-commercial projects with credits
- Contact me for commercial use
== Change Log ==
Nov 18, 2015 - initial release
== Usage ==
To have a state override or remove another state when it is added, go
to your states database and in the note box, write this note-tag:
<override state: STATE_ID>
Where the STATE_ID is the ID of the state that it will override when
added.
A single state can override multiple states. Simply add more note-tags.