mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-15 15:45:53 -05:00
36 lines
798 B
JSON
36 lines
798 B
JSON
{
|
|
"name": "Brandon",
|
|
"class": "TRAINER_CLASS_BUG_CATCHER",
|
|
"items": [],
|
|
"ai_flags": [
|
|
"AI_FLAG_BASIC",
|
|
"AI_FLAG_EVAL_ATTACK"
|
|
],
|
|
"double_battle": false,
|
|
"party": [
|
|
{
|
|
"species": "SPECIES_WURMPLE",
|
|
"form": 0,
|
|
"level": 10,
|
|
"item": null,
|
|
"moves": [
|
|
"MOVE_TACKLE",
|
|
"MOVE_STRING_SHOT",
|
|
"MOVE_POISON_STING"
|
|
],
|
|
"power": 0,
|
|
"ball_seal": 0
|
|
},
|
|
{
|
|
"species": "SPECIES_KRICKETOT",
|
|
"form": 0,
|
|
"level": 11,
|
|
"item": null,
|
|
"moves": [
|
|
"MOVE_BIDE"
|
|
],
|
|
"power": 0,
|
|
"ball_seal": 0
|
|
}
|
|
]
|
|
} |