51 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			51 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "enabled": true,
 | 
						|
    "neededInstalledMods": [],
 | 
						|
    "neededUninstalledMods": [],
 | 
						|
    "spawns": [
 | 
						|
        {
 | 
						|
            "id": "druddigon-1",
 | 
						|
            "pokemon": "druddigon",
 | 
						|
            "presets": [
 | 
						|
                "natural",
 | 
						|
                "wild"
 | 
						|
            ],
 | 
						|
            "type": "pokemon",
 | 
						|
            "context": "grounded",
 | 
						|
            "bucket": "rare",
 | 
						|
            "level": "45-55",
 | 
						|
            "weight": 6.6,
 | 
						|
            "condition": {
 | 
						|
                "biomes": [
 | 
						|
                    "#cobblemon:is_mountain"
 | 
						|
                ]
 | 
						|
            }
 | 
						|
        },
 | 
						|
        {
 | 
						|
            "id": "druddigon-2",
 | 
						|
            "pokemon": "druddigon",
 | 
						|
            "presets": [
 | 
						|
                "natural"
 | 
						|
            ],
 | 
						|
            "type": "pokemon",
 | 
						|
            "context": "grounded",
 | 
						|
            "bucket": "rare",
 | 
						|
            "level": "45-55",
 | 
						|
            "weight": 9.0,
 | 
						|
            "condition": {
 | 
						|
                "minSkyLight": 0,
 | 
						|
                "maxSkyLight": 7,
 | 
						|
                "biomes": [
 | 
						|
                    "#cobblemon:is_cave"
 | 
						|
                ],
 | 
						|
                "minY": 30
 | 
						|
            },
 | 
						|
            "anticondition": {
 | 
						|
                "biomes": [
 | 
						|
                    "#cobblemon:is_deep_dark",
 | 
						|
                    "#cobblemon:is_mountain"
 | 
						|
                ]
 | 
						|
            }
 | 
						|
        }
 | 
						|
    ]
 | 
						|
} |