mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-26 16:47:15 -05:00
61 lines
1.5 KiB
JSON
61 lines
1.5 KiB
JSON
{
|
||
"name": "Hannah",
|
||
"class": "TRAINER_CLASS_AROMA_LADY",
|
||
"items": [],
|
||
"ai_flags": [
|
||
"AI_FLAG_BASIC",
|
||
"AI_FLAG_EXPERT"
|
||
],
|
||
"double_battle": false,
|
||
"party": [
|
||
{
|
||
"species": "SPECIES_ROSELIA",
|
||
"form": 0,
|
||
"level": 18,
|
||
"item": null,
|
||
"moves": null,
|
||
"power": 0,
|
||
"ball_seal": 1
|
||
},
|
||
{
|
||
"species": "SPECIES_COMBEE",
|
||
"form": 0,
|
||
"level": 22,
|
||
"item": null,
|
||
"moves": null,
|
||
"power": 0,
|
||
"ball_seal": 0
|
||
}
|
||
],
|
||
"messages": [
|
||
{
|
||
"type": "TRMSG_PRE_BATTLE",
|
||
"en_US": [
|
||
"Oh, you want to have a battle?\r",
|
||
"I was meaning to enter a Contest,\n",
|
||
"but beating you won’t take long...\r"
|
||
]
|
||
},
|
||
{
|
||
"type": "TRMSG_DEFEAT",
|
||
"en_US": "Oh, you have us beaten.\n"
|
||
},
|
||
{
|
||
"type": "TRMSG_POST_BATTLE",
|
||
"en_US": [
|
||
"You and your Pokémon have so much\n",
|
||
"energy.\r",
|
||
"I think you would do well in\n",
|
||
"Contests, too.\n"
|
||
]
|
||
},
|
||
{
|
||
"type": "TRMSG_REMATCH",
|
||
"en_US": [
|
||
"Oh, didn’t we meet before?\r",
|
||
"I was meaning to enter a Contest,\n",
|
||
"but let’s have a quick battle first.\r"
|
||
]
|
||
}
|
||
]
|
||
} |