From 809a9c3ba25f5ae20382919a1cd41bd14eb4b9d4 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 3 Aug 2024 12:06:35 -0700 Subject: Increase turret difficulty ratings to better indicate their danger. --- json/monsters/turrets.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/json/monsters/turrets.json b/json/monsters/turrets.json index bdd6aa6..be3f8d5 100644 --- a/json/monsters/turrets.json +++ b/json/monsters/turrets.json @@ -6,7 +6,7 @@ "description": "A remote weapon system derived from the M153 CROWS II and enhanced with autonomous operation software. Thousands of these were deployed by the US military before the Cataclysm and they were valued for their use in engaging infantry without exposing the operator. This one is fitted with a M249.", "default_faction": "military", "species": [ "ROBOT" ], - "diff": 30, + "diff": 40, "volume": "60000 ml", "weight": "172 kg", "hp": 40, @@ -67,7 +67,7 @@ "description": "A remote weapon system derived from the M153 CROWS II and enhanced with autonomous operation software. Thousands of these were deployed by the US military before the Cataclysm and they were valued for their use in engaging infantry without exposing the operator. This one is fitted with a M240.", "default_faction": "military", "species": [ "ROBOT" ], - "diff": 35, + "diff": 40, "volume": "60000 ml", "weight": "172 kg", "hp": 40, @@ -128,7 +128,7 @@ "description": "A remote weapon system derived from the M153 CROWS II and enhanced with autonomous operation software. Thousands of these were deployed by the US military before the Cataclysm and they were valued for their use in engaging anything up to light vehicles at long range without exposing the operator. This one is fitted with a M2HB.", "default_faction": "military", "species": [ "ROBOT" ], - "diff": 40, + "diff": 50, "volume": "62500 ml", "weight": "172 kg", "hp": 40, -- cgit v1.2.1