About
Currently, a "Cure" is modelled as a spell that can remove a "Status Effect" in one or more ways:
- Directly removes a status effect.
Indirectly removes a negative status effect by applying a different status effect, which in turn removes a negative status effect.
- Often, this also grants immunity to these status effects (denoted by an asterisk *).
Example:
- First Aid removes the status effects Disarmed and Knocked Down, and it grants Rested.
- Rested grants immunity to (and removes) Blinded, Crippled, Knocked Down, and Muted.
- First Aid cures all of these (and more).
The line blurs between direct and indirect, so I treat them equally as a "Cure".
I hand-coded this data. If I missed anything, please let me know.