mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
59 lines
1.4 KiB
JSON
59 lines
1.4 KiB
JSON
{
|
||
"name": "Deanna",
|
||
"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_AMPHAROS",
|
||
"form": 0,
|
||
"level": 61,
|
||
"item": null,
|
||
"moves": [
|
||
"MOVE_DISCHARGE",
|
||
"MOVE_POWER_GEM",
|
||
"MOVE_SIGNAL_BEAM",
|
||
"MOVE_FIRE_PUNCH"
|
||
],
|
||
"power": 50,
|
||
"ball_seal": 0
|
||
},
|
||
{
|
||
"species": "SPECIES_TROPIUS",
|
||
"form": 0,
|
||
"level": 62,
|
||
"item": null,
|
||
"moves": [
|
||
"MOVE_LEAF_STORM",
|
||
"MOVE_AIR_SLASH",
|
||
"MOVE_EARTHQUAKE",
|
||
"MOVE_SILVER_WIND"
|
||
],
|
||
"power": 50,
|
||
"ball_seal": 19
|
||
}
|
||
],
|
||
"messages": [
|
||
{
|
||
"type": "TRMSG_REMATCH",
|
||
"en_US": [
|
||
"We’ve faced many challengers since\n",
|
||
"we met, but they were all weak...\r",
|
||
"I relish the tough resistance that\n",
|
||
"only you can provide!\r"
|
||
]
|
||
},
|
||
{
|
||
"type": "TRMSG_DEFEAT",
|
||
"en_US": [
|
||
"I’ve found a tough adversary in\n",
|
||
"you...\n"
|
||
]
|
||
}
|
||
]
|
||
} |