From 35473b30d391975dc4a00e0ab2dc0e8611cce268 Mon Sep 17 00:00:00 2001 From: Jonathan Harris Date: Sat, 7 Jul 2018 20:09:01 +0100 Subject: [PATCH] Add missing symbols. Correct Int_GuardianPowerDistributor_Size8. --- dist/index.js | 11 +++++++---- dist/index.json | 11 +++++++---- modules/hardpoints/mining_laser.json | 5 +++-- modules/hardpoints/multi_cannon.json | 5 +++-- modules/hardpoints/pulse_laser.json | 5 +++-- modules/standard/power_distributor.json | 4 ++-- 6 files changed, 25 insertions(+), 16 deletions(-) diff --git a/dist/index.js b/dist/index.js index 0072f6e..f65c463 100644 --- a/dist/index.js +++ b/dist/index.js @@ -6712,7 +6712,7 @@ module.exports = { wepcap: 50, weprate: 10.1, name: "Guardian Power Distributor", - symbol: "Int_GuardianPowerDistributor_Size7" + symbol: "Int_GuardianPowerDistributor_Size8" } ], s: [ { angle: 30, @@ -7551,7 +7551,8 @@ module.exports = { pp: "Felicia Winters", rating: "E", rof: 1.664, - thermload: 1 + thermload: 1, + symbol: "Hpt_PulseLaser_Fixed_Medium_Disruptor" }, { breachdmg: 5.1, breachmax: .8, @@ -8448,7 +8449,8 @@ module.exports = { reload: 4, rof: 4.3, shotspeed: 1800, - thermload: .2 + thermload: .2, + symbol: "Hpt_MultiCannon_Fixed_Small_Strong" }, { ammo: 2100, breachdmg: 2, @@ -10254,7 +10256,8 @@ module.exports = { pp: "Zemina Torval", range: 2e3, rating: "D", - thermload: 6 + thermload: 6, + symbol: "Hpt_MiningLaser_Fixed_Small_Advanced" }, { breachdmg: .6, breachmax: .2, diff --git a/dist/index.json b/dist/index.json index 60b94c8..78f74e1 100644 --- a/dist/index.json +++ b/dist/index.json @@ -8927,7 +8927,7 @@ "wepcap": 50, "weprate": 10.1, "name": "Guardian Power Distributor", - "symbol": "Int_GuardianPowerDistributor_Size7" + "symbol": "Int_GuardianPowerDistributor_Size8" } ], "s": [ @@ -9826,7 +9826,8 @@ "pp": "Felicia Winters", "rating": "E", "rof": 1.664, - "thermload": 1 + "thermload": 1, + "symbol": "Hpt_PulseLaser_Fixed_Medium_Disruptor" }, { "breachdmg": 5.1, @@ -10759,7 +10760,8 @@ "reload": 4, "rof": 4.3, "shotspeed": 1800, - "thermload": 0.2 + "thermload": 0.2, + "symbol": "Hpt_MultiCannon_Fixed_Small_Strong" }, { "ammo": 2100, @@ -12635,7 +12637,8 @@ "pp": "Zemina Torval", "range": 2000, "rating": "D", - "thermload": 6 + "thermload": 6, + "symbol": "Hpt_MiningLaser_Fixed_Small_Advanced" }, { "breachdmg": 0.6, diff --git a/modules/hardpoints/mining_laser.json b/modules/hardpoints/mining_laser.json index 14c6a30..40c8b69 100644 --- a/modules/hardpoints/mining_laser.json +++ b/modules/hardpoints/mining_laser.json @@ -77,7 +77,8 @@ "pp": "Zemina Torval", "range": 2000, "rating": "D", - "thermload": 6 + "thermload": 6, + "symbol": "Hpt_MiningLaser_Fixed_Small_Advanced" }, { "breachdmg": 0.6, @@ -132,4 +133,4 @@ "symbol": "Hpt_MiningLaser_Turret_Medium" } ] -} \ No newline at end of file +} diff --git a/modules/hardpoints/multi_cannon.json b/modules/hardpoints/multi_cannon.json index 823f370..5e3b967 100644 --- a/modules/hardpoints/multi_cannon.json +++ b/modules/hardpoints/multi_cannon.json @@ -123,7 +123,8 @@ "reload": 4, "rof": 4.3, "shotspeed": 1800, - "thermload": 0.2 + "thermload": 0.2, + "symbol": "Hpt_MultiCannon_Fixed_Small_Strong" }, { "ammo": 2100, @@ -345,4 +346,4 @@ "symbol": "Hpt_MultiCannon_Gimbal_Huge" } ] -} \ No newline at end of file +} diff --git a/modules/hardpoints/pulse_laser.json b/modules/hardpoints/pulse_laser.json index 26820c8..1a11c39 100644 --- a/modules/hardpoints/pulse_laser.json +++ b/modules/hardpoints/pulse_laser.json @@ -187,7 +187,8 @@ "pp": "Felicia Winters", "rating": "E", "rof": 1.664, - "thermload": 1 + "thermload": 1, + "symbol": "Hpt_PulseLaser_Fixed_Medium_Disruptor" }, { "breachdmg": 5.1, @@ -325,4 +326,4 @@ "symbol": "Hpt_PulseLaser_Gimbal_Huge" } ] -} \ No newline at end of file +} diff --git a/modules/standard/power_distributor.json b/modules/standard/power_distributor.json index 166c89c..50d20f6 100644 --- a/modules/standard/power_distributor.json +++ b/modules/standard/power_distributor.json @@ -918,7 +918,7 @@ "wepcap": 50, "weprate": 10.1, "name": "Guardian Power Distributor", - "symbol": "Int_GuardianPowerDistributor_Size7" + "symbol": "Int_GuardianPowerDistributor_Size8" } ] -} \ No newline at end of file +}