mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-11 23:24:54 -05:00
22 lines
440 B
JSON
22 lines
440 B
JSON
{
|
|
"name": "Liam",
|
|
"class": "TRAINER_CLASS_RICH_BOY",
|
|
"items": [
|
|
"ITEM_FULL_RESTORE"
|
|
],
|
|
"ai_flags": [
|
|
"AI_FLAG_BASIC"
|
|
],
|
|
"double_battle": false,
|
|
"party": [
|
|
{
|
|
"species": "SPECIES_BLISSEY",
|
|
"form": 0,
|
|
"level": 35,
|
|
"item": "ITEM_RARE_CANDY",
|
|
"moves": null,
|
|
"power": 250,
|
|
"ball_seal": 26
|
|
}
|
|
]
|
|
} |