25 lines
		
	
	
		
			579 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			579 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "enabled": true,
 | |
|     "neededInstalledMods": [],
 | |
|     "neededUninstalledMods": [],
 | |
|     "spawns": [
 | |
|         {
 | |
|             "id": "cyclizar-1",
 | |
|             "pokemon": "cyclizar",
 | |
|             "presets": [
 | |
|                 "natural"
 | |
|             ],
 | |
|             "type": "pokemon",
 | |
|             "context": "grounded",
 | |
|             "bucket": "rare",
 | |
|             "level": "30-50",
 | |
|             "weight": 5.0,
 | |
|             "condition": {
 | |
|                 "biomes": [
 | |
|                     "#cobblemon:is_desert"
 | |
|                 ]
 | |
|             }
 | |
|         }
 | |
|     ]
 | |
| }
 | |
|          |