Added support for volatile status effects including confusion and flinching. Also, all elements are now supported.

This commit is contained in:
James Daly
2019-06-03 22:46:09 -04:00
parent 34cd67c36f
commit ce81ab2079
12 changed files with 355 additions and 155 deletions

View File

@@ -11,6 +11,7 @@ import fmon.util.Dice
package object stat {
type Stat = Statistic.Value
type EffectType = EffectType.Value
type MoveType = MoveType.Value
type Gender = Gender.Value
type Nature = Nature.Val