mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
75 lines
1.8 KiB
JSON
75 lines
1.8 KiB
JSON
{
|
||
"name": "Clarice",
|
||
"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_SWALOT",
|
||
"form": 0,
|
||
"level": 53,
|
||
"item": null,
|
||
"moves": [
|
||
"MOVE_GUNK_SHOT",
|
||
"MOVE_YAWN",
|
||
"MOVE_BODY_SLAM",
|
||
"MOVE_PROTECT"
|
||
],
|
||
"power": 50,
|
||
"ball_seal": 0
|
||
},
|
||
{
|
||
"species": "SPECIES_NINETALES",
|
||
"form": 0,
|
||
"level": 54,
|
||
"item": null,
|
||
"moves": [
|
||
"MOVE_WILL_O_WISP",
|
||
"MOVE_FLAMETHROWER",
|
||
"MOVE_DARK_PULSE",
|
||
"MOVE_EXTRASENSORY"
|
||
],
|
||
"power": 50,
|
||
"ball_seal": 0
|
||
},
|
||
{
|
||
"species": "SPECIES_MAGNEZONE",
|
||
"form": 0,
|
||
"level": 56,
|
||
"item": null,
|
||
"moves": [
|
||
"MOVE_FLASH_CANNON",
|
||
"MOVE_MIRROR_COAT",
|
||
"MOVE_DISCHARGE",
|
||
"MOVE_HYPER_BEAM"
|
||
],
|
||
"power": 50,
|
||
"ball_seal": 0
|
||
}
|
||
],
|
||
"messages": [
|
||
{
|
||
"type": "TRMSG_PRE_BATTLE",
|
||
"en_US": [
|
||
"Let me see what you got there, kid.\n",
|
||
"I could give you some advice.\r"
|
||
]
|
||
},
|
||
{
|
||
"type": "TRMSG_DEFEAT",
|
||
"en_US": "You got way too much!\n"
|
||
},
|
||
{
|
||
"type": "TRMSG_POST_BATTLE",
|
||
"en_US": [
|
||
"Well, I don’t have any advice for\n",
|
||
"someone as tough as you!\n"
|
||
]
|
||
}
|
||
]
|
||
} |