separated aggravation behavior and uara management behavior; moved files into packages and deleted old files

This commit is contained in:
FateJH 2020-08-12 20:59:13 -04:00
parent a79fc6bd2f
commit 89d7aea633
16 changed files with 451 additions and 514 deletions

View file

@ -451,8 +451,8 @@ class DamageModelTests extends Specification {
)
val func: Any => ResolvedProjectile = resprojectile.damage_model.Calculate(resprojectile)
func(tplayer)
tplayer.Health mustEqual 54
tplayer.Armor mustEqual 46
tplayer.Health mustEqual 65
tplayer.Armor mustEqual 35
}
"resolve infantry targets in a specific way" in {