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