mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
87 lines
2.1 KiB
JSON
87 lines
2.1 KiB
JSON
{
|
||
"name": "Alyssa",
|
||
"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_AIPOM",
|
||
"form": 0,
|
||
"level": 32,
|
||
"item": null,
|
||
"moves": [
|
||
"MOVE_SWIFT",
|
||
"MOVE_WATER_PULSE",
|
||
"MOVE_SHOCK_WAVE",
|
||
"MOVE_AERIAL_ACE"
|
||
],
|
||
"power": 50,
|
||
"ball_seal": 0
|
||
},
|
||
{
|
||
"species": "SPECIES_GIRAFARIG",
|
||
"form": 0,
|
||
"level": 32,
|
||
"item": null,
|
||
"moves": [
|
||
"MOVE_DOUBLE_HIT",
|
||
"MOVE_PSYBEAM",
|
||
"MOVE_ASSURANCE",
|
||
"MOVE_LIGHT_SCREEN"
|
||
],
|
||
"power": 50,
|
||
"ball_seal": 0
|
||
},
|
||
{
|
||
"species": "SPECIES_GROTLE",
|
||
"form": 0,
|
||
"level": 33,
|
||
"item": null,
|
||
"moves": [
|
||
"MOVE_MEGA_DRAIN",
|
||
"MOVE_BITE",
|
||
"MOVE_CURSE"
|
||
],
|
||
"power": 50,
|
||
"ball_seal": 0
|
||
}
|
||
],
|
||
"messages": [
|
||
{
|
||
"type": "TRMSG_PRE_BATTLE",
|
||
"en_US": [
|
||
"As an Ace Trainer, I have to take\n",
|
||
"battles in stride.\r",
|
||
"I need to stay cool and calm whether\n",
|
||
"I win or lose.\r"
|
||
]
|
||
},
|
||
{
|
||
"type": "TRMSG_DEFEAT",
|
||
"en_US": [
|
||
"Aiyeeeeh!\n",
|
||
"We lost!\n"
|
||
]
|
||
},
|
||
{
|
||
"type": "TRMSG_POST_BATTLE",
|
||
"en_US": [
|
||
"How dare you beat us!\n",
|
||
"Go away! Go!\n"
|
||
]
|
||
},
|
||
{
|
||
"type": "TRMSG_REMATCH",
|
||
"en_US": [
|
||
"Last time, I got a little emotional\n",
|
||
"over losing...\r",
|
||
"I’ll stay cool and calm today!\r"
|
||
]
|
||
}
|
||
]
|
||
} |