mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-12 22:21:51 -05:00
48 lines
1.1 KiB
JSON
48 lines
1.1 KiB
JSON
{
|
|
"name": "Darren",
|
|
"class": "TRAINER_CLASS_BLACK_BELT",
|
|
"items": [],
|
|
"ai_flags": [
|
|
"AI_FLAG_BASIC",
|
|
"AI_FLAG_DAMAGE_PRIORITY"
|
|
],
|
|
"double_battle": false,
|
|
"party": [
|
|
{
|
|
"species": "SPECIES_MACHOP",
|
|
"form": 0,
|
|
"level": 25,
|
|
"item": null,
|
|
"moves": [
|
|
"MOVE_KARATE_CHOP",
|
|
"MOVE_FORESIGHT"
|
|
],
|
|
"power": 40,
|
|
"ball_seal": 0
|
|
},
|
|
{
|
|
"species": "SPECIES_MEDITITE",
|
|
"form": 0,
|
|
"level": 25,
|
|
"item": null,
|
|
"moves": [
|
|
"MOVE_CONFUSION",
|
|
"MOVE_FORCE_PALM"
|
|
],
|
|
"power": 40,
|
|
"ball_seal": 0
|
|
},
|
|
{
|
|
"species": "SPECIES_MACHOKE",
|
|
"form": 0,
|
|
"level": 25,
|
|
"item": null,
|
|
"moves": [
|
|
"MOVE_KARATE_CHOP",
|
|
"MOVE_FORESIGHT"
|
|
],
|
|
"power": 40,
|
|
"ball_seal": 0
|
|
}
|
|
]
|
|
} |