34 lines
		
	
	
		
			773 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			773 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "enabled": true,
 | |
|     "neededInstalledMods": [],
 | |
|     "neededUninstalledMods": [],
 | |
|     "spawns": [
 | |
|       {
 | |
|         "id": "purugly-1",
 | |
|         "pokemon": "purugly",
 | |
|         "presets": [                
 | |
|             "natural",
 | |
|             "village"
 | |
|         ],
 | |
|         "type": "pokemon",
 | |
|         "context": "grounded",
 | |
|         "bucket": "uncommon",
 | |
|         "level": "30-75",
 | |
|         "weight": 3.0,
 | |
|         "weightMultiplier": {
 | |
|             "multiplier": 1.5,
 | |
|             "condition": {
 | |
|                 "timeRange": "night"
 | |
|             }
 | |
|         },
 | |
|         "condition": {
 | |
|             "canSeeSky": true,
 | |
|             "biomes": [
 | |
|                 "#cobblemon:is_overworld"
 | |
|             ],
 | |
|             "isRaining": false
 | |
|         }
 | |
| 
 | |
|       }
 | |
|     ]
 | |
| } |