From 3c6a9e020498b7e481c39c15e3d477da13145d8f Mon Sep 17 00:00:00 2001 From: Felix Linker Date: Fri, 7 Aug 2020 22:42:28 +0200 Subject: [PATCH] Fix damage portions for rail-guns Closes https://github.com/EDCD/coriolis/issues/586 --- modules/hardpoints/rail_gun.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/modules/hardpoints/rail_gun.json b/modules/hardpoints/rail_gun.json index 3933454..d321edc 100644 --- a/modules/hardpoints/rail_gun.json +++ b/modules/hardpoints/rail_gun.json @@ -10,8 +10,8 @@ "cost": 51600, "damage": 23.25, "damagedist": { - "K": 0.66666666666666666666666666666667, - "T": 0.33333333333333333333333333333333 + "T": 0.66666666666666666666666666666667, + "K": 0.33333333333333333333333333333333 }, "distdraw": 2.69, "edID": 128049488, @@ -41,8 +41,8 @@ "cost": 412800, "damage": 41.5, "damagedist": { - "K": 0.66666666666666666666666666666667, - "T": 0.33333333333333333333333333333333 + "T": 0.66666666666666666666666666666667, + "K": 0.33333333333333333333333333333333 }, "distdraw": 5.11, "edID": 128049489, @@ -74,8 +74,8 @@ "cost": 619200, "damage": 15, "damagedist": { - "K": 0.66666666666666666666666666666667, - "T": 0.33333333333333333333333333333333 + "T": 0.66666666666666666666666666666667, + "K": 0.33333333333333333333333333333333 }, "distdraw": 2, "edID": 128671341,