mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-26 08:41:27 -05:00
61 lines
1.6 KiB
JSON
61 lines
1.6 KiB
JSON
{
|
||
"name": "Jamie",
|
||
"class": "TRAINER_CLASS_ACE_TRAINER_FEMALE",
|
||
"items": [],
|
||
"ai_flags": [
|
||
"AI_FLAG_BASIC",
|
||
"AI_FLAG_EVAL_ATTACK",
|
||
"AI_FLAG_EXPERT"
|
||
],
|
||
"double_battle": false,
|
||
"party": [
|
||
{
|
||
"species": "SPECIES_METAGROSS",
|
||
"form": 0,
|
||
"level": 60,
|
||
"item": null,
|
||
"moves": [
|
||
"MOVE_METEOR_MASH",
|
||
"MOVE_HAMMER_ARM",
|
||
"MOVE_PSYCHIC",
|
||
"MOVE_MAGNET_RISE"
|
||
],
|
||
"power": 50,
|
||
"ball_seal": 11
|
||
}
|
||
],
|
||
"messages": [
|
||
{
|
||
"type": "TRMSG_PRE_BATTLE",
|
||
"en_US": [
|
||
"I constantly analyze Pokémon and\n",
|
||
"various battles on my laptop.\r"
|
||
]
|
||
},
|
||
{
|
||
"type": "TRMSG_DEFEAT",
|
||
"en_US": [
|
||
"...Things don’t always work out\n",
|
||
"according to my calculations...\n"
|
||
]
|
||
},
|
||
{
|
||
"type": "TRMSG_POST_BATTLE",
|
||
"en_US": [
|
||
"I had a lot of fun battling with\n",
|
||
"you, though.\r",
|
||
"I wonder if I can analyze the\n",
|
||
"battle data properly?\r",
|
||
"I could use a rematch to get\n",
|
||
"some additional data.\n"
|
||
]
|
||
},
|
||
{
|
||
"type": "TRMSG_REMATCH",
|
||
"en_US": [
|
||
"I analyzed our last battle on my\n",
|
||
"laptop.\r"
|
||
]
|
||
}
|
||
]
|
||
} |