From 3cecbd50033e1a3f483f92c4179399b782f0ad73 Mon Sep 17 00:00:00 2001 From: Felix Linker Date: Wed, 14 Aug 2019 02:08:44 +0200 Subject: [PATCH] Fix shot speeds for medium/large fixed cannons --- modules/hardpoints/cannon.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/hardpoints/cannon.json b/modules/hardpoints/cannon.json index 0bd40e5..8447c1f 100644 --- a/modules/hardpoints/cannon.json +++ b/modules/hardpoints/cannon.json @@ -120,7 +120,7 @@ "range": 3500, "rating": "D", "reload": 3, - "shotspeed": 1051, + "shotspeed": 1051.051025, "thermload": 2.1, "symbol": "Hpt_Cannon_Fixed_Medium" }, @@ -213,7 +213,7 @@ "range": 4000, "rating": "C", "reload": 3, - "shotspeed": 959, + "shotspeed": 959.232605, "thermload": 3.2, "symbol": "Hpt_Cannon_Fixed_Large" },