mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-12 22:21:51 -05:00
41 lines
928 B
JSON
41 lines
928 B
JSON
{
|
|
"name": "Leonard",
|
|
"class": "TRAINER_CLASS_POKEFAN_MALE",
|
|
"items": [
|
|
"ITEM_FULL_HEAL",
|
|
"ITEM_SUPER_POTION"
|
|
],
|
|
"ai_flags": [
|
|
"AI_FLAG_BASIC"
|
|
],
|
|
"double_battle": false,
|
|
"party": [
|
|
{
|
|
"species": "SPECIES_PICHU",
|
|
"form": 0,
|
|
"level": 19,
|
|
"item": "ITEM_SITRUS_BERRY",
|
|
"moves": null,
|
|
"power": 0,
|
|
"ball_seal": 0
|
|
},
|
|
{
|
|
"species": "SPECIES_PICHU",
|
|
"form": 0,
|
|
"level": 19,
|
|
"item": "ITEM_SITRUS_BERRY",
|
|
"moves": null,
|
|
"power": 0,
|
|
"ball_seal": 0
|
|
},
|
|
{
|
|
"species": "SPECIES_PIKACHU",
|
|
"form": 0,
|
|
"level": 22,
|
|
"item": "ITEM_SITRUS_BERRY",
|
|
"moves": null,
|
|
"power": 0,
|
|
"ball_seal": 7
|
|
}
|
|
]
|
|
} |