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

50 lines
1.1 KiB
JSON

{
"name": "Jasmin",
"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_DRAPION",
"form": 0,
"level": 61,
"item": null,
"moves": [
"MOVE_CROSS_POISON",
"MOVE_CRUNCH",
"MOVE_X_SCISSOR",
"MOVE_AERIAL_ACE"
],
"power": 50,
"ball_seal": 0
}
],
"messages": [
{
"type": "TRMSG_PRE_BATTLE",
"en_US": [
"Can you answer this for me?\n",
"What is space?\r"
]
},
{
"type": "TRMSG_DEFEAT",
"en_US": [
"And another...\n",
"A new memory was born.\n"
]
},
{
"type": "TRMSG_POST_BATTLE",
"en_US": [
"For me, space is where memories are\n",
"made...\n"
]
}
]
}