Fix shot speeds for medium/large fixed cannons

This commit is contained in:
Felix Linker
2019-08-14 02:08:44 +02:00
parent 7c598f2af8
commit 3cecbd5003

View File

@@ -120,7 +120,7 @@
"range": 3500, "range": 3500,
"rating": "D", "rating": "D",
"reload": 3, "reload": 3,
"shotspeed": 1051, "shotspeed": 1051.051025,
"thermload": 2.1, "thermload": 2.1,
"symbol": "Hpt_Cannon_Fixed_Medium" "symbol": "Hpt_Cannon_Fixed_Medium"
}, },
@@ -213,7 +213,7 @@
"range": 4000, "range": 4000,
"rating": "C", "rating": "C",
"reload": 3, "reload": 3,
"shotspeed": 959, "shotspeed": 959.232605,
"thermload": 3.2, "thermload": 3.2,
"symbol": "Hpt_Cannon_Fixed_Large" "symbol": "Hpt_Cannon_Fixed_Large"
}, },