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

37 lines
826 B
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": "Elizabeth",
"class": "TRAINER_CLASS_AROMA_LADY",
"items": [],
"ai_flags": [
"AI_FLAG_BASIC",
"AI_FLAG_EXPERT"
],
"double_battle": false,
"party": [
{
"species": "SPECIES_ROSERADE",
"form": 0,
"level": 54,
"item": null,
"moves": null,
"power": 0,
"ball_seal": 0
}
],
"messages": [
{
"type": "TRMSG_REMATCH",
"en_US": [
"Sniff... Oh?\n",
"Your Pokémon smells nice!\r"
]
},
{
"type": "TRMSG_DEFEAT",
"en_US": [
"Did you understand what I meant?\n",
"Didnt my Pokémon smell nice?\n"
]
}
]
}