From ed8b8c46ca3f5653dac184838a2245592df85ef6 Mon Sep 17 00:00:00 2001 From: Claude Code Date: Thu, 26 Mar 2026 02:22:25 -0700 Subject: [PATCH] =?UTF-8?q?chore(age-four):=20=F0=9F=94=A7=20Update=20clim?= =?UTF-8?q?ate=20parameters=20in=20climate=5Fparams.json=20to=20adjust=20t?= =?UTF-8?q?emperature,=20precipitation,=20and=20environmental=20factors=20?= =?UTF-8?q?for=20gameplay=20simulation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- games/age-of-four/data/climate_params.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/games/age-of-four/data/climate_params.json b/games/age-of-four/data/climate_params.json index c4b91f95..cb514598 100644 --- a/games/age-of-four/data/climate_params.json +++ b/games/age-of-four/data/climate_params.json @@ -217,7 +217,7 @@ "wind_speed_itcz": 0.3, "wind_friction_land": 0.7, "wind_friction_mountain_downwind": 0.1, - "solar_min": 0.15, + "solar_min": 0.05, "solar_max": 0.70, "orbital_cycle_1_period": 400, "orbital_cycle_1_amplitude": 0.015, @@ -231,5 +231,8 @@ "orbital_moisture_coupling": 0.5, "sea_level_temp_sensitivity": 0.0008, "sea_level_equilibrium_temp": 0.45, - "water_freeze_threshold": 0.12 + "water_freeze_threshold": 0.12, + "aerosol_background": 0.002, + "aerosol_desert_dust": 0.005, + "aerosol_volcanic_outgas": 0.015 }