mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-12 22:21:51 -05:00
22 lines
456 B
JSON
22 lines
456 B
JSON
{
|
|
"name": "Patrick",
|
|
"class": "TRAINER_CLASS_DRAGON_TAMER",
|
|
"items": [],
|
|
"ai_flags": [
|
|
"AI_FLAG_BASIC",
|
|
"AI_FLAG_EVAL_ATTACK",
|
|
"AI_FLAG_EXPERT"
|
|
],
|
|
"double_battle": false,
|
|
"party": [
|
|
{
|
|
"species": "SPECIES_GABITE",
|
|
"form": 0,
|
|
"level": 46,
|
|
"item": null,
|
|
"moves": null,
|
|
"power": 50,
|
|
"ball_seal": 17
|
|
}
|
|
]
|
|
} |