55 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
		
		
			
		
	
	
			55 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
|  | { | ||
|  |     "enabled": true, | ||
|  |     "neededInstalledMods": [], | ||
|  |     "neededUninstalledMods": [], | ||
|  |     "spawns": [ | ||
|  |         { | ||
|  |             "id": "lycanroc-1", | ||
|  |             "pokemon": "lycanroc", | ||
|  |             "type": "pokemon", | ||
|  |             "context": "grounded", | ||
|  |             "bucket": "uncommon", | ||
|  |             "level": "29-45", | ||
|  |             "weight": 1.5, | ||
|  |             "condition": { | ||
|  |                 "timeRange": "day", | ||
|  |                 "canSeeSky": true, | ||
|  |                 "biomes": [ | ||
|  |                     "#cobblemon:is_mountain" | ||
|  |                 ] | ||
|  |             } | ||
|  |         }, | ||
|  |         { | ||
|  |             "id": "lycanroc-2", | ||
|  |             "pokemon": "lycanroc midnight", | ||
|  |             "type": "pokemon", | ||
|  |             "context": "grounded", | ||
|  |             "bucket": "uncommon", | ||
|  |             "level": "29-45", | ||
|  |             "weight": 1.5, | ||
|  |             "condition": { | ||
|  |                 "timeRange": "night", | ||
|  |                 "canSeeSky": true, | ||
|  |                 "biomes": [ | ||
|  |                     "#cobblemon:is_mountain" | ||
|  |                 ] | ||
|  |             } | ||
|  |         }, | ||
|  |         { | ||
|  |             "id": "lycanroc-3", | ||
|  |             "pokemon": "lycanroc dusk", | ||
|  |             "type": "pokemon", | ||
|  |             "context": "grounded", | ||
|  |             "bucket": "uncommon", | ||
|  |             "level": "29-45", | ||
|  |             "weight": 2.5, | ||
|  |             "condition": { | ||
|  |                 "timeRange": "12750-13650", | ||
|  |                 "canSeeSky": true, | ||
|  |                 "biomes": [ | ||
|  |                     "#cobblemon:is_mountain" | ||
|  |                 ] | ||
|  |             } | ||
|  |         } | ||
|  |     ] | ||
|  | } |