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

14 lines
399 B
Lua
Raw Normal View History

2020-08-02 21:32:45 +02:00
local CONST = require "datas.stats"
return {
hpmax = CONST.RANK_A, --
ppmax = CONST.RANK_C, --
attack = CONST.RANK_A, --
defense = CONST.RANK_B, --
technic = CONST.RANK_C, -- How much items & wisps will be powerfull for this character.
power = CONST.RANK_B, --
mind = CONST.RANK_C, -- Magic defense.
speed = CONST.RANK_B, -- Où le personnage se trouve dans le tour.
}