[antum_entites] battle.lua: Define values 'high', 'med', & 'low' for
entity 'battle.hp'.master
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…
Reference in New Issue