From 1b8b0789c0b85faa2c7fe559083d46ce5dc44d06 Mon Sep 17 00:00:00 2001 From: damocleas Date: Sat, 25 May 2024 11:45:07 -0600 Subject: [PATCH] Made Lab 25% instead of 12.5% to encounter after Factory (#1351) This biome is too rare, this is just a temporary change until biomes are redone. --- src/data/biomes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/biomes.ts b/src/data/biomes.ts index 770101607fa..37d86367f9f 100644 --- a/src/data/biomes.ts +++ b/src/data/biomes.ts @@ -55,7 +55,7 @@ export const biomeLinks: BiomeLinks = { [Biome.VOLCANO]: [ Biome.BEACH, [ Biome.ICE_CAVE, 4 ] ], [Biome.GRAVEYARD]: Biome.ABYSS, [Biome.DOJO]: [ Biome.PLAINS, [ Biome.TEMPLE, 3 ] ], - [Biome.FACTORY]: [ Biome.PLAINS, [ Biome.LABORATORY, 8 ] ], + [Biome.FACTORY]: [ Biome.PLAINS, [ Biome.LABORATORY, 4 ] ], [Biome.RUINS]: [ Biome.FOREST ], [Biome.WASTELAND]: Biome.BADLANDS, [Biome.ABYSS]: [ Biome.CAVE, [ Biome.SPACE, 3 ], [ Biome.WASTELAND, 3 ] ],