2021-05-16 08:38:09 +02:00
|
|
|
local CONST = require "datas.consts.stats"
|
2020-08-02 21:32:45 +02:00
|
|
|
|
|
|
|
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.
|
|
|
|
}
|