mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-12 22:21:51 -05:00
27 lines
585 B
JSON
27 lines
585 B
JSON
{
|
|
"name": "Karina",
|
|
"class": "TRAINER_CLASS_PICNICKER",
|
|
"items": [],
|
|
"ai_flags": [
|
|
"AI_FLAG_BASIC",
|
|
"AI_FLAG_EVAL_ATTACK",
|
|
"AI_FLAG_EXPERT"
|
|
],
|
|
"double_battle": false,
|
|
"party": [
|
|
{
|
|
"species": "SPECIES_PIPLUP",
|
|
"form": 0,
|
|
"level": 24,
|
|
"item": null,
|
|
"moves": [
|
|
"MOVE_BUBBLE_BEAM",
|
|
"MOVE_PECK",
|
|
"MOVE_POUND",
|
|
"MOVE_GROWL"
|
|
],
|
|
"power": 0,
|
|
"ball_seal": 0
|
|
}
|
|
]
|
|
} |