From 4ade6e35fbdbb171db35707031db5f951ee6a5cd Mon Sep 17 00:00:00 2001 From: felixlinker Date: Fri, 13 Sep 2019 18:18:25 +0200 Subject: [PATCH] Fix medium gimballed shock cannon power draw Closes https://github.com/EDCD/coriolis/issues/544 --- modules/hardpoints/shock_cannon.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hardpoints/shock_cannon.json b/modules/hardpoints/shock_cannon.json index 5d7d9ea..b03288a 100644 --- a/modules/hardpoints/shock_cannon.json +++ b/modules/hardpoints/shock_cannon.json @@ -116,7 +116,7 @@ "integrity": 51, "mount": "G", "piercing": 40, - "power": 0.89, + "power": 0.61, "range": 3000, "reload": 6, "shotspeed": 1200,