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

14 lines
406 B
Lua
Raw Normal View History

2021-11-25 10:52:26 +01:00
local CONST = require "datas.consts.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.
}