33 lines
		
	
	
		
			716 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			716 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
 | 
						|
    "enabled": true,
 | 
						|
    "neededInstalledMods": [],
 | 
						|
    "neededUninstalledMods": [],
 | 
						|
    "spawns": [
 | 
						|
      {
 | 
						|
        "id": "skuntank-1",
 | 
						|
        "pokemon": "skuntank",
 | 
						|
        "presets": [                
 | 
						|
            "natural"
 | 
						|
        ],
 | 
						|
        "type": "pokemon",
 | 
						|
        "context": "grounded",
 | 
						|
        "bucket": "uncommon",
 | 
						|
        "level": "20-55",
 | 
						|
        "weight": 8.0,
 | 
						|
        "weightMultiplier": {
 | 
						|
            "multiplier": 1.5,
 | 
						|
            "condition": {
 | 
						|
                "timeRange": "night"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "condition": {
 | 
						|
            "canSeeSky": true,
 | 
						|
            "biomes": [
 | 
						|
                "#cobblemon:is_swamp"
 | 
						|
            ]
 | 
						|
        }
 | 
						|
 | 
						|
      }
 | 
						|
    ]
 | 
						|
} |