sonic-radiance/sonic-radiance.love/datas/gamedata/characters/sonic/stats.lua

13 lines
337 B
Lua
Raw Normal View History

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.
2019-08-12 12:37:00 +02:00
speed = 50, -- Où le personnage se trouve dans le tour.
}