first commit
This commit is contained in:
@ -0,0 +1,157 @@
|
||||
{
|
||||
"enabled": true,
|
||||
"neededInstalledMods": [],
|
||||
"neededUninstalledMods": [],
|
||||
"spawns": [
|
||||
{
|
||||
"id": "noivern-1",
|
||||
"pokemon": "noivern",
|
||||
"presets": [
|
||||
"natural"
|
||||
],
|
||||
"type": "pokemon",
|
||||
"context": "grounded",
|
||||
"bucket": "rare",
|
||||
"level": "50-60",
|
||||
"weight": 5,
|
||||
"weightMultiplier": {
|
||||
"multiplier": 1.5
|
||||
},
|
||||
"condition": {
|
||||
"minSkyLight": 8,
|
||||
"maxSkyLight": 15,
|
||||
"biomes": [
|
||||
"#cobblemon:is_spooky"
|
||||
],
|
||||
"timeRange": "night"
|
||||
},
|
||||
"anticondition": {
|
||||
"moonPhase": "1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "noivern-2",
|
||||
"pokemon": "noivern",
|
||||
"presets": [
|
||||
"natural"
|
||||
],
|
||||
"type": "pokemon",
|
||||
"context": "grounded",
|
||||
"bucket": "uncommon",
|
||||
"level": "50-60",
|
||||
"weight": 2,
|
||||
"weightMultiplier": {
|
||||
"multiplier": 1.5
|
||||
},
|
||||
"condition": {
|
||||
"minSkyLight": 6,
|
||||
"maxSkyLight": 15,
|
||||
"biomes": [
|
||||
"#cobblemon:is_spooky"
|
||||
],
|
||||
"timeRange": "night",
|
||||
"moonPhase": "1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "noivern-3",
|
||||
"pokemon": "noivern",
|
||||
"presets": [
|
||||
"natural"
|
||||
],
|
||||
"type": "pokemon",
|
||||
"context": "grounded",
|
||||
"bucket": "rare",
|
||||
"level": "50-70",
|
||||
"weight": 5.0,
|
||||
"condition": {
|
||||
"minSkyLight": 0,
|
||||
"maxSkyLight": 7,
|
||||
"biomes": [
|
||||
"#cobblemon:is_overworld"
|
||||
],
|
||||
"maxY": -32
|
||||
},
|
||||
"anticondition": {
|
||||
"biomes": [
|
||||
"#cobblemon:is_deep_dark",
|
||||
"#cobblemon:is_dripstone",
|
||||
"terralith:cave/underground_jungle"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "noivern-4",
|
||||
"pokemon": "noivern",
|
||||
"presets": [
|
||||
"natural"
|
||||
],
|
||||
"type": "pokemon",
|
||||
"context": "grounded",
|
||||
"bucket": "ultra-rare",
|
||||
"level": "50-80",
|
||||
"weight": 1,
|
||||
"condition": {
|
||||
"minSkyLight": 0,
|
||||
"maxSkyLight": 7,
|
||||
"biomes": [
|
||||
"#cobblemon:is_deep_dark"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "noivern-5",
|
||||
"pokemon": "noivern",
|
||||
"presets": [
|
||||
"natural"
|
||||
],
|
||||
"type": "pokemon",
|
||||
"context": "grounded",
|
||||
"bucket": "rare",
|
||||
"level": "50-80",
|
||||
"weight": 1,
|
||||
"condition": {
|
||||
"minSkyLight": 0,
|
||||
"maxSkyLight": 7,
|
||||
"biomes": [
|
||||
"#cobblemon:is_deep_dark"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "noivern-6",
|
||||
"pokemon": "noivern",
|
||||
"presets": [
|
||||
"natural"
|
||||
],
|
||||
"type": "pokemon",
|
||||
"context": "grounded",
|
||||
"bucket": "rare",
|
||||
"level": "50-70",
|
||||
"weight": 3.0,
|
||||
"condition": {
|
||||
"biomes": [
|
||||
"betterend:chorus_forest"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "noivern-7",
|
||||
"pokemon": "noivern",
|
||||
"presets": [
|
||||
"natural"
|
||||
],
|
||||
"type": "pokemon",
|
||||
"context": "grounded",
|
||||
"bucket": "rare",
|
||||
"level": "50-70",
|
||||
"weight": 1.0,
|
||||
"condition": {
|
||||
"biomes": [
|
||||
"betterend:foggy_mushroomland",
|
||||
"betterend:umbrella_jungle"
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user