YeOldeDM / free20

GNU General Public License v3.0
2 stars 0 forks source link

Creature:Status Effects #37

Closed YeOldeDM closed 7 years ago

YeOldeDM commented 7 years ago

Status Effects are a dictionary.
{ "effect_name": *int* turns_left }
At the beginning of their turn, a creature checks all status effect values. If they're 0, the effect is removed and doesn't effect them anymore. Otherwise, each effect's value is decreased by 1. Effects with a value of -1 (or lower) are permenant effects that don't wear off naturally with time.