Incorporated a UI

This commit is contained in:
James Daly
2019-06-12 22:11:34 -04:00
parent 273a79c9c6
commit 2805bbf1c7
11 changed files with 299 additions and 7 deletions

View File

@@ -12,6 +12,7 @@ class Monster(val base : StorageMon) {
val stats = Statistic.buildMap(computeStat)
var boosts = Statistic.buildMap(_ => 0)
var hp = stats(Hp)
def maxhp = stats(Hp)
var status : Option[Status] = None
var volatile = Seq[Status]()