mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-12 22:21:51 -05:00
32 lines
665 B
JSON
32 lines
665 B
JSON
{
|
|
"name": "Shaun",
|
|
"class": "TRAINER_CLASS_SCIENTIST",
|
|
"items": [
|
|
"ITEM_X_ATTACK"
|
|
],
|
|
"ai_flags": [
|
|
"AI_FLAG_BASIC",
|
|
"AI_FLAG_EXPERT"
|
|
],
|
|
"double_battle": false,
|
|
"party": [
|
|
{
|
|
"species": "SPECIES_MAGNETON",
|
|
"form": 0,
|
|
"level": 55,
|
|
"item": null,
|
|
"moves": null,
|
|
"power": 0,
|
|
"ball_seal": 0
|
|
},
|
|
{
|
|
"species": "SPECIES_ALAKAZAM",
|
|
"form": 0,
|
|
"level": 51,
|
|
"item": null,
|
|
"moves": null,
|
|
"power": 0,
|
|
"ball_seal": 0
|
|
}
|
|
]
|
|
} |