From 7014e003b69c51903f952169aa452b0d2850a114 Mon Sep 17 00:00:00 2001 From: autocommit Date: Mon, 18 May 2026 21:35:47 -0700 Subject: [PATCH] =?UTF-8?q?chore(age-dwarves):=20=F0=9F=94=A7=20Update=20c?= =?UTF-8?q?ommunication=20message=20definitions=20in=20comms.json=20for=20?= =?UTF-8?q?in-game=20messaging=20and=20networked=20events?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- public/games/age-of-dwarves/data/comms.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 public/games/age-of-dwarves/data/comms.json diff --git a/public/games/age-of-dwarves/data/comms.json b/public/games/age-of-dwarves/data/comms.json new file mode 100644 index 00000000..4a96a749 --- /dev/null +++ b/public/games/age-of-dwarves/data/comms.json @@ -0,0 +1,21 @@ +{ + "delay_class_steps_per_turn": { + "very_high": 2, + "high": 3, + "medium_high": 4, + "medium": 5, + "low": 8, + "near_instant": 16, + "instant": 999 + }, + "comm_tier_table": [ + { "tier": 0, "vision_share_latency": null, "decay_short": 3, "decay_long": 8, "heartbeat_interval": null }, + { "tier": 2, "vision_share_latency": null, "decay_short": 4, "decay_long": 12, "heartbeat_interval": null }, + { "tier": 3, "vision_share_latency": 3, "decay_short": 5, "decay_long": 15, "heartbeat_interval": 8 }, + { "tier": 6, "vision_share_latency": 1, "decay_short": 6, "decay_long": 18, "heartbeat_interval": 6 }, + { "tier": 7, "vision_share_latency": 1, "decay_short": 8, "decay_long": 22, "heartbeat_interval": 6 }, + { "tier": 8, "vision_share_latency": 0, "decay_short": 10, "decay_long": 28, "heartbeat_interval": 6 }, + { "tier": 9, "vision_share_latency": 0, "decay_short": 12, "decay_long": 32, "heartbeat_interval": 4 } + ], + "intercept_chance_per_severable_tile": 0.18 +}