first commit
This commit is contained in:
@ -0,0 +1,163 @@
|
||||
{
|
||||
"enabled": true,
|
||||
"neededInstalledMods": [],
|
||||
"neededUninstalledMods": [],
|
||||
"spawns": [
|
||||
{
|
||||
"id": "noibat-1",
|
||||
"pokemon": "noibat",
|
||||
"presets": [
|
||||
"natural"
|
||||
],
|
||||
"type": "pokemon",
|
||||
"context": "grounded",
|
||||
"bucket": "uncommon",
|
||||
"level": "10-25",
|
||||
"weight": 5,
|
||||
"weightMultiplier": {
|
||||
"multiplier": 1.5
|
||||
},
|
||||
"condition": {
|
||||
"minSkyLight": 8,
|
||||
"maxSkyLight": 15,
|
||||
"biomes": [
|
||||
"#cobblemon:is_spooky"
|
||||
],
|
||||
"timeRange": "night"
|
||||
},
|
||||
"anticondition": {
|
||||
"moonPhase": "1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "noibat-2",
|
||||
"pokemon": "noibat",
|
||||
"presets": [
|
||||
"natural"
|
||||
],
|
||||
"type": "pokemon",
|
||||
"context": "grounded",
|
||||
"bucket": "common",
|
||||
"level": "10-25",
|
||||
"weight": 11,
|
||||
"weightMultiplier": {
|
||||
"multiplier": 1.5
|
||||
},
|
||||
"condition": {
|
||||
"minSkyLight": 8,
|
||||
"maxSkyLight": 15,
|
||||
"biomes": [
|
||||
"#cobblemon:is_spooky"
|
||||
],
|
||||
"timeRange": "night",
|
||||
"moonPhase": "1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "noibat-3",
|
||||
"pokemon": "noibat",
|
||||
"presets": [
|
||||
"natural"
|
||||
],
|
||||
"type": "pokemon",
|
||||
"context": "grounded",
|
||||
"bucket": "uncommon",
|
||||
"level": "10-25",
|
||||
"weight": 5,
|
||||
"condition": {
|
||||
"minSkyLight": 0,
|
||||
"maxSkyLight": 5,
|
||||
"biomes": [
|
||||
"#cobblemon:is_overworld"
|
||||
],
|
||||
"maxY": 32
|
||||
},
|
||||
"anticondition": {
|
||||
"biomes": [
|
||||
"#cobblemon:is_deep_dark",
|
||||
"#cobblemon:is_dripstone",
|
||||
"terralith:cave/underground_jungle"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "noibat-4",
|
||||
"pokemon": "noibat",
|
||||
"presets": [
|
||||
"natural"
|
||||
],
|
||||
"type": "pokemon",
|
||||
"context": "grounded",
|
||||
"bucket": "uncommon",
|
||||
"level": "15-30",
|
||||
"weight": 9.0,
|
||||
"condition": {
|
||||
"minSkyLight": 0,
|
||||
"maxSkyLight": 7,
|
||||
"biomes": [
|
||||
"#cobblemon:is_dripstone",
|
||||
"terralith:cave/underground_jungle"
|
||||
]
|
||||
},
|
||||
"anticondition": {
|
||||
"biomes": [
|
||||
"#cobblemon:is_deep_dark"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "noibat-5",
|
||||
"pokemon": "noibat",
|
||||
"presets": [
|
||||
"natural"
|
||||
],
|
||||
"type": "pokemon",
|
||||
"context": "grounded",
|
||||
"bucket": "uncommon",
|
||||
"level": "20-35",
|
||||
"weight": 9.0,
|
||||
"condition": {
|
||||
"minSkyLight": 0,
|
||||
"maxSkyLight": 7,
|
||||
"biomes": [
|
||||
"#cobblemon:is_deep_dark"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "noibat-6",
|
||||
"pokemon": "noibat",
|
||||
"presets": [
|
||||
"natural"
|
||||
],
|
||||
"type": "pokemon",
|
||||
"context": "grounded",
|
||||
"bucket": "common",
|
||||
"level": "20-43",
|
||||
"weight": 7.0,
|
||||
"condition": {
|
||||
"biomes": [
|
||||
"betterend:chorus_forest"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "noibat-7",
|
||||
"pokemon": "noibat",
|
||||
"presets": [
|
||||
"natural"
|
||||
],
|
||||
"type": "pokemon",
|
||||
"context": "grounded",
|
||||
"bucket": "common",
|
||||
"level": "20-43",
|
||||
"weight": 4.0,
|
||||
"condition": {
|
||||
"biomes": [
|
||||
"betterend:foggy_mushroomland",
|
||||
"betterend:umbrella_jungle"
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user