From 0adb923687e5ec685db52c1449ebd3dd5e8475a6 Mon Sep 17 00:00:00 2001 From: Claude Code Date: Thu, 26 Mar 2026 00:14:19 -0700 Subject: [PATCH] =?UTF-8?q?chore(age-four):=20=F0=9F=94=A7=20Update=20clim?= =?UTF-8?q?ate=20simulation=20parameters=20in=20climate=5Fparams.json?= 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 | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/games/age-of-four/data/climate_params.json b/games/age-of-four/data/climate_params.json index 4e5d496b..ca15e238 100644 --- a/games/age-of-four/data/climate_params.json +++ b/games/age-of-four/data/climate_params.json @@ -218,5 +218,15 @@ "wind_friction_land": 0.7, "wind_friction_mountain_downwind": 0.1, "solar_min": 0.15, - "solar_max": 0.70 + "solar_max": 0.70, + "orbital_cycle_1_period": 400, + "orbital_cycle_1_amplitude": 0.015, + "orbital_cycle_1_phase": 0.0, + "orbital_cycle_2_period": 260, + "orbital_cycle_2_amplitude": 0.010, + "orbital_cycle_2_phase": 1.05, + "orbital_cycle_3_period": 1000, + "orbital_cycle_3_amplitude": 0.020, + "orbital_cycle_3_phase": 2.40, + "orbital_moisture_coupling": 0.5 }