mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
69 lines
1.7 KiB
JSON
69 lines
1.7 KiB
JSON
{
|
||
"name": "Maya",
|
||
"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_ROSELIA",
|
||
"form": 0,
|
||
"level": 44,
|
||
"item": null,
|
||
"moves": [
|
||
"MOVE_TOXIC_SPIKES",
|
||
"MOVE_GIGA_DRAIN",
|
||
"MOVE_LEECH_SEED",
|
||
"MOVE_TOXIC"
|
||
],
|
||
"power": 50,
|
||
"ball_seal": 0
|
||
},
|
||
{
|
||
"species": "SPECIES_KIRLIA",
|
||
"form": 0,
|
||
"level": 44,
|
||
"item": null,
|
||
"moves": [
|
||
"MOVE_PSYCHIC",
|
||
"MOVE_MAGICAL_LEAF",
|
||
"MOVE_CALM_MIND",
|
||
"MOVE_DOUBLE_TEAM"
|
||
],
|
||
"power": 50,
|
||
"ball_seal": 0
|
||
},
|
||
{
|
||
"species": "SPECIES_LICKITUNG",
|
||
"form": 0,
|
||
"level": 45,
|
||
"item": null,
|
||
"moves": [
|
||
"MOVE_SUPERSONIC",
|
||
"MOVE_STOMP",
|
||
"MOVE_ROLLOUT",
|
||
"MOVE_DEFENSE_CURL"
|
||
],
|
||
"power": 50,
|
||
"ball_seal": 0
|
||
}
|
||
],
|
||
"messages": [
|
||
{
|
||
"type": "TRMSG_REMATCH",
|
||
"en_US": [
|
||
"Oh, it’s you again!\r",
|
||
"I’ve regained my confidence.\n",
|
||
"Let’s have another battle!\r"
|
||
]
|
||
},
|
||
{
|
||
"type": "TRMSG_DEFEAT",
|
||
"en_US": "You made me lose my confidence...\n"
|
||
}
|
||
]
|
||
} |