2019-08-04 18:00:01 +02:00
|
|
|
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.
|
2019-08-04 18:00:01 +02:00
|
|
|
}
|