51 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			51 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "enabled": true,
 | |
|     "neededInstalledMods": [],
 | |
|     "neededUninstalledMods": [],
 | |
|     "spawns": [
 | |
|         {
 | |
|             "id": "dottler-1",
 | |
|             "pokemon": "dottler",
 | |
|             "presets": [
 | |
|                 "natural"
 | |
|             ],
 | |
|             "type": "pokemon",
 | |
|             "context": "grounded",
 | |
|             "bucket": "uncommon",
 | |
|             "level": "9-20",
 | |
|             "weight": 2.0,
 | |
|             "condition": {
 | |
|                 "canSeeSky": true,
 | |
|                 "biomes": [
 | |
|                     "#cobblemon:is_forest"
 | |
|                 ]
 | |
|             },
 | |
|             "anticondition": {
 | |
|                 "biomes": [
 | |
|                     "#cobblemon:is_spooky"
 | |
|                 ]
 | |
|             }
 | |
|         },
 | |
|         {
 | |
|             "id": "dottler-2",
 | |
|             "pokemon": "dottler",
 | |
|             "presets": [
 | |
| 				"natural",
 | |
|                 "foliage",
 | |
|                 "treetop"
 | |
|             ],
 | |
|             "type": "pokemon",
 | |
|             "context": "grounded",
 | |
|             "bucket": "uncommon",
 | |
|             "level": "9-20",
 | |
|             "weight": 2.0,
 | |
|             "condition": {
 | |
|                 "canSeeSky": true,
 | |
|                 "biomes": [
 | |
|                     "#cobblemon:is_plains"
 | |
|                 ]
 | |
|             }
 | |
|         }
 | |
|     ]
 | |
| }
 |