chore(tropical): 🔧 Update tropical biome configuration with new properties, names, 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 b4aa8fef2a
commit 491d9ab9c8

View file

@ -1,61 +0,0 @@
{
"collection": "tropical",
"biomes": [
{
"id": "desert",
"name": "Desert",
"color": [0.82, 0.72, 0.48],
"category": "tropical",
"tags": ["is_dry"],
"temp_range": [0.55, 1.0],
"moisture_range": [0.0, 0.15],
"quality_range": [1, 3],
"flora_climax": { "canopy": 0.0, "undergrowth": 0.08, "fungi": 0.01 },
"fauna_capacity": 4,
"substrate_types": ["lowland", "midland"],
"food_web_tier": "primary"
},
{
"id": "savanna",
"name": "Savanna",
"color": [0.70, 0.62, 0.32],
"category": "tropical",
"tags": ["has_vegetation", "is_dry", "is_grassland"],
"temp_range": [0.55, 1.0],
"moisture_range": [0.2, 0.4],
"quality_range": [1, 3],
"flora_climax": { "canopy": 0.15, "undergrowth": 0.45, "fungi": 0.05 },
"fauna_capacity": 12,
"substrate_types": ["lowland", "midland"],
"food_web_tier": "secondary"
},
{
"id": "tropical_dry_forest",
"name": "Tropical Dry Forest",
"color": [0.42, 0.50, 0.22],
"category": "tropical",
"tags": ["has_vegetation"],
"temp_range": [0.55, 1.0],
"moisture_range": [0.4, 0.7],
"quality_range": [1, 4],
"flora_climax": { "canopy": 0.65, "undergrowth": 0.5, "fungi": 0.2 },
"fauna_capacity": 16,
"substrate_types": ["lowland", "midland"],
"food_web_tier": "tertiary"
},
{
"id": "tropical_rainforest",
"name": "Tropical Rainforest",
"color": [0.06, 0.38, 0.15],
"category": "tropical",
"tags": ["has_vegetation"],
"temp_range": [0.65, 1.0],
"moisture_range": [0.7, 1.0],
"quality_range": [1, 5],
"flora_climax": { "canopy": 0.95, "undergrowth": 0.7, "fungi": 0.4 },
"fauna_capacity": 25,
"substrate_types": ["lowland", "midland"],
"food_web_tier": "quaternary"
}
]
}