mirror of
https://github.com/EDCD/coriolis-data.git
synced 2025-12-08 23:23:23 +00:00
Fix shot speeds for medium/large fixed cannons
This commit is contained in:
@@ -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"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user