docs(wetland-specific): 📝 Update biome definitions for wetland properties and metadata

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Claude Code 2026-03-31 05:43:30 -07:00
parent 9d2af7e93a
commit 1cdbc3e4fc

View file

@ -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"
}
]
}