mirror of
https://github.com/pret/pmd-red.git
synced 2026-04-21 22:48:18 -05:00
24 lines
599 B
JSON
24 lines
599 B
JSON
{
|
|
"tables": [
|
|
{
|
|
"name": "pokemon_found_out339",
|
|
"pokemon": [
|
|
{
|
|
"species": "MONSTER_KECLEON",
|
|
"level": 90,
|
|
"probability": 0
|
|
},
|
|
{
|
|
"species": "MONSTER_SHUPPET",
|
|
"level": 28,
|
|
"probability": 10000
|
|
},
|
|
{
|
|
"species": "MONSTER_DECOY",
|
|
"level": 1,
|
|
"probability": 0
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |