mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
65 lines
1.6 KiB
JSON
65 lines
1.6 KiB
JSON
{
|
||
"name": "Felix",
|
||
"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_DUSCLOPS",
|
||
"form": 0,
|
||
"level": 55,
|
||
"item": null,
|
||
"moves": [
|
||
"MOVE_SHADOW_SNEAK",
|
||
"MOVE_PAYBACK",
|
||
"MOVE_CURSE",
|
||
"MOVE_WILL_O_WISP"
|
||
],
|
||
"power": 50,
|
||
"ball_seal": 0
|
||
},
|
||
{
|
||
"species": "SPECIES_SALAMENCE",
|
||
"form": 0,
|
||
"level": 56,
|
||
"item": null,
|
||
"moves": [
|
||
"MOVE_DRAGON_CLAW",
|
||
"MOVE_AERIAL_ACE",
|
||
"MOVE_ZEN_HEADBUTT",
|
||
"MOVE_CRUNCH"
|
||
],
|
||
"power": 50,
|
||
"ball_seal": 23
|
||
}
|
||
],
|
||
"messages": [
|
||
{
|
||
"type": "TRMSG_PRE_BATTLE",
|
||
"en_US": "Welcome to my Pokémon show!\r"
|
||
},
|
||
{
|
||
"type": "TRMSG_DEFEAT",
|
||
"en_US": [
|
||
"Did you enjoy the show?\n",
|
||
"Super fabulous, wasn’t it?\n"
|
||
]
|
||
},
|
||
{
|
||
"type": "TRMSG_POST_BATTLE",
|
||
"en_US": [
|
||
"I’ll be happy to battle you again!\n",
|
||
"Let’s battle again sometime, yeah?"
|
||
]
|
||
},
|
||
{
|
||
"type": "TRMSG_REMATCH",
|
||
"en_US": "Welcome to my new Pokémon show!\r"
|
||
}
|
||
]
|
||
} |