pokeplatinum/res/trainers/data/dummy_005.json
scbroede f743e4dfdf
Some checks are pending
build / build (push) Waiting to run
clean up trainer files (#733)
2025-09-04 10:22:25 -07:00

21 lines
410 B
JSON

{
"name": "Mickey",
"class": "TRAINER_CLASS_CAMPER",
"items": [],
"ai_flags": [
"AI_FLAG_BASIC"
],
"double_battle": false,
"party": [
{
"species": "SPECIES_RATTATA",
"form": 0,
"level": 5,
"item": null,
"moves": null,
"power": 0,
"ball_seal": 0
}
],
"messages": []
}