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

73 lines
1.8 KiB
JSON

{
"enabled": true,
"neededInstalledMods": [],
"neededUninstalledMods": [],
"spawns": [
{
"id": "drapion-1",
"pokemon": "drapion",
"presets": [
"natural",
"wild"
],
"type": "pokemon",
"context": "grounded",
"bucket": "rare",
"level": "45-55",
"weight": 6.6,
"condition": {
"biomes": [
"#cobblemon:is_swamp"
]
}
},
{
"id": "drapion-2",
"pokemon": "drapion",
"presets": [
"natural"
],
"type": "pokemon",
"context": "grounded",
"bucket": "rare",
"level": "45-55",
"weight": 9.0,
"condition": {
"minSkyLight": 0,
"maxSkyLight": 7,
"biomes": [
"#cobblemon:is_cave"
],
"minY": 0
},
"anticondition": {
"biomes": [
"#cobblemon:is_deep_dark",
"#cobblemon:is_mountain"
]
}
},
{
"id": "drapion-3",
"pokemon": "drapion",
"presets": [
"natural",
"wild"
],
"type": "pokemon",
"context": "grounded",
"bucket": "rare",
"level": "45-55",
"weight": 3.1,
"condition": {
"biomes": [
"#cobblemon:is_desert"
]
}
}
]
}