13 lines
185 B
Lua
13 lines
185 B
Lua
|
return {
|
||
|
hpmax = 200, --
|
||
|
ppmax = 50, --
|
||
|
|
||
|
attack = 10, --
|
||
|
power = 20, --
|
||
|
defense = 10, --
|
||
|
technic = 10, --
|
||
|
mind = 10, --
|
||
|
luck = 02, --
|
||
|
speed = 25, --
|
||
|
}
|