39 lines
		
	
	
		
			1021 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
		
		
			
		
	
	
			39 lines
		
	
	
		
			1021 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
|  | { | ||
|  |     "enabled": true, | ||
|  |     "neededInstalledMods": [], | ||
|  |     "neededUninstalledMods": [], | ||
|  |     "spawns": [ | ||
|  |         { | ||
|  |             "id": "croagunk-1", | ||
|  |             "pokemon": "croagunk", | ||
|  |             "type": "pokemon", | ||
|  |             "context": "grounded", | ||
|  |             "bucket": "uncommon", | ||
|  |             "level": "10-36", | ||
|  |             "weight": 7.8, | ||
|  |             "condition": { | ||
|  |                 "canSeeSky": true, | ||
|  |                 "biomes": [ | ||
|  |                     "#cobblemon:is_swamp" | ||
|  |                 ], | ||
|  |                 "isRaining": "false" | ||
|  |             } | ||
|  |         }, | ||
|  | 		{ | ||
|  |             "id": "croagunk-2", | ||
|  |             "pokemon": "croagunk", | ||
|  |             "type": "pokemon", | ||
|  |             "context": "grounded", | ||
|  |             "bucket": "uncommon", | ||
|  |             "level": "10-36", | ||
|  |             "weight": 14.5, | ||
|  |             "condition": { | ||
|  |                 "canSeeSky": true, | ||
|  |                 "biomes": [ | ||
|  |                     "#cobblemon:is_swamp" | ||
|  |                 ], | ||
|  | 				"isRaining": true | ||
|  |             } | ||
|  |         } | ||
|  |     ] | ||
|  | } |