mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
66 lines
1.7 KiB
JSON
66 lines
1.7 KiB
JSON
{
|
||
"name": "Micah",
|
||
"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_METANG",
|
||
"form": 0,
|
||
"level": 55,
|
||
"item": null,
|
||
"moves": [
|
||
"MOVE_BULLET_PUNCH",
|
||
"MOVE_ZEN_HEADBUTT",
|
||
"MOVE_PURSUIT",
|
||
"MOVE_METEOR_MASH"
|
||
],
|
||
"power": 50,
|
||
"ball_seal": 0
|
||
},
|
||
{
|
||
"species": "SPECIES_LUDICOLO",
|
||
"form": 0,
|
||
"level": 56,
|
||
"item": null,
|
||
"moves": [
|
||
"MOVE_WATER_PULSE",
|
||
"MOVE_ZEN_HEADBUTT",
|
||
"MOVE_ENERGY_BALL",
|
||
"MOVE_FAKE_OUT"
|
||
],
|
||
"power": 50,
|
||
"ball_seal": 0
|
||
}
|
||
],
|
||
"messages": [
|
||
{
|
||
"type": "TRMSG_PRE_BATTLE",
|
||
"en_US": [
|
||
"When Trainers lock eyes...\r",
|
||
"That’s right! It’s time to let\n",
|
||
"their Pokémon go wild!\r"
|
||
]
|
||
},
|
||
{
|
||
"type": "TRMSG_DEFEAT",
|
||
"en_US": [
|
||
"Your Pokémon have a real peppy feel to\n",
|
||
"them!\n"
|
||
]
|
||
},
|
||
{
|
||
"type": "TRMSG_POST_BATTLE",
|
||
"en_US": [
|
||
"Whether you’re talking to people or\n",
|
||
"Pokémon, it’s important to always look\f",
|
||
"them square in the eyes.\n"
|
||
]
|
||
}
|
||
]
|
||
} |