Fix rate of fire modifications (#70)

Fix rate of fire modifications
This commit is contained in:
William
2019-04-29 06:05:37 +10:00
committed by GitHub
28 changed files with 154 additions and 155 deletions

View File

@@ -11045,7 +11045,7 @@
], ],
"rof": [ "rof": [
0, 0,
0.02 -0.02
] ]
}, },
"uuid": "f622da45-ef05-4a9f-bdcb-879b5933b869" "uuid": "f622da45-ef05-4a9f-bdcb-879b5933b869"
@@ -11073,8 +11073,8 @@
0.08 0.08
], ],
"rof": [ "rof": [
0.02, -0.02,
0.04 -0.04
] ]
}, },
"uuid": "c2cf2614-1a13-4b8d-81eb-d4eaf76257d0" "uuid": "c2cf2614-1a13-4b8d-81eb-d4eaf76257d0"
@@ -11103,8 +11103,8 @@
0.12 0.12
], ],
"rof": [ "rof": [
0.04, -0.04,
0.06 -0.06
] ]
}, },
"uuid": "e37a6dba-669e-4ce6-bb3d-e831bdd656c0" "uuid": "e37a6dba-669e-4ce6-bb3d-e831bdd656c0"
@@ -11133,8 +11133,8 @@
0.16 0.16
], ],
"rof": [ "rof": [
0.06, -0.06,
0.08 -0.08
] ]
}, },
"uuid": "8800433a-2061-4776-9821-5dc04772b963" "uuid": "8800433a-2061-4776-9821-5dc04772b963"
@@ -11163,8 +11163,8 @@
0.2 0.2
], ],
"rof": [ "rof": [
0.08, -0.08,
0.1 -0.1
] ]
}, },
"uuid": "4b3f4f18-a517-4354-a02d-de46b3cd4efc" "uuid": "4b3f4f18-a517-4354-a02d-de46b3cd4efc"
@@ -11738,7 +11738,7 @@
], ],
"rof": [ "rof": [
0, 0,
0.08 -0.08
] ]
}, },
"uuid": "a7ca2bf6-14be-41ed-8bfb-c7348fda7713" "uuid": "a7ca2bf6-14be-41ed-8bfb-c7348fda7713"
@@ -11766,8 +11766,8 @@
-0.35 -0.35
], ],
"rof": [ "rof": [
0.08, -0.08,
0.17 -0.17
] ]
}, },
"uuid": "0008257b-ea33-48ea-a18e-56cc6cf98a77" "uuid": "0008257b-ea33-48ea-a18e-56cc6cf98a77"
@@ -11796,8 +11796,8 @@
-0.45 -0.45
], ],
"rof": [ "rof": [
0.17, -0.17,
0.26 -0.26
] ]
}, },
"uuid": "f3338d38-f944-4841-b350-09755e1b615d" "uuid": "f3338d38-f944-4841-b350-09755e1b615d"
@@ -11826,8 +11826,8 @@
-0.55 -0.55
], ],
"rof": [ "rof": [
0.26, -0.26,
0.35 -0.35
] ]
}, },
"uuid": "d2bdb568-725a-44bf-9328-ba72d2988acd" "uuid": "d2bdb568-725a-44bf-9328-ba72d2988acd"
@@ -11856,8 +11856,8 @@
-0.65 -0.65
], ],
"rof": [ "rof": [
0.35, -0.35,
0.44 -0.44
] ]
}, },
"uuid": "b1792824-0e96-42a3-9d3a-0b41d5ef83e0" "uuid": "b1792824-0e96-42a3-9d3a-0b41d5ef83e0"
@@ -11891,7 +11891,7 @@
], ],
"rof": [ "rof": [
0, 0,
0.08 -0.08
] ]
}, },
"uuid": "a7ca2bf6-14be-41ed-8bfb-c7348fda7713" "uuid": "a7ca2bf6-14be-41ed-8bfb-c7348fda7713"
@@ -11919,8 +11919,8 @@
-0.35 -0.35
], ],
"rof": [ "rof": [
0.08, -0.08,
0.17 -0.17
] ]
}, },
"uuid": "0008257b-ea33-48ea-a18e-56cc6cf98a77" "uuid": "0008257b-ea33-48ea-a18e-56cc6cf98a77"
@@ -11949,8 +11949,8 @@
-0.45 -0.45
], ],
"rof": [ "rof": [
0.17, -0.17,
0.26 -0.26
] ]
}, },
"uuid": "f3338d38-f944-4841-b350-09755e1b615d" "uuid": "f3338d38-f944-4841-b350-09755e1b615d"
@@ -11979,8 +11979,8 @@
-0.55 -0.55
], ],
"rof": [ "rof": [
0.26, -0.26,
0.35 -0.35
] ]
}, },
"uuid": "d2bdb568-725a-44bf-9328-ba72d2988acd" "uuid": "d2bdb568-725a-44bf-9328-ba72d2988acd"
@@ -12009,8 +12009,8 @@
-0.65 -0.65
], ],
"rof": [ "rof": [
0.35, -0.35,
0.44 -0.44
] ]
}, },
"uuid": "b1792824-0e96-42a3-9d3a-0b41d5ef83e0" "uuid": "b1792824-0e96-42a3-9d3a-0b41d5ef83e0"

View File

@@ -34,7 +34,7 @@
"ranget": {"id": 26, "name": "ranget", "type": "percentage", "method": "multiplicative", "higherbetter": true}, "ranget": {"id": 26, "name": "ranget", "type": "percentage", "method": "multiplicative", "higherbetter": true},
"regen": {"id": 27, "name": "regen", "type": "percentage", "method": "multiplicative", "higherbetter": true}, "regen": {"id": 27, "name": "regen", "type": "percentage", "method": "multiplicative", "higherbetter": true},
"reload": {"id": 28, "name": "reload", "type": "percentage", "method": "multiplicative", "higherbetter": false}, "reload": {"id": 28, "name": "reload", "type": "percentage", "method": "multiplicative", "higherbetter": false},
"rof": {"id": 29, "name": "rof", "type": "percentage", "method": "multiplicative", "higherbetter": true}, "rof": {"id": 29, "name": "rof", "type": "percentage", "method": "multiplicative", "higherbetter": false},
"angle": {"id": 46, "name": "angle", "type": "percentage", "method": "multiplicative", "higherbetter": true}, "angle": {"id": 46, "name": "angle", "type": "percentage", "method": "multiplicative", "higherbetter": true},
"scanrate": {"id": 49, "name": "scanrate", "type": "percentage", "method": "multiplicative", "higherbetter": true}, "scanrate": {"id": 49, "name": "scanrate", "type": "percentage", "method": "multiplicative", "higherbetter": true},
"scantime": {"id": 48, "name": "scantime", "type": "percentage", "method": "multiplicative", "higherbetter": false}, "scantime": {"id": 48, "name": "scantime", "type": "percentage", "method": "multiplicative", "higherbetter": false},

View File

@@ -396,7 +396,7 @@
}, },
"special_weapon_rateoffire": { "special_weapon_rateoffire": {
"power": 0.05, "power": 0.05,
"rof": 0.03 "rof": -0.02912621359223300970873786407767
}, },
"special_weapon_efficient": { "special_weapon_efficient": {
"power": -0.1 "power": -0.1

View File

@@ -16,6 +16,7 @@
"edID": 128915458, "edID": 128915458,
"eddbID": 823, "eddbID": 823,
"falloff": 1000, "falloff": 1000,
"fireint": 0.2,
"clip": 1, "clip": 1,
"grp": "abl", "grp": "abl",
"id": "3R", "id": "3R",
@@ -27,7 +28,6 @@
"power": 0.34, "power": 0.34,
"range": 1000, "range": 1000,
"rating": "D", "rating": "D",
"rof": 5,
"thermload": 1.8, "thermload": 1.8,
"symbol": "Hpt_Mining_AbrBlstr_Fixed_Small" "symbol": "Hpt_Mining_AbrBlstr_Fixed_Small"
}, },
@@ -47,6 +47,7 @@
"edID": 128915459, "edID": 128915459,
"eddbID": 823, "eddbID": 823,
"falloff": 1000, "falloff": 1000,
"fireint": 0.2,
"clip": 1, "clip": 1,
"grp": "abl", "grp": "abl",
"id": "3S", "id": "3S",
@@ -58,7 +59,6 @@
"power": 0.47, "power": 0.47,
"range": 1000, "range": 1000,
"rating": "D", "rating": "D",
"rof": 5,
"thermload": 1.8, "thermload": 1.8,
"symbol": "Hpt_Mining_Abrblstr_Turret_Small" "symbol": "Hpt_Mining_Abrblstr_Turret_Small"
} }

View File

@@ -17,6 +17,7 @@
"edID": 128788699, "edID": 128788699,
"eddbID": 1614, "eddbID": 1614,
"falloff": 10000, "falloff": 10000,
"fireint": 2.0,
"grp": "axmr", "grp": "axmr",
"id": "x4", "id": "x4",
"integrity": 51, "integrity": 51,
@@ -27,7 +28,6 @@
"power": 1.2, "power": 1.2,
"rating": "B", "rating": "B",
"reload": 5, "reload": 5,
"rof": 0.5,
"shotspeed": 750, "shotspeed": 750,
"thermload": 2.4, "thermload": 2.4,
"symbol": "Hpt_ATDumbfireMissile_Fixed_Medium" "symbol": "Hpt_ATDumbfireMissile_Fixed_Medium"
@@ -49,6 +49,7 @@
"edID": 128788704, "edID": 128788704,
"eddbID": 1615, "eddbID": 1615,
"falloff": 10000, "falloff": 10000,
"fireint": 2.0,
"grp": "axmr", "grp": "axmr",
"id": "x5", "id": "x5",
"integrity": 51, "integrity": 51,
@@ -59,7 +60,6 @@
"power": 1.2, "power": 1.2,
"rating": "B", "rating": "B",
"reload": 5, "reload": 5,
"rof": 0.5,
"shotspeed": 750, "shotspeed": 750,
"thermload": 1.5, "thermload": 1.5,
"symbol": "Hpt_ATDumbfireMissile_Turret_Medium" "symbol": "Hpt_ATDumbfireMissile_Turret_Medium"
@@ -81,6 +81,7 @@
"edID": 128788700, "edID": 128788700,
"eddbID": 1623, "eddbID": 1623,
"falloff": 10000, "falloff": 10000,
"fireint": 2.0,
"grp": "axmr", "grp": "axmr",
"id": "x6", "id": "x6",
"integrity": 64, "integrity": 64,
@@ -91,7 +92,6 @@
"power": 1.62, "power": 1.62,
"rating": "A", "rating": "A",
"reload": 5, "reload": 5,
"rof": 0.5,
"shotspeed": 750, "shotspeed": 750,
"thermload": 3.6, "thermload": 3.6,
"symbol": "Hpt_ATDumbfireMissile_Fixed_Large" "symbol": "Hpt_ATDumbfireMissile_Fixed_Large"
@@ -113,6 +113,7 @@
"edID": 128788705, "edID": 128788705,
"eddbID": 1624, "eddbID": 1624,
"falloff": 10000, "falloff": 10000,
"fireint": 2.0,
"grp": "axmr", "grp": "axmr",
"id": "x7", "id": "x7",
"integrity": 64, "integrity": 64,
@@ -123,7 +124,6 @@
"power": 1.75, "power": 1.75,
"rating": "A", "rating": "A",
"reload": 5, "reload": 5,
"rof": 0.5,
"shotspeed": 750, "shotspeed": 750,
"thermload": 1.9, "thermload": 1.9,
"symbol": "Hpt_ATDumbfireMissile_Turret_Large" "symbol": "Hpt_ATDumbfireMissile_Turret_Large"

View File

@@ -17,6 +17,7 @@
"edID": 128788701, "edID": 128788701,
"eddbID": 1618, "eddbID": 1618,
"falloff": 2000, "falloff": 2000,
"fireint": 0.14,
"grp": "axmc", "grp": "axmc",
"id": "x0", "id": "x0",
"integrity": 51, "integrity": 51,
@@ -27,7 +28,6 @@
"range": 4000, "range": 4000,
"rating": "E", "rating": "E",
"reload": 4, "reload": 4,
"rof": 7.1,
"shotspeed": 1600, "shotspeed": 1600,
"thermload": 0.2, "thermload": 0.2,
"symbol": "Hpt_ATMultiCannon_Fixed_Medium" "symbol": "Hpt_ATMultiCannon_Fixed_Medium"
@@ -49,6 +49,7 @@
"edID": 128793059, "edID": 128793059,
"eddbID": 1619, "eddbID": 1619,
"falloff": 2000, "falloff": 2000,
"fireint": 0.16,
"grp": "axmc", "grp": "axmc",
"id": "x1", "id": "x1",
"integrity": 51, "integrity": 51,
@@ -59,7 +60,6 @@
"range": 4000, "range": 4000,
"rating": "F", "rating": "F",
"reload": 4, "reload": 4,
"rof": 6.2,
"shotspeed": 1600, "shotspeed": 1600,
"thermload": 0.1, "thermload": 0.1,
"symbol": "Hpt_ATMultiCannon_Turret_Medium" "symbol": "Hpt_ATMultiCannon_Turret_Medium"
@@ -81,6 +81,7 @@
"edID": 128788702, "edID": 128788702,
"eddbID": 1625, "eddbID": 1625,
"falloff": 2000, "falloff": 2000,
"fireint": 0.17,
"grp": "axmc", "grp": "axmc",
"id": "x2", "id": "x2",
"integrity": 64, "integrity": 64,
@@ -91,7 +92,6 @@
"range": 4000, "range": 4000,
"rating": "C", "rating": "C",
"reload": 4, "reload": 4,
"rof": 5.9,
"shotspeed": 1600, "shotspeed": 1600,
"thermload": 0.3, "thermload": 0.3,
"symbol": "Hpt_ATMultiCannon_Fixed_Large" "symbol": "Hpt_ATMultiCannon_Fixed_Large"
@@ -113,6 +113,7 @@
"edID": 128793060, "edID": 128793060,
"eddbID": 1626, "eddbID": 1626,
"falloff": 2000, "falloff": 2000,
"fireint": 0.16,
"grp": "axmc", "grp": "axmc",
"id": "x3", "id": "x3",
"integrity": 64, "integrity": 64,
@@ -123,7 +124,6 @@
"range": 4000, "range": 4000,
"rating": "E", "rating": "E",
"reload": 4, "reload": 4,
"rof": 6.2,
"shotspeed": 1600, "shotspeed": 1600,
"thermload": 0.1, "thermload": 0.1,
"symbol": "Hpt_ATMultiCannon_Turret_Large" "symbol": "Hpt_ATMultiCannon_Turret_Large"

View File

@@ -16,6 +16,7 @@
"edID": 128049400, "edID": 128049400,
"eddbID": 832, "eddbID": 832,
"falloff": 500, "falloff": 500,
"fireint": 0.5,
"grp": "ul", "grp": "ul",
"id": "11", "id": "11",
"integrity": 40, "integrity": 40,
@@ -25,7 +26,6 @@
"power": 0.65, "power": 0.65,
"range": 3000, "range": 3000,
"rating": "F", "rating": "F",
"rof": 2,
"thermload": 0.38, "thermload": 0.38,
"symbol": "Hpt_PulseLaserBurst_Fixed_Small" "symbol": "Hpt_PulseLaserBurst_Fixed_Small"
}, },
@@ -42,6 +42,7 @@
"T": 1 "T": 1
}, },
"distdraw": 0.24, "distdraw": 0.24,
"fireint": 0.45,
"edID": 128049404, "edID": 128049404,
"eddbID": 835, "eddbID": 835,
"falloff": 500, "falloff": 500,
@@ -54,7 +55,6 @@
"power": 0.64, "power": 0.64,
"range": 3000, "range": 3000,
"rating": "G", "rating": "G",
"rof": 2.23,
"thermload": 0.34, "thermload": 0.34,
"symbol": "Hpt_PulseLaserBurst_Gimbal_Small" "symbol": "Hpt_PulseLaserBurst_Gimbal_Small"
}, },
@@ -74,6 +74,7 @@
"edID": 128049407, "edID": 128049407,
"eddbID": 838, "eddbID": 838,
"falloff": 500, "falloff": 500,
"fireint": 0.52,
"grp": "ul", "grp": "ul",
"id": "13", "id": "13",
"integrity": 40, "integrity": 40,
@@ -83,7 +84,6 @@
"power": 0.6, "power": 0.6,
"range": 3000, "range": 3000,
"rating": "G", "rating": "G",
"rof": 1.92,
"thermload": 0.19, "thermload": 0.19,
"symbol": "Hpt_PulseLaserBurst_Turret_Small" "symbol": "Hpt_PulseLaserBurst_Turret_Small"
}, },
@@ -103,6 +103,7 @@
"edID": 128671449, "edID": 128671449,
"eddbID": 1477, "eddbID": 1477,
"falloff": 600, "falloff": 600,
"fireint": 0.7,
"grp": "ul", "grp": "ul",
"id": "cy", "id": "cy",
"integrity": 40, "integrity": 40,
@@ -115,7 +116,6 @@
"pp": "Archon Delaine", "pp": "Archon Delaine",
"range": 1000, "range": 1000,
"rating": "F", "rating": "F",
"rof": 7.6,
"thermload": 0.3, "thermload": 0.3,
"symbol": "Hpt_PulseLaserBurst_Fixed_Small_Scatter" "symbol": "Hpt_PulseLaserBurst_Fixed_Small_Scatter"
}, },
@@ -135,6 +135,7 @@
"edID": 128049401, "edID": 128049401,
"eddbID": 833, "eddbID": 833,
"falloff": 500, "falloff": 500,
"fireint": 0.63,
"grp": "ul", "grp": "ul",
"id": "7h", "id": "7h",
"integrity": 40, "integrity": 40,
@@ -144,7 +145,6 @@
"power": 1.05, "power": 1.05,
"range": 3000, "range": 3000,
"rating": "E", "rating": "E",
"rof": 1.6,
"thermload": 0.78, "thermload": 0.78,
"symbol": "Hpt_PulseLaserBurst_Fixed_Medium" "symbol": "Hpt_PulseLaserBurst_Fixed_Medium"
}, },
@@ -164,6 +164,7 @@
"edID": 128049405, "edID": 128049405,
"eddbID": 836, "eddbID": 836,
"falloff": 500, "falloff": 500,
"fireint": 0.56,
"grp": "ul", "grp": "ul",
"id": "7i", "id": "7i",
"integrity": 40, "integrity": 40,
@@ -173,7 +174,6 @@
"power": 1.04, "power": 1.04,
"range": 3000, "range": 3000,
"rating": "F", "rating": "F",
"rof": 1.78,
"thermload": 0.67, "thermload": 0.67,
"symbol": "Hpt_PulseLaserBurst_Gimbal_Medium" "symbol": "Hpt_PulseLaserBurst_Gimbal_Medium"
}, },
@@ -193,6 +193,7 @@
"edID": 128049408, "edID": 128049408,
"eddbID": 839, "eddbID": 839,
"falloff": 500, "falloff": 500,
"fireint": 0.63,
"grp": "ul", "grp": "ul",
"id": "7j", "id": "7j",
"integrity": 40, "integrity": 40,
@@ -202,7 +203,6 @@
"power": 0.98, "power": 0.98,
"range": 3000, "range": 3000,
"rating": "F", "rating": "F",
"rof": 1.57,
"thermload": 0.38, "thermload": 0.38,
"symbol": "Hpt_PulseLaserBurst_Turret_Medium" "symbol": "Hpt_PulseLaserBurst_Turret_Medium"
}, },
@@ -222,6 +222,7 @@
"edID": 128049402, "edID": 128049402,
"eddbID": 834, "eddbID": 834,
"falloff": 500, "falloff": 500,
"fireint": 0.83,
"grp": "ul", "grp": "ul",
"id": "14", "id": "14",
"integrity": 64, "integrity": 64,
@@ -231,7 +232,6 @@
"power": 1.66, "power": 1.66,
"range": 3000, "range": 3000,
"rating": "D", "rating": "D",
"rof": 1.2,
"thermload": 1.7, "thermload": 1.7,
"symbol": "Hpt_PulseLaserBurst_Fixed_Large" "symbol": "Hpt_PulseLaserBurst_Fixed_Large"
}, },
@@ -251,6 +251,7 @@
"edID": 128049406, "edID": 128049406,
"eddbID": 837, "eddbID": 837,
"falloff": 500, "falloff": 500,
"fireint": 0.71,
"grp": "ul", "grp": "ul",
"id": "15", "id": "15",
"integrity": 64, "integrity": 64,
@@ -260,7 +261,6 @@
"power": 1.65, "power": 1.65,
"range": 3000, "range": 3000,
"rating": "E", "rating": "E",
"rof": 1.4,
"thermload": 1.42, "thermload": 1.42,
"symbol": "Hpt_PulseLaserBurst_Gimbal_Large" "symbol": "Hpt_PulseLaserBurst_Gimbal_Large"
}, },
@@ -280,6 +280,7 @@
"edID": 128049409, "edID": 128049409,
"eddbID": 840, "eddbID": 840,
"falloff": 500, "falloff": 500,
"fireint": 0.78,
"grp": "ul", "grp": "ul",
"id": "16", "id": "16",
"integrity": 64, "integrity": 64,
@@ -289,7 +290,6 @@
"power": 1.57, "power": 1.57,
"range": 3000, "range": 3000,
"rating": "E", "rating": "E",
"rof": 1.272,
"thermload": 0.78, "thermload": 0.78,
"symbol": "Hpt_PulseLaserBurst_Turret_Large" "symbol": "Hpt_PulseLaserBurst_Turret_Large"
}, },
@@ -309,6 +309,7 @@
"edID": 128049403, "edID": 128049403,
"eddbID": 1549, "eddbID": 1549,
"falloff": 500, "falloff": 500,
"fireint": 1.25,
"grp": "ul", "grp": "ul",
"id": "7s", "id": "7s",
"integrity": 80, "integrity": 80,
@@ -318,7 +319,6 @@
"power": 2.58, "power": 2.58,
"range": 3000, "range": 3000,
"rating": "E", "rating": "E",
"rof": 0.8,
"thermload": 4.53, "thermload": 4.53,
"symbol": "Hpt_PulseLaserBurst_Fixed_Huge" "symbol": "Hpt_PulseLaserBurst_Fixed_Huge"
}, },
@@ -338,6 +338,7 @@
"edID": 128727920, "edID": 128727920,
"eddbID": 1550, "eddbID": 1550,
"falloff": 500, "falloff": 500,
"fireint": 1.0,
"grp": "ul", "grp": "ul",
"id": "7t", "id": "7t",
"integrity": 80, "integrity": 80,
@@ -347,7 +348,6 @@
"power": 2.59, "power": 2.59,
"range": 3000, "range": 3000,
"rating": "E", "rating": "E",
"rof": 1,
"thermload": 3.33, "thermload": 3.33,
"symbol": "Hpt_PulseLaserBurst_Gimbal_Huge" "symbol": "Hpt_PulseLaserBurst_Gimbal_Huge"
} }

View File

@@ -16,6 +16,7 @@
"edID": 128049438, "edID": 128049438,
"eddbID": 850, "eddbID": 850,
"falloff": 3000, "falloff": 3000,
"fireint": 2.0,
"grp": "c", "grp": "c",
"id": "1h", "id": "1h",
"integrity": 40, "integrity": 40,
@@ -26,7 +27,6 @@
"range": 3000, "range": 3000,
"rating": "D", "rating": "D",
"reload": 3, "reload": 3,
"rof": 0.5,
"shotspeed": 1200, "shotspeed": 1200,
"thermload": 1.4, "thermload": 1.4,
"symbol": "Hpt_Cannon_Fixed_Small" "symbol": "Hpt_Cannon_Fixed_Small"
@@ -47,6 +47,7 @@
"edID": 128049442, "edID": 128049442,
"eddbID": 854, "eddbID": 854,
"falloff": 3000, "falloff": 3000,
"fireint": 1.92,
"grp": "c", "grp": "c",
"id": "1i", "id": "1i",
"integrity": 40, "integrity": 40,
@@ -57,7 +58,6 @@
"range": 3000, "range": 3000,
"rating": "E", "rating": "E",
"reload": 4, "reload": 4,
"rof": 0.52,
"shotspeed": 1000, "shotspeed": 1000,
"thermload": 1.3, "thermload": 1.3,
"symbol": "Hpt_Cannon_Gimbal_Small" "symbol": "Hpt_Cannon_Gimbal_Small"
@@ -78,6 +78,7 @@
"edID": 128049445, "edID": 128049445,
"eddbID": 857, "eddbID": 857,
"falloff": 3000, "falloff": 3000,
"fireint": 2.31,
"grp": "c", "grp": "c",
"id": "1j", "id": "1j",
"integrity": 40, "integrity": 40,
@@ -88,7 +89,6 @@
"range": 3000, "range": 3000,
"rating": "F", "rating": "F",
"reload": 4, "reload": 4,
"rof": 0.435,
"shotspeed": 1000, "shotspeed": 1000,
"thermload": 0.7, "thermload": 0.7,
"symbol": "Hpt_Cannon_Turret_Small" "symbol": "Hpt_Cannon_Turret_Small"
@@ -109,6 +109,7 @@
"edID": 128049439, "edID": 128049439,
"eddbID": 851, "eddbID": 851,
"falloff": 3500, "falloff": 3500,
"fireint": 2.17,
"grp": "c", "grp": "c",
"id": "1k", "id": "1k",
"integrity": 51, "integrity": 51,
@@ -119,7 +120,6 @@
"range": 3500, "range": 3500,
"rating": "D", "rating": "D",
"reload": 3, "reload": 3,
"rof": 0.465,
"shotspeed": 1051, "shotspeed": 1051,
"thermload": 2.1, "thermload": 2.1,
"symbol": "Hpt_Cannon_Fixed_Medium" "symbol": "Hpt_Cannon_Fixed_Medium"
@@ -140,6 +140,7 @@
"edID": 128049443, "edID": 128049443,
"eddbID": 855, "eddbID": 855,
"falloff": 3500, "falloff": 3500,
"fireint": 2.08,
"grp": "c", "grp": "c",
"id": "1l", "id": "1l",
"integrity": 51, "integrity": 51,
@@ -150,7 +151,6 @@
"range": 3500, "range": 3500,
"rating": "D", "rating": "D",
"reload": 4, "reload": 4,
"rof": 0.485,
"shotspeed": 875, "shotspeed": 875,
"thermload": 1.9, "thermload": 1.9,
"symbol": "Hpt_Cannon_Gimbal_Medium" "symbol": "Hpt_Cannon_Gimbal_Medium"
@@ -171,6 +171,7 @@
"edID": 128049446, "edID": 128049446,
"eddbID": 858, "eddbID": 858,
"falloff": 3500, "falloff": 3500,
"fireint": 2.5,
"grp": "c", "grp": "c",
"id": "1m", "id": "1m",
"integrity": 51, "integrity": 51,
@@ -181,7 +182,6 @@
"range": 3500, "range": 3500,
"rating": "E", "rating": "E",
"reload": 4, "reload": 4,
"rof": 0.405,
"shotspeed": 875, "shotspeed": 875,
"thermload": 1, "thermload": 1,
"symbol": "Hpt_Cannon_Turret_Medium" "symbol": "Hpt_Cannon_Turret_Medium"
@@ -202,6 +202,7 @@
"edID": 128049440, "edID": 128049440,
"eddbID": 852, "eddbID": 852,
"falloff": 4000, "falloff": 4000,
"fireint": 2.38,
"grp": "c", "grp": "c",
"id": "1n", "id": "1n",
"integrity": 64, "integrity": 64,
@@ -212,7 +213,6 @@
"range": 4000, "range": 4000,
"rating": "C", "rating": "C",
"reload": 3, "reload": 3,
"rof": 0.425,
"shotspeed": 959, "shotspeed": 959,
"thermload": 3.2, "thermload": 3.2,
"symbol": "Hpt_Cannon_Fixed_Large" "symbol": "Hpt_Cannon_Fixed_Large"
@@ -233,6 +233,7 @@
"edID": 128671120, "edID": 128671120,
"eddbID": 1383, "eddbID": 1383,
"falloff": 4000, "falloff": 4000,
"fireint": 2.27,
"eps": 0.456, "eps": 0.456,
"grp": "c", "grp": "c",
"hps": 1.16, "hps": 1.16,
@@ -245,7 +246,6 @@
"range": 4000, "range": 4000,
"rating": "C", "rating": "C",
"reload": 4, "reload": 4,
"rof": 0.445,
"shotspeed": 800, "shotspeed": 800,
"thermload": 2.9, "thermload": 2.9,
"symbol": "Hpt_Cannon_Gimbal_Large" "symbol": "Hpt_Cannon_Gimbal_Large"
@@ -266,6 +266,7 @@
"edID": 128049447, "edID": 128049447,
"eddbID": 859, "eddbID": 859,
"falloff": 4000, "falloff": 4000,
"fireint": 2.72,
"grp": "c", "grp": "c",
"id": "1p", "id": "1p",
"integrity": 64, "integrity": 64,
@@ -276,7 +277,6 @@
"range": 4000, "range": 4000,
"rating": "D", "rating": "D",
"reload": 4, "reload": 4,
"rof": 0.37,
"shotspeed": 800, "shotspeed": 800,
"thermload": 1.6, "thermload": 1.6,
"symbol": "Hpt_Cannon_Turret_Large" "symbol": "Hpt_Cannon_Turret_Large"
@@ -297,6 +297,7 @@
"edID": 128049441, "edID": 128049441,
"eddbID": 853, "eddbID": 853,
"falloff": 4500, "falloff": 4500,
"fireint": 2.63,
"eps": 0.644, "eps": 0.644,
"grp": "c", "grp": "c",
"hps": 1.92, "hps": 1.92,
@@ -309,7 +310,6 @@
"range": 4500, "range": 4500,
"rating": "B", "rating": "B",
"reload": 3, "reload": 3,
"rof": 0.385,
"shotspeed": 900, "shotspeed": 900,
"thermload": 4.8, "thermload": 4.8,
"symbol": "Hpt_Cannon_Fixed_Huge" "symbol": "Hpt_Cannon_Fixed_Huge"
@@ -330,6 +330,7 @@
"edID": 128049444, "edID": 128049444,
"eddbID": 856, "eddbID": 856,
"falloff": 4500, "falloff": 4500,
"fireint": 2.5,
"eps": 0.688, "eps": 0.688,
"grp": "c", "grp": "c",
"hps": 1.76, "hps": 1.76,
@@ -342,7 +343,6 @@
"range": 4500, "range": 4500,
"rating": "B", "rating": "B",
"reload": 4, "reload": 4,
"rof": 0.4,
"shotspeed": 750, "shotspeed": 750,
"thermload": 4.4, "thermload": 4.4,
"symbol": "Hpt_Cannon_Gimbal_Huge" "symbol": "Hpt_Cannon_Gimbal_Huge"

View File

@@ -10,6 +10,7 @@
"duration": 20, "duration": 20,
"edID": 128049513, "edID": 128049513,
"eddbID": 884, "eddbID": 884,
"fireint": 1.0,
"grp": "ch", "grp": "ch",
"id": "00", "id": "00",
"integrity": 20, "integrity": 20,
@@ -19,7 +20,6 @@
"power": 0.2, "power": 0.2,
"rating": "I", "rating": "I",
"reload": 10, "reload": 10,
"rof": 1,
"thermload": 4, "thermload": 4,
"symbol": "Hpt_ChaffLauncher_Tiny" "symbol": "Hpt_ChaffLauncher_Tiny"
} }

View File

@@ -7,6 +7,7 @@
"id": "xt", "id": "xt",
"eddbID": 0, "eddbID": 0,
"edID": 128833995, "edID": 128833995,
"fireint": 2.0,
"mount": "F", "mount": "F",
"cost": 480501, "cost": 480501,
"mass": 4, "mass": 4,
@@ -17,7 +18,6 @@
"thermload": 1.5, "thermload": 1.5,
"piercing": 60, "piercing": 60,
"shotspeed": 750, "shotspeed": 750,
"rof": 0.5,
"clip": 8, "clip": 8,
"ammo": 64, "ammo": 64,
"reload": 5, "reload": 5,

View File

@@ -16,6 +16,7 @@
"edID": 128049448, "edID": 128049448,
"eddbID": 860, "eddbID": 860,
"falloff": 1800, "falloff": 1800,
"fireint": 0.18,
"grp": "fc", "grp": "fc",
"id": "20", "id": "20",
"integrity": 40, "integrity": 40,
@@ -27,7 +28,6 @@
"range": 2000, "range": 2000,
"rating": "E", "rating": "E",
"reload": 5, "reload": 5,
"rof": 5.555,
"roundspershot": 12, "roundspershot": 12,
"shotspeed": 667, "shotspeed": 667,
"thermload": 0.4, "thermload": 0.4,
@@ -49,6 +49,7 @@
"edID": 128049451, "edID": 128049451,
"eddbID": 863, "eddbID": 863,
"falloff": 1800, "falloff": 1800,
"fireint": 0.17,
"grp": "fc", "grp": "fc",
"id": "21", "id": "21",
"integrity": 40, "integrity": 40,
@@ -60,7 +61,6 @@
"range": 2000, "range": 2000,
"rating": "E", "rating": "E",
"reload": 5, "reload": 5,
"rof": 5.88,
"roundspershot": 12, "roundspershot": 12,
"shotspeed": 667, "shotspeed": 667,
"thermload": 0.4, "thermload": 0.4,
@@ -82,6 +82,7 @@
"edID": 128049453, "edID": 128049453,
"eddbID": 865, "eddbID": 865,
"falloff": 1800, "falloff": 1800,
"fireint": 0.21,
"grp": "fc", "grp": "fc",
"id": "22", "id": "22",
"integrity": 40, "integrity": 40,
@@ -93,7 +94,6 @@
"range": 2000, "range": 2000,
"rating": "E", "rating": "E",
"reload": 5, "reload": 5,
"rof": 4.76,
"roundspershot": 12, "roundspershot": 12,
"shotspeed": 667, "shotspeed": 667,
"thermload": 0.2, "thermload": 0.2,
@@ -115,6 +115,7 @@
"edID": 128049449, "edID": 128049449,
"eddbID": 861, "eddbID": 861,
"falloff": 1800, "falloff": 1800,
"fireint": 0.2,
"grp": "fc", "grp": "fc",
"id": "1s", "id": "1s",
"integrity": 80, "integrity": 80,
@@ -126,7 +127,6 @@
"range": 2000, "range": 2000,
"rating": "A", "rating": "A",
"reload": 5, "reload": 5,
"rof": 4.975,
"roundspershot": 12, "roundspershot": 12,
"shotspeed": 667, "shotspeed": 667,
"thermload": 0.7, "thermload": 0.7,
@@ -148,6 +148,7 @@
"edID": 128049452, "edID": 128049452,
"eddbID": 864, "eddbID": 864,
"falloff": 1800, "falloff": 1800,
"fireint": 0.19,
"grp": "fc", "grp": "fc",
"id": "7e", "id": "7e",
"integrity": 80, "integrity": 80,
@@ -159,7 +160,6 @@
"range": 2000, "range": 2000,
"rating": "D", "rating": "D",
"reload": 5, "reload": 5,
"rof": 5.26,
"roundspershot": 12, "roundspershot": 12,
"shotspeed": 667, "shotspeed": 667,
"thermload": 0.8, "thermload": 0.8,
@@ -181,6 +181,7 @@
"edID": 128049454, "edID": 128049454,
"eddbID": 866, "eddbID": 866,
"falloff": 1800, "falloff": 1800,
"fireint": 0.23,
"grp": "fc", "grp": "fc",
"id": "7f", "id": "7f",
"integrity": 80, "integrity": 80,
@@ -192,7 +193,6 @@
"range": 2000, "range": 2000,
"rating": "D", "rating": "D",
"reload": 5, "reload": 5,
"rof": 4.26,
"roundspershot": 12, "roundspershot": 12,
"shotspeed": 667, "shotspeed": 667,
"thermload": 0.4, "thermload": 0.4,
@@ -214,6 +214,7 @@
"edID": 128049450, "edID": 128049450,
"eddbID": 862, "eddbID": 862,
"falloff": 1800, "falloff": 1800,
"fireint": 0.22,
"grp": "fc", "grp": "fc",
"id": "1t", "id": "1t",
"integrity": 80, "integrity": 80,
@@ -225,7 +226,6 @@
"range": 2000, "range": 2000,
"rating": "C", "rating": "C",
"reload": 5, "reload": 5,
"rof": 4.545,
"roundspershot": 12, "roundspershot": 12,
"shotspeed": 667, "shotspeed": 667,
"thermload": 1.1, "thermload": 1.1,
@@ -247,6 +247,7 @@
"edID": 128671321, "edID": 128671321,
"eddbID": 1454, "eddbID": 1454,
"falloff": 1800, "falloff": 1800,
"fireint": 0.21,
"grp": "fc", "grp": "fc",
"id": "1u", "id": "1u",
"integrity": 80, "integrity": 80,
@@ -258,7 +259,6 @@
"range": 2000, "range": 2000,
"rating": "C", "rating": "C",
"reload": 5, "reload": 5,
"rof": 4.76,
"roundspershot": 12, "roundspershot": 12,
"shotspeed": 667, "shotspeed": 667,
"thermload": 1.4, "thermload": 1.4,
@@ -280,6 +280,7 @@
"edID": 128671322, "edID": 128671322,
"eddbID": 1455, "eddbID": 1455,
"falloff": 1800, "falloff": 1800,
"fireint": 0.25,
"grp": "fc", "grp": "fc",
"id": "1v", "id": "1v",
"integrity": 80, "integrity": 80,
@@ -291,7 +292,6 @@
"range": 2000, "range": 2000,
"rating": "C", "rating": "C",
"reload": 5, "reload": 5,
"rof": 4,
"roundspershot": 12, "roundspershot": 12,
"shotspeed": 667, "shotspeed": 667,
"thermload": 0.7, "thermload": 0.7,
@@ -313,6 +313,7 @@
"edID": 128671343, "edID": 128671343,
"eddbID": 1478, "eddbID": 1478,
"falloff": 1800, "falloff": 1800,
"fireint": 0.22,
"grp": "fc", "grp": "fc",
"id": "pa", "id": "pa",
"integrity": 64, "integrity": 64,
@@ -325,7 +326,6 @@
"pp": "Zachary Hudson", "pp": "Zachary Hudson",
"rating": "C", "rating": "C",
"reload": 5, "reload": 5,
"rof": 4.5,
"roundspershot": 12, "roundspershot": 12,
"shotspeed": 1000, "shotspeed": 1000,
"thermload": 1.1, "thermload": 1.1,

View File

@@ -16,6 +16,7 @@
"edID": 128891610, "edID": 128891610,
"eddbID": 0, "eddbID": 0,
"falloff": 1500, "falloff": 1500,
"fireint": 0.83,
"grp": "ggc", "grp": "ggc",
"id": "yL", "id": "yL",
"integrity": 40, "integrity": 40,
@@ -26,7 +27,6 @@
"range": 3000, "range": 3000,
"rating": "D", "rating": "D",
"reload": 1, "reload": 1,
"rof": 1.2,
"thermload": 15, "thermload": 15,
"symbol": "Hpt_Guardian_GaussCannon_Fixed_Small", "symbol": "Hpt_Guardian_GaussCannon_Fixed_Small",
"requirements": { "requirements": {
@@ -39,7 +39,6 @@
"breachmax": 0.4, "breachmax": 0.4,
"breachmin": 0.2, "breachmin": 0.2,
"burst": 1, "burst": 1,
"burstrof": 0.83,
"class": 2, "class": 2,
"clip": 1, "clip": 1,
"cost": 543801, "cost": 543801,
@@ -51,6 +50,7 @@
"edID": 128833687, "edID": 128833687,
"eddbID": 876, "eddbID": 876,
"falloff": 1500, "falloff": 1500,
"fireint": 0.83,
"grp": "ggc", "grp": "ggc",
"id": "0H", "id": "0H",
"integrity": 42, "integrity": 42,
@@ -61,7 +61,6 @@
"range": 3000, "range": 3000,
"rating": "B", "rating": "B",
"reload": 1, "reload": 1,
"rof": 1.205,
"thermload": 25, "thermload": 25,
"symbol": "Hpt_Guardian_GaussCannon_Fixed_Medium", "symbol": "Hpt_Guardian_GaussCannon_Fixed_Medium",
"requirements": { "requirements": {

View File

@@ -16,6 +16,7 @@
"edID": 128891607, "edID": 128891607,
"eddbID": 0, "eddbID": 0,
"falloff": 1000, "falloff": 1000,
"fireint": 0.2,
"grp": "gpc", "grp": "gpc",
"id": "yN", "id": "yN",
"integrity": 34, "integrity": 34,
@@ -26,7 +27,6 @@
"range": 3000, "range": 3000,
"rating": "D", "rating": "D",
"reload": 3, "reload": 3,
"rof": 5,
"shotspeed": 1200, "shotspeed": 1200,
"thermload": 4.2, "thermload": 4.2,
"symbol": "Hpt_Guardian_PlasmaLauncher_Fixed_Small" "symbol": "Hpt_Guardian_PlasmaLauncher_Fixed_Small"
@@ -47,6 +47,7 @@
"edID": 128891606, "edID": 128891606,
"eddbID": 0, "eddbID": 0,
"falloff": 1000, "falloff": 1000,
"fireint": 0.2,
"grp": "gpc", "grp": "gpc",
"id": "yM", "id": "yM",
"integrity": 34, "integrity": 34,
@@ -57,7 +58,6 @@
"range": 3000, "range": 3000,
"rating": "F", "rating": "F",
"reload": 3, "reload": 3,
"rof": 5,
"shotspeed": 1200, "shotspeed": 1200,
"thermload": 5, "thermload": 5,
"symbol": "Hpt_Guardian_PlasmaLauncher_Turret_Small" "symbol": "Hpt_Guardian_PlasmaLauncher_Turret_Small"
@@ -78,6 +78,7 @@
"edID": 128833998, "edID": 128833998,
"eddbID": 874, "eddbID": 874,
"falloff": 1000, "falloff": 1000,
"fireint": 0.2,
"grp": "gpc", "grp": "gpc",
"id": "0J", "id": "0J",
"integrity": 42, "integrity": 42,
@@ -88,7 +89,6 @@
"range": 3500, "range": 3500,
"rating": "B", "rating": "B",
"reload": 3, "reload": 3,
"rof": 5,
"shotspeed": 1200, "shotspeed": 1200,
"thermload": 5.2, "thermload": 5.2,
"symbol": "Hpt_Guardian_PlasmaLauncher_Fixed_Medium" "symbol": "Hpt_Guardian_PlasmaLauncher_Fixed_Medium"
@@ -109,6 +109,7 @@
"edID": 128833999, "edID": 128833999,
"eddbID": 874, "eddbID": 874,
"falloff": 1000, "falloff": 1000,
"fireint": 0.2,
"grp": "gpc", "grp": "gpc",
"id": "0I", "id": "0I",
"integrity": 42, "integrity": 42,
@@ -119,7 +120,6 @@
"range": 3500, "range": 3500,
"rating": "E", "rating": "E",
"reload": 3, "reload": 3,
"rof": 5,
"shotspeed": 1200, "shotspeed": 1200,
"thermload": 5.8, "thermload": 5.8,
"symbol": "Hpt_Guardian_PlasmaLauncher_Turret_Medium" "symbol": "Hpt_Guardian_PlasmaLauncher_Turret_Medium"
@@ -138,11 +138,11 @@
"power": 3.1, "power": 3.1,
"damage": 3.4, "damage": 3.4,
"distdraw": 2.42, "distdraw": 2.42,
"fireint": 0.2,
"thermload": 6.2, "thermload": 6.2,
"piercing": 95, "piercing": 95,
"range": 3000, "range": 3000,
"shotspeed": 1200, "shotspeed": 1200,
"rof": 5,
"clip": 15, "clip": 15,
"ammo": 200, "ammo": 200,
"reload": 3, "reload": 3,
@@ -171,6 +171,7 @@
"edID": 128834784, "edID": 128834784,
"eddbID": 0, "eddbID": 0,
"falloff": 1000, "falloff": 1000,
"fireint": 0.2,
"grp": "gpc", "grp": "gpc",
"id": "xv", "id": "xv",
"integrity": 51, "integrity": 51,
@@ -181,7 +182,6 @@
"range": 3000, "range": 3000,
"rating": "D", "rating": "D",
"reload": 3, "reload": 3,
"rof": 5,
"shotspeed": 1200, "shotspeed": 1200,
"thermload": 6.4, "thermload": 6.4,
"symbol": "Hpt_Guardian_PlasmaLauncher_Turret_Large" "symbol": "Hpt_Guardian_PlasmaLauncher_Turret_Large"

View File

@@ -14,11 +14,11 @@
"power": 0.87, "power": 0.87,
"damage": 2, "damage": 2,
"distdraw": 0.42, "distdraw": 0.42,
"fireint": 0.6,
"thermload": 0.7, "thermload": 0.7,
"piercing": 30, "piercing": 30,
"range": 1700, "range": 1700,
"shotspeed": 1133, "shotspeed": 1133,
"rof": 1.7,
"roundspershot": 12, "roundspershot": 12,
"clip": 5, "clip": 5,
"ammo": 180, "ammo": 180,
@@ -47,11 +47,11 @@
"power": 0.72, "power": 0.72,
"damage": 1.1, "damage": 1.1,
"distdraw": 0.36, "distdraw": 0.36,
"fireint": 0.6,
"thermload": 0.6, "thermload": 0.6,
"piercing": 30, "piercing": 30,
"range": 1700, "range": 1700,
"shotspeed": 1133, "shotspeed": 1133,
"rof": 1.7,
"roundspershot": 12, "roundspershot": 12,
"clip": 5, "clip": 5,
"ammo": 180, "ammo": 180,
@@ -80,11 +80,11 @@
"power": 1.21, "power": 1.21,
"damage": 3.7, "damage": 3.7,
"distdraw": 0.65, "distdraw": 0.65,
"fireint": 0.6,
"thermload": 1.2, "thermload": 1.2,
"piercing": 45, "piercing": 45,
"range": 1700, "range": 1700,
"shotspeed": 1133, "shotspeed": 1133,
"rof": 1.7,
"roundspershot": 12, "roundspershot": 12,
"clip": 5, "clip": 5,
"ammo": 180, "ammo": 180,
@@ -113,11 +113,11 @@
"power": 1.16, "power": 1.16,
"damage": 2.4, "damage": 2.4,
"distdraw": 0.57, "distdraw": 0.57,
"fireint": 0.6,
"thermload": 1.1, "thermload": 1.1,
"piercing": 45, "piercing": 45,
"range": 1700, "range": 1700,
"shotspeed": 1133, "shotspeed": 1133,
"rof": 1.7,
"roundspershot": 12, "roundspershot": 12,
"clip": 5, "clip": 5,
"ammo": 180, "ammo": 180,
@@ -146,11 +146,11 @@
"power": 1.68, "power": 1.68,
"damage": 5.2, "damage": 5.2,
"distdraw": 1.4, "distdraw": 1.4,
"fireint": 0.6,
"thermload": 2.2, "thermload": 2.2,
"piercing": 60, "piercing": 60,
"range": 1700, "range": 1700,
"shotspeed": 1133, "shotspeed": 1133,
"rof": 1.7,
"clip": 5, "clip": 5,
"ammo": 180, "ammo": 180,
"roundspershot": 12, "roundspershot": 12,
@@ -179,11 +179,11 @@
"power": 1.39, "power": 1.39,
"damage": 3.4, "damage": 3.4,
"distdraw": 1.2, "distdraw": 1.2,
"fireint": 0.6,
"thermload": 2, "thermload": 2,
"piercing": 60, "piercing": 60,
"range": 1700, "range": 1700,
"shotspeed": 1133, "shotspeed": 1133,
"rof": 1.7,
"clip": 5, "clip": 5,
"ammo": 180, "ammo": 180,
"roundspershot": 12, "roundspershot": 12,

View File

@@ -12,6 +12,7 @@
"edID": 128049519, "edID": 128049519,
"eddbID": 886, "eddbID": 886,
"eps": 0.4, "eps": 0.4,
"fireint": 5.0,
"grp": "hs", "grp": "hs",
"id": "02", "id": "02",
"integrity": 20, "integrity": 20,
@@ -21,7 +22,6 @@
"power": 0.2, "power": 0.2,
"rating": "I", "rating": "I",
"reload": 10, "reload": 10,
"rof": 0.2,
"symbol": "Hpt_HeatSinkLauncher_Turret_Tiny" "symbol": "Hpt_HeatSinkLauncher_Turret_Tiny"
} }
] ]

View File

@@ -16,6 +16,7 @@
"distdraw": 0, "distdraw": 0,
"edID": 128049500, "edID": 128049500,
"eddbID": 880, "eddbID": 880,
"fireint": 1.0,
"grp": "nl", "grp": "nl",
"id": "2j", "id": "2j",
"integrity": 40, "integrity": 40,
@@ -25,7 +26,6 @@
"power": 0.4, "power": 0.4,
"rating": "I", "rating": "I",
"reload": 2, "reload": 2,
"rof": 1,
"thermload": 5, "thermload": 5,
"symbol": "Hpt_MineLauncher_Fixed_Small" "symbol": "Hpt_MineLauncher_Fixed_Small"
}, },
@@ -45,6 +45,7 @@
"distdraw": 0, "distdraw": 0,
"edID": 128671448, "edID": 128671448,
"eddbID": 1523, "eddbID": 1523,
"fireint": 1.0,
"grp": "nl", "grp": "nl",
"id": "kp", "id": "kp",
"integrity": 40, "integrity": 40,
@@ -55,7 +56,6 @@
"power": 0.4, "power": 0.4,
"rating": "I", "rating": "I",
"reload": 2, "reload": 2,
"rof": 1,
"thermload": 5, "thermload": 5,
"symbol": "Hpt_MineLauncher_Fixed_Small_Impulse" "symbol": "Hpt_MineLauncher_Fixed_Small_Impulse"
}, },
@@ -75,6 +75,7 @@
"distdraw": 0, "distdraw": 0,
"edID": 128049501, "edID": 128049501,
"eddbID": 881, "eddbID": 881,
"fireint": 1.0,
"grp": "nl", "grp": "nl",
"id": "2k", "id": "2k",
"integrity": 51, "integrity": 51,
@@ -84,7 +85,6 @@
"power": 0.4, "power": 0.4,
"rating": "I", "rating": "I",
"reload": 6.6, "reload": 6.6,
"rof": 1,
"thermload": 7.5, "thermload": 7.5,
"symbol": "Hpt_MineLauncher_Fixed_Medium" "symbol": "Hpt_MineLauncher_Fixed_Medium"
} }

View File

@@ -15,6 +15,7 @@
"distdraw": 0.24, "distdraw": 0.24,
"edID": 128666724, "edID": 128666724,
"eddbID": 1326, "eddbID": 1326,
"fireint": 2.0,
"grp": "mr", "grp": "mr",
"id": "2d", "id": "2d",
"integrity": 40, "integrity": 40,
@@ -25,7 +26,6 @@
"power": 0.4, "power": 0.4,
"rating": "B", "rating": "B",
"reload": 5, "reload": 5,
"rof": 0.5,
"shotspeed": 750, "shotspeed": 750,
"thermload": 3.6, "thermload": 3.6,
"symbol": "Hpt_DumbfireMissileRack_Fixed_Small" "symbol": "Hpt_DumbfireMissileRack_Fixed_Small"
@@ -45,6 +45,7 @@
"distdraw": 0.24, "distdraw": 0.24,
"edID": 128049492, "edID": 128049492,
"eddbID": 878, "eddbID": 878,
"fireint": 3,
"grp": "mr", "grp": "mr",
"id": "2e", "id": "2e",
"integrity": 40, "integrity": 40,
@@ -55,7 +56,6 @@
"power": 0.6, "power": 0.6,
"rating": "B", "rating": "B",
"reload": 12, "reload": 12,
"rof": 0.333,
"shotspeed": 625, "shotspeed": 625,
"thermload": 3.6, "thermload": 3.6,
"symbol": "Hpt_BasicMissileRack_Fixed_Small" "symbol": "Hpt_BasicMissileRack_Fixed_Small"
@@ -76,6 +76,7 @@
"edID": 128666725, "edID": 128666725,
"eddbID": 1327, "eddbID": 1327,
"eps": 0.12, "eps": 0.12,
"fireint": 2.0,
"grp": "mr", "grp": "mr",
"hps": 1.8, "hps": 1.8,
"id": "2f", "id": "2f",
@@ -87,7 +88,6 @@
"power": 1.2, "power": 1.2,
"rating": "B", "rating": "B",
"reload": 5, "reload": 5,
"rof": 0.5,
"shotspeed": 750, "shotspeed": 750,
"thermload": 3.6, "thermload": 3.6,
"symbol": "Hpt_DumbfireMissileRack_Fixed_Medium" "symbol": "Hpt_DumbfireMissileRack_Fixed_Medium"
@@ -108,6 +108,7 @@
"edID": 128049493, "edID": 128049493,
"eddbID": 879, "eddbID": 879,
"eps": 0.07, "eps": 0.07,
"fireint": 3,
"grp": "mr", "grp": "mr",
"hps": 1.08, "hps": 1.08,
"id": "2g", "id": "2g",
@@ -119,7 +120,6 @@
"power": 1.2, "power": 1.2,
"rating": "B", "rating": "B",
"reload": 12, "reload": 12,
"rof": 0.333,
"shotspeed": 625, "shotspeed": 625,
"thermload": 3.6, "thermload": 3.6,
"symbol": "Hpt_BasicMissileRack_Fixed_Medium" "symbol": "Hpt_BasicMissileRack_Fixed_Medium"
@@ -140,6 +140,7 @@
"eddbID": 1559, "eddbID": 1559,
"grp": "mr", "grp": "mr",
"edID": 128732552, "edID": 128732552,
"fireint": 3,
"id": "1z", "id": "1z",
"integrity": 51, "integrity": 51,
"mass": 4, "mass": 4,
@@ -151,7 +152,6 @@
"pp": "Yuri Grom", "pp": "Yuri Grom",
"rating": "B", "rating": "B",
"reload": 5, "reload": 5,
"rof": 0.333,
"shotspeed": 750, "shotspeed": 750,
"thermload": 3.6, "thermload": 3.6,
"symbol": "Hpt_DumbfireMissileRack_Fixed_Medium_Lasso" "symbol": "Hpt_DumbfireMissileRack_Fixed_Medium_Lasso"
@@ -172,6 +172,7 @@
"edID": 128671344, "edID": 128671344,
"eddbID": 1480, "eddbID": 1480,
"eps": 1.92, "eps": 1.92,
"fireint": 0.5,
"grp": "mr", "grp": "mr",
"hps": 28.8, "hps": 28.8,
"id": "Ph", "id": "Ph",
@@ -185,7 +186,6 @@
"pp": "Li Yong-Rui", "pp": "Li Yong-Rui",
"rating": "B", "rating": "B",
"reload": 5, "reload": 5,
"rof": 2,
"roundspershot": 4, "roundspershot": 4,
"shotspeed": 600, "shotspeed": 600,
"thermload": 3.6, "thermload": 3.6,
@@ -206,6 +206,7 @@
"distdraw": 0.24, "distdraw": 0.24,
"edID": 128891602, "edID": 128891602,
"eddbID": 1657, "eddbID": 1657,
"fireint": 2.0,
"grp": "mr", "grp": "mr",
"id": "yI", "id": "yI",
"integrity": 64, "integrity": 64,
@@ -216,7 +217,6 @@
"power": 1.62, "power": 1.62,
"rating": "A", "rating": "A",
"reload": 5, "reload": 5,
"rof": 0.5,
"shotspeed": 750, "shotspeed": 750,
"thermload": 3.6, "thermload": 3.6,
"symbol": "Hpt_DumbfireMissileRack_Fixed_Large" "symbol": "Hpt_DumbfireMissileRack_Fixed_Large"
@@ -236,6 +236,7 @@
"distdraw": 0.24, "distdraw": 0.24,
"edID": 128049494, "edID": 128049494,
"eddbID": 1656, "eddbID": 1656,
"fireint": 3,
"grp": "mr", "grp": "mr",
"id": "yJ", "id": "yJ",
"integrity": 64, "integrity": 64,
@@ -246,7 +247,6 @@
"power": 1.62, "power": 1.62,
"rating": "A", "rating": "A",
"reload": 12, "reload": 12,
"rof": 0.333,
"shotspeed": 625, "shotspeed": 625,
"thermload": 3.6, "thermload": 3.6,
"symbol": "Hpt_BasicMissileRack_Fixed_Large" "symbol": "Hpt_BasicMissileRack_Fixed_Large"

View File

@@ -16,6 +16,7 @@
"edID": 128049455, "edID": 128049455,
"eddbID": 867, "eddbID": 867,
"falloff": 1800, "falloff": 1800,
"fireint": 0.13,
"grp": "mc", "grp": "mc",
"id": "23", "id": "23",
"integrity": 40, "integrity": 40,
@@ -26,7 +27,6 @@
"range": 4000, "range": 4000,
"rating": "F", "rating": "F",
"reload": 4, "reload": 4,
"rof": 7.69,
"shotspeed": 1600, "shotspeed": 1600,
"thermload": 0.09, "thermload": 0.09,
"symbol": "Hpt_MultiCannon_Fixed_Small" "symbol": "Hpt_MultiCannon_Fixed_Small"
@@ -47,6 +47,7 @@
"edID": 128049459, "edID": 128049459,
"eddbID": 869, "eddbID": 869,
"falloff": 1800, "falloff": 1800,
"fireint": 0.12,
"grp": "mc", "grp": "mc",
"id": "24", "id": "24",
"integrity": 40, "integrity": 40,
@@ -57,7 +58,6 @@
"range": 4000, "range": 4000,
"rating": "G", "rating": "G",
"reload": 5, "reload": 5,
"rof": 8.33,
"shotspeed": 1600, "shotspeed": 1600,
"thermload": 0.1, "thermload": 0.1,
"symbol": "Hpt_MultiCannon_Gimbal_Small" "symbol": "Hpt_MultiCannon_Gimbal_Small"
@@ -78,6 +78,7 @@
"edID": 128049462, "edID": 128049462,
"eddbID": 871, "eddbID": 871,
"falloff": 1800, "falloff": 1800,
"fireint": 0.14,
"grp": "mc", "grp": "mc",
"id": "25", "id": "25",
"integrity": 40, "integrity": 40,
@@ -88,7 +89,6 @@
"range": 4000, "range": 4000,
"rating": "G", "rating": "G",
"reload": 4, "reload": 4,
"rof": 7.14,
"shotspeed": 1600, "shotspeed": 1600,
"thermload": 0.04, "thermload": 0.04,
"symbol": "Hpt_MultiCannon_Turret_Small" "symbol": "Hpt_MultiCannon_Turret_Small"
@@ -109,6 +109,7 @@
"edID": 128671345, "edID": 128671345,
"eddbID": 1481, "eddbID": 1481,
"falloff": 1800, "falloff": 1800,
"fireint": 0.23,
"grp": "mc", "grp": "mc",
"id": "e0", "id": "e0",
"integrity": 40, "integrity": 40,
@@ -121,7 +122,6 @@
"range": 4500, "range": 4500,
"rating": "F", "rating": "F",
"reload": 4, "reload": 4,
"rof": 4.3,
"shotspeed": 1800, "shotspeed": 1800,
"thermload": 0.2, "thermload": 0.2,
"symbol": "Hpt_MultiCannon_Fixed_Small_Strong" "symbol": "Hpt_MultiCannon_Fixed_Small_Strong"
@@ -142,6 +142,7 @@
"edID": 128049456, "edID": 128049456,
"eddbID": 868, "eddbID": 868,
"falloff": 1800, "falloff": 1800,
"fireint": 0.14,
"grp": "mc", "grp": "mc",
"id": "26", "id": "26",
"integrity": 51, "integrity": 51,
@@ -152,7 +153,6 @@
"range": 4000, "range": 4000,
"rating": "E", "rating": "E",
"reload": 4, "reload": 4,
"rof": 7.14,
"shotspeed": 1600, "shotspeed": 1600,
"thermload": 0.18, "thermload": 0.18,
"symbol": "Hpt_MultiCannon_Fixed_Medium" "symbol": "Hpt_MultiCannon_Fixed_Medium"
@@ -173,6 +173,7 @@
"edID": 128049460, "edID": 128049460,
"eddbID": 870, "eddbID": 870,
"falloff": 1800, "falloff": 1800,
"fireint": 0.13,
"grp": "mc", "grp": "mc",
"id": "27", "id": "27",
"integrity": 51, "integrity": 51,
@@ -183,7 +184,6 @@
"range": 4000, "range": 4000,
"rating": "F", "rating": "F",
"reload": 5, "reload": 5,
"rof": 7.69,
"shotspeed": 1600, "shotspeed": 1600,
"thermload": 0.2, "thermload": 0.2,
"symbol": "Hpt_MultiCannon_Gimbal_Medium" "symbol": "Hpt_MultiCannon_Gimbal_Medium"
@@ -204,6 +204,7 @@
"edID": 128049463, "edID": 128049463,
"eddbID": 872, "eddbID": 872,
"falloff": 1800, "falloff": 1800,
"fireint": 0.16,
"grp": "mc", "grp": "mc",
"id": "28", "id": "28",
"integrity": 51, "integrity": 51,
@@ -214,7 +215,6 @@
"range": 4000, "range": 4000,
"rating": "F", "rating": "F",
"reload": 4, "reload": 4,
"rof": 6.25,
"shotspeed": 1600, "shotspeed": 1600,
"thermload": 0.09, "thermload": 0.09,
"symbol": "Hpt_MultiCannon_Turret_Medium" "symbol": "Hpt_MultiCannon_Turret_Medium"
@@ -235,6 +235,7 @@
"edID": 128049457, "edID": 128049457,
"eddbID": 1541, "eddbID": 1541,
"falloff": 1800, "falloff": 1800,
"fireint": 0.17,
"grp": "mc", "grp": "mc",
"id": "7k", "id": "7k",
"integrity": 64, "integrity": 64,
@@ -245,7 +246,6 @@
"range": 4000, "range": 4000,
"rating": "C", "rating": "C",
"reload": 4, "reload": 4,
"rof": 5.884,
"shotspeed": 1600, "shotspeed": 1600,
"thermload": 0.28, "thermload": 0.28,
"symbol": "Hpt_MultiCannon_Fixed_Large" "symbol": "Hpt_MultiCannon_Fixed_Large"
@@ -266,6 +266,7 @@
"edID": 128049461, "edID": 128049461,
"eddbID": 1543, "eddbID": 1543,
"falloff": 1800, "falloff": 1800,
"fireint": 0.15,
"grp": "mc", "grp": "mc",
"id": "7l", "id": "7l",
"integrity": 64, "integrity": 64,
@@ -276,7 +277,6 @@
"range": 4000, "range": 4000,
"rating": "C", "rating": "C",
"reload": 5, "reload": 5,
"rof": 6.665,
"shotspeed": 1600, "shotspeed": 1600,
"thermload": 0.34, "thermload": 0.34,
"symbol": "Hpt_MultiCannon_Gimbal_Large" "symbol": "Hpt_MultiCannon_Gimbal_Large"
@@ -297,6 +297,7 @@
"edID": 128049464, "edID": 128049464,
"eddbID": 1658, "eddbID": 1658,
"falloff": 2000, "falloff": 2000,
"fireint": 0.19,
"grp": "mc", "grp": "mc",
"id": "yH", "id": "yH",
"integrity": 64, "integrity": 64,
@@ -307,7 +308,6 @@
"range": 4000, "range": 4000,
"rating": "E", "rating": "E",
"reload": 4, "reload": 4,
"rof": 5.3,
"shotspeed": 1600, "shotspeed": 1600,
"thermload": 0.2, "thermload": 0.2,
"symbol": "Hpt_MultiCannon_Turret_Large" "symbol": "Hpt_MultiCannon_Turret_Large"
@@ -328,6 +328,7 @@
"edID": 128049458, "edID": 128049458,
"eddbID": 1542, "eddbID": 1542,
"falloff": 1800, "falloff": 1800,
"fireint": 0.33,
"grp": "mc", "grp": "mc",
"id": "7n", "id": "7n",
"integrity": 80, "integrity": 80,
@@ -338,7 +339,6 @@
"range": 4000, "range": 4000,
"rating": "A", "rating": "A",
"reload": 4, "reload": 4,
"rof": 3.03,
"roundspershot": 2, "roundspershot": 2,
"shotspeed": 1600, "shotspeed": 1600,
"thermload": 0.39, "thermload": 0.39,
@@ -360,6 +360,7 @@
"edID": 128681996, "edID": 128681996,
"eddbID": 1546, "eddbID": 1546,
"falloff": 1800, "falloff": 1800,
"fireint": 0.297,
"grp": "mc", "grp": "mc",
"id": "7o", "id": "7o",
"integrity": 80, "integrity": 80,
@@ -370,7 +371,6 @@
"range": 4000, "range": 4000,
"rating": "A", "rating": "A",
"reload": 5, "reload": 5,
"rof": 3.365,
"roundspershot": 2, "roundspershot": 2,
"shotspeed": 1600, "shotspeed": 1600,
"thermload": 0.51, "thermload": 0.51,

View File

@@ -18,6 +18,7 @@
"edID": 128049465, "edID": 128049465,
"eddbID": 873, "eddbID": 873,
"falloff": 2000, "falloff": 2000,
"fireint": 3.03,
"grp": "pa", "grp": "pa",
"id": "1g", "id": "1g",
"integrity": 51, "integrity": 51,
@@ -28,7 +29,6 @@
"range": 3500, "range": 3500,
"rating": "C", "rating": "C",
"reload": 6, "reload": 6,
"rof": 0.33,
"shotspeed": 875, "shotspeed": 875,
"thermload": 15.6, "thermload": 15.6,
"symbol": "Hpt_PlasmaAccelerator_Fixed_Medium" "symbol": "Hpt_PlasmaAccelerator_Fixed_Medium"
@@ -51,6 +51,7 @@
"edID": 128049466, "edID": 128049466,
"eddbID": 874, "eddbID": 874,
"falloff": 2000, "falloff": 2000,
"fireint": 3.45,
"grp": "pa", "grp": "pa",
"id": "2b", "id": "2b",
"integrity": 64, "integrity": 64,
@@ -61,7 +62,6 @@
"range": 3500, "range": 3500,
"rating": "B", "rating": "B",
"reload": 6, "reload": 6,
"rof": 0.29,
"shotspeed": 875, "shotspeed": 875,
"thermload": 21.8, "thermload": 21.8,
"symbol": "Hpt_PlasmaAccelerator_Fixed_Large" "symbol": "Hpt_PlasmaAccelerator_Fixed_Large"
@@ -84,6 +84,7 @@
"edID": 128671339, "edID": 128671339,
"eddbID": 1482, "eddbID": 1482,
"falloff": 2000, "falloff": 2000,
"fireint": 1.25,
"grp": "pa", "grp": "pa",
"id": "Ap", "id": "Ap",
"integrity": 64, "integrity": 64,
@@ -96,7 +97,6 @@
"range": 3500, "range": 3500,
"rating": "B", "rating": "B",
"reload": 6, "reload": 6,
"rof": 0.8,
"shotspeed": 875, "shotspeed": 875,
"thermload": 11, "thermload": 11,
"symbol": "Hpt_PlasmaAccelerator_Fixed_Large_Advanced" "symbol": "Hpt_PlasmaAccelerator_Fixed_Large_Advanced"
@@ -119,6 +119,7 @@
"edID": 128049467, "edID": 128049467,
"eddbID": 875, "eddbID": 875,
"falloff": 2000, "falloff": 2000,
"fireint": 4.0,
"grp": "pa", "grp": "pa",
"id": "2c", "id": "2c",
"integrity": 80, "integrity": 80,
@@ -129,7 +130,6 @@
"range": 3500, "range": 3500,
"rating": "A", "rating": "A",
"reload": 6, "reload": 6,
"rof": 0.25,
"shotspeed": 875, "shotspeed": 875,
"thermload": 29.5, "thermload": 29.5,
"symbol": "Hpt_PlasmaAccelerator_Fixed_Huge" "symbol": "Hpt_PlasmaAccelerator_Fixed_Huge"

View File

@@ -13,6 +13,7 @@
}, },
"edID": 128049522, "edID": 128049522,
"eddbID": 887, "eddbID": 887,
"fireint": 0.2,
"grp": "po", "grp": "po",
"id": "03", "id": "03",
"integrity": 30, "integrity": 30,
@@ -24,7 +25,6 @@
"range": 2500, "range": 2500,
"rating": "I", "rating": "I",
"reload": 0.4, "reload": 0.4,
"rof": 10,
"shotspeed": 1000, "shotspeed": 1000,
"thermload": 0.1, "thermload": 0.1,
"symbol": "Hpt_PlasmaPointDefence_Turret_Tiny" "symbol": "Hpt_PlasmaPointDefence_Turret_Tiny"

View File

@@ -14,6 +14,7 @@
"edID": 128049381, "edID": 128049381,
"eddbID": 823, "eddbID": 823,
"falloff": 500, "falloff": 500,
"fireint": 0.26,
"grp": "pl", "grp": "pl",
"id": "17", "id": "17",
"integrity": 40, "integrity": 40,
@@ -23,7 +24,6 @@
"power": 0.39, "power": 0.39,
"range": 3000, "range": 3000,
"rating": "F", "rating": "F",
"rof": 3.85,
"thermload": 0.33, "thermload": 0.33,
"symbol": "Hpt_PulseLaser_Fixed_Small" "symbol": "Hpt_PulseLaser_Fixed_Small"
}, },
@@ -41,6 +41,7 @@
"edID": 128049385, "edID": 128049385,
"eddbID": 826, "eddbID": 826,
"falloff": 500, "falloff": 500,
"fireint": 0.25,
"grp": "pl", "grp": "pl",
"id": "18", "id": "18",
"integrity": 40, "integrity": 40,
@@ -50,7 +51,6 @@
"power": 0.39, "power": 0.39,
"range": 3000, "range": 3000,
"rating": "G", "rating": "G",
"rof": 4,
"thermload": 0.31, "thermload": 0.31,
"symbol": "Hpt_PulseLaser_Gimbal_Small" "symbol": "Hpt_PulseLaser_Gimbal_Small"
}, },
@@ -68,6 +68,7 @@
"edID": 128049388, "edID": 128049388,
"eddbID": 829, "eddbID": 829,
"falloff": 500, "falloff": 500,
"fireint": 0.3,
"grp": "pl", "grp": "pl",
"id": "19", "id": "19",
"integrity": 40, "integrity": 40,
@@ -77,7 +78,6 @@
"power": 0.38, "power": 0.38,
"range": 3000, "range": 3000,
"rating": "G", "rating": "G",
"rof": 3.33,
"thermload": 0.19, "thermload": 0.19,
"symbol": "Hpt_PulseLaser_Turret_Small" "symbol": "Hpt_PulseLaser_Turret_Small"
}, },
@@ -95,6 +95,7 @@
"edID": 128049382, "edID": 128049382,
"eddbID": 824, "eddbID": 824,
"falloff": 500, "falloff": 500,
"fireint": 0.29,
"grp": "pl", "grp": "pl",
"id": "1a", "id": "1a",
"integrity": 51, "integrity": 51,
@@ -104,7 +105,6 @@
"power": 0.6, "power": 0.6,
"range": 3000, "range": 3000,
"rating": "E", "rating": "E",
"rof": 3.45,
"thermload": 0.56, "thermload": 0.56,
"symbol": "Hpt_PulseLaser_Fixed_Medium" "symbol": "Hpt_PulseLaser_Fixed_Medium"
}, },
@@ -122,6 +122,7 @@
"edID": 128049386, "edID": 128049386,
"eddbID": 827, "eddbID": 827,
"falloff": 500, "falloff": 500,
"fireint": 0.28,
"grp": "pl", "grp": "pl",
"id": "1b", "id": "1b",
"integrity": 51, "integrity": 51,
@@ -131,7 +132,6 @@
"power": 0.6, "power": 0.6,
"range": 3000, "range": 3000,
"rating": "F", "rating": "F",
"rof": 3.57,
"thermload": 0.54, "thermload": 0.54,
"symbol": "Hpt_PulseLaser_Gimbal_Medium" "symbol": "Hpt_PulseLaser_Gimbal_Medium"
}, },
@@ -149,6 +149,7 @@
"edID": 128049389, "edID": 128049389,
"eddbID": 830, "eddbID": 830,
"falloff": 500, "falloff": 500,
"fireint": 0.33,
"grp": "pl", "grp": "pl",
"id": "1c", "id": "1c",
"integrity": 51, "integrity": 51,
@@ -158,7 +159,6 @@
"power": 0.58, "power": 0.58,
"range": 3000, "range": 3000,
"rating": "F", "rating": "F",
"rof": 3.03,
"thermload": 0.33, "thermload": 0.33,
"symbol": "Hpt_PulseLaser_Turret_Medium" "symbol": "Hpt_PulseLaser_Turret_Medium"
}, },
@@ -176,6 +176,7 @@
"edID": 128671342, "edID": 128671342,
"eddbID": 1483, "eddbID": 1483,
"falloff": 500, "falloff": 500,
"fireint": 0.6,
"grp": "pl", "grp": "pl",
"id": "PL", "id": "PL",
"integrity": 51, "integrity": 51,
@@ -186,7 +187,6 @@
"power": 0.7, "power": 0.7,
"pp": "Felicia Winters", "pp": "Felicia Winters",
"rating": "E", "rating": "E",
"rof": 1.664,
"thermload": 1, "thermload": 1,
"symbol": "Hpt_PulseLaser_Fixed_Medium_Disruptor" "symbol": "Hpt_PulseLaser_Fixed_Medium_Disruptor"
}, },
@@ -204,6 +204,7 @@
"edID": 128049383, "edID": 128049383,
"eddbID": 825, "eddbID": 825,
"falloff": 500, "falloff": 500,
"fireint": 0.33,
"grp": "pl", "grp": "pl",
"id": "1d", "id": "1d",
"integrity": 64, "integrity": 64,
@@ -213,7 +214,6 @@
"power": 0.9, "power": 0.9,
"range": 3000, "range": 3000,
"rating": "D", "rating": "D",
"rof": 3.03,
"thermload": 0.96, "thermload": 0.96,
"symbol": "Hpt_PulseLaser_Fixed_Large" "symbol": "Hpt_PulseLaser_Fixed_Large"
}, },
@@ -231,6 +231,7 @@
"edID": 128049387, "edID": 128049387,
"eddbID": 828, "eddbID": 828,
"falloff": 500, "falloff": 500,
"fireint": 0.31,
"grp": "pl", "grp": "pl",
"id": "1e", "id": "1e",
"integrity": 64, "integrity": 64,
@@ -240,7 +241,6 @@
"power": 0.92, "power": 0.92,
"range": 3000, "range": 3000,
"rating": "E", "rating": "E",
"rof": 3.23,
"thermload": 0.92, "thermload": 0.92,
"symbol": "Hpt_PulseLaser_Gimbal_Large" "symbol": "Hpt_PulseLaser_Gimbal_Large"
}, },
@@ -258,6 +258,7 @@
"edID": 128049390, "edID": 128049390,
"eddbID": 831, "eddbID": 831,
"falloff": 500, "falloff": 500,
"fireint": 0.37,
"grp": "pl", "grp": "pl",
"id": "1f", "id": "1f",
"integrity": 64, "integrity": 64,
@@ -267,7 +268,6 @@
"power": 0.89, "power": 0.89,
"range": 3000, "range": 3000,
"rating": "F", "rating": "F",
"rof": 2.7,
"thermload": 0.56, "thermload": 0.56,
"symbol": "Hpt_PulseLaser_Turret_Large" "symbol": "Hpt_PulseLaser_Turret_Large"
}, },
@@ -285,6 +285,7 @@
"edID": 128049384, "edID": 128049384,
"eddbID": 1539, "eddbID": 1539,
"falloff": 500, "falloff": 500,
"fireint": 0.38,
"grp": "pl", "grp": "pl",
"id": "7q", "id": "7q",
"integrity": 80, "integrity": 80,
@@ -294,7 +295,6 @@
"power": 1.33, "power": 1.33,
"range": 3000, "range": 3000,
"rating": "A", "rating": "A",
"rof": 2.63,
"thermload": 1.64, "thermload": 1.64,
"symbol": "Hpt_PulseLaser_Fixed_Huge" "symbol": "Hpt_PulseLaser_Fixed_Huge"
}, },
@@ -312,6 +312,7 @@
"edID": 128681995, "edID": 128681995,
"eddbID": 1545, "eddbID": 1545,
"falloff": 500, "falloff": 500,
"fireint": 0.36,
"grp": "pl", "grp": "pl",
"id": "7r", "id": "7r",
"integrity": 80, "integrity": 80,
@@ -321,7 +322,6 @@
"power": 1.37, "power": 1.37,
"range": 3000, "range": 3000,
"rating": "A", "rating": "A",
"rof": 2.78,
"thermload": 1.56, "thermload": 1.56,
"symbol": "Hpt_PulseLaser_Gimbal_Huge" "symbol": "Hpt_PulseLaser_Gimbal_Huge"
} }

View File

@@ -17,6 +17,7 @@
"edID": 128049488, "edID": 128049488,
"eddbID": 876, "eddbID": 876,
"falloff": 1000, "falloff": 1000,
"fireint": 0.625,
"grp": "rg", "grp": "rg",
"id": "29", "id": "29",
"integrity": 40, "integrity": 40,
@@ -27,7 +28,6 @@
"range": 3000, "range": 3000,
"rating": "D", "rating": "D",
"reload": 1, "reload": 1,
"rof": 1.6,
"thermload": 12, "thermload": 12,
"symbol": "Hpt_Railgun_Fixed_Small" "symbol": "Hpt_Railgun_Fixed_Small"
}, },
@@ -48,6 +48,7 @@
"edID": 128049489, "edID": 128049489,
"eddbID": 877, "eddbID": 877,
"falloff": 1000, "falloff": 1000,
"fireint": 0.83,
"grp": "rg", "grp": "rg",
"id": "2a", "id": "2a",
"integrity": 51, "integrity": 51,
@@ -58,7 +59,6 @@
"range": 3000, "range": 3000,
"rating": "B", "rating": "B",
"reload": 1, "reload": 1,
"rof": 1.2,
"thermload": 20, "thermload": 20,
"symbol": "Hpt_Railgun_Fixed_Medium" "symbol": "Hpt_Railgun_Fixed_Medium"
}, },
@@ -81,6 +81,7 @@
"edID": 128671341, "edID": 128671341,
"eddbID": 1484, "eddbID": 1484,
"falloff": 1000, "falloff": 1000,
"fireint": 0.4,
"grp": "rg", "grp": "rg",
"id": "ih", "id": "ih",
"integrity": 51, "integrity": 51,
@@ -93,7 +94,6 @@
"range": 3000, "range": 3000,
"rating": "B", "rating": "B",
"reload": 1, "reload": 1,
"rof": 4.1,
"thermload": 11, "thermload": 11,
"symbol": "Hpt_Railgun_Fixed_Medium_Burst" "symbol": "Hpt_Railgun_Fixed_Medium_Burst"
} }

View File

@@ -16,6 +16,7 @@
"edID": 128785626, "edID": 128785626,
"eddbID": 1620, "eddbID": 1620,
"falloff": 100000, "falloff": 100000,
"fireint": 2.0,
"grp": "rfl", "grp": "rfl",
"id": "x8", "id": "x8",
"integrity": 51, "integrity": 51,
@@ -25,7 +26,6 @@
"power": 1.2, "power": 1.2,
"rating": "B", "rating": "B",
"reload": 2, "reload": 2,
"rof": 0.5,
"shotspeed": 550, "shotspeed": 550,
"thermload": 3.6, "thermload": 3.6,
"symbol": "Hpt_FlakMortar_Fixed_Medium" "symbol": "Hpt_FlakMortar_Fixed_Medium"
@@ -46,6 +46,7 @@
"edID": 128793058, "edID": 128793058,
"eddbID": 1621, "eddbID": 1621,
"falloff": 100000, "falloff": 100000,
"fireint": 2.0,
"grp": "rfl", "grp": "rfl",
"id": "x9", "id": "x9",
"integrity": 51, "integrity": 51,
@@ -55,7 +56,6 @@
"power": 1.2, "power": 1.2,
"rating": "B", "rating": "B",
"reload": 2, "reload": 2,
"rof": 0.5,
"shotspeed": 550, "shotspeed": 550,
"thermload": 3.6, "thermload": 3.6,
"symbol": "Hpt_FlakMortar_Turret_Medium" "symbol": "Hpt_FlakMortar_Turret_Medium"

View File

@@ -14,10 +14,10 @@
"power": 1.2, "power": 1.2,
"damage": 13, "damage": 13,
"distdraw": 0.24, "distdraw": 0.24,
"fireint": 2.0,
"thermload": 3.6, "thermload": 3.6,
"piercing": 80, "piercing": 80,
"shotspeed": 550, "shotspeed": 550,
"rof": 0.5,
"clip": 1, "clip": 1,
"ammo": 72, "ammo": 72,
"reload": 2, "reload": 2,
@@ -43,10 +43,10 @@
"power": 1.2, "power": 1.2,
"damage": 13, "damage": 13,
"distdraw": 0.24, "distdraw": 0.24,
"fireint": 2.0,
"thermload": 3.6, "thermload": 3.6,
"piercing": 70, "piercing": 70,
"shotspeed": 550, "shotspeed": 550,
"rof": 0.5,
"clip": 1, "clip": 1,
"ammo": 72, "ammo": 72,
"reload": 2, "reload": 2,

View File

@@ -16,6 +16,7 @@
"edID": 128915461, "edID": 128915461,
"eddbID": 823, "eddbID": 823,
"falloff": 500, "falloff": 500,
"fireint": 1.0,
"ammo": 72, "ammo": 72,
"clip": 1, "clip": 1,
"grp": "scl", "grp": "scl",
@@ -27,7 +28,6 @@
"power": 1.2, "power": 1.2,
"range": 3000, "range": 3000,
"rating": "B", "rating": "B",
"rof": 1,
"thermload": 3.6, "thermload": 3.6,
"symbol": "Hpt_Mining_SeismChrgWarhd_Turret_Medium" "symbol": "Hpt_Mining_SeismChrgWarhd_Turret_Medium"
}, },
@@ -47,6 +47,7 @@
"edID": 128049381, "edID": 128049381,
"eddbID": 823, "eddbID": 823,
"falloff": 500, "falloff": 500,
"fireint": 1.0,
"ammo": 72, "ammo": 72,
"clip": 1, "clip": 1,
"grp": "scl", "grp": "scl",
@@ -58,7 +59,6 @@
"power": 1.2, "power": 1.2,
"range": 3000, "range": 3000,
"rating": "B", "rating": "B",
"rof": 1,
"thermload": 3.6, "thermload": 3.6,
"symbol": "Hpt_Mining_SeismChrgWarhd_Fixed_Medium" "symbol": "Hpt_Mining_SeismChrgWarhd_Fixed_Medium"
} }

View File

@@ -14,11 +14,11 @@
"power": 0.89, "power": 0.89,
"damage": 18.1, "damage": 18.1,
"distdraw": 0.92, "distdraw": 0.92,
"fireint": 0.1,
"thermload": 2.7, "thermload": 2.7,
"piercing": 60, "piercing": 60,
"range": 3000, "range": 3000,
"shotspeed": 1200, "shotspeed": 1200,
"rof": 10,
"roundspershot": 0, "roundspershot": 0,
"clip": 16, "clip": 16,
"ammo": 240, "ammo": 240,
@@ -50,12 +50,12 @@
}, },
"distdraw": 1.07, "distdraw": 1.07,
"falloff": 2500, "falloff": 2500,
"fireint": 0.1,
"integrity": 64, "integrity": 64,
"mount": "G", "mount": "G",
"piercing": 60, "piercing": 60,
"power": 0.89, "power": 0.89,
"range": 3000, "range": 3000,
"rof": 10,
"shotspeed": 1200, "shotspeed": 1200,
"thermload": 3.1, "thermload": 3.1,
"cost": 2249050, "cost": 2249050,
@@ -79,11 +79,11 @@
"power": 0.64, "power": 0.64,
"damage": 12.32, "damage": 12.32,
"distdraw": 0.79, "distdraw": 0.79,
"fireint": 0.1,
"thermload": 2.2, "thermload": 2.2,
"piercing": 60, "piercing": 60,
"range": 3000, "range": 3000,
"shotspeed": 1200, "shotspeed": 1200,
"rof": 10,
"clip": 16, "clip": 16,
"ammo": 240, "ammo": 240,
"reload": 6, "reload": 6,
@@ -112,12 +112,12 @@
}, },
"distdraw": 0.58, "distdraw": 0.58,
"falloff": 2500, "falloff": 2500,
"fireint": 0.1,
"integrity": 51, "integrity": 51,
"mount": "G", "mount": "G",
"piercing": 40, "piercing": 40,
"power": 0.89, "power": 0.89,
"range": 3000, "range": 3000,
"rof": 10,
"reload": 6, "reload": 6,
"shotspeed": 1200, "shotspeed": 1200,
"thermload": 2.1, "thermload": 2.1,
@@ -141,11 +141,11 @@
"power": 0.57, "power": 0.57,
"damage": 13, "damage": 13,
"distdraw": 0.47, "distdraw": 0.47,
"fireint": 0.1,
"thermload": 1.8, "thermload": 1.8,
"piercing": 40, "piercing": 40,
"range": 3000, "range": 3000,
"shotspeed": 1200, "shotspeed": 1200,
"rof": 10,
"clip": 16, "clip": 16,
"ammo": 240, "ammo": 240,
"reload": 6, "reload": 6,
@@ -171,11 +171,11 @@
"power": 0.5, "power": 0.5,
"damage": 9, "damage": 9,
"distdraw": 0.39, "distdraw": 0.39,
"fireint": 0.1,
"thermload": 1.2, "thermload": 1.2,
"piercing": 40, "piercing": 40,
"range": 3000, "range": 3000,
"shotspeed": 1200, "shotspeed": 1200,
"rof": 10,
"roundspershot": 0, "roundspershot": 0,
"clip": 16, "clip": 16,
"ammo": 240, "ammo": 240,
@@ -204,11 +204,11 @@
"power": 0.41, "power": 0.41,
"damage": 8.6, "damage": 8.6,
"distdraw": 0.27, "distdraw": 0.27,
"fireint": 0.1,
"thermload": 1.1, "thermload": 1.1,
"piercing": 25, "piercing": 25,
"range": 3000, "range": 3000,
"shotspeed": 1200, "shotspeed": 1200,
"rof": 10,
"clip": 16, "clip": 16,
"ammo": 240, "ammo": 240,
"reload": 6, "reload": 6,
@@ -237,13 +237,13 @@
"K": 1 "K": 1
}, },
"distdraw": 0.39, "distdraw": 0.39,
"fireint": 0.1,
"falloff": 2500, "falloff": 2500,
"integrity": 40, "integrity": 40,
"mount": "G", "mount": "G",
"piercing": 25, "piercing": 25,
"power": 0.47, "power": 0.47,
"range": 3000, "range": 3000,
"rof": 10,
"shotspeed": 1200, "shotspeed": 1200,
"thermload": 1.5, "thermload": 1.5,
"cost": 137501, "cost": 137501,
@@ -267,11 +267,11 @@
"power": 0.54, "power": 0.54,
"damage": 4.5, "damage": 4.5,
"distdraw": 0.21, "distdraw": 0.21,
"fireint": 0.1,
"thermload": 0.7, "thermload": 0.7,
"piercing": 25, "piercing": 25,
"range": 3000, "range": 3000,
"shotspeed": 1200, "shotspeed": 1200,
"rof": 10,
"clip": 16, "clip": 16,
"ammo": 240, "ammo": 240,
"reload": 6, "reload": 6,

View File

@@ -16,6 +16,7 @@
"edID": 128915457, "edID": 128915457,
"eddbID": 823, "eddbID": 823,
"falloff": 500, "falloff": 500,
"fireint": 2.0,
"ammo": 96, "ammo": 96,
"clip": 1, "clip": 1,
"grp": "sdm", "grp": "sdm",
@@ -28,7 +29,6 @@
"power": 1.01, "power": 1.01,
"range": 3000, "range": 3000,
"rating": "B", "rating": "B",
"rof": 0.5,
"thermload": 2.9, "thermload": 2.9,
"symbol": "Hpt_Mining_SubSurfDispMisle_Fixed_Medium" "symbol": "Hpt_Mining_SubSurfDispMisle_Fixed_Medium"
}, },
@@ -48,6 +48,7 @@
"edID": 128049381, "edID": 128049381,
"eddbID": 823, "eddbID": 823,
"falloff": 500, "falloff": 500,
"fireint": 2.0,
"ammo": 96, "ammo": 96,
"clip": 1, "clip": 1,
"grp": "sdm", "grp": "sdm",
@@ -60,7 +61,6 @@
"power": 0.93, "power": 0.93,
"range": 3000, "range": 3000,
"rating": "B", "rating": "B",
"rof": 0.5,
"thermload": 2.9, "thermload": 2.9,
"symbol": "Hpt_Mining_Subsurfdispmisle_Turret_Medium" "symbol": "Hpt_Mining_Subsurfdispmisle_Turret_Medium"
}, },
@@ -80,6 +80,7 @@
"edID": 128915455, "edID": 128915455,
"eddbID": 823, "eddbID": 823,
"falloff": 500, "falloff": 500,
"fireint": 2.0,
"ammo": 32, "ammo": 32,
"clip": 1, "clip": 1,
"grp": "sdm", "grp": "sdm",
@@ -92,7 +93,6 @@
"power": 0.42, "power": 0.42,
"range": 3000, "range": 3000,
"rating": "B", "rating": "B",
"rof": 0.5,
"thermload": 2.2, "thermload": 2.2,
"symbol": "Hpt_Mining_SubSurfDispMisle_Fixed_Small" "symbol": "Hpt_Mining_SubSurfDispMisle_Fixed_Small"
}, },
@@ -112,6 +112,7 @@
"edID": 128049381, "edID": 128049381,
"eddbID": 823, "eddbID": 823,
"falloff": 500, "falloff": 500,
"fireint": 2.0,
"ammo": 32, "ammo": 32,
"clip": 1, "clip": 1,
"grp": "sdm", "grp": "sdm",
@@ -124,7 +125,6 @@
"power": 0.42, "power": 0.42,
"range": 3000, "range": 3000,
"rating": "B", "rating": "B",
"rof": 0.5,
"thermload": 2.2, "thermload": 2.2,
"symbol": "Hpt_Mining_Subsurfdispmisle_Turret_Small" "symbol": "Hpt_Mining_Subsurfdispmisle_Turret_Small"
} }

View File

@@ -15,6 +15,7 @@
"distdraw": 0, "distdraw": 0,
"edID": 128049509, "edID": 128049509,
"eddbID": 882, "eddbID": 882,
"fireint": 1.0,
"grp": "tp", "grp": "tp",
"id": "2h", "id": "2h",
"integrity": 40, "integrity": 40,
@@ -25,7 +26,6 @@
"power": 0.4, "power": 0.4,
"rating": "I", "rating": "I",
"reload": 5, "reload": 5,
"rof": 1,
"shotspeed": 250, "shotspeed": 250,
"thermload": 45, "thermload": 45,
"symbol": "Hpt_AdvancedTorpPylon_Fixed_Small" "symbol": "Hpt_AdvancedTorpPylon_Fixed_Small"
@@ -45,6 +45,7 @@
"distdraw": 0, "distdraw": 0,
"edID": 128049510, "edID": 128049510,
"eddbID": 883, "eddbID": 883,
"fireint": 1.0,
"grp": "tp", "grp": "tp",
"id": "2i", "id": "2i",
"integrity": 51, "integrity": 51,
@@ -55,7 +56,6 @@
"power": 0.4, "power": 0.4,
"rating": "I", "rating": "I",
"reload": 5, "reload": 5,
"rof": 1,
"shotspeed": 250, "shotspeed": 250,
"thermload": 50, "thermload": 50,
"symbol": "Hpt_AdvancedTorpPylon_Fixed_Medium" "symbol": "Hpt_AdvancedTorpPylon_Fixed_Medium"
@@ -75,6 +75,7 @@
"distdraw": 0, "distdraw": 0,
"edID": 128049511, "edID": 128049511,
"eddbID": 1655, "eddbID": 1655,
"fireint": 1.0,
"grp": "tp", "grp": "tp",
"id": "yK", "id": "yK",
"integrity": 64, "integrity": 64,
@@ -85,7 +86,6 @@
"power": 0.6, "power": 0.6,
"rating": "I", "rating": "I",
"reload": 5, "reload": 5,
"rof": 1,
"shotspeed": 250, "shotspeed": 250,
"thermload": 55, "thermload": 55,
"symbol": "Hpt_AdvancedTorpPylon_Fixed_Large" "symbol": "Hpt_AdvancedTorpPylon_Fixed_Large"