mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-26 08:41:27 -05:00
43 lines
1007 B
JSON
43 lines
1007 B
JSON
{
|
||
"name": "Saul",
|
||
"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_TAUROS",
|
||
"form": 0,
|
||
"level": 63,
|
||
"item": null,
|
||
"moves": [
|
||
"MOVE_GIGA_IMPACT",
|
||
"MOVE_ZEN_HEADBUTT",
|
||
"MOVE_EARTHQUAKE",
|
||
"MOVE_STONE_EDGE"
|
||
],
|
||
"power": 50,
|
||
"ball_seal": 12
|
||
}
|
||
],
|
||
"messages": [
|
||
{
|
||
"type": "TRMSG_REMATCH",
|
||
"en_US": [
|
||
"The urge to battle you again has\n",
|
||
"struck me. Humor me!\r"
|
||
]
|
||
},
|
||
{
|
||
"type": "TRMSG_DEFEAT",
|
||
"en_US": [
|
||
"I shouldn’t have paid attention\n",
|
||
"to my urge...\n"
|
||
]
|
||
}
|
||
]
|
||
} |