2025-02-18 15:25:17 +01:00

52 lines
1.3 KiB
JSON

{
"enabled": true,
"neededInstalledMods": [],
"neededUninstalledMods": [],
"spawns": [
{
"id": "dunsparce-1",
"pokemon": "dunsparce",
"presets": [
"natural",
"wild"
],
"type": "pokemon",
"context": "grounded",
"bucket": "rare",
"level": "15",
"weight": 8.0,
"condition": {
"biomes": [
"#cobblemon:is_mountain"
]
}
},
{
"id": "dunsparce-2",
"pokemon": "dunsparce",
"presets": [
"natural"
],
"type": "pokemon",
"context": "grounded",
"bucket": "rare",
"level": "20",
"weight": 9.0,
"condition": {
"minSkyLight": 0,
"maxSkyLight": 7,
"biomes": [
"#cobblemon:is_cave"
],
"minY": 0
},
"anticondition": {
"biomes": [
"#cobblemon:is_deep_dark",
"#cobblemon:is_mountain"
]
}
}
]
}