47 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			47 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "enabled": true,
 | 
						|
    "neededInstalledMods": [],
 | 
						|
    "neededUninstalledMods": [],
 | 
						|
    "spawns": [
 | 
						|
        {
 | 
						|
            "id": "mareanie-1",
 | 
						|
            "pokemon": "mareanie",
 | 
						|
            "presets": [
 | 
						|
                "natural"
 | 
						|
            ],
 | 
						|
            "type": "pokemon",
 | 
						|
            "context": "grounded",
 | 
						|
            "bucket": "uncommon",
 | 
						|
            "level": "11-34",
 | 
						|
            "weight": 4.5,
 | 
						|
            "condition": {
 | 
						|
                "canSeeSky": true,
 | 
						|
                "biomes": [
 | 
						|
                    "#cobblemon:is_beach"
 | 
						|
                ],
 | 
						|
                "timeRange": "night"
 | 
						|
            }
 | 
						|
      	  
 | 
						|
		  
 | 
						|
 | 
						|
      	  },
 | 
						|
		  {
 | 
						|
            "id": "mareanie-2",
 | 
						|
            "pokemon": "mareanie",
 | 
						|
            "presets": [
 | 
						|
                "underwater"
 | 
						|
            ],
 | 
						|
            "type": "pokemon",
 | 
						|
            "context": "submerged",
 | 
						|
            "bucket": "uncommon",
 | 
						|
            "level": "11-34",
 | 
						|
            "weight": 10,
 | 
						|
            "condition": {
 | 
						|
                "biomes": [
 | 
						|
                    "#cobblemon:is_warm_ocean"
 | 
						|
                ],
 | 
						|
                "timeRange": "night"
 | 
						|
            }
 | 
						|
	    }
 | 
						|
    ]
 | 
						|
} |