mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-04 00:51:34 -05:00
20 lines
394 B
JSON
20 lines
394 B
JSON
{
|
|
"name": "Tyler",
|
|
"class": "TRAINER_CLASS_YOUNGSTER",
|
|
"items": [],
|
|
"ai_flags": [
|
|
"AI_FLAG_BASIC"
|
|
],
|
|
"double_battle": false,
|
|
"party": [
|
|
{
|
|
"species": "SPECIES_MAGIKARP",
|
|
"form": 0,
|
|
"level": 8,
|
|
"item": null,
|
|
"moves": null,
|
|
"power": 10,
|
|
"ball_seal": 0
|
|
}
|
|
]
|
|
} |