mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-12 22:21:51 -05:00
41 lines
968 B
JSON
41 lines
968 B
JSON
{
|
|
"name": "Quinn",
|
|
"class": "TRAINER_CLASS_ACE_TRAINER_MALE",
|
|
"items": [],
|
|
"ai_flags": [
|
|
"AI_FLAG_BASIC",
|
|
"AI_FLAG_EVAL_ATTACK",
|
|
"AI_FLAG_EXPERT"
|
|
],
|
|
"double_battle": false,
|
|
"party": [
|
|
{
|
|
"species": "SPECIES_PINSIR",
|
|
"form": 0,
|
|
"level": 55,
|
|
"item": null,
|
|
"moves": [
|
|
"MOVE_SUPERPOWER",
|
|
"MOVE_X_SCISSOR",
|
|
"MOVE_SWORDS_DANCE",
|
|
"MOVE_ROCK_TOMB"
|
|
],
|
|
"power": 50,
|
|
"ball_seal": 0
|
|
},
|
|
{
|
|
"species": "SPECIES_LANTURN",
|
|
"form": 0,
|
|
"level": 56,
|
|
"item": null,
|
|
"moves": [
|
|
"MOVE_DISCHARGE",
|
|
"MOVE_SIGNAL_BEAM",
|
|
"MOVE_SURF",
|
|
"MOVE_CONFUSE_RAY"
|
|
],
|
|
"power": 50,
|
|
"ball_seal": 0
|
|
}
|
|
]
|
|
} |