[antum_entites] battle.lua: Define values 'high', 'med', & 'low' for

entity 'battle.hp'.
master
AntumDeluge 2016-09-03 17:47:27 -07:00
parent af09bb8aaa
commit 763933b713
1 changed files with 12 additions and 0 deletions

View File

@ -26,3 +26,15 @@
antum.battle = {}
antum.battle.hp = {
high = {
hp_max = 40,
},
med = {
hp_max = 20,
},
low = {
hp_max = 10,
},
}