mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-15 07:33:40 -05:00
26 lines
568 B
JSON
26 lines
568 B
JSON
{
|
|
"name": "Ricky",
|
|
"class": "TRAINER_CLASS_BLACK_BELT",
|
|
"items": [],
|
|
"ai_flags": [
|
|
"AI_FLAG_BASIC",
|
|
"AI_FLAG_DAMAGE_PRIORITY"
|
|
],
|
|
"double_battle": false,
|
|
"party": [
|
|
{
|
|
"species": "SPECIES_STEELIX",
|
|
"form": 0,
|
|
"level": 38,
|
|
"item": null,
|
|
"moves": [
|
|
"MOVE_IRON_TAIL",
|
|
"MOVE_TAUNT",
|
|
"MOVE_TORMENT",
|
|
"MOVE_SCREECH"
|
|
],
|
|
"power": 40,
|
|
"ball_seal": 0
|
|
}
|
|
]
|
|
} |