pokeplatinum/res/trainers/data/ace_trainer_jamie.json
scbroede f743e4dfdf
Some checks are pending
build / build (push) Waiting to run
clean up trainer files (#733)
2025-09-04 10:22:25 -07:00

61 lines
1.6 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"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 dont 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"
]
}
]
}