mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-13 14:41:57 -05:00
22 lines
457 B
JSON
22 lines
457 B
JSON
{
|
|
"name": "Darien",
|
|
"class": "TRAINER_CLASS_DRAGON_TAMER",
|
|
"items": [],
|
|
"ai_flags": [
|
|
"AI_FLAG_BASIC",
|
|
"AI_FLAG_EVAL_ATTACK",
|
|
"AI_FLAG_EXPERT"
|
|
],
|
|
"double_battle": false,
|
|
"party": [
|
|
{
|
|
"species": "SPECIES_DRAGONITE",
|
|
"form": 0,
|
|
"level": 60,
|
|
"item": null,
|
|
"moves": null,
|
|
"power": 50,
|
|
"ball_seal": 0
|
|
}
|
|
]
|
|
} |