first commit
This commit is contained in:
		| @ -0,0 +1,8 @@ | ||||
| { | ||||
|     "result": "genesect", | ||||
|     "fossils": [ | ||||
|       "cobblemon:dome_fossil", | ||||
|       "cobblemon:dubious_disc" | ||||
|     ] | ||||
|   } | ||||
|    | ||||
| @ -0,0 +1,8 @@ | ||||
| { | ||||
|     "result": "mewtwo", | ||||
|     "fossils": [ | ||||
|       "minecraft:nether_star", | ||||
|       "cobblemon:psychic_gem" | ||||
|     ] | ||||
|   } | ||||
|    | ||||
| @ -0,0 +1,8 @@ | ||||
| { | ||||
|   "condition": { | ||||
| 	"maxY": 40, | ||||
| 	"neededNearbyBlocks": [ | ||||
|       "minecraft:deepslate" | ||||
|     ] | ||||
|   } | ||||
| } | ||||
| @ -0,0 +1,81 @@ | ||||
| { | ||||
|     "enabled": true, | ||||
|     "neededInstalledMods": [], | ||||
|     "neededUninstalledMods": [], | ||||
|     "spawns": [ | ||||
|         { | ||||
|             "id": "absol-1", | ||||
|             "pokemon": "absol", | ||||
|             "presets": [ | ||||
|                 "natural" | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "rare", | ||||
|             "timeRange":"night", | ||||
|             "canSeeSky":"true", | ||||
|             "level": "16-25", | ||||
|             "weight": 8.0, | ||||
|             "condition": { | ||||
|                 "biomes": [ | ||||
|                     "#minecraft:is_mountain" | ||||
|                 ] | ||||
|             } | ||||
|         }, | ||||
|         { | ||||
|             "id": "absol-2", | ||||
|             "pokemon": "absol", | ||||
|             "presets": [ | ||||
|                 "natural" | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "uncommon", | ||||
|             "timeRange":"midnight", | ||||
|             "canSeeSky":"true", | ||||
|             "level": "15-25", | ||||
|             "weight": 4.0, | ||||
|             "condition": { | ||||
|                 "biomes": [ | ||||
|                     "#minecraft:is_mountain" | ||||
|                 ] | ||||
|             } | ||||
|         }, | ||||
|         { | ||||
|             "id": "absol-3", | ||||
|             "pokemon": "absol", | ||||
|             "presets": [ | ||||
|                 "natural" | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "rare", | ||||
|             "timeRange":"midnight", | ||||
|             "canSeeSky":"true", | ||||
|             "level": "25-43", | ||||
|             "weight": 6.0, | ||||
|             "condition": { | ||||
|                 "biomes": [ | ||||
|                     "#minecraft:is_mountain" | ||||
|                 ] | ||||
|             } | ||||
|         }, | ||||
|         { | ||||
|             "id": "absol-4", | ||||
|             "pokemon": "absol", | ||||
|             "presets": [ | ||||
|                 "natural" | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "common", | ||||
|             "level": "35-52", | ||||
|             "weight": 4.0, | ||||
|             "condition": { | ||||
|                 "biomes": [ | ||||
|                     "#minecraft:is_end" | ||||
|                 ] | ||||
|             } | ||||
|         } | ||||
|     ] | ||||
| } | ||||
| @ -0,0 +1,26 @@ | ||||
| { | ||||
|     "enabled": "true", | ||||
|     "neededInstalledMods": [], | ||||
|     "neededUninstalledMods": [], | ||||
|     "spawns": [ | ||||
|         { | ||||
|             "id": "altaria-1", | ||||
|             "pokemon": "altaria", | ||||
|             "presets": [ | ||||
|                 "natural" | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "uncommon", | ||||
|             "level": "35-48", | ||||
|             "weight": 2.0, | ||||
|             "condition": { | ||||
|                 "canSeeSky": true, | ||||
| 		"minY": 100, | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_mountain" | ||||
|                 ] | ||||
|             } | ||||
|         } | ||||
|     ] | ||||
| } | ||||
| @ -0,0 +1,37 @@ | ||||
| { | ||||
|     "enabled": true, | ||||
|     "neededInstalledMods": [], | ||||
|     "neededUninstalledMods": [], | ||||
|     "spawns": [ | ||||
|         { | ||||
|             "id": "amoonguss-1", | ||||
|             "pokemon": "amoonguss", | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "uncommon", | ||||
|             "level": "35-48", | ||||
|             "weight": 5.0, | ||||
|             "condition": { | ||||
|                 "canSeeSky": true, | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_mushroom" | ||||
|                 ] | ||||
|             } | ||||
|         }, | ||||
|         { | ||||
|             "id": "amoonguss-2", | ||||
|             "pokemon": "amoonguss", | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "rare", | ||||
|             "level": "35-48", | ||||
|             "weight": 3.0, | ||||
|             "condition": { | ||||
|                 "canSeeSky": true, | ||||
|                 "biomes": [ | ||||
|                     "minecraft:dark_forest" | ||||
|                 ] | ||||
|             } | ||||
|         } | ||||
|     ] | ||||
| } | ||||
| @ -0,0 +1,37 @@ | ||||
| { | ||||
|     "enabled": true, | ||||
|     "neededInstalledMods": [], | ||||
|     "neededUninstalledMods": [], | ||||
|     "spawns": [ | ||||
|         { | ||||
|             "id": "applin-1", | ||||
|             "pokemon": "applin", | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "rare", | ||||
|             "level": "15-20", | ||||
|             "weight": 4.0, | ||||
|             "condition": { | ||||
|                 "canSeeSky": true, | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_forest" | ||||
|                 ] | ||||
|             } | ||||
|         }, | ||||
|         { | ||||
|             "id": "applin-2", | ||||
|             "pokemon": "applin", | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "rare", | ||||
|             "level": "15-20", | ||||
|             "weight": 5.0, | ||||
|             "condition": { | ||||
|                 "canSeeSky": true, | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_floral" | ||||
|                 ] | ||||
|             } | ||||
|         } | ||||
|     ] | ||||
| } | ||||
| @ -0,0 +1,44 @@ | ||||
| { | ||||
|     "enabled": true, | ||||
|     "neededInstalledMods": [], | ||||
|     "neededUninstalledMods": [], | ||||
|     "spawns": [ | ||||
|         { | ||||
|             "id": "araquanid-1", | ||||
|             "pokemon": "araquanid", | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "common", | ||||
|             "level": "22-45", | ||||
|             "weight": 0.4, | ||||
|             "condition": { | ||||
|                 "canSeeSky": true, | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_swamp", | ||||
| 					"#cobblemon:is_coast", | ||||
| 					"#cobblemon:is_island" | ||||
|                 ] | ||||
| 			} | ||||
| 		}, | ||||
| 		{ | ||||
| 			"id": "araquanid-2", | ||||
|             "pokemon": "araquanid", | ||||
| 			"presets": [ | ||||
|                 "freshwater", | ||||
|                 "underwater" | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "submerged", | ||||
|             "bucket": "common", | ||||
|             "level": "22-45", | ||||
|             "weight": 0.4, | ||||
|             "condition": { | ||||
|                 "canSeeSky": true, | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_river", | ||||
| 					"#cobblemon:is_freshwater" | ||||
|                 ] | ||||
|             } | ||||
|         } | ||||
|     ] | ||||
| } | ||||
| @ -0,0 +1,43 @@ | ||||
| { | ||||
|     "enabled": "true", | ||||
|     "neededInstalledMods": [], | ||||
|     "neededUninstalledMods": [], | ||||
|     "spawns": [ | ||||
|         { | ||||
|             "id": "arcanine-hisui-1", | ||||
|             "pokemon": "arcanine hisuian", | ||||
|             "presets": [ | ||||
|                 "natural" | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "rare", | ||||
|             "level": "38-57", | ||||
|             "weight": 5.0, | ||||
|             "condition": { | ||||
|                 "canSeeSky": true, | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_peak" | ||||
|                 ] | ||||
|             } | ||||
|         }, | ||||
|         { | ||||
|             "id": "arcanine-hisui-2", | ||||
|             "pokemon": "arcanine hisuian", | ||||
|             "presets": [ | ||||
|                 "natural" | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "uncommon", | ||||
|             "level": "38-57", | ||||
|             "weight": 3.0, | ||||
|             "condition": { | ||||
|                 "canSeeSky": true, | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:nether/is_basalt" | ||||
|                 ] | ||||
|             } | ||||
|         } | ||||
|     ] | ||||
| } | ||||
| @ -0,0 +1,25 @@ | ||||
| { | ||||
|     "enabled": "true", | ||||
|     "neededInstalledMods": [], | ||||
|     "neededUninstalledMods": [], | ||||
|     "spawns": [ | ||||
|         { | ||||
|             "id": "arctibax-1", | ||||
|             "pokemon": "arctibax", | ||||
|             "presets": [ | ||||
|                 "natural" | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "rare", | ||||
|             "level": "38-57", | ||||
|             "weight": 2.5, | ||||
|             "condition": { | ||||
|                 "canSeeSky": true, | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_glacial" | ||||
|                 ] | ||||
|             } | ||||
|         } | ||||
|     ] | ||||
| } | ||||
| @ -0,0 +1,59 @@ | ||||
| { | ||||
|     "enabled": true, | ||||
|     "neededInstalledMods": [], | ||||
|     "neededUninstalledMods": [], | ||||
|     "spawns": [ | ||||
|         { | ||||
|             "id": "axew-1", | ||||
|             "pokemon": "axew", | ||||
|             "presets": [ | ||||
|                 "natural", | ||||
|                 "wild" | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "uncommon", | ||||
|             "level": "5-25", | ||||
|             "weight": 2.0, | ||||
|             "condition": { | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_mountain" | ||||
|                 ] | ||||
|             } | ||||
|         }, | ||||
|         { | ||||
|             "id": "axew-2", | ||||
|             "pokemon": "axew", | ||||
|             "presets": [ | ||||
|                 "natural" | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "rare", | ||||
|             "level": "5-30", | ||||
|             "weight": 6.0, | ||||
|             "condition": { | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_highlands" | ||||
|                 ] | ||||
|             } | ||||
|         }, | ||||
|         { | ||||
|             "id": "axew-3", | ||||
|             "pokemon": "axew", | ||||
|             "presets": [ | ||||
|                 "natural" | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "common", | ||||
|             "level": "12-34", | ||||
|             "weight": 2.0, | ||||
|             "condition": { | ||||
|                 "biomes": [ | ||||
|                     "betterend:dragon_graveyards" | ||||
|                 ] | ||||
|             } | ||||
|         } | ||||
|     ] | ||||
| } | ||||
| @ -0,0 +1,42 @@ | ||||
| { | ||||
|     "enabled": true, | ||||
|     "neededInstalledMods": [], | ||||
|     "neededUninstalledMods": [], | ||||
|     "spawns": [ | ||||
|         { | ||||
|             "id": "azumarill-1", | ||||
|             "pokemon": "azumarill", | ||||
|             "presets": [ | ||||
|                 "underwater" | ||||
|                 ], | ||||
|             "type": "pokemon", | ||||
|             "context": "submerged", | ||||
|             "bucket": "rare", | ||||
|             "level": "20-35", | ||||
|             "weight": 2.5, | ||||
|             "condition": { | ||||
|                 "canSeeSky": true, | ||||
|                 "biomes": [ | ||||
|                     "#minecraft:is_river" | ||||
|                 ] | ||||
|             } | ||||
|         }, | ||||
|         { | ||||
|             "id": "azumarill-1", | ||||
|             "pokemon": "azumarill", | ||||
|             "type": "pokemon", | ||||
|             "context": "submerged", | ||||
|             "bucket": "rare", | ||||
|             "level": "30-40", | ||||
|             "weight": 3.0, | ||||
|             "condition": { | ||||
|                 "canSeeSky": true, | ||||
|                 "biomes": [ | ||||
|                     "minecraft:warm_ocean", | ||||
|                     "minecraft:lukewarm_ocean", | ||||
|                     "minecraft:deep_lukewarm_ocean" | ||||
|                 ] | ||||
|             } | ||||
|         } | ||||
|     ] | ||||
| } | ||||
| @ -0,0 +1,25 @@ | ||||
| { | ||||
|     "enabled": true, | ||||
|     "neededInstalledMods": [], | ||||
|     "neededUninstalledMods": [], | ||||
|     "spawns": [ | ||||
|         { | ||||
|             "id": "azurill-1", | ||||
|             "pokemon": "azurill", | ||||
|             "presets": [ | ||||
|                 "underwater" | ||||
|                 ], | ||||
|             "type": "pokemon", | ||||
|             "context": "submerged", | ||||
|             "bucket": "uncommon", | ||||
|             "level": "1-15", | ||||
|             "weight": 4.2, | ||||
|             "condition": { | ||||
|                 "canSeeSky": true, | ||||
|                 "biomes": [ | ||||
|                     "#minecraft:is_river" | ||||
|                 ] | ||||
|             } | ||||
|         } | ||||
|     ] | ||||
| } | ||||
| @ -0,0 +1,44 @@ | ||||
| { | ||||
|     "enabled": "true", | ||||
|     "neededInstalledMods": [], | ||||
|     "neededUninstalledMods": [], | ||||
|     "spawns": [ | ||||
|         { | ||||
|             "id": "banette-1", | ||||
|             "pokemon": "banette", | ||||
|             "presets": [ | ||||
|                 "underground" | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "ultra-rare", | ||||
|             "level": "37-45", | ||||
|             "weight": 7.0, | ||||
|             "condition": { | ||||
|                 "canSeeSky": false, | ||||
|                 "minHeight":2, | ||||
|                 "biomes": [ | ||||
|                     "minecraft:deep_dark" | ||||
|                 ] | ||||
|             } | ||||
|         }, | ||||
|         { | ||||
|             "id": "banette-2", | ||||
|             "pokemon": "banette", | ||||
|             "presets": [ | ||||
|                 "natural" | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "rare", | ||||
|             "level": "37-45", | ||||
|             "weight": 1.0, | ||||
|             "condition": { | ||||
|                 "timeRange": "night", | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_plains" | ||||
|                 ] | ||||
|             } | ||||
|         } | ||||
|     ] | ||||
| } | ||||
| @ -0,0 +1,26 @@ | ||||
| { | ||||
|     "enabled": true, | ||||
|     "neededInstalledMods": [], | ||||
|     "neededUninstalledMods": [], | ||||
|     "spawns": [ | ||||
|         { | ||||
|             "id": "barbaracle-1", | ||||
|             "pokemon": "barbaracle", | ||||
|             "presets": [ | ||||
|                 "natural", | ||||
|                 "wild" | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "rare", | ||||
|             "level": "45-52", | ||||
|             "weight": 6.2, | ||||
|             "condition": { | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_beach" | ||||
|                 ] | ||||
|             } | ||||
|         } | ||||
|     ] | ||||
|   | ||||
| } | ||||
| @ -0,0 +1,25 @@ | ||||
| { | ||||
|     "enabled": "true", | ||||
|     "neededInstalledMods": [], | ||||
|     "neededUninstalledMods": [], | ||||
|     "spawns": [ | ||||
|         { | ||||
|             "id": "baxcalibur-1", | ||||
|             "pokemon": "baxcalibur", | ||||
|             "presets": [ | ||||
|                 "natural" | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "ultra-rare", | ||||
|             "level": "58-67", | ||||
|             "weight": 5.0, | ||||
|             "condition": { | ||||
|                 "canSeeSky": true, | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_glacial" | ||||
|                 ] | ||||
|             } | ||||
|         } | ||||
|     ] | ||||
| } | ||||
| @ -0,0 +1,23 @@ | ||||
| { | ||||
|     "enabled": true, | ||||
|     "neededInstalledMods": [], | ||||
|     "neededUninstalledMods": [], | ||||
|     "spawns": [ | ||||
|         { | ||||
|             "id": "bellibolt-1", | ||||
|             "pokemon": "bellibolt", | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "uncommon", | ||||
|             "level": "15-32", | ||||
|             "weight": 1.8, | ||||
|             "condition": { | ||||
|                 "canSeeSky": true, | ||||
|                 "biomes": [ | ||||
|                     "minecraft:mangrove_swamp", | ||||
|                     "minecraft:swamp" | ||||
|                 ] | ||||
|             } | ||||
|         } | ||||
|     ] | ||||
| } | ||||
| @ -0,0 +1,26 @@ | ||||
| { | ||||
|     "enabled": true, | ||||
|     "neededInstalledMods": [], | ||||
|     "neededUninstalledMods": [], | ||||
|     "spawns": [ | ||||
|         { | ||||
|             "id": "binacle-1", | ||||
|             "pokemon": "binacle", | ||||
|             "presets": [ | ||||
|                 "natural", | ||||
|                 "wild" | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "common", | ||||
|             "level": "20-27", | ||||
|             "weight": 3.6, | ||||
|             "condition": { | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_beach" | ||||
|                 ] | ||||
|             } | ||||
|         } | ||||
|     ] | ||||
|   | ||||
| } | ||||
| @ -0,0 +1,50 @@ | ||||
| { | ||||
|     "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" | ||||
|                 ] | ||||
|             } | ||||
|         } | ||||
|     ] | ||||
| } | ||||
| @ -0,0 +1,22 @@ | ||||
| { | ||||
|     "enabled": true, | ||||
|     "neededInstalledMods": [], | ||||
|     "neededUninstalledMods": [], | ||||
|     "spawns": [ | ||||
|         { | ||||
|             "id": "capsakid-1", | ||||
|             "pokemon": "capsakid", | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "common", | ||||
|             "level": "4-25", | ||||
|             "weight": 4.5, | ||||
|             "condition": { | ||||
|                 "canSeeSky": true, | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_savanna" | ||||
|                 ] | ||||
|             } | ||||
|         } | ||||
|     ] | ||||
| } | ||||
| @ -0,0 +1,41 @@ | ||||
| { | ||||
|     "enabled": "true", | ||||
|     "neededInstalledMods": [], | ||||
|     "neededUninstalledMods": [], | ||||
|     "spawns": [ | ||||
|         { | ||||
| 			"id": "corsola-galarian", | ||||
|             "pokemon": "corsola galarian=true", | ||||
|             "presets": [ | ||||
|                 "underwater" | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "submerged", | ||||
|             "bucket": "rare", | ||||
|             "level": "28-45", | ||||
|             "weight": 10.0, | ||||
|             "condition": { | ||||
|                 "biomes": [ | ||||
|                     "#minecraft:is_ocean" | ||||
|                 ] | ||||
|             } | ||||
|         }, | ||||
|         { | ||||
|             "id": "corsola-galarian-2", | ||||
|             "pokemon": "corsola galarian=true", | ||||
|             "presets": [ | ||||
| 			"underwater" | ||||
| 			], | ||||
|             "type": "pokemon", | ||||
|             "context": "submerged", | ||||
|             "bucket": "uncommon", | ||||
|             "level": "15-60", | ||||
|             "weight": 9.2, | ||||
|             "condition": { | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_warm_ocean" | ||||
|                 ] | ||||
|             } | ||||
|         } | ||||
|     ] | ||||
| } | ||||
| @ -0,0 +1,37 @@ | ||||
| { | ||||
|     "enabled": true, | ||||
|     "neededInstalledMods": [], | ||||
|     "neededUninstalledMods": [], | ||||
|     "spawns": [ | ||||
|         { | ||||
|             "id": "cramorant-1", | ||||
|             "pokemon": "cramorant", | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "rare", | ||||
|             "level": "25-45", | ||||
|             "weight": 7.0, | ||||
|             "condition": { | ||||
|                 "canSeeSky": true, | ||||
|                 "biomes": [ | ||||
|                     "#minecraft:is_beach" | ||||
|                 ] | ||||
|             } | ||||
|         }, | ||||
|         { | ||||
|             "id": "cramorant-2", | ||||
|             "pokemon": "cramorant", | ||||
|             "type": "pokemon", | ||||
|             "context": "surface", | ||||
|             "bucket": "uncommon", | ||||
|             "level": "25-45", | ||||
|             "weight": 5.0, | ||||
|             "condition": { | ||||
|                 "canSeeSky": true, | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_swamp" | ||||
|                 ] | ||||
|             } | ||||
|         } | ||||
|     ] | ||||
| } | ||||
| @ -0,0 +1,39 @@ | ||||
| { | ||||
|     "enabled": true, | ||||
|     "neededInstalledMods": [], | ||||
|     "neededUninstalledMods": [], | ||||
|     "spawns": [ | ||||
|         { | ||||
|             "id": "croagunk-1", | ||||
|             "pokemon": "croagunk", | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "uncommon", | ||||
|             "level": "10-36", | ||||
|             "weight": 7.8, | ||||
|             "condition": { | ||||
|                 "canSeeSky": true, | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_swamp" | ||||
|                 ], | ||||
|                 "isRaining": "false" | ||||
|             } | ||||
|         }, | ||||
| 		{ | ||||
|             "id": "croagunk-2", | ||||
|             "pokemon": "croagunk", | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "uncommon", | ||||
|             "level": "10-36", | ||||
|             "weight": 14.5, | ||||
|             "condition": { | ||||
|                 "canSeeSky": true, | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_swamp" | ||||
|                 ], | ||||
| 				"isRaining": true | ||||
|             } | ||||
|         } | ||||
|     ] | ||||
| } | ||||
| @ -0,0 +1,24 @@ | ||||
| { | ||||
|     "enabled": "true", | ||||
|     "neededInstalledMods": [], | ||||
|     "neededUninstalledMods": [], | ||||
|     "spawns": [ | ||||
|         { | ||||
|             "id": "cursola-1", | ||||
|             "pokemon": "cursola", | ||||
|             "presets": [ | ||||
|                 "underwater" | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "submerged", | ||||
|             "bucket": "rare", | ||||
|             "level": "28-45", | ||||
|             "weight": 2.4, | ||||
|             "condition": { | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_warm_ocean" | ||||
|                 ] | ||||
|             } | ||||
|         } | ||||
|     ] | ||||
| } | ||||
| @ -0,0 +1,25 @@ | ||||
| { | ||||
|     "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" | ||||
|                 ] | ||||
|             } | ||||
|         } | ||||
|     ] | ||||
| } | ||||
|          | ||||
| @ -0,0 +1,94 @@ | ||||
| { | ||||
|     "enabled": true, | ||||
|     "neededInstalledMods": [], | ||||
|     "neededUninstalledMods": [], | ||||
|     "spawns": [ | ||||
|       { | ||||
|         "id": "delcatty-1", | ||||
|         "pokemon": "delcatty", | ||||
|         "presets": [                 | ||||
|             "natural", | ||||
|             "village" | ||||
|         ], | ||||
|         "type": "pokemon", | ||||
|         "context": "grounded", | ||||
|         "bucket": "uncommon", | ||||
|         "level": "15-55", | ||||
|         "weight": 3.0, | ||||
|         "weightMultiplier": { | ||||
|             "multiplier": 1.5, | ||||
|             "condition": { | ||||
|                 "timeRange": "night" | ||||
|             } | ||||
|         }, | ||||
|         "condition": { | ||||
|             "canSeeSky": true, | ||||
|             "biomes": [ | ||||
|                 "#cobblemon:is_overworld" | ||||
|             ], | ||||
|             "isRaining": false | ||||
|         }, | ||||
|         "anticondition": { | ||||
|             "biomes": [ | ||||
|                 "#cobblemon:is_arid", | ||||
|                 "#cobblemon:is_freezing" | ||||
|             ] | ||||
|         } | ||||
|  | ||||
|       }, | ||||
|       { | ||||
|         "id": "delcatty-2", | ||||
|         "pokemon": "delcatty", | ||||
|         "presets": [ | ||||
|             "natural", | ||||
|             "urban" | ||||
|         ], | ||||
|         "type": "pokemon", | ||||
|         "context": "grounded", | ||||
|         "bucket": "uncommon", | ||||
|         "level": "15-55", | ||||
|         "weight": 3.0, | ||||
|         "weightMultiplier": { | ||||
|             "multiplier": 1.5, | ||||
|             "condition": { | ||||
|                 "timeRange": "night" | ||||
|             } | ||||
|         }, | ||||
|         "condition": { | ||||
|             "canSeeSky": true, | ||||
|             "biomes": [ | ||||
|                 "#cobblemon:is_arid" | ||||
|             ] | ||||
|         }, | ||||
|         "anticondition": { | ||||
|             "structures": [ | ||||
|                 "#minecraft:village" | ||||
|             ] | ||||
|         } | ||||
|       }, | ||||
|       { | ||||
|         "id": "delcatty-3", | ||||
|         "pokemon": "delcatty", | ||||
|         "presets": [ | ||||
|             "natural" | ||||
|         ], | ||||
|         "type": "pokemon", | ||||
|         "context": "grounded", | ||||
|         "bucket": "uncommon", | ||||
|         "level": "15-55", | ||||
|         "weight": 4.0, | ||||
|         "weightMultiplier": { | ||||
|             "multiplier": 1.5, | ||||
|             "condition": { | ||||
|                 "timeRange": "night" | ||||
|             } | ||||
|         }, | ||||
|         "condition": { | ||||
|             "canSeeSky": true, | ||||
|             "biomes": [ | ||||
|                 "minecraft:cherry_grove" | ||||
|             ] | ||||
|         } | ||||
|       } | ||||
|     ] | ||||
|   } | ||||
| @ -0,0 +1,25 @@ | ||||
| { | ||||
|     "enabled": "true", | ||||
|     "neededInstalledMods": [], | ||||
|     "neededUninstalledMods": [], | ||||
|     "spawns": [ | ||||
|         { | ||||
|             "id": "delibird-1", | ||||
|             "pokemon": "delibird", | ||||
|             "presets": [ | ||||
|                 "natural" | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "uncommon", | ||||
|             "level": "10-45", | ||||
|             "weight": 5.0, | ||||
|             "condition": { | ||||
|                 "canSeeSky": true, | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_glacial" | ||||
|                 ] | ||||
|             } | ||||
|         } | ||||
|     ] | ||||
| } | ||||
| @ -0,0 +1,42 @@ | ||||
| { | ||||
|     "enabled": true, | ||||
|     "neededInstalledMods": [], | ||||
|     "neededUninstalledMods": [], | ||||
|     "spawns": [ | ||||
|         { | ||||
|             "id": "dewpider-1", | ||||
|             "pokemon": "dewpider", | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "common", | ||||
|             "level": "6-21", | ||||
|             "weight": 2.5, | ||||
|             "condition": { | ||||
|                 "canSeeSky": true, | ||||
|                 "biomes": [ | ||||
| 					"#cobblemon:is_coast", | ||||
| 					"#cobblemon:is_island" | ||||
|                 ] | ||||
| 			} | ||||
| 		}, | ||||
| 		{ | ||||
| 			"id": "dewpider-2", | ||||
|             "pokemon": "dewpider", | ||||
| 			"presets": [ | ||||
|                 "water_surface" | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "surface", | ||||
|             "bucket": "common", | ||||
|             "level": "6-21", | ||||
|             "weight": 5, | ||||
|             "condition": { | ||||
|                 "canSeeSky": true, | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_river", | ||||
| 					"#cobblemon:is_freshwater" | ||||
|                 ] | ||||
|             } | ||||
|         } | ||||
|     ] | ||||
| } | ||||
| @ -0,0 +1,50 @@ | ||||
| { | ||||
|     "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" | ||||
|                 ] | ||||
|             } | ||||
|         } | ||||
|     ] | ||||
| } | ||||
| @ -0,0 +1,73 @@ | ||||
| { | ||||
|     "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" | ||||
|                      | ||||
|  | ||||
|                 ] | ||||
|             } | ||||
|         } | ||||
|     ] | ||||
| } | ||||
| @ -0,0 +1,31 @@ | ||||
| { | ||||
|     "enabled": true, | ||||
|     "neededInstalledMods": [], | ||||
|     "neededUninstalledMods": [], | ||||
|     "spawns": [ | ||||
|         { | ||||
|             "id": "drilbur-1", | ||||
|             "pokemon": "drilbur", | ||||
|             "presets": [ | ||||
|                 "underground" | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "common", | ||||
|             "level": "8-31", | ||||
|             "weight": 6.1, | ||||
|             "condition": { | ||||
|                 "canSeeSky": false, | ||||
| 				"minY": 0, | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_overworld" | ||||
|                 ] | ||||
|             }, | ||||
|             "anticondition": { | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_abyss" | ||||
|                 ] | ||||
|             } | ||||
|         } | ||||
|     ] | ||||
| } | ||||
| @ -0,0 +1,51 @@ | ||||
| { | ||||
|     "enabled": true, | ||||
|     "neededInstalledMods": [], | ||||
|     "neededUninstalledMods": [], | ||||
|     "spawns": [ | ||||
|         { | ||||
|             "id": "druddigon-1", | ||||
|             "pokemon": "druddigon", | ||||
|             "presets": [ | ||||
|                 "natural", | ||||
|                 "wild" | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "rare", | ||||
|             "level": "45-55", | ||||
|             "weight": 6.6, | ||||
|             "condition": { | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_mountain" | ||||
|                 ] | ||||
|             } | ||||
|         }, | ||||
|         { | ||||
|             "id": "druddigon-2", | ||||
|             "pokemon": "druddigon", | ||||
|             "presets": [ | ||||
|                 "natural" | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "rare", | ||||
|             "level": "45-55", | ||||
|             "weight": 9.0, | ||||
|             "condition": { | ||||
|                 "minSkyLight": 0, | ||||
|                 "maxSkyLight": 7, | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_cave" | ||||
|                 ], | ||||
|                 "minY": 30 | ||||
|             }, | ||||
|             "anticondition": { | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_deep_dark", | ||||
|                     "#cobblemon:is_mountain" | ||||
|                 ] | ||||
|             } | ||||
|         } | ||||
|     ] | ||||
| } | ||||
| @ -0,0 +1,27 @@ | ||||
| { | ||||
|     "enabled": true, | ||||
|     "neededInstalledMods": [], | ||||
|     "neededUninstalledMods": [], | ||||
|     "spawns": [ | ||||
|         { | ||||
|             "id": "ducklett-1", | ||||
|             "pokemon": "ducklett", | ||||
|             "presets": [ | ||||
|                "freshwater", | ||||
|                "water_surface" | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "surface", | ||||
|             "bucket": "common", | ||||
|             "level": "1-20", | ||||
|             "weight": 10, | ||||
|             "condition": { | ||||
|                 "canSeeSky": true, | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_river" | ||||
|                 ], | ||||
|                 "timeRange": "day" | ||||
|             } | ||||
|       	  } | ||||
| 	 ] | ||||
| } | ||||
| @ -0,0 +1,26 @@ | ||||
| { | ||||
|     "enabled": true, | ||||
|     "neededInstalledMods": [], | ||||
|     "neededUninstalledMods": [], | ||||
|     "spawns": [ | ||||
|         { | ||||
|             "id": "dudunsparce-1", | ||||
|             "pokemon": "dudunsparce", | ||||
|             "presets": [ | ||||
|                 "natural", | ||||
|                 "wild" | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "rare", | ||||
|             "level": "15", | ||||
|             "weight": 6.0, | ||||
|             "condition": { | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_mountain" | ||||
|  | ||||
|                 ] | ||||
|             } | ||||
|         } | ||||
|     ] | ||||
| } | ||||
| @ -0,0 +1,52 @@ | ||||
| { | ||||
|     "enabled": true, | ||||
|     "neededInstalledMods": [], | ||||
|     "neededUninstalledMods": [], | ||||
|     "spawns": [ | ||||
|         { | ||||
|             "id": "dunsparce-1", | ||||
|             "pokemon": "dunsparce", | ||||
|             "presets": [ | ||||
|                 "natural", | ||||
|                 "wild" | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "rare", | ||||
|             "level": "15", | ||||
|             "weight": 8.0, | ||||
|             "condition": { | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_mountain" | ||||
|  | ||||
|                 ] | ||||
|             } | ||||
|         }, | ||||
|         { | ||||
|             "id": "dunsparce-2", | ||||
|             "pokemon": "dunsparce", | ||||
|             "presets": [ | ||||
|                 "natural" | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "rare", | ||||
|             "level": "20", | ||||
|             "weight": 9.0, | ||||
|             "condition": { | ||||
|                 "minSkyLight": 0, | ||||
|                 "maxSkyLight": 7, | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_cave" | ||||
|                 ], | ||||
|                 "minY": 0 | ||||
|             }, | ||||
|             "anticondition": { | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_deep_dark", | ||||
|                     "#cobblemon:is_mountain" | ||||
|                 ] | ||||
|             } | ||||
|         } | ||||
|     ] | ||||
| } | ||||
| @ -0,0 +1,44 @@ | ||||
| { | ||||
|     "enabled": "true", | ||||
|     "neededInstalledMods": [], | ||||
|     "neededUninstalledMods": [], | ||||
|     "spawns": [ | ||||
|         { | ||||
|             "id": "duosion-1", | ||||
|             "pokemon": "duosion", | ||||
|             "presets": [ | ||||
|                 "natural" | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "rare", | ||||
|             "level": "32-45", | ||||
|             "weight": 1.0, | ||||
|             "condition": { | ||||
|                 "canSeeSky": true, | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_magical" | ||||
|                 ], | ||||
|                 "timeRange": "day" | ||||
|             } | ||||
|         }, | ||||
|         { | ||||
|             "id": "duosion-2", | ||||
|             "pokemon": "duosion", | ||||
|             "presets": [ | ||||
|                 "natural" | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "uncommon", | ||||
|             "level": "31-52", | ||||
|             "weight": 3.0, | ||||
|             "condition": { | ||||
|                 "canSeeSky": true, | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_end" | ||||
|                 ] | ||||
|             } | ||||
|         } | ||||
|     ] | ||||
| } | ||||
| @ -0,0 +1,39 @@ | ||||
| { | ||||
|     "enabled": "true", | ||||
|     "neededInstalledMods": [], | ||||
|     "neededUninstalledMods": [], | ||||
|     "spawns": [ | ||||
|         { | ||||
|             "id": "duraludon-1", | ||||
|             "pokemon": "duraludon", | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "rare", | ||||
|             "level": "38-48", | ||||
|             "weight": 8.1, | ||||
|             "condition": { | ||||
|                 "canSeeSky": true, | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_overworld" | ||||
|                 ], | ||||
|                 "neededNearbyBlocks": [ | ||||
|                     "minecraft:iron_block" | ||||
|                 ] | ||||
|             } | ||||
|         }, | ||||
|         { | ||||
|             "id": "duraludon-2", | ||||
|             "pokemon": "duraludon", | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "rare", | ||||
|             "level": "38-48", | ||||
|             "weight": 7.5, | ||||
|             "condition": { | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_snowy_forest" | ||||
|                 ] | ||||
|             } | ||||
|         } | ||||
|     ] | ||||
| } | ||||
| @ -0,0 +1,44 @@ | ||||
| { | ||||
|     "enabled": true, | ||||
|     "neededInstalledMods": [], | ||||
|     "neededUninstalledMods": [], | ||||
|     "spawns": [ | ||||
|         { | ||||
|             "id": "eelektrik-1", | ||||
|             "pokemon": "eelektrik", | ||||
|             "presets": [ | ||||
|                 "underwater" | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "submerged", | ||||
|             "bucket": "rare", | ||||
|             "level": "39-50", | ||||
|             "weight": 1.0, | ||||
|             "condition": { | ||||
|                 "canSeeSky": false, | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_cave" | ||||
|                 ] | ||||
|             } | ||||
|         }, | ||||
|         { | ||||
|             "id": "eelektrik-2", | ||||
|             "pokemon": "eelektrik", | ||||
|             "presets": [ | ||||
|                 "underwater" | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "submerged", | ||||
|             "bucket": "uncommon", | ||||
|             "level": "39-50", | ||||
|             "weight": 1.0, | ||||
|             "condition": { | ||||
|                 "canSeeSky": false, | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_lush" | ||||
|                 ] | ||||
|             } | ||||
|         } | ||||
|     ] | ||||
| } | ||||
|         | ||||
| @ -0,0 +1,44 @@ | ||||
| { | ||||
|     "enabled": true, | ||||
|     "neededInstalledMods": [], | ||||
|     "neededUninstalledMods": [], | ||||
|     "spawns": [ | ||||
|         { | ||||
|             "id": "eelektross-1", | ||||
|             "pokemon": "eelektross", | ||||
|             "presets": [ | ||||
|                 "underwater" | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "submerged", | ||||
|             "bucket": "rare", | ||||
|             "level": "39-60", | ||||
|             "weight": 0.1, | ||||
|             "condition": { | ||||
|                 "canSeeSky": false, | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_cave" | ||||
|                 ] | ||||
|             } | ||||
|         }, | ||||
|         { | ||||
|             "id": "eelektross-2", | ||||
|             "pokemon": "eelektross", | ||||
|             "presets": [ | ||||
|                 "underwater" | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "submerged", | ||||
|             "bucket": "uncommon", | ||||
|             "level": "39-60", | ||||
|             "weight": 0.1, | ||||
|             "condition": { | ||||
|                 "canSeeSky": false, | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_lush" | ||||
|                 ] | ||||
|             } | ||||
|         } | ||||
|     ] | ||||
| } | ||||
|         | ||||
| @ -0,0 +1,25 @@ | ||||
| { | ||||
|   "enabled": true, | ||||
|   "neededInstalledMods": [], | ||||
|   "neededUninstalledMods": [], | ||||
|   "spawns": [ | ||||
|     { | ||||
|       "id": "espurr-1", | ||||
|       "pokemon": "espurr", | ||||
|       "presets": [                 | ||||
|           "natural" | ||||
|       ], | ||||
|       "type": "pokemon", | ||||
|       "context": "grounded", | ||||
|       "bucket": "uncommon", | ||||
|       "level": "5-35", | ||||
|       "weight": 8.0, | ||||
|       "condition": { | ||||
|           "biomes": [ | ||||
|               "#minecraft:is_end" | ||||
|           ] | ||||
|       } | ||||
|  | ||||
|     } | ||||
|   ] | ||||
| } | ||||
| @ -0,0 +1,31 @@ | ||||
| { | ||||
|     "enabled": true, | ||||
|     "neededInstalledMods": [], | ||||
|     "neededUninstalledMods": [], | ||||
|     "spawns": [ | ||||
|         { | ||||
|             "id": "excadrill-1", | ||||
|             "pokemon": "excadrill", | ||||
|             "presets": [ | ||||
|                 "underground" | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "uncommon", | ||||
|             "level": "25-51", | ||||
|             "weight": 1.25, | ||||
|             "condition": { | ||||
|                 "canSeeSky": false, | ||||
| 				"minY": 0, | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_overworld" | ||||
|                 ] | ||||
|             }, | ||||
|             "anticondition": { | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_abyss" | ||||
|                 ] | ||||
|             } | ||||
|         } | ||||
|     ] | ||||
| } | ||||
| @ -0,0 +1,24 @@ | ||||
| { | ||||
|     "enabled": true, | ||||
|     "neededInstalledMods": [], | ||||
|     "neededUninstalledMods": [], | ||||
|     "spawns": [ | ||||
|         { | ||||
|             "id": "feebas-1", | ||||
|             "pokemon": "feebas", | ||||
|             "presets": [ | ||||
|                 "underwater" | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "submerged", | ||||
|             "bucket": "uncommon", | ||||
|             "level": "5-30", | ||||
|             "weight": 5, | ||||
|             "condition": { | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_ocean" | ||||
|                 ] | ||||
|             } | ||||
|         } | ||||
|     ] | ||||
| } | ||||
| @ -0,0 +1,41 @@ | ||||
| { | ||||
|     "enabled": "true", | ||||
|     "neededInstalledMods": [], | ||||
|     "neededUninstalledMods": [], | ||||
|     "spawns": [ | ||||
|         { | ||||
|             "id": "finizen-1", | ||||
|             "pokemon": "finizen", | ||||
|             "presets": [ | ||||
|                 "underwater" | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "submerged", | ||||
|             "bucket": "rare", | ||||
|             "level": "15-28", | ||||
|             "weight": 3.8, | ||||
|             "condition": { | ||||
|                 "biomes": [ | ||||
|                     "minecraft:lukewarm_ocean" | ||||
|                 ] | ||||
|             } | ||||
|         }, | ||||
|         { | ||||
|             "id": "finizen-2", | ||||
|             "pokemon": "finizen", | ||||
|             "presets": [ | ||||
|                 "ocean_ruins" | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "submerged", | ||||
|             "bucket": "uncommon", | ||||
|             "level": "15-28", | ||||
|             "weight": 5.8, | ||||
|             "condition": { | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_ocean" | ||||
|                 ] | ||||
|             } | ||||
|         } | ||||
|     ] | ||||
| } | ||||
| @ -0,0 +1,22 @@ | ||||
| { | ||||
|     "enabled": true, | ||||
|     "neededInstalledMods": [], | ||||
|     "neededUninstalledMods": [], | ||||
|     "spawns": [ | ||||
|         { | ||||
|             "id": "foongus-1", | ||||
|             "pokemon": "foongus", | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "common", | ||||
|             "level": "15-20", | ||||
|             "weight": 4.8, | ||||
|             "condition": { | ||||
|                 "canSeeSky": true, | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_mushroom" | ||||
|                 ] | ||||
|             } | ||||
|         } | ||||
|     ] | ||||
| } | ||||
| @ -0,0 +1,67 @@ | ||||
| { | ||||
|     "enabled": true, | ||||
|     "neededInstalledMods": [], | ||||
|     "neededUninstalledMods": [], | ||||
|     "spawns": [ | ||||
|         { | ||||
|             "id": "fraxure-1", | ||||
|             "pokemon": "fraxure", | ||||
|             "presets": [ | ||||
|                 "natural", | ||||
|                 "wild" | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "rare", | ||||
|             "level": "24-47", | ||||
|             "weight": 2.5, | ||||
|             "condition": { | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_mountain" | ||||
|                 ] | ||||
|             } | ||||
|         }, | ||||
|         { | ||||
|             "id": "fraxure-2", | ||||
|             "pokemon": "fraxure", | ||||
|             "presets": [ | ||||
|                 "natural" | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "rare", | ||||
|             "level": "24-47", | ||||
|             "weight": 0.5, | ||||
|             "condition": { | ||||
|                 "minSkyLight": 0, | ||||
|                 "maxSkyLight": 7, | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_highlands" | ||||
|                 ], | ||||
|                 "minY": 0 | ||||
|             }, | ||||
|             "anticondition": { | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_mountain" | ||||
|                 ] | ||||
|             } | ||||
|         }, | ||||
|         { | ||||
|             "id": "fraxure-3", | ||||
|             "pokemon": "fraxure", | ||||
|             "presets": [ | ||||
|                 "natural" | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "uncommon", | ||||
|             "level": "36-48", | ||||
|             "weight": 2, | ||||
|             "condition": { | ||||
|                 "biomes": [ | ||||
|                     "betterend:dragon_graveyards" | ||||
|                 ] | ||||
|             } | ||||
|         } | ||||
|     ] | ||||
| } | ||||
| @ -0,0 +1,25 @@ | ||||
| { | ||||
|     "enabled": "true", | ||||
|     "neededInstalledMods": [], | ||||
|     "neededUninstalledMods": [], | ||||
|     "spawns": [ | ||||
|         { | ||||
|             "id": "frigibax-1", | ||||
|             "pokemon": "frigibax", | ||||
|             "presets": [ | ||||
|                 "natural" | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "rare", | ||||
|             "level": "28-37", | ||||
|             "weight": 5.0, | ||||
|             "condition": { | ||||
|                 "canSeeSky": true, | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_glacial" | ||||
|                 ] | ||||
|             } | ||||
|         } | ||||
|     ] | ||||
| } | ||||
| @ -0,0 +1,25 @@ | ||||
| { | ||||
|     "enabled": true, | ||||
|     "neededInstalledMods": [], | ||||
|     "neededUninstalledMods": [], | ||||
|     "spawns": [ | ||||
|         { | ||||
|             "id": "froslass-1", | ||||
|             "pokemon": "froslass", | ||||
|             "presets": [ | ||||
|                 "natural" | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "uncommon", | ||||
|             "level": "32-50", | ||||
|             "weight": 5.0, | ||||
|             "condition": { | ||||
|                 "timeRange": "twilight", | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_freezing" | ||||
|                 ] | ||||
|             } | ||||
|         } | ||||
|     ] | ||||
| } | ||||
| @ -0,0 +1,25 @@ | ||||
| { | ||||
|     "enabled": "true", | ||||
|     "neededInstalledMods": [], | ||||
|     "neededUninstalledMods": [], | ||||
|     "spawns": [ | ||||
|         { | ||||
|             "id": "frosmoth-1", | ||||
|             "pokemon": "frosmoth", | ||||
|             "presets": [ | ||||
|                 "natural" | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "uncommon", | ||||
|             "level": "15-36", | ||||
|             "weight": 2.2, | ||||
|             "condition": { | ||||
|                 "timeRange": "night", | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_snowy_forest" | ||||
|                 ] | ||||
|             } | ||||
|         } | ||||
|     ] | ||||
| } | ||||
| @ -0,0 +1,22 @@ | ||||
| { | ||||
|     "enabled": true, | ||||
|     "neededInstalledMods": [], | ||||
|     "neededUninstalledMods": [], | ||||
|     "spawns": [ | ||||
|         { | ||||
|             "id": "gastrodon-1", | ||||
|             "pokemon": "gastrodon", | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "rare", | ||||
|             "level": "30-40", | ||||
|             "weight": 5.5, | ||||
|             "condition": { | ||||
|                 "canSeeSky": true, | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_beach" | ||||
|                 ] | ||||
|             } | ||||
|         } | ||||
|     ] | ||||
| } | ||||
| @ -0,0 +1,22 @@ | ||||
| { | ||||
|     "enabled": true, | ||||
|     "neededInstalledMods": [], | ||||
|     "neededUninstalledMods": [], | ||||
|     "spawns": [ | ||||
|         { | ||||
|             "id": "gastrodon-west", | ||||
|             "pokemon": "gastrodon west=true", | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "rare", | ||||
|             "level": "30-40", | ||||
|             "weight": 4, | ||||
|             "condition": { | ||||
|                 "canSeeSky": true, | ||||
|                 "biomes": [ | ||||
|                     "#minecraft:is_beach" | ||||
|                 ] | ||||
|             } | ||||
|         } | ||||
|     ] | ||||
| } | ||||
| @ -0,0 +1,24 @@ | ||||
| { | ||||
|     "enabled": true, | ||||
|     "neededInstalledMods": [], | ||||
|     "neededUninstalledMods": [], | ||||
|     "spawns": [ | ||||
|         { | ||||
|             "id": "glalie-1", | ||||
|             "pokemon": "glalie", | ||||
|             "presets": [ | ||||
|                 "natural" | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "rare", | ||||
|             "level": "40-50", | ||||
|             "weight": 2.0, | ||||
|             "condition": { | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_freezing" | ||||
|                 ] | ||||
|             } | ||||
|         } | ||||
|     ] | ||||
| } | ||||
| @ -0,0 +1,35 @@ | ||||
| { | ||||
|  | ||||
|     "enabled": true, | ||||
|     "neededInstalledMods": [], | ||||
|     "neededUninstalledMods": [], | ||||
|     "spawns": [ | ||||
|       { | ||||
|         "id": "glameow-1", | ||||
|         "pokemon": "glameow", | ||||
|         "presets": [                 | ||||
|             "natural", | ||||
|             "village" | ||||
|         ], | ||||
|         "type": "pokemon", | ||||
|         "context": "grounded", | ||||
|         "bucket": "common", | ||||
|         "level": "1-35", | ||||
|         "weight": 9.0, | ||||
|         "weightMultiplier": { | ||||
|             "multiplier": 1.5, | ||||
|             "condition": { | ||||
|                 "timeRange": "night" | ||||
|             } | ||||
|         }, | ||||
|         "condition": { | ||||
|             "canSeeSky": true, | ||||
|             "biomes": [ | ||||
|                 "#cobblemon:is_overworld" | ||||
|             ], | ||||
|             "isRaining": false | ||||
|         } | ||||
|  | ||||
|       } | ||||
|     ] | ||||
| } | ||||
| @ -0,0 +1,22 @@ | ||||
| { | ||||
|     "enabled": true, | ||||
|     "neededInstalledMods": [], | ||||
|     "neededUninstalledMods": [], | ||||
|     "spawns": [ | ||||
|         { | ||||
|             "id": "gogoat-1", | ||||
|             "pokemon": "gogoat", | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "uncommon", | ||||
|             "level": "30-45", | ||||
|             "weight": 3.8, | ||||
|             "condition": { | ||||
|                 "canSeeSky": true, | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_hills" | ||||
|                 ] | ||||
|             } | ||||
|         } | ||||
|     ] | ||||
| } | ||||
| @ -0,0 +1,40 @@ | ||||
| { | ||||
|     "enabled": "true", | ||||
|     "neededInstalledMods": [], | ||||
|     "neededUninstalledMods": [], | ||||
|     "spawns": [ | ||||
|         { | ||||
|             "id": "gothita-1", | ||||
|             "pokemon": "gothita", | ||||
|             "presets": [ | ||||
|                 "natural" | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "uncommon", | ||||
|             "level": "12-35", | ||||
|             "weight": 5.0, | ||||
|             "condition": { | ||||
|                 "timeRange": "night", | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_spooky" | ||||
|                 ] | ||||
|             } | ||||
|         }, | ||||
|         { | ||||
|             "id": "gothita-2", | ||||
|             "pokemon": "gothita", | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "uncommon", | ||||
|             "level": "5-35", | ||||
|             "weight": 8, | ||||
|             "condition": { | ||||
|                 "canSeeSky": false, | ||||
|                 "biomes": [ | ||||
|                     "#minecraft:is_end" | ||||
|                 ] | ||||
|             } | ||||
|         } | ||||
|     ] | ||||
| } | ||||
| @ -0,0 +1,40 @@ | ||||
| { | ||||
|     "enabled": "true", | ||||
|     "neededInstalledMods": [], | ||||
|     "neededUninstalledMods": [], | ||||
|     "spawns": [ | ||||
|         { | ||||
|             "id": "gothitelle-1", | ||||
|             "pokemon": "gothitelle", | ||||
|             "presets": [ | ||||
|                 "natural" | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "rare", | ||||
|             "level": "12-35", | ||||
|             "weight": 1.0, | ||||
|             "condition": { | ||||
|                 "timeRange": "night", | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_spooky" | ||||
|                 ] | ||||
|             } | ||||
|         }, | ||||
|         { | ||||
|             "id": "gothitelle-2", | ||||
|             "pokemon": "gothitelle", | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "rare", | ||||
|             "level": "5-35", | ||||
|             "weight": 3.0, | ||||
|             "condition": { | ||||
|                 "canSeeSky": false, | ||||
|                 "biomes": [ | ||||
|                     "#minecraft:is_end" | ||||
|                 ] | ||||
|             } | ||||
|         } | ||||
|     ] | ||||
| } | ||||
| @ -0,0 +1,40 @@ | ||||
| { | ||||
|     "enabled": "true", | ||||
|     "neededInstalledMods": [], | ||||
|     "neededUninstalledMods": [], | ||||
|     "spawns": [ | ||||
|         { | ||||
|             "id": "gothorita-1", | ||||
|             "pokemon": "gothorita", | ||||
|             "presets": [ | ||||
|                 "natural" | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "rare", | ||||
|             "level": "12-35", | ||||
|             "weight": 5.0, | ||||
|             "condition": { | ||||
|                 "timeRange": "night", | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_spooky" | ||||
|                 ] | ||||
|             } | ||||
|         }, | ||||
|         { | ||||
|             "id": "gothorita-2", | ||||
|             "pokemon": "gothorita", | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "rare", | ||||
|             "level": "5-35", | ||||
|             "weight": 8, | ||||
|             "condition": { | ||||
|                 "canSeeSky": false, | ||||
|                 "biomes": [ | ||||
|                     "#minecraft:is_end" | ||||
|                 ] | ||||
|             } | ||||
|         } | ||||
|     ] | ||||
| } | ||||
| @ -0,0 +1,26 @@ | ||||
| { | ||||
|     "enabled": true, | ||||
|     "neededInstalledMods": [], | ||||
|     "neededUninstalledMods": [], | ||||
|     "spawns": [ | ||||
|         { | ||||
|             "id": "greavard-1", | ||||
|             "pokemon": "greavard", | ||||
|             "presets": [ | ||||
|                 "natural" | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "rare", | ||||
|             "level": "3-33", | ||||
|             "weight": 10, | ||||
|             "condition": { | ||||
|                 "canSeeSky": true, | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_spooky" | ||||
|                 ], | ||||
|                 "timeRange": "night" | ||||
|             } | ||||
|       	  } | ||||
| 		  ] | ||||
| } | ||||
| @ -0,0 +1,25 @@ | ||||
| { | ||||
|     "enabled": "true", | ||||
|     "neededInstalledMods": [], | ||||
|     "neededUninstalledMods": [], | ||||
|     "spawns": [ | ||||
|         { | ||||
|             "id": "grimer-2", | ||||
|             "pokemon": "grimer alolan", | ||||
|             "presets": [ | ||||
|                 "natural" | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "uncommon", | ||||
|             "level": "14-37", | ||||
|             "weight": 6.0, | ||||
|             "condition": { | ||||
|                 "canSeeSky": true, | ||||
|                 "biomes": [ | ||||
|                     "#minecraft:is_beach" | ||||
|                 ] | ||||
|             } | ||||
|         } | ||||
|     ] | ||||
| } | ||||
| @ -0,0 +1,43 @@ | ||||
| { | ||||
|     "enabled": "true", | ||||
|     "neededInstalledMods": [], | ||||
|     "neededUninstalledMods": [], | ||||
|     "spawns": [ | ||||
|         { | ||||
|             "id": "growlithe-hisui-1", | ||||
|             "pokemon": "growlithe hisuian", | ||||
|             "presets": [ | ||||
|                 "natural" | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "common", | ||||
|             "level": "14-37", | ||||
|             "weight": 10.0, | ||||
|             "condition": { | ||||
|                 "canSeeSky": true, | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_peak" | ||||
|                 ] | ||||
|             } | ||||
|         }, | ||||
|         { | ||||
|             "id": "growlithe-hisui-2", | ||||
|             "pokemon": "growlithe hisuian", | ||||
|             "presets": [ | ||||
|                 "natural" | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "common", | ||||
|             "level": "38-57", | ||||
|             "weight": 8.1, | ||||
|             "condition": { | ||||
|                 "canSeeSky": true, | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:nether/is_basalt" | ||||
|                 ] | ||||
|             } | ||||
|         } | ||||
|     ] | ||||
| } | ||||
| @ -0,0 +1,25 @@ | ||||
| { | ||||
|     "enabled": "true", | ||||
|     "neededInstalledMods": [], | ||||
|     "neededUninstalledMods": [], | ||||
|     "spawns": [ | ||||
|         { | ||||
|             "id": "hawlucha-1", | ||||
|             "pokemon": "hawlucha", | ||||
|             "presets": [ | ||||
|                 "natural" | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "rare", | ||||
|             "level": "20-60", | ||||
|             "weight": 5.0, | ||||
|             "condition": { | ||||
|                 "canSeeSky": true, | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_mountain" | ||||
|                 ] | ||||
|             } | ||||
|         } | ||||
|     ] | ||||
| } | ||||
| @ -0,0 +1,68 @@ | ||||
| { | ||||
|     "enabled": true, | ||||
|     "neededInstalledMods": [], | ||||
|     "neededUninstalledMods": [], | ||||
|     "spawns": [ | ||||
|         { | ||||
|             "id": "haxorus-1", | ||||
|             "pokemon": "haxorus", | ||||
|             "presets": [ | ||||
|                 "natural", | ||||
|                 "wild" | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "ultra-rare", | ||||
|             "level": "24-47", | ||||
|             "weight": 4.0, | ||||
|             "condition": { | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_mountain" | ||||
|                 ] | ||||
|             } | ||||
|         }, | ||||
|         { | ||||
|             "id": "haxorus-2", | ||||
|             "pokemon": "haxorus", | ||||
|             "presets": [ | ||||
|                 "natural" | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "ultra-rare", | ||||
|             "level": "24-47", | ||||
|             "weight": 1.0, | ||||
|             "condition": { | ||||
|                 "minSkyLight": 0, | ||||
|                 "maxSkyLight": 7, | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_highlands" | ||||
|                 ], | ||||
|                 "minY": 0 | ||||
|             }, | ||||
|             "anticondition": { | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_mountain" | ||||
|                 ] | ||||
|             } | ||||
|         }, | ||||
|         { | ||||
|             "id": "haxorus-3", | ||||
|             "pokemon": "haxorus", | ||||
|             "presets": [ | ||||
|                 "natural", | ||||
|                 "wild" | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "rare", | ||||
|             "level": "56-72", | ||||
|             "weight": 4.0, | ||||
|             "condition": { | ||||
|                 "biomes": [ | ||||
|                     "betterend:dragon_graveyards" | ||||
|                 ] | ||||
|             } | ||||
|         } | ||||
|     ] | ||||
| } | ||||
| @ -0,0 +1,24 @@ | ||||
| { | ||||
|     "enabled": "true", | ||||
|     "neededInstalledMods": [], | ||||
|     "neededUninstalledMods": [], | ||||
|     "spawns": [ | ||||
|         { | ||||
|             "id": "hoppip-1", | ||||
|             "pokemon": "hoppip", | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "common", | ||||
|             "level": "4-25", | ||||
|             "weight": 9.0, | ||||
|             "condition": { | ||||
|                 "canSeeSky": true, | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_plains" | ||||
|                 ], | ||||
|                 "timeRange": "day", | ||||
|                 "isRaining": false | ||||
|             } | ||||
|         } | ||||
|     ] | ||||
| } | ||||
| @ -0,0 +1,51 @@ | ||||
| { | ||||
|     "enabled": true, | ||||
|     "neededInstalledMods": [], | ||||
|     "neededUninstalledMods": [], | ||||
|     "spawns": [ | ||||
|         { | ||||
|             "id": "houndoom-1", | ||||
|             "pokemon": "houndoom", | ||||
|             "presets": [ | ||||
|                 "natural" | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "rare", | ||||
|             "level": "32-42", | ||||
|             "weight": 1.0, | ||||
|             "condition": { | ||||
| 				 | ||||
|                 "canSeeSky": true, | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_sandy" | ||||
|                 ], | ||||
| 				"structures": [ | ||||
| 	         "#minecraft:village" | ||||
| 	        ], | ||||
|                 "timeRange": "night" | ||||
|             } | ||||
|       	   | ||||
| 		   | ||||
|  | ||||
|       	  }, | ||||
| 		  { | ||||
|             "id": "houndoom-2", | ||||
|             "pokemon": "houndoom", | ||||
|             "presets": [ | ||||
|                 "natural" | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "rare", | ||||
|             "level": "45-55", | ||||
|             "weight": 3.0, | ||||
|             "condition": { | ||||
|                 "canSeeSky": false, | ||||
|                 "biomes": [ | ||||
|                     "#minecraft:is_nether" | ||||
|                 ] | ||||
|             } | ||||
| 		  } | ||||
| 		  ] | ||||
| } | ||||
| @ -0,0 +1,51 @@ | ||||
| { | ||||
|     "enabled": true, | ||||
|     "neededInstalledMods": [], | ||||
|     "neededUninstalledMods": [], | ||||
|     "spawns": [ | ||||
|         { | ||||
|             "id": "houndour-1", | ||||
|             "pokemon": "houndour", | ||||
|             "presets": [ | ||||
|                 "natural" | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "uncommon", | ||||
|             "level": "7-21", | ||||
|             "weight": 5.0, | ||||
|             "condition": { | ||||
| 				 | ||||
|                 "canSeeSky": true, | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_sandy" | ||||
|                 ], | ||||
| 				"structures": [ | ||||
| 	         "#minecraft:village" | ||||
| 	        ], | ||||
|                 "timeRange": "night" | ||||
|             } | ||||
|       	   | ||||
| 		   | ||||
|  | ||||
|       	  }, | ||||
| 		  { | ||||
|             "id": "houndour-2", | ||||
|             "pokemon": "houndour", | ||||
|             "presets": [ | ||||
|                 "natural" | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "rare", | ||||
|             "level": "15-34", | ||||
|             "weight": 10, | ||||
|             "condition": { | ||||
|                 "canSeeSky": false, | ||||
|                 "biomes": [ | ||||
|                     "#minecraft:is_nether" | ||||
|                 ] | ||||
|             } | ||||
| 		  } | ||||
| 		  ] | ||||
| } | ||||
| @ -0,0 +1,26 @@ | ||||
| { | ||||
|     "enabled": true, | ||||
|     "neededInstalledMods": [], | ||||
|     "neededUninstalledMods": [], | ||||
|     "spawns": [ | ||||
|         { | ||||
|             "id": "houndstone-1", | ||||
|             "pokemon": "houndstone", | ||||
|             "presets": [ | ||||
|                 "natural" | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "rare", | ||||
|             "level": "35-53", | ||||
|             "weight": 1, | ||||
|             "condition": { | ||||
|                 "canSeeSky": true, | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_spooky" | ||||
|                 ], | ||||
|                 "timeRange": "night" | ||||
|             } | ||||
|       	  } | ||||
| 	  ] | ||||
| } | ||||
| @ -0,0 +1,24 @@ | ||||
| { | ||||
|     "enabled": "true", | ||||
|     "neededInstalledMods": [], | ||||
|     "neededUninstalledMods": [], | ||||
|     "spawns": [ | ||||
|         { | ||||
|             "id": "indeedee", | ||||
|             "pokemon": "indeedee", | ||||
|             "presets": [ | ||||
|                 "natural" | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "uncommon", | ||||
|             "level": "28-46", | ||||
|             "weight": 2.2, | ||||
|             "condition": { | ||||
|                 "biomes": [ | ||||
|                     "minecraft:is_end" | ||||
|                 ] | ||||
|             } | ||||
|         } | ||||
|     ] | ||||
| } | ||||
| @ -0,0 +1,24 @@ | ||||
| { | ||||
|     "enabled": "true", | ||||
|     "neededInstalledMods": [], | ||||
|     "neededUninstalledMods": [], | ||||
|     "spawns": [ | ||||
|         { | ||||
|             "id": "jumpluff-1", | ||||
|             "pokemon": "jumpluff", | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "uncommon", | ||||
|             "level": "27-46", | ||||
|             "weight": 1, | ||||
|             "condition": { | ||||
|                 "canSeeSky": true, | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_plains" | ||||
|                 ], | ||||
|                 "timeRange": "day", | ||||
|                 "isRaining": false | ||||
|             } | ||||
|         } | ||||
|     ] | ||||
| } | ||||
| @ -0,0 +1,25 @@ | ||||
| { | ||||
|     "enabled": "true", | ||||
|     "neededInstalledMods": [], | ||||
|     "neededUninstalledMods": [], | ||||
|     "spawns": [ | ||||
|         { | ||||
|             "id": "kilowattrel-1", | ||||
|             "pokemon": "kilowattrel", | ||||
|             "presets": [ | ||||
|                 "natural" | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "uncommon", | ||||
|             "level": "25-38", | ||||
|             "weight": 1.0, | ||||
|             "condition": { | ||||
|                 "canSeeSky": true, | ||||
|                 "biomes": [ | ||||
|                     "#minecraft:is_savanna" | ||||
|                 ] | ||||
|             } | ||||
|         } | ||||
|     ] | ||||
| } | ||||
| @ -0,0 +1,31 @@ | ||||
| { | ||||
|     "enabled": "true", | ||||
|     "neededInstalledMods": [], | ||||
|     "neededUninstalledMods": [], | ||||
|     "spawns": [ | ||||
|         { | ||||
|             "id": "leavanny-1", | ||||
|             "pokemon": "leavanny", | ||||
|             "presets": [ | ||||
|                 "natural" | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "uncommon", | ||||
|             "level": "40-60", | ||||
|             "weight": 1.1, | ||||
|             "condition": { | ||||
|                 "canSeeSky": true, | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_forest" | ||||
|                 ], | ||||
|                 "timeRange": "day" | ||||
|             }, | ||||
|             "anticondition": { | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_spooky" | ||||
|                 ] | ||||
|             } | ||||
|         } | ||||
|     ] | ||||
| } | ||||
| @ -0,0 +1,22 @@ | ||||
| { | ||||
|     "enabled": true, | ||||
|     "neededInstalledMods": [], | ||||
|     "neededUninstalledMods": [], | ||||
|     "spawns": [ | ||||
|         { | ||||
|             "id": "ledian-1", | ||||
|             "pokemon": "ledian", | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "uncommon", | ||||
|             "level": "30-45", | ||||
|             "weight": 4.8, | ||||
|             "condition": { | ||||
|                 "canSeeSky": true, | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_floral" | ||||
|                 ] | ||||
|             } | ||||
|         } | ||||
|     ] | ||||
| } | ||||
| @ -0,0 +1,22 @@ | ||||
| { | ||||
|     "enabled": true, | ||||
|     "neededInstalledMods": [], | ||||
|     "neededUninstalledMods": [], | ||||
|     "spawns": [ | ||||
|         { | ||||
|             "id": "ledyba-1", | ||||
|             "pokemon": "ledyba", | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "common", | ||||
|             "level": "8-20", | ||||
|             "weight": 7.2, | ||||
|             "condition": { | ||||
|                 "canSeeSky": true, | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_floral" | ||||
|                 ] | ||||
|             } | ||||
|         } | ||||
|     ] | ||||
| } | ||||
| @ -0,0 +1,36 @@ | ||||
| { | ||||
|  | ||||
|     "enabled": true, | ||||
|     "neededInstalledMods": [], | ||||
|     "neededUninstalledMods": [], | ||||
|     "spawns": [ | ||||
|       { | ||||
|         "id": "liepard-1", | ||||
|         "pokemon": "liepard", | ||||
|         "presets": [                 | ||||
|             "natural" | ||||
|         ], | ||||
|         "type": "pokemon", | ||||
|         "context": "grounded", | ||||
|         "bucket": "uncommon", | ||||
|         "level": "20-55", | ||||
|         "weight": 8.0, | ||||
|         "weightMultiplier": { | ||||
|             "multiplier": 1.5, | ||||
|             "condition": { | ||||
|                 "timeRange": "night" | ||||
|             } | ||||
|         }, | ||||
|         "condition": { | ||||
|             "canSeeSky": true, | ||||
|             "biomes": [ | ||||
|                 "#cobblemon:is_desert", | ||||
|                 "#cobblemon:is_savanna", | ||||
|                 "#cobblemon:is_jungle" | ||||
|             ], | ||||
|             "isRaining": false | ||||
|         } | ||||
|  | ||||
|       } | ||||
|     ] | ||||
| } | ||||
| @ -0,0 +1,29 @@ | ||||
| { | ||||
|  | ||||
|     "enabled": true, | ||||
|     "neededInstalledMods": [], | ||||
|     "neededUninstalledMods": [], | ||||
|     "spawns": [ | ||||
|       { | ||||
|         "id": "litleo-1", | ||||
|         "pokemon": "litleo", | ||||
|         "presets": [                 | ||||
|             "natural" | ||||
|         ], | ||||
|         "type": "pokemon", | ||||
|         "context": "grounded", | ||||
|         "bucket": "common", | ||||
|         "level": "1-35", | ||||
|         "weight": 8.0, | ||||
|         "condition": { | ||||
|             "canSeeSky": true, | ||||
|             "biomes": [ | ||||
|                 "#cobblemon:is_badlands", | ||||
|                 "#cobblemon:is_savanna", | ||||
|                 "#cobblemon:is_jungle" | ||||
|             ] | ||||
|         } | ||||
|  | ||||
|       } | ||||
|     ] | ||||
| } | ||||
| @ -0,0 +1,43 @@ | ||||
| { | ||||
|     "enabled": true, | ||||
|     "neededInstalledMods": [], | ||||
|     "neededUninstalledMods": [], | ||||
|     "spawns": [ | ||||
|       { | ||||
|         "id": "lokix-1", | ||||
|         "pokemon": "lokix", | ||||
|         "type": "pokemon", | ||||
|         "context": "grounded", | ||||
|         "bucket": "uncommon", | ||||
|         "level": "25-46", | ||||
|         "weight": 1.1, | ||||
|         "condition": { | ||||
|           "canSeeSky": true, | ||||
|           "biomes": [ "minecraft:plains" | ||||
|                     ] | ||||
|         } | ||||
|          | ||||
|       }, | ||||
|       { | ||||
|         "id": "lokix-2", | ||||
|         "pokemon": "lokix", | ||||
|         "type": "pokemon", | ||||
|         "context": "grounded", | ||||
|         "bucket": "uncommon", | ||||
|         "level": "35-45", | ||||
|         "weight": 0.8, | ||||
|         "condition": { | ||||
|           "canSeeSky": true, | ||||
|           "biomes": [ "#cobblemon:is_forest"] | ||||
|         }, | ||||
|         "anticondition": { | ||||
|           "biomes": [ "#cobblemon:is_cold_ocean", | ||||
|           "#cobblemon:is_freezing", | ||||
|           "#cobblemon:is_peak", | ||||
|           "#cobblemon:is_taiga", | ||||
|           "#cobblemon:is_tundra"] | ||||
|         } | ||||
|       } | ||||
|  | ||||
|     ] | ||||
| } | ||||
| @ -0,0 +1,55 @@ | ||||
| { | ||||
|     "enabled": true, | ||||
|     "neededInstalledMods": [], | ||||
|     "neededUninstalledMods": [], | ||||
|     "spawns": [ | ||||
|         { | ||||
|             "id": "lycanroc-1", | ||||
|             "pokemon": "lycanroc", | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "uncommon", | ||||
|             "level": "29-45", | ||||
|             "weight": 1.5, | ||||
|             "condition": { | ||||
|                 "timeRange": "day", | ||||
|                 "canSeeSky": true, | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_mountain" | ||||
|                 ] | ||||
|             } | ||||
|         }, | ||||
|         { | ||||
|             "id": "lycanroc-2", | ||||
|             "pokemon": "lycanroc midnight", | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "uncommon", | ||||
|             "level": "29-45", | ||||
|             "weight": 1.5, | ||||
|             "condition": { | ||||
|                 "timeRange": "night", | ||||
|                 "canSeeSky": true, | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_mountain" | ||||
|                 ] | ||||
|             } | ||||
|         }, | ||||
|         { | ||||
|             "id": "lycanroc-3", | ||||
|             "pokemon": "lycanroc dusk", | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "uncommon", | ||||
|             "level": "29-45", | ||||
|             "weight": 2.5, | ||||
|             "condition": { | ||||
|                 "timeRange": "12750-13650", | ||||
|                 "canSeeSky": true, | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_mountain" | ||||
|                 ] | ||||
|             } | ||||
|         } | ||||
|     ] | ||||
| } | ||||
| @ -0,0 +1,26 @@ | ||||
| { | ||||
|     "enabled": true, | ||||
|     "neededInstalledMods": [], | ||||
|     "neededUninstalledMods": [], | ||||
|     "spawns": [ | ||||
|         { | ||||
|             "id": "mandibuzz-1", | ||||
|             "pokemon": "mandibuzz", | ||||
|             "presets": [ | ||||
|                 "natural" | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "uncommon", | ||||
|             "level": "54-63", | ||||
|             "weight": 0.5, | ||||
|             "condition": { | ||||
|                 "canSeeSky": true, | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_badlands" | ||||
|                 ] | ||||
|             } | ||||
|         } | ||||
|     ] | ||||
| } | ||||
|         | ||||
| @ -0,0 +1,47 @@ | ||||
| { | ||||
|     "enabled": true, | ||||
|     "neededInstalledMods": [], | ||||
|     "neededUninstalledMods": [], | ||||
|     "spawns": [ | ||||
|         { | ||||
|             "id": "mareanie-1", | ||||
|             "pokemon": "mareanie", | ||||
|             "presets": [ | ||||
|                 "natural" | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "uncommon", | ||||
|             "level": "11-34", | ||||
|             "weight": 4.5, | ||||
|             "condition": { | ||||
|                 "canSeeSky": true, | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_beach" | ||||
|                 ], | ||||
|                 "timeRange": "night" | ||||
|             } | ||||
|       	   | ||||
| 		   | ||||
|  | ||||
|       	  }, | ||||
| 		  { | ||||
|             "id": "mareanie-2", | ||||
|             "pokemon": "mareanie", | ||||
|             "presets": [ | ||||
|                 "underwater" | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "submerged", | ||||
|             "bucket": "uncommon", | ||||
|             "level": "11-34", | ||||
|             "weight": 10, | ||||
|             "condition": { | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_warm_ocean" | ||||
|                 ], | ||||
|                 "timeRange": "night" | ||||
|             } | ||||
| 	    } | ||||
|     ] | ||||
| } | ||||
| @ -0,0 +1,22 @@ | ||||
| { | ||||
|     "enabled": true, | ||||
|     "neededInstalledMods": [], | ||||
|     "neededUninstalledMods": [], | ||||
|     "spawns": [ | ||||
|         { | ||||
|             "id": "marill-1", | ||||
|             "pokemon": "marill", | ||||
|             "type": "pokemon", | ||||
|             "context": "submerged", | ||||
|             "bucket": "uncommon", | ||||
|             "level": "20-35", | ||||
|             "weight": 6.8, | ||||
|             "condition": { | ||||
|                 "canSeeSky": true, | ||||
|                 "biomes": [ | ||||
|                     "#minecraft:is_river" | ||||
|                 ] | ||||
|             } | ||||
|         } | ||||
|     ] | ||||
| } | ||||
| @ -0,0 +1,23 @@ | ||||
| { | ||||
|     "enabled": true, | ||||
|     "neededInstalledMods": [], | ||||
|     "neededUninstalledMods": [], | ||||
|     "spawns": [ | ||||
|         { | ||||
|             "id": "marowak-alolan", | ||||
|             "pokemon": "marowak alolan", | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "rare", | ||||
|             "level": "15-32", | ||||
|             "weight": 10.0, | ||||
|             "condition": { | ||||
|                 "timeRange": "night", | ||||
|                 "canSeeSky": true, | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_beach" | ||||
|                 ] | ||||
|             } | ||||
|         } | ||||
|     ] | ||||
| } | ||||
| @ -0,0 +1,26 @@ | ||||
| { | ||||
|     "enabled": true, | ||||
|     "neededInstalledMods": [], | ||||
|     "neededUninstalledMods": [], | ||||
|     "spawns": [ | ||||
|         { | ||||
|             "id": "medicham-1", | ||||
|             "pokemon": "medicham", | ||||
|             "presets": [ | ||||
|                 "natural", | ||||
|                 "wild" | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "uncommon", | ||||
|             "level": "39-45", | ||||
|             "weight": 0.8, | ||||
|             "condition": { | ||||
|                 "biomes": [ | ||||
|                     "#minecraft:is_end" | ||||
|  | ||||
|                 ] | ||||
|             } | ||||
|         } | ||||
|     ] | ||||
| } | ||||
| @ -0,0 +1,26 @@ | ||||
| { | ||||
|     "enabled": true, | ||||
|     "neededInstalledMods": [], | ||||
|     "neededUninstalledMods": [], | ||||
|     "spawns": [ | ||||
|         { | ||||
|             "id": "meditite-1", | ||||
|             "pokemon": "meditite", | ||||
|             "presets": [ | ||||
|                 "natural", | ||||
|                 "wild" | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "common", | ||||
|             "level": "8-22", | ||||
|             "weight": 2.5, | ||||
|             "condition": { | ||||
|                 "biomes": [ | ||||
|                     "#minecraft:is_end" | ||||
|  | ||||
|                 ] | ||||
|             } | ||||
|         } | ||||
|     ] | ||||
| } | ||||
| @ -0,0 +1,25 @@ | ||||
| { | ||||
|   "enabled": true, | ||||
|   "neededInstalledMods": [], | ||||
|   "neededUninstalledMods": [], | ||||
|   "spawns": [ | ||||
|     { | ||||
|       "id": "meowstic-1", | ||||
|       "pokemon": "meowstic", | ||||
|       "presets": [                 | ||||
|           "natural" | ||||
|       ], | ||||
|       "type": "pokemon", | ||||
|       "context": "grounded", | ||||
|       "bucket": "uncommon", | ||||
|       "level": "20-65", | ||||
|       "weight": 7.0, | ||||
|       "condition": { | ||||
|           "biomes": [ | ||||
|               "#minecraft:is_end" | ||||
|           ] | ||||
|       } | ||||
|  | ||||
|     } | ||||
|   ] | ||||
| } | ||||
| @ -0,0 +1,25 @@ | ||||
| { | ||||
|     "enabled": true, | ||||
|     "neededInstalledMods": [], | ||||
|     "neededUninstalledMods": [], | ||||
|     "spawns": [ | ||||
|         { | ||||
|             "id": "milotic-1", | ||||
|             "pokemon": "milotic", | ||||
|             "presets": [ | ||||
|                 "freshwater", | ||||
|                 "underwater" | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "submerged", | ||||
|             "bucket": "ultra-rare", | ||||
|             "level": "30-45", | ||||
|             "weight": 4.5, | ||||
|             "condition": { | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_ocean" | ||||
|                 ] | ||||
|             } | ||||
|         } | ||||
|     ] | ||||
| } | ||||
| @ -0,0 +1,22 @@ | ||||
| { | ||||
|     "enabled": true, | ||||
|     "neededInstalledMods": [], | ||||
|     "neededUninstalledMods": [], | ||||
|     "spawns": [ | ||||
|         { | ||||
|             "id": "minccino-1", | ||||
|             "pokemon": "minccino", | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "rare", | ||||
|             "level": "15-20", | ||||
|             "weight": 7.1, | ||||
|             "condition": { | ||||
|                 "canSeeSky": true, | ||||
|                 "biomes": [ | ||||
|                     "minecraft:birch_forest" | ||||
|                 ] | ||||
|             } | ||||
|         } | ||||
|     ] | ||||
| } | ||||
| @ -0,0 +1,147 @@ | ||||
| { | ||||
|     "enabled": "true", | ||||
|     "neededInstalledMods": [], | ||||
|     "neededUninstalledMods": [], | ||||
|     "spawns": [ | ||||
|         { | ||||
|             "id": "minior-1", | ||||
|             "pokemon": "minior core=shielded", | ||||
|             "presets": [ | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "uncommon", | ||||
|             "level": "20-30", | ||||
|             "weight": 5.0, | ||||
|             "condition": { | ||||
| 		"timeRange": "night", | ||||
| 		"biomes": [ | ||||
|                     "#cobblemon:is_overworld" | ||||
|                 ] | ||||
|             } | ||||
|         }, | ||||
|         { | ||||
|             "id": "minior-2", | ||||
|             "pokemon": "minior core=red", | ||||
|             "presets": [ | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "uncommon", | ||||
|             "level": "20-30", | ||||
|             "weight": 2.35, | ||||
|             "condition": { | ||||
| 		"biomes": [ | ||||
|                     "#minecraft:is_nether" | ||||
|                 ]   | ||||
|             } | ||||
|         }, | ||||
|         { | ||||
|             "id": "minior-3", | ||||
|             "pokemon": "minior core=orange", | ||||
|             "presets": [ | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "uncommon", | ||||
|             "level": "20-30", | ||||
|             "weight": 2.35, | ||||
|             "condition": { | ||||
|                 "timeRange": "night", | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_savanna" | ||||
|                 ] | ||||
|                  | ||||
|             } | ||||
|         }, | ||||
|         { | ||||
|             "id": "minior-4", | ||||
|             "pokemon": "minior core=yellow", | ||||
|             "presets": [ | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "uncommon", | ||||
|             "level": "20-30", | ||||
|             "weight": 2.35, | ||||
|             "condition": { | ||||
|                 "timeRange": "night", | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_sandy" | ||||
|                 ] | ||||
|                  | ||||
|             } | ||||
|         }, | ||||
|         { | ||||
|             "id": "minior-5", | ||||
|             "pokemon": "minior core=green", | ||||
|             "presets": [ | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "uncommon", | ||||
|             "level": "20-30", | ||||
|             "weight": 2.35, | ||||
|             "condition": { | ||||
|                 "timeRange": "night", | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_jungle" | ||||
|                 ] | ||||
|                  | ||||
|             } | ||||
|         }, | ||||
|         { | ||||
|             "id": "minior-6", | ||||
|             "pokemon": "minior core=blue", | ||||
|             "presets": [ | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "uncommon", | ||||
|             "level": "20-30", | ||||
|             "weight": 2.35, | ||||
|             "condition": { | ||||
|                 "timeRange": "night", | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_freshwater", | ||||
| 		    "#cobblemon:is_coast" | ||||
|                 ] | ||||
|                  | ||||
|             } | ||||
|         }, | ||||
|         { | ||||
|             "id": "minior-7", | ||||
|             "pokemon": "minior core=indigo", | ||||
|             "presets": [ | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "uncommon", | ||||
|             "level": "20-30", | ||||
|             "weight": 2.35, | ||||
|             "condition": { | ||||
|                 "timeRange": "night", | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_glacial" | ||||
|                 ] | ||||
|                  | ||||
|             } | ||||
|         }, | ||||
|         { | ||||
|             "id": "minior-8", | ||||
|             "pokemon": "minior core=violet", | ||||
|             "presets": [ | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "uncommon", | ||||
|             "level": "20-30", | ||||
|             "weight": 2.35, | ||||
|             "condition": { | ||||
|                 "biomes": [ | ||||
|                     "#minecraft:is_end" | ||||
|                 ] | ||||
|             } | ||||
|         } | ||||
|     ] | ||||
| } | ||||
| @ -0,0 +1,23 @@ | ||||
| { | ||||
|     "enabled": true, | ||||
|     "neededInstalledMods": [], | ||||
|     "neededUninstalledMods": [], | ||||
|     "spawns": [ | ||||
|         { | ||||
|             "id": "morpeko-1", | ||||
|             "pokemon": "morpeko", | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "uncommon", | ||||
|             "level": "15-32", | ||||
|             "weight": 4.1, | ||||
|             "condition": { | ||||
|                 "canSeeSky": true, | ||||
|                 "biomes": [ | ||||
|                     "minecraft:dark_forest", | ||||
|                     "minecraft:flower_forest" | ||||
|                 ] | ||||
|             } | ||||
|         } | ||||
|     ] | ||||
| } | ||||
| @ -0,0 +1,109 @@ | ||||
| { | ||||
|     "enabled": true, | ||||
|     "neededInstalledMods": [], | ||||
|     "neededUninstalledMods": [], | ||||
|     "spawns": [ | ||||
|        { | ||||
|             "id": "mrmime-1", | ||||
|             "pokemon": "mrmime", | ||||
|             "presets": [ | ||||
|                 "natural", | ||||
|                 "urban" | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "uncommon", | ||||
|             "level": "26-46", | ||||
|             "weight": 1.0, | ||||
|             "condition": { | ||||
|                 "canSeeSky": true, | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_overworld" | ||||
|                 ] | ||||
|             }, | ||||
|             "anticondition": { | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_freezing" | ||||
|                 ] | ||||
|             } | ||||
|         }, | ||||
|         { | ||||
|             "id": "mrmime-2", | ||||
|             "pokemon": "mrmime", | ||||
|             "presets": [ | ||||
|                 "natural", | ||||
|                 "village" | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "uncommon", | ||||
|             "level": "26-46", | ||||
|             "weight": 1.0, | ||||
|             "condition": { | ||||
|                 "canSeeSky": true, | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_overworld" | ||||
|                 ] | ||||
|             }, | ||||
|             "anticondition": { | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_freezing" | ||||
|                 ] | ||||
|             } | ||||
|         }, | ||||
|         { | ||||
|             "id": "mrmime-3", | ||||
|             "pokemon": "mrmime", | ||||
|             "presets": [ | ||||
|                 "mansion" | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "common", | ||||
|             "level": "26-46", | ||||
|             "weight": 0.2, | ||||
|             "condition": { | ||||
|                 "canSeeSky": false, | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_overworld" | ||||
|                 ] | ||||
|             } | ||||
|         }, | ||||
|         { | ||||
|             "id": "mrmime-galarian-4", | ||||
|             "pokemon": "mrmime galarian", | ||||
|             "presets": [ | ||||
|                 "village" | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "uncommon", | ||||
|             "level": "26-46", | ||||
|             "weight": 8.0, | ||||
|             "condition": { | ||||
|                 "canSeeSky": true, | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_freezing" | ||||
|                 ] | ||||
|             } | ||||
|         }, | ||||
|         { | ||||
|             "id": "mrmime-galarian-4", | ||||
|         "pokemon": "mrmime galarian", | ||||
|         "presets": [ | ||||
|             "natural" | ||||
|         ], | ||||
|         "type": "pokemon", | ||||
|         "context": "grounded", | ||||
|         "bucket": "rare", | ||||
|         "level": "26-46", | ||||
|         "weight": 8.0, | ||||
|         "condition": { | ||||
|             "canSeeSky": true, | ||||
|             "biomes": [ | ||||
|                 "#cobblemon:is_freezing" | ||||
|             ] | ||||
|         } | ||||
|     } | ||||
| ] | ||||
| } | ||||
| @ -0,0 +1,43 @@ | ||||
| { | ||||
|     "enabled": true, | ||||
|     "neededInstalledMods": [], | ||||
|     "neededUninstalledMods": [], | ||||
|     "spawns": [ | ||||
|         { | ||||
|             "id": "mrrime-1", | ||||
|             "pokemon": "mrrime", | ||||
|             "presets": [ | ||||
|                 "village" | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "uncommon", | ||||
|             "level": "42-50", | ||||
|             "weight": 3, | ||||
|             "condition": { | ||||
|                 "canSeeSky": true, | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_freezing" | ||||
|                 ] | ||||
|             } | ||||
|         }, | ||||
|         { | ||||
|             "id": "mrrime-2", | ||||
|         "pokemon": "mrrime", | ||||
|         "presets": [ | ||||
|             "natural" | ||||
|         ], | ||||
|         "type": "pokemon", | ||||
|         "context": "grounded", | ||||
|         "bucket": "rare", | ||||
|         "level": "42-50", | ||||
|         "weight": 1.5, | ||||
|         "condition": { | ||||
|             "canSeeSky": true, | ||||
|             "biomes": [ | ||||
|                 "#cobblemon:is_freezing" | ||||
|             ] | ||||
|         } | ||||
|     } | ||||
|     ] | ||||
| } | ||||
| @ -0,0 +1,25 @@ | ||||
| { | ||||
|     "enabled": "false", | ||||
|     "neededInstalledMods": [], | ||||
|     "neededUninstalledMods": [], | ||||
|     "spawns": [ | ||||
|         { | ||||
|             "id": "muk-2", | ||||
|             "pokemon": "muk alolan", | ||||
|             "presets": [ | ||||
|                 "natural" | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "rare", | ||||
|             "level": "38-48", | ||||
|             "weight": 4.5, | ||||
|             "condition": { | ||||
|                 "canSeeSky": true, | ||||
|                 "biomes": [ | ||||
|                     "#minecraft:is_beach" | ||||
|                 ] | ||||
|             } | ||||
|         } | ||||
|     ] | ||||
| } | ||||
| @ -0,0 +1,72 @@ | ||||
| { | ||||
|     "enabled": true, | ||||
|     "neededInstalledMods": [], | ||||
|     "neededUninstalledMods": [], | ||||
|     "spawns": [ | ||||
|         { | ||||
|             "id": "munna-1", | ||||
|             "pokemon": "munna", | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "uncommon", | ||||
|             "level": "10-25", | ||||
|             "weight": 5.8, | ||||
|             "condition": { | ||||
|                 "canSeeSky": true, | ||||
|                 "biomes": [ | ||||
|                     "#minecraft:is_overworld" | ||||
|                 ], | ||||
|                 "neededNearbyBlocks": [ | ||||
|                     "minecraft:white_bed", | ||||
|                     "minecraft:orange_bed", | ||||
|                     "minecraft:magenta_bed", | ||||
|                     "minecraft:light_blue_bed", | ||||
|                     "minecraft:yellow_bed", | ||||
|                     "minecraft:lime_bed", | ||||
|                     "minecraft:pink_bed", | ||||
|                     "minecraft:gray_bed", | ||||
|                     "minecraft:light_gray_bed", | ||||
|                     "minecraft:cyan_bed", | ||||
|                     "minecraft:purple_bed", | ||||
|                     "minecraft:blue_bed", | ||||
|                     "minecraft:brown_bed", | ||||
|                     "minecraft:green_bed", | ||||
|                     "minecraft:red_bed", | ||||
|                     "minecraft:black_bed" | ||||
|                 ] | ||||
|             } | ||||
|         }, | ||||
|         { | ||||
|             "id": "munna-2", | ||||
|             "pokemon": "munna", | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "common", | ||||
|             "level": "10-25", | ||||
|             "weight": 5.8, | ||||
|             "condition": { | ||||
|                 "biomes": [ | ||||
|                     "#minecraft:is_end" | ||||
|                 ], | ||||
|                 "neededNearbyBlocks": [ | ||||
|                     "minecraft:white_bed", | ||||
|                     "minecraft:orange_bed", | ||||
|                     "minecraft:magenta_bed", | ||||
|                     "minecraft:light_blue_bed", | ||||
|                     "minecraft:yellow_bed", | ||||
|                     "minecraft:lime_bed", | ||||
|                     "minecraft:pink_bed", | ||||
|                     "minecraft:gray_bed", | ||||
|                     "minecraft:light_gray_bed", | ||||
|                     "minecraft:cyan_bed", | ||||
|                     "minecraft:purple_bed", | ||||
|                     "minecraft:blue_bed", | ||||
|                     "minecraft:brown_bed", | ||||
|                     "minecraft:green_bed", | ||||
|                     "minecraft:red_bed", | ||||
|                     "minecraft:black_bed" | ||||
|                 ] | ||||
|             } | ||||
|         } | ||||
|     ] | ||||
| } | ||||
| @ -0,0 +1,72 @@ | ||||
| { | ||||
|     "enabled": true, | ||||
|     "neededInstalledMods": [], | ||||
|     "neededUninstalledMods": [], | ||||
|     "spawns": [ | ||||
|         { | ||||
|             "id": "musharna-1", | ||||
|             "pokemon": "musharna", | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "rare", | ||||
|             "level": "20-45", | ||||
|             "weight": 3.2, | ||||
|             "condition": { | ||||
|                 "canSeeSky": true, | ||||
|                 "biomes": [ | ||||
|                     "#minecraft:is_overworld" | ||||
|                 ], | ||||
|                 "neededNearbyBlocks": [ | ||||
|                     "minecraft:white_bed", | ||||
|                     "minecraft:orange_bed", | ||||
|                     "minecraft:magenta_bed", | ||||
|                     "minecraft:light_blue_bed", | ||||
|                     "minecraft:yellow_bed", | ||||
|                     "minecraft:lime_bed", | ||||
|                     "minecraft:pink_bed", | ||||
|                     "minecraft:gray_bed", | ||||
|                     "minecraft:light_gray_bed", | ||||
|                     "minecraft:cyan_bed", | ||||
|                     "minecraft:purple_bed", | ||||
|                     "minecraft:blue_bed", | ||||
|                     "minecraft:brown_bed", | ||||
|                     "minecraft:green_bed", | ||||
|                     "minecraft:red_bed", | ||||
|                     "minecraft:black_bed" | ||||
|                 ] | ||||
|             } | ||||
|         }, | ||||
|         { | ||||
|             "id": "musharna-2", | ||||
|             "pokemon": "musharna", | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "uncommon", | ||||
|             "level": "10-25", | ||||
|             "weight": 5.8, | ||||
|             "condition": { | ||||
|                 "biomes": [ | ||||
|                     "#minecraft:is_end" | ||||
|                 ], | ||||
|                 "neededNearbyBlocks": [ | ||||
|                     "minecraft:white_bed", | ||||
|                     "minecraft:orange_bed", | ||||
|                     "minecraft:magenta_bed", | ||||
|                     "minecraft:light_blue_bed", | ||||
|                     "minecraft:yellow_bed", | ||||
|                     "minecraft:lime_bed", | ||||
|                     "minecraft:pink_bed", | ||||
|                     "minecraft:gray_bed", | ||||
|                     "minecraft:light_gray_bed", | ||||
|                     "minecraft:cyan_bed", | ||||
|                     "minecraft:purple_bed", | ||||
|                     "minecraft:blue_bed", | ||||
|                     "minecraft:brown_bed", | ||||
|                     "minecraft:green_bed", | ||||
|                     "minecraft:red_bed", | ||||
|                     "minecraft:black_bed" | ||||
|                 ] | ||||
|             } | ||||
|         } | ||||
|     ] | ||||
| } | ||||
| @ -0,0 +1,163 @@ | ||||
| { | ||||
|     "enabled": true, | ||||
|     "neededInstalledMods": [], | ||||
|     "neededUninstalledMods": [], | ||||
|     "spawns": [ | ||||
|         { | ||||
|             "id": "noibat-1", | ||||
|             "pokemon": "noibat", | ||||
|             "presets": [ | ||||
|                 "natural" | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "uncommon", | ||||
|             "level": "10-25", | ||||
|             "weight": 5, | ||||
|             "weightMultiplier": { | ||||
|                 "multiplier": 1.5 | ||||
| }, | ||||
|                 "condition": { | ||||
|                 "minSkyLight": 8, | ||||
|                 "maxSkyLight": 15, | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_spooky" | ||||
|                 ],                 | ||||
|                 "timeRange": "night" | ||||
|             }, | ||||
|             "anticondition": { | ||||
|             "moonPhase": "1" | ||||
|             } | ||||
|         }, | ||||
|         { | ||||
|             "id": "noibat-2", | ||||
|             "pokemon": "noibat", | ||||
|             "presets": [ | ||||
|                 "natural" | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "common", | ||||
|             "level": "10-25", | ||||
|             "weight": 11, | ||||
|             "weightMultiplier": { | ||||
|                 "multiplier": 1.5 | ||||
|             }, | ||||
|             "condition": { | ||||
|                 "minSkyLight": 8, | ||||
|                 "maxSkyLight": 15, | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_spooky" | ||||
|                 ], | ||||
|                 "timeRange": "night", | ||||
|                 "moonPhase": "1" | ||||
|             } | ||||
|         }, | ||||
|         { | ||||
|             "id": "noibat-3", | ||||
|             "pokemon": "noibat", | ||||
|             "presets": [ | ||||
|                 "natural" | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "uncommon", | ||||
|             "level": "10-25", | ||||
|             "weight": 5, | ||||
|             "condition": { | ||||
|                 "minSkyLight": 0, | ||||
|                 "maxSkyLight": 5, | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_overworld" | ||||
|                 ],                 | ||||
|                 "maxY": 32 | ||||
|             }, | ||||
|             "anticondition": { | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_deep_dark", | ||||
|                     "#cobblemon:is_dripstone", | ||||
|                     "terralith:cave/underground_jungle" | ||||
|                 ] | ||||
|             } | ||||
|         }, | ||||
|         { | ||||
|             "id": "noibat-4", | ||||
|             "pokemon": "noibat", | ||||
|             "presets": [ | ||||
|                 "natural" | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "uncommon", | ||||
|             "level": "15-30", | ||||
|             "weight": 9.0, | ||||
|             "condition": { | ||||
|                 "minSkyLight": 0, | ||||
|                 "maxSkyLight": 7, | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_dripstone", | ||||
|                     "terralith:cave/underground_jungle" | ||||
|                 ] | ||||
|             }, | ||||
|             "anticondition": { | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_deep_dark" | ||||
|                 ] | ||||
|             } | ||||
|         }, | ||||
|         { | ||||
|             "id": "noibat-5", | ||||
|             "pokemon": "noibat", | ||||
|             "presets": [ | ||||
|                 "natural" | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "uncommon", | ||||
|             "level": "20-35", | ||||
|             "weight": 9.0, | ||||
|             "condition": { | ||||
|                 "minSkyLight": 0, | ||||
|                 "maxSkyLight": 7, | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_deep_dark" | ||||
|                 ] | ||||
|             } | ||||
|         }, | ||||
|         { | ||||
|             "id": "noibat-6", | ||||
|             "pokemon": "noibat", | ||||
|             "presets": [ | ||||
|                 "natural" | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "common", | ||||
|             "level": "20-43", | ||||
|             "weight": 7.0, | ||||
|             "condition": { | ||||
|                 "biomes": [ | ||||
|                     "betterend:chorus_forest" | ||||
|                 ] | ||||
|             } | ||||
|         }, | ||||
|         { | ||||
|             "id": "noibat-7", | ||||
|             "pokemon": "noibat", | ||||
|             "presets": [ | ||||
|                 "natural" | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "common", | ||||
|             "level": "20-43", | ||||
|             "weight": 4.0, | ||||
|             "condition": { | ||||
|                 "biomes": [ | ||||
|                     "betterend:foggy_mushroomland", | ||||
|                     "betterend:umbrella_jungle" | ||||
|                 ] | ||||
|             } | ||||
|         } | ||||
|     ] | ||||
| } | ||||
| @ -0,0 +1,157 @@ | ||||
| { | ||||
|     "enabled": true, | ||||
|     "neededInstalledMods": [], | ||||
|     "neededUninstalledMods": [], | ||||
|     "spawns": [ | ||||
|         { | ||||
|             "id": "noivern-1", | ||||
|             "pokemon": "noivern", | ||||
|             "presets": [ | ||||
|                 "natural" | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "rare", | ||||
|             "level": "50-60", | ||||
|             "weight": 5, | ||||
|             "weightMultiplier": { | ||||
|                 "multiplier": 1.5 | ||||
| }, | ||||
|                 "condition": { | ||||
|                 "minSkyLight": 8, | ||||
|                 "maxSkyLight": 15, | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_spooky" | ||||
|                 ], | ||||
| 		            "timeRange": "night" | ||||
|             }, | ||||
|             "anticondition": { | ||||
|             "moonPhase": "1" | ||||
|             } | ||||
|         }, | ||||
|         { | ||||
|             "id": "noivern-2", | ||||
|             "pokemon": "noivern", | ||||
|             "presets": [ | ||||
|                 "natural" | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "uncommon", | ||||
|             "level": "50-60", | ||||
|             "weight": 2, | ||||
|             "weightMultiplier": { | ||||
|                 "multiplier": 1.5 | ||||
|             }, | ||||
|             "condition": { | ||||
|                 "minSkyLight": 6, | ||||
|                 "maxSkyLight": 15, | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_spooky" | ||||
|                 ], | ||||
|                 "timeRange": "night", | ||||
|                 "moonPhase": "1" | ||||
|             } | ||||
|         }, | ||||
|         { | ||||
|             "id": "noivern-3", | ||||
|             "pokemon": "noivern", | ||||
|             "presets": [ | ||||
|                 "natural" | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "rare", | ||||
|             "level": "50-70", | ||||
|             "weight": 5.0, | ||||
|             "condition": { | ||||
|                 "minSkyLight": 0, | ||||
|                 "maxSkyLight": 7, | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_overworld" | ||||
|                 ], | ||||
|                 "maxY": -32 | ||||
|             }, | ||||
|             "anticondition": { | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_deep_dark", | ||||
|                     "#cobblemon:is_dripstone", | ||||
|                     "terralith:cave/underground_jungle" | ||||
|                 ] | ||||
|             } | ||||
|         }, | ||||
|         { | ||||
|             "id": "noivern-4", | ||||
|             "pokemon": "noivern", | ||||
|             "presets": [ | ||||
|                 "natural" | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "ultra-rare", | ||||
|             "level": "50-80", | ||||
|             "weight": 1, | ||||
|             "condition": { | ||||
|                 "minSkyLight": 0, | ||||
|                 "maxSkyLight": 7, | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_deep_dark" | ||||
|                 ] | ||||
|             } | ||||
|         }, | ||||
|         { | ||||
|             "id": "noivern-5", | ||||
|             "pokemon": "noivern", | ||||
|             "presets": [ | ||||
|                 "natural" | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "rare", | ||||
|             "level": "50-80", | ||||
|             "weight": 1, | ||||
|             "condition": { | ||||
|                 "minSkyLight": 0, | ||||
|                 "maxSkyLight": 7, | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_deep_dark" | ||||
|                 ] | ||||
|             } | ||||
|         }, | ||||
|         { | ||||
|             "id": "noivern-6", | ||||
|             "pokemon": "noivern", | ||||
|             "presets": [ | ||||
|                 "natural" | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "rare", | ||||
|             "level": "50-70", | ||||
|             "weight": 3.0, | ||||
|             "condition": { | ||||
|                 "biomes": [ | ||||
|                     "betterend:chorus_forest" | ||||
|                 ] | ||||
|             } | ||||
|         }, | ||||
|         { | ||||
|             "id": "noivern-7", | ||||
|             "pokemon": "noivern", | ||||
|             "presets": [ | ||||
|                 "natural" | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "rare", | ||||
|             "level": "50-70", | ||||
|             "weight": 1.0, | ||||
|             "condition": { | ||||
|                 "biomes": [ | ||||
|                     "betterend:foggy_mushroomland", | ||||
|                     "betterend:umbrella_jungle" | ||||
|                 ] | ||||
|             } | ||||
|         } | ||||
|     ] | ||||
| } | ||||
| @ -0,0 +1,44 @@ | ||||
| { | ||||
|     "enabled": true, | ||||
|     "neededInstalledMods": [], | ||||
|     "neededUninstalledMods": [], | ||||
|     "spawns": [ | ||||
|       { | ||||
|         "id": "nymble-1", | ||||
|         "pokemon": "nymble", | ||||
|         "type": "pokemon", | ||||
|         "context": "grounded", | ||||
|         "bucket": "common", | ||||
|         "level": "7-25", | ||||
|         "weight": 6.0, | ||||
|         "condition": { | ||||
|           "canSeeSky": true, | ||||
|           "biomes": [ "minecraft:plains" | ||||
|                     ] | ||||
|         } | ||||
|          | ||||
|       }, | ||||
|       { | ||||
|         "id": "nymble-2", | ||||
|         "pokemon": "nymble", | ||||
|         "type": "pokemon", | ||||
|         "context": "grounded", | ||||
|         "bucket": "common", | ||||
|         "level": "7-22", | ||||
|         "weight": 6.0, | ||||
|         "condition": { | ||||
|           "canSeeSky": true, | ||||
|           "biomes": [ "#cminecraft:is_forest"] | ||||
|         }, | ||||
|         "anticondition": { | ||||
|           "biomes": [  | ||||
|           "#cobblemon:is_cold_ocean", | ||||
|           "#cobblemon:is_freezing", | ||||
|           "#cobblemon:is_peak", | ||||
|           "#cobblemon:is_taiga", | ||||
|           "#cobblemon:is_tundra"] | ||||
|         } | ||||
|       } | ||||
|  | ||||
|     ] | ||||
| } | ||||
| @ -0,0 +1,30 @@ | ||||
| { | ||||
|     "enabled": true, | ||||
|     "neededInstalledMods": [], | ||||
|     "neededUninstalledMods": [], | ||||
|     "spawns": [ | ||||
|         { | ||||
|             "id": "orbeetle-1", | ||||
|             "pokemon": "orbeetle", | ||||
|             "presets": [ | ||||
|                 "natural" | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "rare", | ||||
|             "level": "27-39", | ||||
|             "weight": 1.0, | ||||
|             "condition": { | ||||
|                 "canSeeSky": true, | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_temperate" | ||||
|                 ] | ||||
|             }, | ||||
|             "anticondition": { | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_spooky" | ||||
|                 ] | ||||
|             } | ||||
|         } | ||||
|     ] | ||||
| } | ||||
| @ -0,0 +1,25 @@ | ||||
| { | ||||
|     "enabled": "true", | ||||
|     "neededInstalledMods": [], | ||||
|     "neededUninstalledMods": [], | ||||
|     "spawns": [ | ||||
|         { | ||||
|             "id": "orthworm-1", | ||||
|             "pokemon": "orthworm", | ||||
|             "presets": [ | ||||
|                 "natural" | ||||
|             ], | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "rare", | ||||
|             "level": "24-45", | ||||
|             "weight": 2.0, | ||||
|             "condition": { | ||||
|                 "canSeeSky": true, | ||||
|                 "biomes": [ | ||||
|                     "#cobblemon:is_sandy" | ||||
|                 ] | ||||
|             } | ||||
|         } | ||||
|     ] | ||||
| } | ||||
| @ -0,0 +1,22 @@ | ||||
| { | ||||
|     "enabled": true, | ||||
|     "neededInstalledMods": [], | ||||
|     "neededUninstalledMods": [], | ||||
|     "spawns": [ | ||||
|         { | ||||
|             "id": "palossand-1", | ||||
|             "pokemon": "palossand", | ||||
|             "type": "pokemon", | ||||
|             "context": "grounded", | ||||
|             "bucket": "rare", | ||||
|             "level": "38-44", | ||||
|             "weight": 5.0, | ||||
|             "condition": { | ||||
|                 "canSeeSky": true, | ||||
|                 "biomes": [ | ||||
|                     "#minecraft:is_beach" | ||||
|                 ] | ||||
|             } | ||||
|         } | ||||
|     ] | ||||
| } | ||||
| @ -0,0 +1,25 @@ | ||||
| { | ||||
|     "enabled": true, | ||||
|     "neededInstalledMods": [], | ||||
|     "neededUninstalledMods": [], | ||||
|     "spawns": [ | ||||
|     { | ||||
|        "id": "pawmi-1", | ||||
|        "pokemon": "pawmi", | ||||
|        "presets": [ | ||||
|            "natural" | ||||
|        ], | ||||
|        "type": "pokemon", | ||||
|        "context": "grounded", | ||||
|        "bucket": "uncommon", | ||||
|        "level": "7-17", | ||||
|        "weight": 7.0, | ||||
|        "canSeeSky": true, | ||||
|        "condition": { | ||||
|            "biomes": [ | ||||
|                "#cobblemon:is_plains" | ||||
|            ] | ||||
|        } | ||||
|     } | ||||
|     ] | ||||
| } | ||||
| @ -0,0 +1,25 @@ | ||||
| { | ||||
|     "enabled": true, | ||||
|     "neededInstalledMods": [], | ||||
|     "neededUninstalledMods": [], | ||||
|     "spawns": [ | ||||
|     { | ||||
|        "id": "pawmo-1", | ||||
|        "pokemon": "pawmo", | ||||
|        "presets": [ | ||||
|            "natural" | ||||
|        ], | ||||
|        "type": "pokemon", | ||||
|        "context": "grounded", | ||||
|        "bucket": "rare", | ||||
|        "level": "18-34", | ||||
|        "weight": 5.0, | ||||
|        "canSeeSky": true, | ||||
|        "condition": { | ||||
|            "biomes": [ | ||||
|                "#cobblemon:is_plains" | ||||
|            ] | ||||
|        } | ||||
|     } | ||||
|     ] | ||||
| } | ||||
| @ -0,0 +1,25 @@ | ||||
| { | ||||
|     "enabled": true, | ||||
|     "neededInstalledMods": [], | ||||
|     "neededUninstalledMods": [], | ||||
|     "spawns": [ | ||||
|     { | ||||
|        "id": "pawmot-1", | ||||
|        "pokemon": "pawmot", | ||||
|        "presets": [ | ||||
|            "natural" | ||||
|        ], | ||||
|        "type": "pokemon", | ||||
|        "context": "grounded", | ||||
|        "bucket": "rare", | ||||
|        "level": "30-45", | ||||
|        "weight": 1.0, | ||||
|        "canSeeSky": true, | ||||
|        "condition": { | ||||
|            "biomes": [ | ||||
|                "#cobblemon:is_plains" | ||||
|            ] | ||||
|        } | ||||
|     } | ||||
|     ] | ||||
| } | ||||
Some files were not shown because too many files have changed in this diff Show More
		Reference in New Issue
	
	Block a user