From c5a508087bb1d8592c583f71f5c80b88aa39dcb0 Mon Sep 17 00:00:00 2001 From: willyb321 Date: Thu, 22 Nov 2018 07:31:55 +1100 Subject: [PATCH] add heat capacity to all ships --- dist/index.js | 342 ++++++++++++--------- dist/index.json | 514 +++++++++++++++++--------------- ships/adder.json | 1 + ships/alliance_challenger.json | 1 + ships/alliance_chieftain.json | 1 + ships/alliance_crusader.json | 1 + ships/anaconda.json | 1 + ships/asp.json | 1 + ships/asp_scout.json | 1 + ships/beluga.json | 1 + ships/cobra_mk_iii.json | 1 + ships/cobra_mk_iv.json | 1 + ships/diamondback_explorer.json | 1 + ships/diamondback_scout.json | 1 + ships/dolphin.json | 1 + ships/eagle.json | 1 + ships/federal_assault_ship.json | 3 +- ships/federal_corvette.json | 1 + ships/federal_dropship.json | 1 + ships/federal_gunship.json | 1 + ships/fer_de_lance.json | 1 + ships/hauler.json | 1 + ships/imperial_clipper.json | 1 + ships/imperial_courier.json | 1 + ships/imperial_cutter.json | 1 + ships/imperial_eagle.json | 1 + ships/keelback.json | 1 + ships/krait_mkii.json | 1 + ships/krait_phantom.json | 1 + ships/mamba.json | 1 + ships/orca.json | 1 + ships/python.json | 1 + ships/sidewinder.json | 1 + ships/type_10_defender.json | 1 + ships/type_6_transporter.json | 1 + ships/type_7_transport.json | 1 + ships/type_9_heavy.json | 1 + ships/viper.json | 1 + ships/viper_mk_iv.json | 1 + ships/vulture.json | 1 + 40 files changed, 513 insertions(+), 383 deletions(-) diff --git a/dist/index.js b/dist/index.js index d5cdcda..2b8ec61 100644 --- a/dist/index.js +++ b/dist/index.js @@ -11,6 +11,7 @@ module.exports = { speed: 220, boost: 320, boostEnergy: 9, + heatCapacity: 170, baseShieldStrength: 60, baseArmour: 90, hardness: 35, @@ -92,7 +93,7 @@ module.exports = { defaults: { standard: [ "3E", "3E", "3E", "1E", "2E", "3E", "3C" ], hardpoints: [ 0, 17, 17, 0, 0 ], - internal: [ "01", "44", "00", 0, "2h" ] + internal: [ "01", "44", "00", 0, "" ] } }, alliance_chieftain: { @@ -107,6 +108,7 @@ module.exports = { boost: 330, boostEnergy: 19, baseShieldStrength: 200, + heatCapacity: 289, baseArmour: 280, hardness: 65, hullMass: 400, @@ -226,7 +228,7 @@ module.exports = { defaults: { standard: [ "6E", "6E", "5E", "5E", "6E", "4E", "4C" ], hardpoints: [ 17, 0, 17, 0, 0, 0, 0, 0, 0, 0 ], - internal: [ "04", "4e", "02", "", "2h", "", "", "" ] + internal: [ "04", "4e", "02", "", "", "", "", "" ] } }, alliance_challenger: { @@ -240,6 +242,7 @@ module.exports = { speed: 204, boost: 310, boostEnergy: 19, + heatCapacity: 316, baseShieldStrength: 220, baseArmour: 300, hardness: 65, @@ -360,7 +363,7 @@ module.exports = { defaults: { standard: [ "6E", "6E", "5E", "5E", "6E", "4E", "4C" ], hardpoints: [ 17, 0, 17, 0, 0, 0, 0, 0, 0, 0 ], - internal: [ "04", "4h", "01", "01", "2h", "", "", "", "" ] + internal: [ "04", "4h", "01", "01", "", "", "", "", "" ] } }, alliance_crusader: { @@ -376,6 +379,7 @@ module.exports = { boostEnergy: 19, baseShieldStrength: 200, baseArmour: 300, + heatCapacity: 316, hardness: 65, hullMass: 500, masslock: 13, @@ -495,7 +499,7 @@ module.exports = { defaults: { standard: [ "6E", "6E", "5E", "5E", "6E", "4E", "4C" ], hardpoints: [ 17, 0, 17, 0, 0, 0, 0, 0, 0, 0 ], - internal: [ "04", "4e", "02", "", "2h", "", "", "" ] + internal: [ "04", "4e", "02", "", "", "", "", "" ] } }, anaconda: { @@ -511,6 +515,7 @@ module.exports = { boostEnergy: 27, baseShieldStrength: 350, baseArmour: 525, + heatCapacity: 334, hardness: 65, hullMass: 400, masslock: 23, @@ -603,7 +608,7 @@ module.exports = { defaults: { standard: [ "8E", "7E", "6E", "5E", "8E", "8E", "5C" ], hardpoints: [ 0, 0, 0, 0, 0, 0, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0 ], - internal: [ "05", "04", "4j", 0, "03", 0, 0, 0, 0, 0, "2h", "00" ] + internal: [ "05", "04", "4j", 0, "03", 0, 0, 0, 0, 0, "", "00" ] } }, asp: { @@ -618,6 +623,7 @@ module.exports = { boost: 340, boostEnergy: 13, baseShieldStrength: 140, + heatCapacity: 272, baseArmour: 210, hardness: 52, hullMass: 280, @@ -698,7 +704,7 @@ module.exports = { defaults: { standard: [ "5E", "5E", "5E", "4E", "4E", "5E", "5C" ], hardpoints: [ 0, 0, 17, 17, 0, 0, 0, 0, 0, 0 ], - internal: [ "04", "4e", "01", 0, 0, "00", "2h" ] + internal: [ "04", "4e", "01", 0, 0, "00", "" ] } }, asp_scout: { @@ -713,6 +719,7 @@ module.exports = { boost: 300, boostEnergy: 13, baseShieldStrength: 120, + heatCapacity: 210, baseArmour: 180, hardness: 52, hullMass: 150, @@ -808,6 +815,7 @@ module.exports = { boost: 280, boostEnergy: 19, baseShieldStrength: 280, + heatCapacity: 283, baseArmour: 280, hardness: 60, hullMass: 950, @@ -893,7 +901,7 @@ module.exports = { defaults: { standard: [ "6E", "7E", "7E", "8E", "6E", "5E", "7C" ], hardpoints: [ 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], - internal: [ "4j", "04", "mi", "mi", "mg", "mg", "02", "01", 0, 0, "2h" ] + internal: [ "4j", "04", "mi", "mi", "mg", "mg", "02", "01", 0, 0, "" ] } }, cobra_mk_iii: { @@ -909,6 +917,7 @@ module.exports = { boostEnergy: 10, baseShieldStrength: 80, baseArmour: 120, + heatCapacity: 225, hardness: 35, hullMass: 180, masslock: 8, @@ -988,7 +997,7 @@ module.exports = { defaults: { standard: [ "4E", "4E", "4E", "3E", "3E", "3E", "4C" ], hardpoints: [ 17, 17, 0, 0, 0, 0 ], - internal: [ "02", "02", "49", "00", 0, "2h" ] + internal: [ "02", "02", "49", "00", 0, "" ] } }, cobra_mk_iv: { @@ -1003,6 +1012,7 @@ module.exports = { boost: 300, boostEnergy: 10, baseShieldStrength: 120, + heatCapacity: 228, baseArmour: 120, hardness: 35, hullMass: 210, @@ -1086,7 +1096,7 @@ module.exports = { defaults: { standard: [ "4E", "4E", "4E", "3E", "3E", "3E", "4C" ], hardpoints: [ 17, 17, 0, 0, 0, 0, 0 ], - internal: [ "02", "02", "49", 0, 0, 0, "00", "2h" ] + internal: [ "02", "02", "49", 0, 0, 0, "00", "" ] } }, diamondback_explorer: { @@ -1103,6 +1113,7 @@ module.exports = { baseShieldStrength: 150, baseArmour: 150, hardness: 42, + heatCapacity: 351, hullMass: 260, masslock: 10, pipSpeed: .098214285714286, @@ -1181,7 +1192,7 @@ module.exports = { defaults: { standard: [ "4E", "4E", "5E", "3E", "4E", "3E", "5C" ], hardpoints: [ 0, 17, 17, 0, 0, 0, 0 ], - internal: [ "49", "02", "01", 0, "2h", 0 ] + internal: [ "49", "02", "01", 0, "", 0 ] } }, diamondback: { @@ -1198,6 +1209,7 @@ module.exports = { baseShieldStrength: 120, baseArmour: 120, hardness: 40, + heatCapacity: 346, hullMass: 170, masslock: 8, pipSpeed: .096153846153846, @@ -1276,7 +1288,7 @@ module.exports = { defaults: { standard: [ "4E", "4E", "4E", "2E", "3E", "2E", "4C" ], hardpoints: [ 17, 17, 0, 0, 0, 0, 0, 0 ], - internal: [ "44", 0, 0, "2h" ] + internal: [ "44", 0, 0, "" ] } }, dolphin: { @@ -1294,6 +1306,7 @@ module.exports = { baseArmour: 110, hardness: 35, hullMass: 140, + heatCapacity: 165, masslock: 9, pipSpeed: .13, luxuryCabins: true, @@ -1375,7 +1388,7 @@ module.exports = { defaults: { standard: [ "4E", "5E", "4E", "4E", "3E", "3E", "4C" ], hardpoints: [ 17, 17, 0, 0, 0 ], - internal: [ "md", "02", "49", "01", "00", 0, "2h" ] + internal: [ "md", "02", "49", "01", "00", 0, "" ] } }, eagle: { @@ -1393,6 +1406,7 @@ module.exports = { baseArmour: 40, hardness: 28, hullMass: 50, + heatCapacity: 165, masslock: 6, pipSpeed: .0625, pitch: 50, @@ -1482,7 +1496,7 @@ module.exports = { defaults: { standard: [ "2E", "3E", "3E", "1E", "2E", "2E", "2C" ], hardpoints: [ 17, 17, 0, 0 ], - internal: [ "44", "00", 0, "2h", 0 ] + internal: [ "44", "00", 0, "", 0 ] } }, federal_assault_ship: { @@ -1500,6 +1514,7 @@ module.exports = { baseArmour: 300, hardness: 60, hullMass: 480, + heatCapacity: 286, masslock: 14, pipSpeed: .071428571428571, pitch: 38, @@ -1623,6 +1638,7 @@ module.exports = { hardness: 70, hullMass: 900, masslock: 24, + heatCapacity: 333, pipSpeed: .125, fighterHangars: true, pitch: 28, @@ -1727,7 +1743,7 @@ module.exports = { defaults: { standard: [ "8E", "7E", "6E", "5E", "8E", "8E", "5C" ], hardpoints: [ 0, 0, 0, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], - internal: [ "4o", "05", 0, 0, 0, 0, 0, 0, 0, "02", "01", "2h" ] + internal: [ "4o", "05", 0, 0, 0, 0, 0, 0, 0, "02", "01", "" ] } }, federal_dropship: { @@ -1745,6 +1761,7 @@ module.exports = { baseArmour: 300, hardness: 60, hullMass: 580, + heatCapacity: 331, masslock: 14, pipSpeed: .11111111111111, pitch: 30, @@ -1849,7 +1866,7 @@ module.exports = { defaults: { standard: [ "6E", "6E", "5E", "5E", "6E", "4E", "4C" ], hardpoints: [ 0, 17, 17, 0, 0, 0, 0, 0, 0 ], - internal: [ "04", "03", "4e", "02", 0, 0, 0, 0, "2h" ] + internal: [ "04", "03", "4e", "02", 0, 0, 0, 0, "" ] } }, federal_gunship: { @@ -1867,6 +1884,7 @@ module.exports = { baseArmour: 350, hardness: 60, hullMass: 580, + heatCapacity: 325, masslock: 14, pipSpeed: .10294117647059, fighterHangars: true, @@ -1984,7 +2002,7 @@ module.exports = { defaults: { standard: [ "6E", "6E", "5E", "5E", "7E", "5E", "4C" ], hardpoints: [ 0, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0 ], - internal: [ 0, "4j", "03", 0, 0, 0, 0, "2h" ] + internal: [ 0, "4j", "03", 0, 0, 0, 0, "" ] } }, fer_de_lance: { @@ -2002,6 +2020,7 @@ module.exports = { baseArmour: 225, hardness: 70, hullMass: 250, + heatCapacity: 224, masslock: 12, pipSpeed: .038461538461538, pitch: 38, @@ -2079,7 +2098,7 @@ module.exports = { defaults: { standard: [ "5E", "5E", "4E", "4E", "6E", "4E", "3C" ], hardpoints: [ 0, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0 ], - internal: [ "03", "49", "02", 0, "2h" ] + internal: [ "03", "49", "02", 0, "" ] } }, hauler: { @@ -2096,6 +2115,7 @@ module.exports = { baseShieldStrength: 50, baseArmour: 100, hardness: 20, + heatCapacity: 123, hullMass: 14, masslock: 6, pipSpeed: .1625, @@ -2174,7 +2194,7 @@ module.exports = { defaults: { standard: [ "2E", "2E", "2E", "1E", "1E", "1E", "2C" ], hardpoints: [ 17, 0, 0 ], - internal: [ "01", "01", "3v", "2h" ] + internal: [ "01", "01", "3v", "" ] } }, imperial_clipper: { @@ -2193,6 +2213,7 @@ module.exports = { hardness: 60, hullMass: 400, masslock: 12, + heatCapacity: 304, pipSpeed: .1, pitch: 40, roll: 80, @@ -2272,7 +2293,7 @@ module.exports = { defaults: { standard: [ "6E", "6E", "5E", "5E", "6E", "5E", "4C" ], hardpoints: [ 0, 0, 17, 17, 0, 0, 0, 0 ], - internal: [ "05", "4j", "02", 0, 0, 0, "00", "2h" ] + internal: [ "05", "4j", "02", 0, 0, 0, "00", "" ] } }, imperial_courier: { @@ -2291,6 +2312,7 @@ module.exports = { hardness: 30, hullMass: 35, masslock: 7, + heatCapacity: 230, pipSpeed: .053571428571429, pitch: 38, roll: 90, @@ -2370,7 +2392,7 @@ module.exports = { defaults: { standard: [ "4E", "3E", "3E", "1E", "3E", "2E", "3C" ], hardpoints: [ 17, 17, 0, 0, 0, 0, 0 ], - internal: [ "01", "01", "3v", "00", "00", "2h" ] + internal: [ "01", "01", "3v", "00", "00", "" ] } }, imperial_cutter: { @@ -2388,6 +2410,7 @@ module.exports = { baseArmour: 400, hardness: 70, hullMass: 1100, + heatCapacity: 327, masslock: 27, pipSpeed: .05, fighterHangars: true, @@ -2493,7 +2516,7 @@ module.exports = { defaults: { standard: [ "8E", "8E", "7E", "7E", "7E", "7E", "6C" ], hardpoints: [ 0, 0, 0, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], - internal: [ "4t", "06", "04", 0, 0, 0, 0, 0, 0, "01", "2h" ] + internal: [ "4t", "06", "04", 0, 0, 0, 0, 0, 0, "01", "" ] } }, imperial_eagle: { @@ -2510,6 +2533,7 @@ module.exports = { baseShieldStrength: 80, baseArmour: 60, hardness: 28, + heatCapacity: 163, hullMass: 50, masslock: 6, pipSpeed: .075, @@ -2600,7 +2624,7 @@ module.exports = { defaults: { standard: [ "3E", "3E", "3E", "1E", "2E", "2E", "2C" ], hardpoints: [ 0, 17, 17, 0 ], - internal: [ "44", "00", 0, "2h", 0 ] + internal: [ "44", "00", 0, "", 0 ] } }, keelback: { @@ -2617,6 +2641,7 @@ module.exports = { baseShieldStrength: 135, baseArmour: 270, hardness: 45, + heatCapacity: 215, hullMass: 180, masslock: 8, pipSpeed: .1375, @@ -2696,7 +2721,7 @@ module.exports = { defaults: { standard: [ "4E", "4E", "4E", "1E", "3E", "2E", "4C" ], hardpoints: [ 0, 0, 17, 17, 0, 0, 0 ], - internal: [ "03", "03", "02", "44", "00", "2h" ] + internal: [ "03", "03", "02", "44", "00", "" ] } }, krait_mkii: { @@ -2711,6 +2736,7 @@ module.exports = { boost: 330, boostEnergy: 13, baseShieldStrength: 220, + heatCapacity: 300, baseArmour: 220, hardness: 55, hullMass: 320, @@ -2792,7 +2818,7 @@ module.exports = { defaults: { standard: [ "7E", "6E", "5E", "4E", "7E", "6E", "5C" ], hardpoints: [ 0, 0, 0, 17, 17, 0, 0, 0, 0 ], - internal: [ "4h", "04", "04", "03", 0, "2h", 0, "00" ] + internal: [ "4h", "04", "04", "03", 0, "", 0, "00" ] } }, krait_phantom: { @@ -2805,6 +2831,7 @@ module.exports = { hullCost: 42409425, speed: 250, boost: 350, + heatCapacity: 300, boostEnergy: 13, baseShieldStrength: 200, baseArmour: 180, @@ -2887,7 +2914,7 @@ module.exports = { defaults: { standard: [ "7E", "6E", "5E", "4E", "7E", "6E", "5C" ], hardpoints: [ 0, 0, "17", "17", 0, 0, 0, 0, 0 ], - internal: [ "4j", "04", "04", "04", 0, "2h", 0, "00" ] + internal: [ "4j", "04", "04", "04", 0, "", 0, "00" ] } }, orca: { @@ -2903,6 +2930,7 @@ module.exports = { boostEnergy: 16, baseShieldStrength: 220, baseArmour: 220, + heatCapacity: 262, hardness: 55, hullMass: 290, masslock: 16, @@ -2983,7 +3011,7 @@ module.exports = { defaults: { standard: [ "5E", "6E", "5E", "6E", "5E", "4E", "5C" ], hardpoints: [ 0, 17, 17, 0, 0, 0, 0 ], - internal: [ "me", "mc", "03", "4e", "02", 0, 0, "2h" ] + internal: [ "me", "mc", "03", "4e", "02", 0, 0, "" ] } }, mamba: { @@ -2998,6 +3026,7 @@ module.exports = { boost: 380, boostEnergy: 10, baseShieldStrength: 270, + heatCapacity: 165, baseArmour: 230, hardness: 65, hullMass: 250, @@ -3094,6 +3123,7 @@ module.exports = { boostEnergy: 23, baseShieldStrength: 260, baseArmour: 260, + heatCapacity: 300, hardness: 65, hullMass: 350, masslock: 17, @@ -3173,7 +3203,7 @@ module.exports = { defaults: { standard: [ "7E", "6E", "5E", "4E", "7E", "6E", "5C" ], hardpoints: [ 0, 0, 0, 17, 17, 0, 0, 0, 0 ], - internal: [ "04", "04", "4j", "03", 0, 0, 0, "00", "2h" ] + internal: [ "04", "04", "4j", "03", 0, 0, 0, "00", "" ] } }, sidewinder: { @@ -3187,6 +3217,7 @@ module.exports = { speed: 220, boost: 320, boostEnergy: 7, + heatCapacity: 140, baseShieldStrength: 40, baseArmour: 60, hardness: 20, @@ -3268,7 +3299,7 @@ module.exports = { defaults: { standard: [ "2E", "2E", "2E", "1E", "1E", "1E", "1C" ], hardpoints: [ 18, 18, 0, 0 ], - internal: [ "3v", "01", "2h", 0 ] + internal: [ "3v", "01", "", 0 ] } }, type_6_transporter: { @@ -3281,6 +3312,7 @@ module.exports = { hullCost: 865790, speed: 220, boost: 350, + heatCapacity: 179, boostEnergy: 10, baseShieldStrength: 90, baseArmour: 180, @@ -3363,7 +3395,7 @@ module.exports = { defaults: { standard: [ "3E", "4E", "4E", "2E", "3E", "2E", "4C" ], hardpoints: [ 17, 17, 0, 0, 0 ], - internal: [ "03", "03", "02", "02", "44", "00", "2h" ] + internal: [ "03", "03", "02", "02", "44", "00", "" ] } }, type_7_transport: { @@ -3375,6 +3407,7 @@ module.exports = { class: 3, hullCost: 16780510, speed: 180, + heatCapacity: 226, boost: 300, boostEnergy: 10, baseShieldStrength: 155, @@ -3458,7 +3491,7 @@ module.exports = { defaults: { standard: [ "4E", "5E", "5E", "4E", "3E", "3E", "5C" ], hardpoints: [ 17, 17, 0, 0, 0, 0, 0, 0 ], - internal: [ "04", "04", "04", "03", "03", "49", 0, 0, "2h" ] + internal: [ "04", "04", "04", "03", "03", "49", 0, 0, "" ] } }, type_9_heavy: { @@ -3472,6 +3505,7 @@ module.exports = { speed: 130, boost: 200, boostEnergy: 19, + heatCapacity: 289, baseShieldStrength: 240, baseArmour: 480, hardness: 65, @@ -3554,7 +3588,7 @@ module.exports = { defaults: { standard: [ "6E", "7E", "6E", "5E", "6E", "4E", "6C" ], hardpoints: [ 17, 17, 0, 0, 0, 0, 0, 0, 0 ], - internal: [ "06", "06", "05", "4j", "03", "02", 0, "01", 0, "2h" ] + internal: [ "06", "06", "05", "4j", "03", "02", 0, "01", 0, "" ] } }, type_10_defender: { @@ -3572,6 +3606,7 @@ module.exports = { baseArmour: 580, hardness: 75, hullMass: 1200, + heatCapacity: 335, masslock: 26, pipSpeed: .041666666666667, fighterHangars: true, @@ -3673,7 +3708,7 @@ module.exports = { defaults: { standard: [ "6E", "7E", "6E", "5E", "7E", "4E", "6C" ], hardpoints: [ 0, 0, 0, 0, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], - internal: [ "06", "05", "4j", "03", "02", 0, "01", 0, "2h", 0, 0 ] + internal: [ "06", "05", "4j", "03", "02", 0, "01", 0, "", 0, 0 ] } }, viper: { @@ -3691,6 +3726,7 @@ module.exports = { baseArmour: 70, hardness: 35, hullMass: 50, + heatCapacity: 195, masslock: 7, pipSpeed: .09375, pitch: 35, @@ -3780,7 +3816,7 @@ module.exports = { defaults: { standard: [ "3E", "3E", "3E", "2E", "3E", "3E", "2C" ], hardpoints: [ 17, 17, 0, 0, 0, 0 ], - internal: [ "01", "44", 0, 0, "2h" ] + internal: [ "01", "44", 0, 0, "" ] } }, viper_mk_iv: { @@ -3798,6 +3834,7 @@ module.exports = { baseArmour: 150, hardness: 35, hullMass: 190, + heatCapacity: 209, masslock: 7, pipSpeed: .087962962962963, pitch: 30, @@ -3887,7 +3924,7 @@ module.exports = { defaults: { standard: [ "4E", "4E", "4E", "2E", "3E", "3E", "4C" ], hardpoints: [ 0, 0, 17, 17, 0, 0 ], - internal: [ "02", "02", "44", 0, "00", 0, "2h" ] + internal: [ "02", "02", "44", 0, "00", 0, "" ] } }, vulture: { @@ -3903,6 +3940,7 @@ module.exports = { boostEnergy: 16, baseShieldStrength: 240, baseArmour: 160, + heatCapacity: 237, hardness: 55, hullMass: 230, masslock: 10, @@ -3994,7 +4032,7 @@ module.exports = { defaults: { standard: [ "4E", "5E", "4E", "3E", "5E", "4E", "3C" ], hardpoints: [ 17, 17, 0, 0, 0, 0 ], - internal: [ "4e", 0, "02", 0, 0, "2h" ] + internal: [ "4e", 0, "02", 0, 0, "" ] } } }, @@ -8317,14 +8355,14 @@ module.exports = { grp: "ul", id: "cy", integrity: 40, - jitter: 3.5, + jitter: 1.7, mass: 2, mount: "F", name: "Cytoscrambler", piercing: 1, power: .8, pp: "Archon Delaine", - range: 3e3, + range: 1e3, rating: "F", rof: 7.6, thermload: .3, @@ -9234,7 +9272,8 @@ module.exports = { cost: 379e3, damage: 3.3, damagedist: { - X: 1 + X: 1, + K: 1 }, distdraw: .11, edID: 128788701, @@ -9264,7 +9303,8 @@ module.exports = { cost: 1826500, damage: 1.7, damagedist: { - X: 1 + X: 1, + K: 1 }, distdraw: .06, edID: 128793059, @@ -9294,7 +9334,8 @@ module.exports = { cost: 1181500, damage: 6.1, damagedist: { - X: 1 + X: 1, + K: 1 }, distdraw: .18, edID: 128788702, @@ -9324,7 +9365,8 @@ module.exports = { cost: 3821600, damage: 3.3, damagedist: { - X: 1 + X: 1, + K: 1 }, distdraw: .06, edID: 128793060, @@ -10543,7 +10585,8 @@ module.exports = { cost: 540900, damage: 64, damagedist: { - X: 1 + X: 1, + E: 1 }, distdraw: .14, edID: 128788699, @@ -10573,7 +10616,8 @@ module.exports = { cost: 2022700, damage: 50, damagedist: { - X: 1 + X: 1, + E: 1 }, distdraw: .08, edID: 128788704, @@ -10603,7 +10647,8 @@ module.exports = { cost: 1352250, damage: 64, damagedist: { - X: 1 + X: 1, + E: 1 }, distdraw: .24, edID: 128788700, @@ -10633,7 +10678,8 @@ module.exports = { cost: 4056750, damage: 64, damagedist: { - X: 1 + X: 1, + E: 1 }, distdraw: .14, edID: 128788705, @@ -18760,9 +18806,9 @@ module.exports = { Iron: 1 }, features: { - explres: [ 0, .042 ], + explres: [ 0, .03 ], hullboost: [ -.01, -.01 ], - kinres: [ 0, .036 ], + kinres: [ 0, .03 ], mass: [ 0, -.15 ], thermres: [ 0, .03 ] }, @@ -18774,9 +18820,9 @@ module.exports = { Iron: 1 }, features: { - explres: [ .042, .084 ], + explres: [ .03, .06 ], hullboost: [ -.02, -.02 ], - kinres: [ .036, .072 ], + kinres: [ .03, .06 ], mass: [ -.15, -.25 ], thermres: [ .03, .06 ] }, @@ -18789,9 +18835,9 @@ module.exports = { Iron: 1 }, features: { - explres: [ .084, .126 ], + explres: [ .06, .09 ], hullboost: [ -.03, -.03 ], - kinres: [ .072, .108 ], + kinres: [ .06, .09 ], mass: [ -.25, -.35 ], thermres: [ .06, .09 ] }, @@ -18804,9 +18850,9 @@ module.exports = { "Proprietary Composites": 1 }, features: { - explres: [ .126, .168 ], + explres: [ .09, .12 ], hullboost: [ -.04, -.04 ], - kinres: [ .108, .144 ], + kinres: [ .09, .12 ], mass: [ -.35, -.45 ], thermres: [ .09, .12 ] }, @@ -18819,9 +18865,9 @@ module.exports = { Tin: 1 }, features: { - explres: [ .168, .21 ], + explres: [ .12, .15 ], hullboost: [ -.05, -.05 ], - kinres: [ .144, .18 ], + kinres: [ .12, .15 ], mass: [ -.45, -.55 ], thermres: [ .12, .15 ] }, @@ -18840,8 +18886,8 @@ module.exports = { Nickel: 1 }, features: { - explres: [ 0, .168 ], - kinres: [ -.05, -.05 ], + explres: [ 0, .12 ], + kinres: [ -.04, -.04 ], thermres: [ -.04, -.04 ] }, uuid: "c74fe800-a8c1-4ae9-95a1-47a8a9d1f10d" @@ -18852,8 +18898,8 @@ module.exports = { Zinc: 1 }, features: { - explres: [ .168, .266 ], - kinres: [ -.07, -.07 ], + explres: [ .12, .19 ], + kinres: [ -.06, -.06 ], thermres: [ -.06, -.06 ] }, uuid: "78f76eb3-ac9e-47bd-be6f-a26b4fdf9c57" @@ -18864,8 +18910,8 @@ module.exports = { Vanadium: 1 }, features: { - explres: [ .366, .364 ], - kinres: [ -.1, -.1 ], + explres: [ .19, .26 ], + kinres: [ -.08, -.08 ], thermres: [ -.08, -.08 ] }, uuid: "83ea4fd2-2eee-4cfb-baa6-d6c314f58b8d" @@ -18877,8 +18923,8 @@ module.exports = { Tungsten: 1 }, features: { - explres: [ .364, .462 ], - kinres: [ -.12, -.12 ], + explres: [ .26, .33 ], + kinres: [ -.1, -.1 ], thermres: [ -.1, -.1 ] }, uuid: "9656e75a-a8ac-454f-941a-9fe4b4f6a330" @@ -18890,8 +18936,8 @@ module.exports = { Ruthenium: 1 }, features: { - explres: [ .462, .56 ], - kinres: [ -.14, -.14 ], + explres: [ .33, .4 ], + kinres: [ -.12, -.12 ], thermres: [ -.12, -.12 ] }, uuid: "37e0788b-6f7d-43c8-89ca-decaff5f3653" @@ -18909,9 +18955,9 @@ module.exports = { Carbon: 1 }, features: { - explres: [ 0, .014 ], + explres: [ 0, .01 ], hullboost: [ 0, .12 ], - kinres: [ 0, .012 ], + kinres: [ 0, .01 ], mass: [ .1, .1 ], thermres: [ 0, .01 ] }, @@ -18923,9 +18969,9 @@ module.exports = { "Shield Emitters": 1 }, features: { - explres: [ .014, .028 ], + explres: [ .01, .02 ], hullboost: [ .12, .17 ], - kinres: [ .012, .024 ], + kinres: [ .01, .02 ], mass: [ .15, .15 ], thermres: [ .01, .02 ] }, @@ -18938,9 +18984,9 @@ module.exports = { "Shield Emitters": 1 }, features: { - explres: [ .028, .042 ], + explres: [ .02, .03 ], hullboost: [ .17, .22 ], - kinres: [ .024, .036 ], + kinres: [ .02, .03 ], mass: [ .2, .2 ], thermres: [ .02, .03 ] }, @@ -18953,9 +18999,9 @@ module.exports = { Vanadium: 1 }, features: { - explres: [ .042, .056 ], + explres: [ .03, .04 ], hullboost: [ .22, .27 ], - kinres: [ .036, .048 ], + kinres: [ .03, .04 ], mass: [ .25, .25 ], thermres: [ .03, .04 ] }, @@ -18968,9 +19014,9 @@ module.exports = { Tungsten: 1 }, features: { - explres: [ .056, .07 ], + explres: [ .04, .05 ], hullboost: [ .27, .32 ], - kinres: [ .048, .06 ], + kinres: [ .04, .05 ], mass: [ .3, .3 ], thermres: [ .04, .05 ] }, @@ -18989,8 +19035,8 @@ module.exports = { Nickel: 1 }, features: { - explres: [ -.06, -.06 ], - kinres: [ 0, .144 ], + explres: [ -.04, -.04 ], + kinres: [ 0, .12 ], thermres: [ -.04, -.04 ] }, uuid: "285736a7-9677-4875-b425-0704d2c05ee6" @@ -19001,8 +19047,8 @@ module.exports = { Vanadium: 1 }, features: { - explres: [ -.08, -.08 ], - kinres: [ .144, .228 ], + explres: [ -.06, -.06 ], + kinres: [ .12, .19 ], thermres: [ -.06, -.06 ] }, uuid: "816adb1f-c089-49b6-b52d-a8ca189a4ef5" @@ -19014,8 +19060,8 @@ module.exports = { Vanadium: 1 }, features: { - explres: [ -.11, -.11 ], - kinres: [ .228, .312 ], + explres: [ -.08, -.08 ], + kinres: [ .19, .26 ], thermres: [ -.08, -.08 ] }, uuid: "54c5cc67-3112-4c77-87f9-c5d6a5f0ae3c" @@ -19027,8 +19073,8 @@ module.exports = { Tungsten: 1 }, features: { - explres: [ -.14, -.14 ], - kinres: [ .312, .396 ], + explres: [ -.1, -.1 ], + kinres: [ .26, .33 ], thermres: [ -.1, -.1 ] }, uuid: "80cdd75d-a574-4092-b45d-77187e52edf5" @@ -19040,8 +19086,8 @@ module.exports = { "Phase Alloys": 1 }, features: { - explres: [ -.17, -.17 ], - kinres: [ .396, .48 ], + explres: [ -.12, -.12 ], + kinres: [ .33, .4 ], thermres: [ -.12, -.12 ] }, uuid: "f56d18cc-3eca-4bec-8238-4a0105947e4e" @@ -19059,8 +19105,8 @@ module.exports = { "Heat Conduction Wiring": 1 }, features: { - explres: [ -.06, -.06 ], - kinres: [ -.05, -.05 ], + explres: [ -.04, -.04 ], + kinres: [ -.04, -.04 ], thermres: [ 0, .12 ] }, uuid: "73c3a3c1-da09-4792-a1e9-d0161da6c0f2" @@ -19071,8 +19117,8 @@ module.exports = { Nickel: 1 }, features: { - explres: [ -.08, -.08 ], - kinres: [ -.07, -.07 ], + explres: [ -.06, -.06 ], + kinres: [ -.06, -.06 ], thermres: [ .12, .19 ] }, uuid: "f3096b56-d6d2-4aa5-a77c-98ce2adc79dc" @@ -19084,8 +19130,8 @@ module.exports = { Vanadium: 1 }, features: { - explres: [ -.11, -.11 ], - kinres: [ -.1, -.1 ], + explres: [ -.08, -.08 ], + kinres: [ -.08, -.08 ], thermres: [ .19, .26 ] }, uuid: "1aa48c57-d187-4e82-aa88-8b4a7a4bc856" @@ -19097,8 +19143,8 @@ module.exports = { Tungsten: 1 }, features: { - explres: [ -.14, -.14 ], - kinres: [ -.12, -.12 ], + explres: [ -.1, -.1 ], + kinres: [ -.1, -.1 ], thermres: [ .26, .33 ] }, uuid: "afc78426-8570-4ad4-923a-794821c2506f" @@ -19110,8 +19156,8 @@ module.exports = { "Proto Heat Radiators": 1 }, features: { - explres: [ -.17, -.17 ], - kinres: [ -.14, -.14 ], + explres: [ -.12, -.12 ], + kinres: [ -.12, -.12 ], thermres: [ .33, .4 ] }, uuid: "12abc854-37c9-4f20-874d-dca8755e76fc" @@ -21230,7 +21276,7 @@ module.exports = { Nickel: 1 }, features: { - explres: [ 0, .117 ], + explres: [ 0, .12 ], hullreinforcement: [ 0, .03 ], kinres: [ -.02, -.02 ], thermres: [ -.02, -.02 ] @@ -21243,7 +21289,7 @@ module.exports = { Zinc: 1 }, features: { - explres: [ .117, .185 ], + explres: [ .12, .19 ], hullreinforcement: [ .03, .06 ], kinres: [ -.04, -.04 ], thermres: [ -.04, -.04 ] @@ -21257,7 +21303,7 @@ module.exports = { Zirconium: 1 }, features: { - explres: [ .185, .254 ], + explres: [ .19, .26 ], hullreinforcement: [ .06, .09 ], kinres: [ -.06, -.06 ], thermres: [ -.06, -.06 ] @@ -21271,7 +21317,7 @@ module.exports = { Tungsten: 1 }, features: { - explres: [ .254, .322 ], + explres: [ .26, .33 ], hullreinforcement: [ .09, .12 ], kinres: [ -.08, -.08 ], thermres: [ -.08, -.08 ] @@ -21285,7 +21331,7 @@ module.exports = { Ruthenium: 1 }, features: { - explres: [ .322, .39 ], + explres: [ .33, .4 ], hullreinforcement: [ .12, .15 ], kinres: [ -.1, -.1 ], thermres: [ -.1, -.1 ] @@ -21387,7 +21433,7 @@ module.exports = { features: { explres: [ -.02, -.02 ], hullreinforcement: [ 0, .03 ], - kinres: [ 0, .117 ], + kinres: [ 0, .12 ], thermres: [ -.02, -.02 ] }, uuid: "9d5338ab-031c-40e5-bd13-d3eb057540ab" @@ -21400,7 +21446,7 @@ module.exports = { features: { explres: [ -.04, -.04 ], hullreinforcement: [ .03, .06 ], - kinres: [ .117, .185 ], + kinres: [ .12, .19 ], thermres: [ -.04, -.04 ] }, uuid: "238db8e4-99e2-4e70-b4e3-f918294110c7" @@ -21414,7 +21460,7 @@ module.exports = { features: { explres: [ -.06, -.06 ], hullreinforcement: [ .06, .09 ], - kinres: [ .185, .254 ], + kinres: [ .19, .26 ], thermres: [ -.06, -.06 ] }, uuid: "cb65ddfa-2fd9-4db5-9558-0770866ea8ee" @@ -21428,7 +21474,7 @@ module.exports = { features: { explres: [ -.08, -.08 ], hullreinforcement: [ .09, .12 ], - kinres: [ .254, .322 ], + kinres: [ .26, .33 ], thermres: [ -.08, -.08 ] }, uuid: "944cb78e-4da0-43a0-acc8-95c7d67eaf92" @@ -21442,7 +21488,7 @@ module.exports = { features: { explres: [ -.1, -.1 ], hullreinforcement: [ .12, .15 ], - kinres: [ .322, .29 ], + kinres: [ .33, .4 ], thermres: [ -.1, -.1 ] }, uuid: "bd68edc4-6ed5-4704-9682-28b51a18591f" @@ -21463,7 +21509,7 @@ module.exports = { explres: [ -.02, -.02 ], hullreinforcement: [ 0, .03 ], kinres: [ -.02, -.02 ], - thermres: [ 0, .117 ] + thermres: [ 0, .12 ] }, uuid: "cc3d62d5-9769-480d-9e37-620c61a276ab" }, @@ -21476,7 +21522,7 @@ module.exports = { explres: [ -.04, -.04 ], hullreinforcement: [ .03, .06 ], kinres: [ -.04, -.04 ], - thermres: [ .117, .185 ] + thermres: [ .12, .19 ] }, uuid: "e4aa2331-7dc5-479c-9959-d90f0e473da9" }, @@ -21490,7 +21536,7 @@ module.exports = { explres: [ -.06, -.06 ], hullreinforcement: [ .06, .09 ], kinres: [ -.06, -.06 ], - thermres: [ .185, .254 ] + thermres: [ .19, .26 ] }, uuid: "29f49ae9-e241-4791-a9e3-bfdccd6cdfbb" }, @@ -21504,7 +21550,7 @@ module.exports = { explres: [ -.08, -.08 ], hullreinforcement: [ .09, .12 ], kinres: [ -.08, -.08 ], - thermres: [ .254, .322 ] + thermres: [ .26, .33 ] }, uuid: "19e30f32-a789-4acf-8f69-f97677ace963" }, @@ -21518,7 +21564,7 @@ module.exports = { explres: [ -.1, -.1 ], hullreinforcement: [ .12, .15 ], kinres: [ -.1, -.1 ], - thermres: [ .322, .39 ] + thermres: [ .33, .4 ] }, uuid: "e6151657-1317-4aec-9e49-2d7e7a093d74" } @@ -24578,8 +24624,8 @@ module.exports = { }, features: { integrity: [ 0, .2 ], - kinres: [ 0, .06 ], - thermres: [ -.04, -.04 ] + kinres: [ 0, .1 ], + thermres: [ -.03, -.03 ] }, uuid: "df87f0c1-bd60-4e18-8a03-76063d635235" }, @@ -24590,8 +24636,8 @@ module.exports = { }, features: { integrity: [ .2, .25 ], - kinres: [ .06, .12 ], - thermres: [ -.07, -.07 ] + kinres: [ .1, .2 ], + thermres: [ -.06, -.06 ] }, uuid: "b67f86a0-866c-4233-9cd3-f5ea87a572eb" }, @@ -24603,8 +24649,8 @@ module.exports = { }, features: { integrity: [ .25, .3 ], - kinres: [ .12, .18 ], - thermres: [ -.11, -.11 ] + kinres: [ .2, .3 ], + thermres: [ -.09, -.09 ] }, uuid: "93979fd6-d135-4221-9a60-c9354e02619f" }, @@ -24616,8 +24662,8 @@ module.exports = { }, features: { integrity: [ .3, .35 ], - kinres: [ .18, .24 ], - thermres: [ -.14, -.14 ] + kinres: [ .3, .4 ], + thermres: [ -.12, -.12 ] }, uuid: "0e14c801-fd35-4bca-b97b-24da20d8c716" }, @@ -24629,8 +24675,8 @@ module.exports = { }, features: { integrity: [ .35, .4 ], - kinres: [ .18, .3 ], - thermres: [ -.18, -.18 ] + kinres: [ .4, .5 ], + thermres: [ -.15, -.15 ] }, uuid: "dfdb4767-78e1-4e5f-ae1a-aeb6ae2748c9" } @@ -24729,10 +24775,10 @@ module.exports = { features: { brokenregen: [ -.1, -.1 ], distdraw: [ .04, .04 ], - explres: [ 0, .0225 ], - kinres: [ 0, .027 ], + explres: [ 0, .045 ], + kinres: [ 0, .045 ], optmul: [ 0, .14 ], - thermres: [ 0, .054 ] + thermres: [ 0, .045 ] }, uuid: "47ad77c0-e49b-44e5-9824-4074b63db369" }, @@ -24744,10 +24790,10 @@ module.exports = { features: { brokenregen: [ -.1, -.1 ], distdraw: [ .06, .06 ], - explres: [ .0225, .0375 ], - kinres: [ .027, .045 ], + explres: [ .045, .075 ], + kinres: [ .045, .075 ], optmul: [ .14, .2 ], - thermres: [ .054, .09 ] + thermres: [ .045, .075 ] }, uuid: "823f8f82-745d-4051-8f35-4e38a561932e" }, @@ -24760,10 +24806,10 @@ module.exports = { features: { brokenregen: [ -.1, -.1 ], distdraw: [ .08, .08 ], - explres: [ .0375, .0525 ], - kinres: [ .045, .063 ], + explres: [ .075, .105 ], + kinres: [ .075, .105 ], optmul: [ .2, .26 ], - thermres: [ .09, .126 ] + thermres: [ .075, .105 ] }, uuid: "a1a29713-f2e5-4e15-a913-e01dc065f99f" }, @@ -24776,10 +24822,10 @@ module.exports = { features: { brokenregen: [ -.1, -.1 ], distdraw: [ .1, .1 ], - explres: [ .0525, .0675 ], - kinres: [ .063, .081 ], + explres: [ .105, .135 ], + kinres: [ .105, .135 ], optmul: [ .26, .32 ], - thermres: [ .126, .162 ] + thermres: [ .105, .135 ] }, uuid: "87ac1315-7904-48f6-a5fe-f044be546490" }, @@ -24792,10 +24838,10 @@ module.exports = { features: { brokenregen: [ -.1, -.1 ], distdraw: [ .12, .12 ], - explres: [ .0675, .0825 ], - kinres: [ .081, .099 ], + explres: [ .135, .165 ], + kinres: [ .135, .165 ], optmul: [ .32, .38 ], - thermres: [ .162, .198 ] + thermres: [ .135, .165 ] }, uuid: "1d9af376-c7c9-4b1a-9bc9-e77b4025e328" } @@ -24813,8 +24859,8 @@ module.exports = { }, features: { integrity: [ 0, .2 ], - kinres: [ -.02, -.02 ], - thermres: [ 0, .12 ] + kinres: [ -.04, -.04 ], + thermres: [ 0, .1 ] }, uuid: "ef5a3026-0777-4715-a1f4-5c65eff85b12" }, @@ -24825,8 +24871,8 @@ module.exports = { }, features: { integrity: [ .2, .25 ], - kinres: [ -.05, -.05 ], - thermres: [ .12, .24 ] + kinres: [ -.08, -.08 ], + thermres: [ .1, .2 ] }, uuid: "54e6e07a-3281-41aa-afa0-bbf292131c0f" }, @@ -24838,8 +24884,8 @@ module.exports = { }, features: { integrity: [ .25, .3 ], - kinres: [ -.07, -.07 ], - thermres: [ .24, .36 ] + kinres: [ -.12, -.12 ], + thermres: [ .2, .3 ] }, uuid: "307935bf-60d3-4887-b449-24d712518154" }, @@ -24851,8 +24897,8 @@ module.exports = { }, features: { integrity: [ .3, .35 ], - kinres: [ -.1, -.1 ], - thermres: [ .36, .48 ] + kinres: [ -.16, -.16 ], + thermres: [ .3, .4 ] }, uuid: "ef6a4d70-9996-4db8-ae22-7c61c3dcaf74" }, @@ -24864,8 +24910,8 @@ module.exports = { }, features: { integrity: [ .35, .4 ], - kinres: [ -.12, -.12 ], - thermres: [ .48, .6 ] + kinres: [ -.2, -.2 ], + thermres: [ .4, .5 ] }, uuid: "f14e779f-d09a-47e4-8f4e-89c85b730f6b" } @@ -26520,9 +26566,9 @@ module.exports = { special_shield_regenerative: { brokenregen: .15, regen: .15, - thermres: -1, - kinres: -1, - explres: -1 + thermres: -1.5, + kinres: -1.5, + explres: -1.5 }, special_shield_resistive: { thermres: 3, diff --git a/dist/index.json b/dist/index.json index e28023a..891212a 100644 --- a/dist/index.json +++ b/dist/index.json @@ -11,6 +11,7 @@ "speed": 220, "boost": 320, "boostEnergy": 9, + "heatCapacity": 170, "baseShieldStrength": 60, "baseArmour": 90, "hardness": 35, @@ -137,7 +138,7 @@ "44", "00", 0, - "2h" + "" ] } }, @@ -153,6 +154,7 @@ "boost": 330, "boostEnergy": 19, "baseShieldStrength": 200, + "heatCapacity": 289, "baseArmour": 280, "hardness": 65, "hullMass": 400, @@ -330,7 +332,7 @@ "4e", "02", "", - "2h", + "", "", "", "" @@ -348,6 +350,7 @@ "speed": 204, "boost": 310, "boostEnergy": 19, + "heatCapacity": 316, "baseShieldStrength": 220, "baseArmour": 300, "hardness": 65, @@ -528,7 +531,7 @@ "4h", "01", "01", - "2h", + "", "", "", "", @@ -549,6 +552,7 @@ "boostEnergy": 19, "baseShieldStrength": 200, "baseArmour": 300, + "heatCapacity": 316, "hardness": 65, "hullMass": 500, "masslock": 13, @@ -727,7 +731,7 @@ "4e", "02", "", - "2h", + "", "", "", "" @@ -747,6 +751,7 @@ "boostEnergy": 27, "baseShieldStrength": 350, "baseArmour": 525, + "heatCapacity": 334, "hardness": 65, "hullMass": 400, "masslock": 23, @@ -919,7 +924,7 @@ 0, 0, 0, - "2h", + "", "00" ] } @@ -936,6 +941,7 @@ "boost": 340, "boostEnergy": 13, "baseShieldStrength": 140, + "heatCapacity": 272, "baseArmour": 210, "hardness": 52, "hullMass": 280, @@ -1075,7 +1081,7 @@ 0, 0, "00", - "2h" + "" ] } }, @@ -1091,6 +1097,7 @@ "boost": 300, "boostEnergy": 13, "baseShieldStrength": 120, + "heatCapacity": 210, "baseArmour": 180, "hardness": 52, "hullMass": 150, @@ -1236,6 +1243,7 @@ "boost": 280, "boostEnergy": 19, "baseShieldStrength": 280, + "heatCapacity": 283, "baseArmour": 280, "hardness": 60, "hullMass": 950, @@ -1390,7 +1398,7 @@ "01", 0, 0, - "2h" + "" ] } }, @@ -1407,6 +1415,7 @@ "boostEnergy": 10, "baseShieldStrength": 80, "baseArmour": 120, + "heatCapacity": 225, "hardness": 35, "hullMass": 180, "masslock": 8, @@ -1535,7 +1544,7 @@ "49", "00", 0, - "2h" + "" ] } }, @@ -1551,6 +1560,7 @@ "boost": 300, "boostEnergy": 10, "baseShieldStrength": 120, + "heatCapacity": 228, "baseArmour": 120, "hardness": 35, "hullMass": 210, @@ -1689,7 +1699,7 @@ 0, 0, "00", - "2h" + "" ] } }, @@ -1707,6 +1717,7 @@ "baseShieldStrength": 150, "baseArmour": 150, "hardness": 42, + "heatCapacity": 351, "hullMass": 260, "masslock": 10, "pipSpeed": 0.098214285714286, @@ -1835,7 +1846,7 @@ "02", "01", 0, - "2h", + "", 0 ] } @@ -1854,6 +1865,7 @@ "baseShieldStrength": 120, "baseArmour": 120, "hardness": 40, + "heatCapacity": 346, "hullMass": 170, "masslock": 8, "pipSpeed": 0.096153846153846, @@ -1981,7 +1993,7 @@ "44", 0, 0, - "2h" + "" ] } }, @@ -2000,6 +2012,7 @@ "baseArmour": 110, "hardness": 35, "hullMass": 140, + "heatCapacity": 165, "masslock": 9, "pipSpeed": 0.13, "luxuryCabins": true, @@ -2130,7 +2143,7 @@ "01", "00", 0, - "2h" + "" ] } }, @@ -2149,6 +2162,7 @@ "baseArmour": 40, "hardness": 28, "hullMass": 50, + "heatCapacity": 165, "masslock": 6, "pipSpeed": 0.0625, "pitch": 50, @@ -2280,7 +2294,7 @@ "44", "00", 0, - "2h", + "", 0 ] } @@ -2300,6 +2314,7 @@ "baseArmour": 300, "hardness": 60, "hullMass": 480, + "heatCapacity": 286, "masslock": 14, "pipSpeed": 0.071428571428571, "pitch": 38, @@ -2481,6 +2496,7 @@ "hardness": 70, "hullMass": 900, "masslock": 24, + "heatCapacity": 333, "pipSpeed": 0.125, "fighterHangars": true, "pitch": 28, @@ -2664,7 +2680,7 @@ 0, "02", "01", - "2h" + "" ] } }, @@ -2683,6 +2699,7 @@ "baseArmour": 300, "hardness": 60, "hullMass": 580, + "heatCapacity": 331, "masslock": 14, "pipSpeed": 0.11111111111111, "pitch": 30, @@ -2848,7 +2865,7 @@ 0, 0, 0, - "2h" + "" ] } }, @@ -2867,6 +2884,7 @@ "baseArmour": 350, "hardness": 60, "hullMass": 580, + "heatCapacity": 325, "masslock": 14, "pipSpeed": 0.10294117647059, "fighterHangars": true, @@ -3047,7 +3065,7 @@ 0, 0, 0, - "2h" + "" ] } }, @@ -3066,6 +3084,7 @@ "baseArmour": 225, "hardness": 70, "hullMass": 250, + "heatCapacity": 224, "masslock": 12, "pipSpeed": 0.038461538461538, "pitch": 38, @@ -3200,7 +3219,7 @@ "49", "02", 0, - "2h" + "" ] } }, @@ -3218,6 +3237,7 @@ "baseShieldStrength": 50, "baseArmour": 100, "hardness": 20, + "heatCapacity": 123, "hullMass": 14, "masslock": 6, "pipSpeed": 0.1625, @@ -3335,7 +3355,7 @@ "01", "01", "3v", - "2h" + "" ] } }, @@ -3355,6 +3375,7 @@ "hardness": 60, "hullMass": 400, "masslock": 12, + "heatCapacity": 304, "pipSpeed": 0.1, "pitch": 40, "roll": 80, @@ -3491,7 +3512,7 @@ 0, 0, "00", - "2h" + "" ] } }, @@ -3511,6 +3532,7 @@ "hardness": 30, "hullMass": 35, "masslock": 7, + "heatCapacity": 230, "pipSpeed": 0.053571428571429, "pitch": 38, "roll": 90, @@ -3641,7 +3663,7 @@ "3v", "00", "00", - "2h" + "" ] } }, @@ -3660,6 +3682,7 @@ "baseArmour": 400, "hardness": 70, "hullMass": 1100, + "heatCapacity": 327, "masslock": 27, "pipSpeed": 0.05, "fighterHangars": true, @@ -3842,7 +3865,7 @@ 0, 0, "01", - "2h" + "" ] } }, @@ -3860,6 +3883,7 @@ "baseShieldStrength": 80, "baseArmour": 60, "hardness": 28, + "heatCapacity": 163, "hullMass": 50, "masslock": 6, "pipSpeed": 0.075, @@ -3992,7 +4016,7 @@ "44", "00", 0, - "2h", + "", 0 ] } @@ -4011,6 +4035,7 @@ "baseShieldStrength": 135, "baseArmour": 270, "hardness": 45, + "heatCapacity": 215, "hullMass": 180, "masslock": 8, "pipSpeed": 0.1375, @@ -4141,7 +4166,7 @@ "02", "44", "00", - "2h" + "" ] } }, @@ -4157,6 +4182,7 @@ "boost": 330, "boostEnergy": 13, "baseShieldStrength": 220, + "heatCapacity": 300, "baseArmour": 220, "hardness": 55, "hullMass": 320, @@ -4295,7 +4321,7 @@ "04", "03", 0, - "2h", + "", 0, "00" ] @@ -4311,6 +4337,7 @@ "hullCost": 42409425, "speed": 250, "boost": 350, + "heatCapacity": 300, "boostEnergy": 13, "baseShieldStrength": 200, "baseArmour": 180, @@ -4449,7 +4476,7 @@ "04", "04", 0, - "2h", + "", 0, "00" ] @@ -4468,6 +4495,7 @@ "boostEnergy": 16, "baseShieldStrength": 220, "baseArmour": 220, + "heatCapacity": 262, "hardness": 55, "hullMass": 290, "masslock": 16, @@ -4603,7 +4631,7 @@ "02", 0, 0, - "2h" + "" ] } }, @@ -4619,6 +4647,7 @@ "boost": 380, "boostEnergy": 10, "baseShieldStrength": 270, + "heatCapacity": 165, "baseArmour": 230, "hardness": 65, "hullMass": 250, @@ -4773,6 +4802,7 @@ "boostEnergy": 23, "baseShieldStrength": 260, "baseArmour": 260, + "heatCapacity": 300, "hardness": 65, "hullMass": 350, "masslock": 17, @@ -4913,7 +4943,7 @@ 0, 0, "00", - "2h" + "" ] } }, @@ -4928,6 +4958,7 @@ "speed": 220, "boost": 320, "boostEnergy": 7, + "heatCapacity": 140, "baseShieldStrength": 40, "baseArmour": 60, "hardness": 20, @@ -5049,7 +5080,7 @@ "internal": [ "3v", "01", - "2h", + "", 0 ] } @@ -5064,6 +5095,7 @@ "hullCost": 865790, "speed": 220, "boost": 350, + "heatCapacity": 179, "boostEnergy": 10, "baseShieldStrength": 90, "baseArmour": 180, @@ -5195,7 +5227,7 @@ "02", "44", "00", - "2h" + "" ] } }, @@ -5208,6 +5240,7 @@ "class": 3, "hullCost": 16780510, "speed": 180, + "heatCapacity": 226, "boost": 300, "boostEnergy": 10, "baseShieldStrength": 155, @@ -5350,7 +5383,7 @@ "49", 0, 0, - "2h" + "" ] } }, @@ -5365,6 +5398,7 @@ "speed": 130, "boost": 200, "boostEnergy": 19, + "heatCapacity": 289, "baseShieldStrength": 240, "baseArmour": 480, "hardness": 65, @@ -5510,7 +5544,7 @@ 0, "01", 0, - "2h" + "" ] } }, @@ -5529,6 +5563,7 @@ "baseArmour": 580, "hardness": 75, "hullMass": 1200, + "heatCapacity": 335, "masslock": 26, "pipSpeed": 0.041666666666667, "fighterHangars": true, @@ -5709,7 +5744,7 @@ 0, "01", 0, - "2h", + "", 0, 0 ] @@ -5730,6 +5765,7 @@ "baseArmour": 70, "hardness": 35, "hullMass": 50, + "heatCapacity": 195, "masslock": 7, "pipSpeed": 0.09375, "pitch": 35, @@ -5866,7 +5902,7 @@ "44", 0, 0, - "2h" + "" ] } }, @@ -5885,6 +5921,7 @@ "baseArmour": 150, "hardness": 35, "hullMass": 190, + "heatCapacity": 209, "masslock": 7, "pipSpeed": 0.087962962962963, "pitch": 30, @@ -6025,7 +6062,7 @@ 0, "00", 0, - "2h" + "" ] } }, @@ -6042,6 +6079,7 @@ "boostEnergy": 16, "baseShieldStrength": 240, "baseArmour": 160, + "heatCapacity": 237, "hardness": 55, "hullMass": 230, "masslock": 10, @@ -6182,7 +6220,7 @@ "02", 0, 0, - "2h" + "" ] } } @@ -10782,14 +10820,14 @@ "grp": "ul", "id": "cy", "integrity": 40, - "jitter": 3.5, + "jitter": 1.7, "mass": 2, "mount": "F", "name": "Cytoscrambler", "piercing": 1, "power": 0.8, "pp": "Archon Delaine", - "range": 3000, + "range": 1000, "rating": "F", "rof": 7.6, "thermload": 0.3, @@ -11735,7 +11773,8 @@ "cost": 379000, "damage": 3.3, "damagedist": { - "X": 1 + "X": 1, + "K": 1 }, "distdraw": 0.11, "edID": 128788701, @@ -11766,7 +11805,8 @@ "cost": 1826500, "damage": 1.7, "damagedist": { - "X": 1 + "X": 1, + "K": 1 }, "distdraw": 0.06, "edID": 128793059, @@ -11797,7 +11837,8 @@ "cost": 1181500, "damage": 6.1, "damagedist": { - "X": 1 + "X": 1, + "K": 1 }, "distdraw": 0.18, "edID": 128788702, @@ -11828,7 +11869,8 @@ "cost": 3821600, "damage": 3.3, "damagedist": { - "X": 1 + "X": 1, + "K": 1 }, "distdraw": 0.06, "edID": 128793060, @@ -13093,7 +13135,8 @@ "cost": 540900, "damage": 64, "damagedist": { - "X": 1 + "X": 1, + "E": 1 }, "distdraw": 0.14, "edID": 128788699, @@ -13124,7 +13167,8 @@ "cost": 2022700, "damage": 50, "damagedist": { - "X": 1 + "X": 1, + "E": 1 }, "distdraw": 0.08, "edID": 128788704, @@ -13155,7 +13199,8 @@ "cost": 1352250, "damage": 64, "damagedist": { - "X": 1 + "X": 1, + "E": 1 }, "distdraw": 0.24, "edID": 128788700, @@ -13186,7 +13231,8 @@ "cost": 4056750, "damage": 64, "damagedist": { - "X": 1 + "X": 1, + "E": 1 }, "distdraw": 0.14, "edID": 128788705, @@ -21889,7 +21935,7 @@ "features": { "explres": [ 0, - 0.042 + 0.03 ], "hullboost": [ -0.01, @@ -21897,7 +21943,7 @@ ], "kinres": [ 0, - 0.036 + 0.03 ], "mass": [ 0, @@ -21917,16 +21963,16 @@ }, "features": { "explres": [ - 0.042, - 0.084 + 0.03, + 0.06 ], "hullboost": [ -0.02, -0.02 ], "kinres": [ - 0.036, - 0.072 + 0.03, + 0.06 ], "mass": [ -0.15, @@ -21947,16 +21993,16 @@ }, "features": { "explres": [ - 0.084, - 0.126 + 0.06, + 0.09 ], "hullboost": [ -0.03, -0.03 ], "kinres": [ - 0.072, - 0.108 + 0.06, + 0.09 ], "mass": [ -0.25, @@ -21977,16 +22023,16 @@ }, "features": { "explres": [ - 0.126, - 0.168 + 0.09, + 0.12 ], "hullboost": [ -0.04, -0.04 ], "kinres": [ - 0.108, - 0.144 + 0.09, + 0.12 ], "mass": [ -0.35, @@ -22007,16 +22053,16 @@ }, "features": { "explres": [ - 0.168, - 0.21 + 0.12, + 0.15 ], "hullboost": [ -0.05, -0.05 ], "kinres": [ - 0.144, - 0.18 + 0.12, + 0.15 ], "mass": [ -0.45, @@ -22047,11 +22093,11 @@ "features": { "explres": [ 0, - 0.168 + 0.12 ], "kinres": [ - -0.05, - -0.05 + -0.04, + -0.04 ], "thermres": [ -0.04, @@ -22067,12 +22113,12 @@ }, "features": { "explres": [ - 0.168, - 0.266 + 0.12, + 0.19 ], "kinres": [ - -0.07, - -0.07 + -0.06, + -0.06 ], "thermres": [ -0.06, @@ -22088,12 +22134,12 @@ }, "features": { "explres": [ - 0.366, - 0.364 + 0.19, + 0.26 ], "kinres": [ - -0.1, - -0.1 + -0.08, + -0.08 ], "thermres": [ -0.08, @@ -22110,12 +22156,12 @@ }, "features": { "explres": [ - 0.364, - 0.462 + 0.26, + 0.33 ], "kinres": [ - -0.12, - -0.12 + -0.1, + -0.1 ], "thermres": [ -0.1, @@ -22132,12 +22178,12 @@ }, "features": { "explres": [ - 0.462, - 0.56 + 0.33, + 0.4 ], "kinres": [ - -0.14, - -0.14 + -0.12, + -0.12 ], "thermres": [ -0.12, @@ -22164,7 +22210,7 @@ "features": { "explres": [ 0, - 0.014 + 0.01 ], "hullboost": [ 0, @@ -22172,7 +22218,7 @@ ], "kinres": [ 0, - 0.012 + 0.01 ], "mass": [ 0.1, @@ -22192,16 +22238,16 @@ }, "features": { "explres": [ - 0.014, - 0.028 + 0.01, + 0.02 ], "hullboost": [ 0.12, 0.17 ], "kinres": [ - 0.012, - 0.024 + 0.01, + 0.02 ], "mass": [ 0.15, @@ -22222,16 +22268,16 @@ }, "features": { "explres": [ - 0.028, - 0.042 + 0.02, + 0.03 ], "hullboost": [ 0.17, 0.22 ], "kinres": [ - 0.024, - 0.036 + 0.02, + 0.03 ], "mass": [ 0.2, @@ -22252,16 +22298,16 @@ }, "features": { "explres": [ - 0.042, - 0.056 + 0.03, + 0.04 ], "hullboost": [ 0.22, 0.27 ], "kinres": [ - 0.036, - 0.048 + 0.03, + 0.04 ], "mass": [ 0.25, @@ -22282,16 +22328,16 @@ }, "features": { "explres": [ - 0.056, - 0.07 + 0.04, + 0.05 ], "hullboost": [ 0.27, 0.32 ], "kinres": [ - 0.048, - 0.06 + 0.04, + 0.05 ], "mass": [ 0.3, @@ -22321,12 +22367,12 @@ }, "features": { "explres": [ - -0.06, - -0.06 + -0.04, + -0.04 ], "kinres": [ 0, - 0.144 + 0.12 ], "thermres": [ -0.04, @@ -22342,12 +22388,12 @@ }, "features": { "explres": [ - -0.08, - -0.08 + -0.06, + -0.06 ], "kinres": [ - 0.144, - 0.228 + 0.12, + 0.19 ], "thermres": [ -0.06, @@ -22364,12 +22410,12 @@ }, "features": { "explres": [ - -0.11, - -0.11 + -0.08, + -0.08 ], "kinres": [ - 0.228, - 0.312 + 0.19, + 0.26 ], "thermres": [ -0.08, @@ -22386,12 +22432,12 @@ }, "features": { "explres": [ - -0.14, - -0.14 + -0.1, + -0.1 ], "kinres": [ - 0.312, - 0.396 + 0.26, + 0.33 ], "thermres": [ -0.1, @@ -22408,12 +22454,12 @@ }, "features": { "explres": [ - -0.17, - -0.17 + -0.12, + -0.12 ], "kinres": [ - 0.396, - 0.48 + 0.33, + 0.4 ], "thermres": [ -0.12, @@ -22439,12 +22485,12 @@ }, "features": { "explres": [ - -0.06, - -0.06 + -0.04, + -0.04 ], "kinres": [ - -0.05, - -0.05 + -0.04, + -0.04 ], "thermres": [ 0, @@ -22460,12 +22506,12 @@ }, "features": { "explres": [ - -0.08, - -0.08 + -0.06, + -0.06 ], "kinres": [ - -0.07, - -0.07 + -0.06, + -0.06 ], "thermres": [ 0.12, @@ -22482,12 +22528,12 @@ }, "features": { "explres": [ - -0.11, - -0.11 + -0.08, + -0.08 ], "kinres": [ - -0.1, - -0.1 + -0.08, + -0.08 ], "thermres": [ 0.19, @@ -22504,12 +22550,12 @@ }, "features": { "explres": [ - -0.14, - -0.14 + -0.1, + -0.1 ], "kinres": [ - -0.12, - -0.12 + -0.1, + -0.1 ], "thermres": [ 0.26, @@ -22526,12 +22572,12 @@ }, "features": { "explres": [ - -0.17, - -0.17 + -0.12, + -0.12 ], "kinres": [ - -0.14, - -0.14 + -0.12, + -0.12 ], "thermres": [ 0.33, @@ -25911,7 +25957,7 @@ "features": { "explres": [ 0, - 0.117 + 0.12 ], "hullreinforcement": [ 0, @@ -25935,8 +25981,8 @@ }, "features": { "explres": [ - 0.117, - 0.185 + 0.12, + 0.19 ], "hullreinforcement": [ 0.03, @@ -25961,8 +26007,8 @@ }, "features": { "explres": [ - 0.185, - 0.254 + 0.19, + 0.26 ], "hullreinforcement": [ 0.06, @@ -25987,8 +26033,8 @@ }, "features": { "explres": [ - 0.254, - 0.322 + 0.26, + 0.33 ], "hullreinforcement": [ 0.09, @@ -26013,8 +26059,8 @@ }, "features": { "explres": [ - 0.322, - 0.39 + 0.33, + 0.4 ], "hullreinforcement": [ 0.12, @@ -26217,7 +26263,7 @@ ], "kinres": [ 0, - 0.117 + 0.12 ], "thermres": [ -0.02, @@ -26241,8 +26287,8 @@ 0.06 ], "kinres": [ - 0.117, - 0.185 + 0.12, + 0.19 ], "thermres": [ -0.04, @@ -26267,8 +26313,8 @@ 0.09 ], "kinres": [ - 0.185, - 0.254 + 0.19, + 0.26 ], "thermres": [ -0.06, @@ -26293,8 +26339,8 @@ 0.12 ], "kinres": [ - 0.254, - 0.322 + 0.26, + 0.33 ], "thermres": [ -0.08, @@ -26319,8 +26365,8 @@ 0.15 ], "kinres": [ - 0.322, - 0.29 + 0.33, + 0.4 ], "thermres": [ -0.1, @@ -26360,7 +26406,7 @@ ], "thermres": [ 0, - 0.117 + 0.12 ] }, "uuid": "cc3d62d5-9769-480d-9e37-620c61a276ab" @@ -26384,8 +26430,8 @@ -0.04 ], "thermres": [ - 0.117, - 0.185 + 0.12, + 0.19 ] }, "uuid": "e4aa2331-7dc5-479c-9959-d90f0e473da9" @@ -26410,8 +26456,8 @@ -0.06 ], "thermres": [ - 0.185, - 0.254 + 0.19, + 0.26 ] }, "uuid": "29f49ae9-e241-4791-a9e3-bfdccd6cdfbb" @@ -26436,8 +26482,8 @@ -0.08 ], "thermres": [ - 0.254, - 0.322 + 0.26, + 0.33 ] }, "uuid": "19e30f32-a789-4acf-8f69-f97677ace963" @@ -26462,8 +26508,8 @@ -0.1 ], "thermres": [ - 0.322, - 0.39 + 0.33, + 0.4 ] }, "uuid": "e6151657-1317-4aec-9e49-2d7e7a093d74" @@ -31668,11 +31714,11 @@ ], "kinres": [ 0, - 0.06 + 0.1 ], "thermres": [ - -0.04, - -0.04 + -0.03, + -0.03 ] }, "uuid": "df87f0c1-bd60-4e18-8a03-76063d635235" @@ -31688,12 +31734,12 @@ 0.25 ], "kinres": [ - 0.06, - 0.12 + 0.1, + 0.2 ], "thermres": [ - -0.07, - -0.07 + -0.06, + -0.06 ] }, "uuid": "b67f86a0-866c-4233-9cd3-f5ea87a572eb" @@ -31710,12 +31756,12 @@ 0.3 ], "kinres": [ - 0.12, - 0.18 + 0.2, + 0.3 ], "thermres": [ - -0.11, - -0.11 + -0.09, + -0.09 ] }, "uuid": "93979fd6-d135-4221-9a60-c9354e02619f" @@ -31732,12 +31778,12 @@ 0.35 ], "kinres": [ - 0.18, - 0.24 + 0.3, + 0.4 ], "thermres": [ - -0.14, - -0.14 + -0.12, + -0.12 ] }, "uuid": "0e14c801-fd35-4bca-b97b-24da20d8c716" @@ -31754,12 +31800,12 @@ 0.4 ], "kinres": [ - 0.18, - 0.3 + 0.4, + 0.5 ], "thermres": [ - -0.18, - -0.18 + -0.15, + -0.15 ] }, "uuid": "dfdb4767-78e1-4e5f-ae1a-aeb6ae2748c9" @@ -31948,11 +31994,11 @@ ], "explres": [ 0, - 0.0225 + 0.045 ], "kinres": [ 0, - 0.027 + 0.045 ], "optmul": [ 0, @@ -31960,7 +32006,7 @@ ], "thermres": [ 0, - 0.054 + 0.045 ] }, "uuid": "47ad77c0-e49b-44e5-9824-4074b63db369" @@ -31980,20 +32026,20 @@ 0.06 ], "explres": [ - 0.0225, - 0.0375 + 0.045, + 0.075 ], "kinres": [ - 0.027, - 0.045 + 0.045, + 0.075 ], "optmul": [ 0.14, 0.2 ], "thermres": [ - 0.054, - 0.09 + 0.045, + 0.075 ] }, "uuid": "823f8f82-745d-4051-8f35-4e38a561932e" @@ -32014,20 +32060,20 @@ 0.08 ], "explres": [ - 0.0375, - 0.0525 + 0.075, + 0.105 ], "kinres": [ - 0.045, - 0.063 + 0.075, + 0.105 ], "optmul": [ 0.2, 0.26 ], "thermres": [ - 0.09, - 0.126 + 0.075, + 0.105 ] }, "uuid": "a1a29713-f2e5-4e15-a913-e01dc065f99f" @@ -32048,20 +32094,20 @@ 0.1 ], "explres": [ - 0.0525, - 0.0675 + 0.105, + 0.135 ], "kinres": [ - 0.063, - 0.081 + 0.105, + 0.135 ], "optmul": [ 0.26, 0.32 ], "thermres": [ - 0.126, - 0.162 + 0.105, + 0.135 ] }, "uuid": "87ac1315-7904-48f6-a5fe-f044be546490" @@ -32082,20 +32128,20 @@ 0.12 ], "explres": [ - 0.0675, - 0.0825 + 0.135, + 0.165 ], "kinres": [ - 0.081, - 0.099 + 0.135, + 0.165 ], "optmul": [ 0.32, 0.38 ], "thermres": [ - 0.162, - 0.198 + 0.135, + 0.165 ] }, "uuid": "1d9af376-c7c9-4b1a-9bc9-e77b4025e328" @@ -32121,12 +32167,12 @@ 0.2 ], "kinres": [ - -0.02, - -0.02 + -0.04, + -0.04 ], "thermres": [ 0, - 0.12 + 0.1 ] }, "uuid": "ef5a3026-0777-4715-a1f4-5c65eff85b12" @@ -32142,12 +32188,12 @@ 0.25 ], "kinres": [ - -0.05, - -0.05 + -0.08, + -0.08 ], "thermres": [ - 0.12, - 0.24 + 0.1, + 0.2 ] }, "uuid": "54e6e07a-3281-41aa-afa0-bbf292131c0f" @@ -32164,12 +32210,12 @@ 0.3 ], "kinres": [ - -0.07, - -0.07 + -0.12, + -0.12 ], "thermres": [ - 0.24, - 0.36 + 0.2, + 0.3 ] }, "uuid": "307935bf-60d3-4887-b449-24d712518154" @@ -32186,12 +32232,12 @@ 0.35 ], "kinres": [ - -0.1, - -0.1 + -0.16, + -0.16 ], "thermres": [ - 0.36, - 0.48 + 0.3, + 0.4 ] }, "uuid": "ef6a4d70-9996-4db8-ae22-7c61c3dcaf74" @@ -32208,12 +32254,12 @@ 0.4 ], "kinres": [ - -0.12, - -0.12 + -0.2, + -0.2 ], "thermres": [ - 0.48, - 0.6 + 0.4, + 0.5 ] }, "uuid": "f14e779f-d09a-47e4-8f4e-89c85b730f6b" @@ -34650,9 +34696,9 @@ "special_shield_regenerative": { "brokenregen": 0.15, "regen": 0.15, - "thermres": -1, - "kinres": -1, - "explres": -1 + "thermres": -1.5, + "kinres": -1.5, + "explres": -1.5 }, "special_shield_resistive": { "thermres": 3, diff --git a/ships/adder.json b/ships/adder.json index 756b5ba..2a085f0 100755 --- a/ships/adder.json +++ b/ships/adder.json @@ -10,6 +10,7 @@ "speed": 220, "boost": 320, "boostEnergy": 9, + "heatCapacity": 170, "baseShieldStrength": 60, "baseArmour": 90, "hardness": 35, diff --git a/ships/alliance_challenger.json b/ships/alliance_challenger.json index d6d081b..267105a 100644 --- a/ships/alliance_challenger.json +++ b/ships/alliance_challenger.json @@ -10,6 +10,7 @@ "speed": 204, "boost": 310, "boostEnergy": 19, + "heatCapacity": 316, "baseShieldStrength": 220, "baseArmour": 300, "hardness": 65, diff --git a/ships/alliance_chieftain.json b/ships/alliance_chieftain.json index 73e5d5a..93a1676 100644 --- a/ships/alliance_chieftain.json +++ b/ships/alliance_chieftain.json @@ -11,6 +11,7 @@ "boost": 330, "boostEnergy": 19, "baseShieldStrength": 200, + "heatCapacity": 289, "baseArmour": 280, "hardness": 65, "hullMass": 400, diff --git a/ships/alliance_crusader.json b/ships/alliance_crusader.json index 6a7deca..3a933c9 100644 --- a/ships/alliance_crusader.json +++ b/ships/alliance_crusader.json @@ -12,6 +12,7 @@ "boostEnergy": 19, "baseShieldStrength": 200, "baseArmour": 300, + "heatCapacity": 316, "hardness": 65, "hullMass": 500, "masslock": 13, diff --git a/ships/anaconda.json b/ships/anaconda.json index 81fa1ab..2df5df3 100755 --- a/ships/anaconda.json +++ b/ships/anaconda.json @@ -12,6 +12,7 @@ "boostEnergy": 27, "baseShieldStrength": 350, "baseArmour": 525, + "heatCapacity": 334, "hardness": 65, "hullMass": 400, "masslock": 23, diff --git a/ships/asp.json b/ships/asp.json index 4c70808..a4752e5 100755 --- a/ships/asp.json +++ b/ships/asp.json @@ -11,6 +11,7 @@ "boost": 340, "boostEnergy": 13, "baseShieldStrength": 140, + "heatCapacity": 272, "baseArmour": 210, "hardness": 52, "hullMass": 280, diff --git a/ships/asp_scout.json b/ships/asp_scout.json index 3ced62a..d2bd4f6 100644 --- a/ships/asp_scout.json +++ b/ships/asp_scout.json @@ -11,6 +11,7 @@ "boost": 300, "boostEnergy": 13, "baseShieldStrength": 120, + "heatCapacity": 210, "baseArmour": 180, "hardness": 52, "hullMass": 150, diff --git a/ships/beluga.json b/ships/beluga.json index ce85862..33a5f84 100755 --- a/ships/beluga.json +++ b/ships/beluga.json @@ -11,6 +11,7 @@ "boost": 280, "boostEnergy": 19, "baseShieldStrength": 280, + "heatCapacity": 283, "baseArmour": 280, "hardness": 60, "hullMass": 950, diff --git a/ships/cobra_mk_iii.json b/ships/cobra_mk_iii.json index 4b5aa67..7342ba1 100755 --- a/ships/cobra_mk_iii.json +++ b/ships/cobra_mk_iii.json @@ -12,6 +12,7 @@ "boostEnergy": 10, "baseShieldStrength": 80, "baseArmour": 120, + "heatCapacity": 225, "hardness": 35, "hullMass": 180, "masslock": 8, diff --git a/ships/cobra_mk_iv.json b/ships/cobra_mk_iv.json index 7ac2394..624931c 100644 --- a/ships/cobra_mk_iv.json +++ b/ships/cobra_mk_iv.json @@ -11,6 +11,7 @@ "boost": 300, "boostEnergy": 10, "baseShieldStrength": 120, + "heatCapacity": 228, "baseArmour": 120, "hardness": 35, "hullMass": 210, diff --git a/ships/diamondback_explorer.json b/ships/diamondback_explorer.json index b69efe2..e294641 100644 --- a/ships/diamondback_explorer.json +++ b/ships/diamondback_explorer.json @@ -13,6 +13,7 @@ "baseShieldStrength": 150, "baseArmour": 150, "hardness": 42, + "heatCapacity": 351, "hullMass": 260, "masslock": 10, "pipSpeed": 0.098214285714286, diff --git a/ships/diamondback_scout.json b/ships/diamondback_scout.json index 76a4295..076e07f 100644 --- a/ships/diamondback_scout.json +++ b/ships/diamondback_scout.json @@ -13,6 +13,7 @@ "baseShieldStrength": 120, "baseArmour": 120, "hardness": 40, + "heatCapacity": 346, "hullMass": 170, "masslock": 8, "pipSpeed": 0.096153846153846, diff --git a/ships/dolphin.json b/ships/dolphin.json index 005533d..3f7e2ce 100755 --- a/ships/dolphin.json +++ b/ships/dolphin.json @@ -14,6 +14,7 @@ "baseArmour": 110, "hardness": 35, "hullMass": 140, + "heatCapacity": 165, "masslock": 9, "pipSpeed": 0.13, "luxuryCabins": true, diff --git a/ships/eagle.json b/ships/eagle.json index e59f856..1d2c313 100755 --- a/ships/eagle.json +++ b/ships/eagle.json @@ -14,6 +14,7 @@ "baseArmour": 40, "hardness": 28, "hullMass": 50, + "heatCapacity": 165, "masslock": 6, "pipSpeed": 0.0625, "pitch": 50, diff --git a/ships/federal_assault_ship.json b/ships/federal_assault_ship.json index d6c79bd..8e01982 100644 --- a/ships/federal_assault_ship.json +++ b/ships/federal_assault_ship.json @@ -14,6 +14,7 @@ "baseArmour": 300, "hardness": 60, "hullMass": 480, + "heatCapacity": 286, "masslock": 14, "pipSpeed": 0.071428571428571, "pitch": 38, @@ -36,7 +37,7 @@ "standard": [6, 6, 5, 5, 6, 4, 4], "hardpoints": [3, 3, 2, 2, 0, 0, 0, 0], "internal": [ - 5, 5, 4, + 5, 5, 4, { "class": 4, "name": "Military", "eligible": { "mahr":1, "hr": 1, "scb": 1, "mrp": 1, "gsrp": 1, "gmrp": 1, "ghrp": 1 } }, { "class": 4, "name": "Military", "eligible": { "mahr":1, "hr": 1, "scb": 1, "mrp": 1, "gsrp": 1, "gmrp": 1, "ghrp": 1 } }, 3, 2, 2 diff --git a/ships/federal_corvette.json b/ships/federal_corvette.json index d90acd2..d0f4d91 100644 --- a/ships/federal_corvette.json +++ b/ships/federal_corvette.json @@ -15,6 +15,7 @@ "hardness": 70, "hullMass": 900, "masslock": 24, + "heatCapacity": 333, "pipSpeed": 0.125, "fighterHangars": true, "pitch": 28, diff --git a/ships/federal_dropship.json b/ships/federal_dropship.json index 8702eaa..b144754 100755 --- a/ships/federal_dropship.json +++ b/ships/federal_dropship.json @@ -14,6 +14,7 @@ "baseArmour": 300, "hardness": 60, "hullMass": 580, + "heatCapacity": 331, "masslock": 14, "pipSpeed": 0.11111111111111, "pitch": 30, diff --git a/ships/federal_gunship.json b/ships/federal_gunship.json index 0e7941f..258afd8 100644 --- a/ships/federal_gunship.json +++ b/ships/federal_gunship.json @@ -14,6 +14,7 @@ "baseArmour": 350, "hardness": 60, "hullMass": 580, + "heatCapacity": 325, "masslock": 14, "pipSpeed": 0.10294117647059, "fighterHangars": true, diff --git a/ships/fer_de_lance.json b/ships/fer_de_lance.json index 6728b00..df3e4bc 100755 --- a/ships/fer_de_lance.json +++ b/ships/fer_de_lance.json @@ -14,6 +14,7 @@ "baseArmour": 225, "hardness": 70, "hullMass": 250, + "heatCapacity": 224, "masslock": 12, "pipSpeed": 0.038461538461538, "pitch": 38, diff --git a/ships/hauler.json b/ships/hauler.json index 7ce906e..2bd3618 100755 --- a/ships/hauler.json +++ b/ships/hauler.json @@ -13,6 +13,7 @@ "baseShieldStrength": 50, "baseArmour": 100, "hardness": 20, + "heatCapacity": 123, "hullMass": 14, "masslock": 6, "pipSpeed": 0.1625, diff --git a/ships/imperial_clipper.json b/ships/imperial_clipper.json index 7cc5258..2e469bd 100755 --- a/ships/imperial_clipper.json +++ b/ships/imperial_clipper.json @@ -15,6 +15,7 @@ "hardness": 60, "hullMass": 400, "masslock": 12, + "heatCapacity": 304, "pipSpeed": 0.1, "pitch": 40, "roll": 80, diff --git a/ships/imperial_courier.json b/ships/imperial_courier.json index b39c1c4..21d5af7 100644 --- a/ships/imperial_courier.json +++ b/ships/imperial_courier.json @@ -15,6 +15,7 @@ "hardness": 30, "hullMass": 35, "masslock": 7, + "heatCapacity": 230, "pipSpeed": 0.053571428571429, "pitch": 38, "roll": 90, diff --git a/ships/imperial_cutter.json b/ships/imperial_cutter.json index 98f1825..6ec0275 100644 --- a/ships/imperial_cutter.json +++ b/ships/imperial_cutter.json @@ -14,6 +14,7 @@ "baseArmour": 400, "hardness": 70, "hullMass": 1100, + "heatCapacity": 327, "masslock": 27, "pipSpeed": 0.05, "fighterHangars": true, diff --git a/ships/imperial_eagle.json b/ships/imperial_eagle.json index d9a0591..8b86fa1 100644 --- a/ships/imperial_eagle.json +++ b/ships/imperial_eagle.json @@ -13,6 +13,7 @@ "baseShieldStrength": 80, "baseArmour": 60, "hardness": 28, + "heatCapacity": 163, "hullMass": 50, "masslock": 6, "pipSpeed": 0.075, diff --git a/ships/keelback.json b/ships/keelback.json index f538897..abd6bac 100644 --- a/ships/keelback.json +++ b/ships/keelback.json @@ -13,6 +13,7 @@ "baseShieldStrength": 135, "baseArmour": 270, "hardness": 45, + "heatCapacity": 215, "hullMass": 180, "masslock": 8, "pipSpeed": 0.1375, diff --git a/ships/krait_mkii.json b/ships/krait_mkii.json index e6bb056..1bc7f3f 100644 --- a/ships/krait_mkii.json +++ b/ships/krait_mkii.json @@ -11,6 +11,7 @@ "boost": 330, "boostEnergy": 13, "baseShieldStrength": 220, + "heatCapacity": 300, "baseArmour": 220, "hardness": 55, "hullMass": 320, diff --git a/ships/krait_phantom.json b/ships/krait_phantom.json index 2748521..8091734 100644 --- a/ships/krait_phantom.json +++ b/ships/krait_phantom.json @@ -9,6 +9,7 @@ "hullCost": 42409425, "speed": 250, "boost": 350, + "heatCapacity": 300, "boostEnergy": 13, "baseShieldStrength": 200, "baseArmour": 180, diff --git a/ships/mamba.json b/ships/mamba.json index b750ad1..61226c2 100644 --- a/ships/mamba.json +++ b/ships/mamba.json @@ -11,6 +11,7 @@ "boost": 380, "boostEnergy": 10, "baseShieldStrength": 270, + "heatCapacity": 165, "baseArmour": 230, "hardness": 65, "hullMass": 250, diff --git a/ships/orca.json b/ships/orca.json index 0946132..c20deec 100755 --- a/ships/orca.json +++ b/ships/orca.json @@ -12,6 +12,7 @@ "boostEnergy": 16, "baseShieldStrength": 220, "baseArmour": 220, + "heatCapacity": 262, "hardness": 55, "hullMass": 290, "masslock": 16, diff --git a/ships/python.json b/ships/python.json index e63ad95..cd40d9f 100755 --- a/ships/python.json +++ b/ships/python.json @@ -12,6 +12,7 @@ "boostEnergy": 23, "baseShieldStrength": 260, "baseArmour": 260, + "heatCapacity": 300, "hardness": 65, "hullMass": 350, "masslock": 17, diff --git a/ships/sidewinder.json b/ships/sidewinder.json index d5ac40f..46acde7 100755 --- a/ships/sidewinder.json +++ b/ships/sidewinder.json @@ -10,6 +10,7 @@ "speed": 220, "boost": 320, "boostEnergy": 7, + "heatCapacity": 140, "baseShieldStrength": 40, "baseArmour": 60, "hardness": 20, diff --git a/ships/type_10_defender.json b/ships/type_10_defender.json index aa9111e..f933658 100644 --- a/ships/type_10_defender.json +++ b/ships/type_10_defender.json @@ -14,6 +14,7 @@ "baseArmour": 580, "hardness": 75, "hullMass": 1200, + "heatCapacity": 335, "masslock": 26, "pipSpeed": 0.041666666666667, "fighterHangars": true, diff --git a/ships/type_6_transporter.json b/ships/type_6_transporter.json index a05e4ad..34a170d 100755 --- a/ships/type_6_transporter.json +++ b/ships/type_6_transporter.json @@ -9,6 +9,7 @@ "hullCost": 865790, "speed": 220, "boost": 350, + "heatCapacity": 179, "boostEnergy": 10, "baseShieldStrength": 90, "baseArmour": 180, diff --git a/ships/type_7_transport.json b/ships/type_7_transport.json index 245edc9..bb010c6 100755 --- a/ships/type_7_transport.json +++ b/ships/type_7_transport.json @@ -8,6 +8,7 @@ "class": 3, "hullCost": 16780510, "speed": 180, + "heatCapacity": 226, "boost": 300, "boostEnergy": 10, "baseShieldStrength": 155, diff --git a/ships/type_9_heavy.json b/ships/type_9_heavy.json index 6c9cadc..c4b06b6 100755 --- a/ships/type_9_heavy.json +++ b/ships/type_9_heavy.json @@ -10,6 +10,7 @@ "speed": 130, "boost": 200, "boostEnergy": 19, + "heatCapacity": 289, "baseShieldStrength": 240, "baseArmour": 480, "hardness": 65, diff --git a/ships/viper.json b/ships/viper.json index 57a7d5a..cdab678 100755 --- a/ships/viper.json +++ b/ships/viper.json @@ -14,6 +14,7 @@ "baseArmour": 70, "hardness": 35, "hullMass": 50, + "heatCapacity": 195, "masslock": 7, "pipSpeed": 0.09375, "pitch": 35, diff --git a/ships/viper_mk_iv.json b/ships/viper_mk_iv.json index 5637649..94023b1 100644 --- a/ships/viper_mk_iv.json +++ b/ships/viper_mk_iv.json @@ -14,6 +14,7 @@ "baseArmour": 150, "hardness": 35, "hullMass": 190, + "heatCapacity": 209, "masslock": 7, "pipSpeed": 0.087962962962963, "pitch": 30, diff --git a/ships/vulture.json b/ships/vulture.json index 648b213..a8d69e7 100755 --- a/ships/vulture.json +++ b/ships/vulture.json @@ -12,6 +12,7 @@ "boostEnergy": 16, "baseShieldStrength": 240, "baseArmour": 160, + "heatCapacity": 237, "hardness": 55, "hullMass": 230, "masslock": 10,