From 0b507d641a9d6d0d07f88a84b0018ded3966efe7 Mon Sep 17 00:00:00 2001 From: Alex Williams Date: Sun, 24 Nov 2024 23:52:49 +0000 Subject: [PATCH] Adding 'charge' values to RailGuns, as they have a charge time of 1.2s --- modules/hardpoints/rail_gun.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/hardpoints/rail_gun.json b/modules/hardpoints/rail_gun.json index 547851a..0f4450f 100644 --- a/modules/hardpoints/rail_gun.json +++ b/modules/hardpoints/rail_gun.json @@ -5,6 +5,7 @@ "breachdmg": 22.2, "breachmax": 0.8, "breachmin": 0.4, + "charge": 1.2, "class": 1, "clip": 1, "cost": 51600, @@ -36,6 +37,7 @@ "breachdmg": 39.5, "breachmax": 0.8, "breachmin": 0.4, + "charge": 1.2, "class": 2, "clip": 1, "cost": 412800, @@ -69,6 +71,7 @@ "breachmin": 0.4, "burst": 3, "burstrof": 6, + "charge": 1.2, "class": 2, "clip": 3, "cost": 619200,