51 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			51 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "enabled": true,
 | |
|     "neededInstalledMods": [],
 | |
|     "neededUninstalledMods": [],
 | |
|     "spawns": [
 | |
|         {
 | |
|             "id": "blipbug-1",
 | |
|             "pokemon": "blipbug",
 | |
|             "presets": [
 | |
|                 "natural"
 | |
|             ],
 | |
|             "type": "pokemon",
 | |
|             "context": "grounded",
 | |
|             "bucket": "common",
 | |
|             "level": "2-19",
 | |
|             "weight": 7.0,
 | |
|             "condition": {
 | |
|                 "canSeeSky": true,
 | |
|                 "biomes": [
 | |
|                     "#cobblemon:is_forest"
 | |
|                 ]
 | |
|             },
 | |
|             "anticondition": {
 | |
|                 "biomes": [
 | |
|                     "#cobblemon:is_spooky"
 | |
|                 ]
 | |
|             }
 | |
|         },
 | |
|         {
 | |
|             "id": "blipbug-2",
 | |
|             "pokemon": "blipbug",
 | |
|             "presets": [
 | |
| 				"natural",
 | |
|                 "foliage",
 | |
|                 "treetop"
 | |
|             ],
 | |
|             "type": "pokemon",
 | |
|             "context": "grounded",
 | |
|             "bucket": "common",
 | |
|             "level": "2-19",
 | |
|             "weight": 7.0,
 | |
|             "condition": {
 | |
|                 "canSeeSky": true,
 | |
|                 "biomes": [
 | |
|                     "#cobblemon:is_plains"
 | |
|                 ]
 | |
|             }
 | |
|         }
 | |
|     ]
 | |
| }
 |