mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-14 15:12:40 -05:00
25 lines
535 B
JSON
25 lines
535 B
JSON
{
|
|
"name": "Jacky",
|
|
"class": "TRAINER_CLASS_TUBER_MALE",
|
|
"items": [],
|
|
"ai_flags": [
|
|
"AI_FLAG_BASIC"
|
|
],
|
|
"double_battle": false,
|
|
"party": [
|
|
{
|
|
"species": "SPECIES_BIBAREL",
|
|
"form": 0,
|
|
"level": 32,
|
|
"item": null,
|
|
"moves": [
|
|
"MOVE_WATER_GUN",
|
|
"MOVE_ROLLOUT",
|
|
"MOVE_HYPER_FANG",
|
|
"MOVE_YAWN"
|
|
],
|
|
"power": 10,
|
|
"ball_seal": 0
|
|
}
|
|
]
|
|
} |