38 lines
978 B
JSON
38 lines
978 B
JSON
|
{
|
||
|
"enabled": true,
|
||
|
"neededInstalledMods": [],
|
||
|
"neededUninstalledMods": [],
|
||
|
"spawns": [
|
||
|
{
|
||
|
"id": "croagunk-1",
|
||
|
"pokemon": "croagunk",
|
||
|
"type": "pokemon",
|
||
|
"context": "grounded",
|
||
|
"bucket": "rare",
|
||
|
"level": "10-36",
|
||
|
"weight": 4.1,
|
||
|
"condition": {
|
||
|
"canSeeSky": true,
|
||
|
"biomes": [
|
||
|
"#cobblemon:is_swamp"
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"id": "croagunk-2",
|
||
|
"pokemon": "croagunk",
|
||
|
"type": "pokemon",
|
||
|
"context": "grounded",
|
||
|
"bucket": "uncommon",
|
||
|
"level": "10-36",
|
||
|
"weight": 1.45,
|
||
|
"condition": {
|
||
|
"canSeeSky": true,
|
||
|
"biomes": [
|
||
|
"#cobblemon:is_swamp"
|
||
|
],
|
||
|
"isRaining": true
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|