mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-13 06:31:04 -05:00
27 lines
556 B
JSON
27 lines
556 B
JSON
{
|
|
"name": "Lucas",
|
|
"class": "TRAINER_CLASS_DP_PLAYER_MALE",
|
|
"items": [
|
|
"ITEM_POTION"
|
|
],
|
|
"ai_flags": [
|
|
"AI_FLAG_BASIC",
|
|
"AI_FLAG_EVAL_ATTACK",
|
|
"AI_FLAG_EXPERT"
|
|
],
|
|
"double_battle": false,
|
|
"party": [
|
|
{
|
|
"species": "SPECIES_CHIMCHAR",
|
|
"form": 0,
|
|
"level": 13,
|
|
"item": null,
|
|
"moves": [
|
|
"MOVE_EMBER",
|
|
"MOVE_SCRATCH"
|
|
],
|
|
"power": 30,
|
|
"ball_seal": 0
|
|
}
|
|
]
|
|
} |