pokeplatinum/res/trainers/data/ace_trainer_maya.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

82 lines
2.0 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": "Maya",
"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_ROSELIA",
"form": 0,
"level": 24,
"item": null,
"moves": [
"MOVE_TOXIC_SPIKES",
"MOVE_GIGA_DRAIN",
"MOVE_LEECH_SEED"
],
"power": 50,
"ball_seal": 0
},
{
"species": "SPECIES_RALTS",
"form": 0,
"level": 24,
"item": null,
"moves": [
"MOVE_PSYCHIC",
"MOVE_MAGICAL_LEAF",
"MOVE_CALM_MIND",
"MOVE_DOUBLE_TEAM"
],
"power": 50,
"ball_seal": 0
},
{
"species": "SPECIES_LICKITUNG",
"form": 0,
"level": 25,
"item": null,
"moves": [
"MOVE_SUPERSONIC",
"MOVE_STOMP",
"MOVE_ROLLOUT",
"MOVE_DEFENSE_CURL"
],
"power": 50,
"ball_seal": 0
}
],
"messages": [
{
"type": "TRMSG_PRE_BATTLE",
"en_US": [
"Im taking the Veilstone Gym\n",
"challenge. But first...\r"
]
},
{
"type": "TRMSG_DEFEAT",
"en_US": "...My confidence is crushed.\n"
},
{
"type": "TRMSG_POST_BATTLE",
"en_US": [
"I think about Pokémon all day long.\n",
"I was confident, you know.\n"
]
},
{
"type": "TRMSG_REMATCH",
"en_US": [
"Oh, its you again!\r",
"Ive regained my confidence.\n",
"Lets have another battle!\r"
]
}
]
}