67 lines
1.7 KiB
JSON
Raw Permalink Normal View History

2025-02-18 15:25:17 +01:00
{
"enabled": true,
"neededInstalledMods": [],
"neededUninstalledMods": [],
"spawns": [
{
"id": "fraxure-1",
"pokemon": "fraxure",
"presets": [
"natural",
"wild"
],
"type": "pokemon",
"context": "grounded",
"bucket": "rare",
"level": "24-47",
"weight": 2.5,
"condition": {
"biomes": [
"#cobblemon:is_mountain"
]
}
},
{
"id": "fraxure-2",
"pokemon": "fraxure",
"presets": [
"natural"
],
"type": "pokemon",
"context": "grounded",
"bucket": "rare",
"level": "24-47",
"weight": 0.5,
"condition": {
"minSkyLight": 0,
"maxSkyLight": 7,
"biomes": [
"#cobblemon:is_highlands"
],
"minY": 0
},
"anticondition": {
"biomes": [
"#cobblemon:is_mountain"
]
}
},
{
"id": "fraxure-3",
"pokemon": "fraxure",
"presets": [
"natural"
],
"type": "pokemon",
"context": "grounded",
"bucket": "uncommon",
"level": "36-48",
"weight": 2,
"condition": {
"biomes": [
"betterend:dragon_graveyards"
]
}
}
]
}