mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-12 22:21:51 -05:00
52 lines
1.2 KiB
JSON
52 lines
1.2 KiB
JSON
{
|
|
"name": "Caitlyn",
|
|
"class": "TRAINER_CLASS_TUBER_FEMALE",
|
|
"items": [],
|
|
"ai_flags": [
|
|
"AI_FLAG_BASIC"
|
|
],
|
|
"double_battle": false,
|
|
"party": [
|
|
{
|
|
"species": "SPECIES_AZURILL",
|
|
"form": 0,
|
|
"level": 27,
|
|
"item": null,
|
|
"moves": [
|
|
"MOVE_WATER_GUN",
|
|
"MOVE_SLAM",
|
|
"MOVE_CHARM"
|
|
],
|
|
"power": 10,
|
|
"ball_seal": 0
|
|
},
|
|
{
|
|
"species": "SPECIES_MARILL",
|
|
"form": 0,
|
|
"level": 29,
|
|
"item": null,
|
|
"moves": [
|
|
"MOVE_BUBBLE_BEAM",
|
|
"MOVE_ROLLOUT",
|
|
"MOVE_DEFENSE_CURL",
|
|
"MOVE_AQUA_RING"
|
|
],
|
|
"power": 10,
|
|
"ball_seal": 0
|
|
},
|
|
{
|
|
"species": "SPECIES_AZUMARILL",
|
|
"form": 0,
|
|
"level": 31,
|
|
"item": null,
|
|
"moves": [
|
|
"MOVE_BUBBLE_BEAM",
|
|
"MOVE_DOUBLE_EDGE",
|
|
"MOVE_ROLLOUT",
|
|
"MOVE_AQUA_RING"
|
|
],
|
|
"power": 10,
|
|
"ball_seal": 0
|
|
}
|
|
]
|
|
} |