44 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			44 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "enabled": true,
 | |
|     "neededInstalledMods": [],
 | |
|     "neededUninstalledMods": [],
 | |
|     "spawns": [
 | |
|         {
 | |
|             "id": "tynamo-1",
 | |
|             "pokemon": "tynamo",
 | |
|             "presets": [
 | |
|                 "underwater"
 | |
|             ],
 | |
|             "type": "pokemon",
 | |
|             "context": "submerged",
 | |
|             "bucket": "rare",
 | |
|             "level": "8-36",
 | |
|             "weight": 9.0,
 | |
|             "condition": {
 | |
|                 "canSeeSky": false,
 | |
|                 "biomes": [
 | |
|                     "#cobblemon:is_cave"
 | |
|                 ]
 | |
|             }
 | |
|         },
 | |
|         {
 | |
|             "id": "tynamo-2",
 | |
|             "pokemon": "tynamo",
 | |
|             "presets": [
 | |
|                 "underwater"
 | |
|             ],
 | |
|             "type": "pokemon",
 | |
|             "context": "submerged",
 | |
|             "bucket": "uncommon",
 | |
|             "level": "8-36",
 | |
|             "weight": 5.0,
 | |
|             "condition": {
 | |
|                 "canSeeSky": false,
 | |
|                 "biomes": [
 | |
|                     "#cobblemon:is_lush"
 | |
|                 ]
 | |
|             }
 | |
|         }
 | |
|     ]
 | |
| }
 | |
|         |