From 7df91533079a42379f3f67eed6f4a3cc1bef12ea Mon Sep 17 00:00:00 2001 From: Claude Code Date: Thu, 26 Mar 2026 00:29:35 -0700 Subject: [PATCH] =?UTF-8?q?chore(age-four):=20=F0=9F=94=A7=20Update=20clim?= =?UTF-8?q?ate=20simulation=20parameters=20in=20game=20config=20for=20game?= =?UTF-8?q?play=20adjustments?= 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 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/games/age-of-four/data/climate_params.json b/games/age-of-four/data/climate_params.json index ca15e238..c4b91f95 100644 --- a/games/age-of-four/data/climate_params.json +++ b/games/age-of-four/data/climate_params.json @@ -228,5 +228,8 @@ "orbital_cycle_3_period": 1000, "orbital_cycle_3_amplitude": 0.020, "orbital_cycle_3_phase": 2.40, - "orbital_moisture_coupling": 0.5 + "orbital_moisture_coupling": 0.5, + "sea_level_temp_sensitivity": 0.0008, + "sea_level_equilibrium_temp": 0.45, + "water_freeze_threshold": 0.12 }