2021-05-16 08:38:09 +02:00
|
|
|
local CONST = require "datas.consts.stats"
|
2020-08-02 21:26:49 +02:00
|
|
|
|
2019-08-04 18:00:01 +02:00
|
|
|
return {
|
2020-08-02 21:26:49 +02:00
|
|
|
hpmax = CONST.RANK_B, --
|
|
|
|
ppmax = CONST.RANK_C, --
|
2019-08-04 18:00:01 +02:00
|
|
|
|
2020-08-02 21:26:49 +02:00
|
|
|
attack = CONST.RANK_B, --
|
|
|
|
defense = CONST.RANK_B, --
|
|
|
|
technic = CONST.RANK_C, -- How much items & wisps will be powerfull for this character.
|
|
|
|
power = CONST.RANK_C, --
|
|
|
|
mind = CONST.RANK_D, -- Magic defense.
|
|
|
|
speed = CONST.RANK_S, -- Où le personnage se trouve dans le tour.
|
2019-08-04 18:00:01 +02:00
|
|
|
}
|