mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
54 lines
1.4 KiB
JSON
54 lines
1.4 KiB
JSON
{
|
||
"name": "Cesar",
|
||
"class": "TRAINER_CLASS_ACE_TRAINER_MALE",
|
||
"items": [],
|
||
"ai_flags": [
|
||
"AI_FLAG_BASIC",
|
||
"AI_FLAG_EVAL_ATTACK",
|
||
"AI_FLAG_EXPERT"
|
||
],
|
||
"double_battle": false,
|
||
"party": [
|
||
{
|
||
"species": "SPECIES_SCIZOR",
|
||
"form": 0,
|
||
"level": 40,
|
||
"item": null,
|
||
"moves": [
|
||
"MOVE_METAL_CLAW",
|
||
"MOVE_X_SCISSOR",
|
||
"MOVE_SLASH",
|
||
"MOVE_PURSUIT"
|
||
],
|
||
"power": 60,
|
||
"ball_seal": 0
|
||
}
|
||
],
|
||
"messages": [
|
||
{
|
||
"type": "TRMSG_PRE_BATTLE",
|
||
"en_US": [
|
||
"An ace has the knowledge and\n",
|
||
"experience of battling at high levels.\r",
|
||
"I’ll demonstrate what that means to\n",
|
||
"a noob like you!\r"
|
||
]
|
||
},
|
||
{
|
||
"type": "TRMSG_DEFEAT",
|
||
"en_US": [
|
||
"Wow...\n",
|
||
"I’m in the mood to sing a lullaby...\n"
|
||
]
|
||
},
|
||
{
|
||
"type": "TRMSG_POST_BATTLE",
|
||
"en_US": [
|
||
"Your earnest enthusiasm...\n",
|
||
"I guess that kinda makes you an ace.\r",
|
||
"Maybe you’re a Trainer who has the\n",
|
||
"potential to surpass aces!\n"
|
||
]
|
||
}
|
||
]
|
||
} |