Made it so crits ignore defense boosts and elements use enumerations for type effectiveness

This commit is contained in:
dalyjame
2019-06-24 16:51:31 -04:00
parent 4d456d7e5d
commit 7c9942066f
8 changed files with 373 additions and 347 deletions

View File

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