52 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			52 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "enabled": true,
 | |
|     "neededInstalledMods": [],
 | |
|     "neededUninstalledMods": [],
 | |
|     "spawns": [
 | |
|         {
 | |
|             "id": "dunsparce-1",
 | |
|             "pokemon": "dunsparce",
 | |
|             "presets": [
 | |
|                 "natural",
 | |
|                 "wild"
 | |
|             ],
 | |
|             "type": "pokemon",
 | |
|             "context": "grounded",
 | |
|             "bucket": "rare",
 | |
|             "level": "15",
 | |
|             "weight": 8.0,
 | |
|             "condition": {
 | |
|                 "biomes": [
 | |
|                     "#cobblemon:is_mountain"
 | |
| 
 | |
|                 ]
 | |
|             }
 | |
|         },
 | |
|         {
 | |
|             "id": "dunsparce-2",
 | |
|             "pokemon": "dunsparce",
 | |
|             "presets": [
 | |
|                 "natural"
 | |
|             ],
 | |
|             "type": "pokemon",
 | |
|             "context": "grounded",
 | |
|             "bucket": "rare",
 | |
|             "level": "20",
 | |
|             "weight": 9.0,
 | |
|             "condition": {
 | |
|                 "minSkyLight": 0,
 | |
|                 "maxSkyLight": 7,
 | |
|                 "biomes": [
 | |
|                     "#cobblemon:is_cave"
 | |
|                 ],
 | |
|                 "minY": 0
 | |
|             },
 | |
|             "anticondition": {
 | |
|                 "biomes": [
 | |
|                     "#cobblemon:is_deep_dark",
 | |
|                     "#cobblemon:is_mountain"
 | |
|                 ]
 | |
|             }
 | |
|         }
 | |
|     ]
 | |
| } |