73 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			73 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "enabled": true,
 | |
|     "neededInstalledMods": [],
 | |
|     "neededUninstalledMods": [],
 | |
|     "spawns": [
 | |
|         {
 | |
|             "id": "drapion-1",
 | |
|             "pokemon": "drapion",
 | |
|             "presets": [
 | |
|                 "natural",
 | |
|                 "wild"
 | |
|             ],
 | |
|             "type": "pokemon",
 | |
|             "context": "grounded",
 | |
|             "bucket": "rare",
 | |
|             "level": "45-55",
 | |
|             "weight": 6.6,
 | |
|             "condition": {
 | |
|                 "biomes": [
 | |
|                     "#cobblemon:is_swamp"
 | |
|                     
 | |
| 
 | |
|                 ]
 | |
|             }
 | |
|         },
 | |
|         {
 | |
|             "id": "drapion-2",
 | |
|             "pokemon": "drapion",
 | |
|             "presets": [
 | |
|                 "natural"
 | |
|             ],
 | |
|             "type": "pokemon",
 | |
|             "context": "grounded",
 | |
|             "bucket": "rare",
 | |
|             "level": "45-55",
 | |
|             "weight": 9.0,
 | |
|             "condition": {
 | |
|                 "minSkyLight": 0,
 | |
|                 "maxSkyLight": 7,
 | |
|                 "biomes": [
 | |
|                     "#cobblemon:is_cave"
 | |
|                 ],
 | |
|                 "minY": 0
 | |
|             },
 | |
|             "anticondition": {
 | |
|                 "biomes": [
 | |
|                     "#cobblemon:is_deep_dark",
 | |
|                     "#cobblemon:is_mountain"
 | |
|                 ]
 | |
|             }
 | |
|         },
 | |
|         {
 | |
|             "id": "drapion-3",
 | |
|             "pokemon": "drapion",
 | |
|             "presets": [
 | |
|                 "natural",
 | |
|                 "wild"
 | |
|             ],
 | |
|             "type": "pokemon",
 | |
|             "context": "grounded",
 | |
|             "bucket": "rare",
 | |
|             "level": "45-55",
 | |
|             "weight": 3.1,
 | |
|             "condition": {
 | |
|                 "biomes": [
 | |
|                     "#cobblemon:is_desert"
 | |
|                     
 | |
| 
 | |
|                 ]
 | |
|             }
 | |
|         }
 | |
|     ]
 | |
| } |