mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-12 22:21:51 -05:00
55 lines
1.3 KiB
JSON
55 lines
1.3 KiB
JSON
{
|
|
"name": "Savannah",
|
|
"class": "TRAINER_CLASS_ACE_TRAINER_SNOW_FEMALE",
|
|
"items": [],
|
|
"ai_flags": [
|
|
"AI_FLAG_BASIC",
|
|
"AI_FLAG_EVAL_ATTACK",
|
|
"AI_FLAG_EXPERT"
|
|
],
|
|
"double_battle": false,
|
|
"party": [
|
|
{
|
|
"species": "SPECIES_SNORUNT",
|
|
"form": 0,
|
|
"level": 39,
|
|
"item": null,
|
|
"moves": [
|
|
"MOVE_ICE_FANG",
|
|
"MOVE_CRUNCH",
|
|
"MOVE_HAIL",
|
|
"MOVE_PROTECT"
|
|
],
|
|
"power": 60,
|
|
"ball_seal": 0
|
|
},
|
|
{
|
|
"species": "SPECIES_SNORUNT",
|
|
"form": 0,
|
|
"level": 40,
|
|
"item": null,
|
|
"moves": [
|
|
"MOVE_ICE_FANG",
|
|
"MOVE_CRUNCH",
|
|
"MOVE_HAIL",
|
|
"MOVE_PROTECT"
|
|
],
|
|
"power": 60,
|
|
"ball_seal": 0
|
|
},
|
|
{
|
|
"species": "SPECIES_GLALIE",
|
|
"form": 0,
|
|
"level": 42,
|
|
"item": null,
|
|
"moves": [
|
|
"MOVE_ICE_FANG",
|
|
"MOVE_CRUNCH",
|
|
"MOVE_HAIL",
|
|
"MOVE_PROTECT"
|
|
],
|
|
"power": 60,
|
|
"ball_seal": 0
|
|
}
|
|
]
|
|
} |