sonic-radiance/sonic-radiance.love/datas/gamedata/ennemies/classics/motobug/stats.lua

13 lines
183 B
Lua
Raw Normal View History

return {
2020-08-05 12:03:31 +02:00
hpmax = 25, --
ppmax = 20, --
2020-08-05 12:03:31 +02:00
attack = 15, --
power = 20, --
2020-08-05 12:03:31 +02:00
defense = 05, --
technic = 10, --
mind = 10, --
luck = 02, --
2020-08-05 12:03:31 +02:00
speed = 15, --
}