sonic-radiance/sonic-radiance.love/datas/gamedata/characters/sonic/stats.lua
2019-08-04 18:00:01 +02:00

12 lines
276 B
Lua

return {
hpmax = 200, --
ppmax = 50, --
attack = 50, --
power = 50, --
defense = 50, --
technic = 50, -- How much items & wisps will be powerfull for this character.
mind = 50, -- Magic defense.
luck = 50, -- Critical hits and stuff like that.
}