From 1cdbc3e4fc908fef17e2acfc2b1961f0e9b78ebc Mon Sep 17 00:00:00 2001 From: Claude Code Date: Tue, 31 Mar 2026 05:43:30 -0700 Subject: [PATCH] =?UTF-8?q?docs(wetland-specific):=20=F0=9F=93=9D=20Update?= =?UTF-8?q?=20biome=20definitions=20for=20wetland=20properties=20and=20met?= =?UTF-8?q?adata?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- .../worlds/collections/wetland/biomes.json | 33 ------------------- 1 file changed, 33 deletions(-) delete mode 100644 engine/src/worlds/collections/wetland/biomes.json diff --git a/engine/src/worlds/collections/wetland/biomes.json b/engine/src/worlds/collections/wetland/biomes.json deleted file mode 100644 index d1139c95..00000000 --- a/engine/src/worlds/collections/wetland/biomes.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "collection": "wetland", - "biomes": [ - { - "id": "swamp", - "name": "Swamp", - "color": [0.20, 0.28, 0.12], - "category": "wetland", - "tags": ["has_vegetation", "is_wetland"], - "temp_range": [0.35, 0.7], - "moisture_range": [0.8, 1.0], - "quality_range": [1, 4], - "flora_climax": { "canopy": 0.5, "undergrowth": 0.6, "fungi": 0.45 }, - "fauna_capacity": 15, - "substrate_types": ["wetland"], - "food_web_tier": "tertiary" - }, - { - "id": "bog", - "name": "Bog", - "color": [0.38, 0.32, 0.18], - "category": "wetland", - "tags": ["has_vegetation", "is_wetland"], - "temp_range": [0.1, 0.4], - "moisture_range": [0.7, 1.0], - "quality_range": [1, 3], - "flora_climax": { "canopy": 0.05, "undergrowth": 0.3, "fungi": 0.2 }, - "fauna_capacity": 6, - "substrate_types": ["wetland"], - "food_web_tier": "secondary" - } - ] -}