[antum_entites] battle.lua: Define values 'high', 'med', & 'low' for
entity 'battle.hp'.
This commit is contained in:
parent
af09bb8aaa
commit
763933b713
@ -26,3 +26,15 @@
|
||||
|
||||
|
||||
antum.battle = {}
|
||||
|
||||
antum.battle.hp = {
|
||||
high = {
|
||||
hp_max = 40,
|
||||
},
|
||||
med = {
|
||||
hp_max = 20,
|
||||
},
|
||||
low = {
|
||||
hp_max = 10,
|
||||
},
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user