Added a configuration file for seting up parameters

This commit is contained in:
dalyjame
2019-06-16 14:17:52 -04:00
parent b6fc98f44e
commit a475126a3f
15 changed files with 63 additions and 20 deletions

View File

@@ -15,8 +15,6 @@ package object stat {
type Target = Target.Value
type XpCurve = XpCurve.Val
implicit def rngDice(rng : Random) = new Dice(rng)
implicit def ptrToMonster(ptr : MonsterPtr) : Monster = ptr.mon
implicit def templateToStatus(status: StatusTemplate): Status = status.build
}