first commit
This commit is contained in:
@ -0,0 +1,73 @@
|
||||
{
|
||||
"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"
|
||||
|
||||
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user