From 56169cd5a2ffddbee314965f3b778e30af6891e0 Mon Sep 17 00:00:00 2001 From: Willyb321 Date: Tue, 18 Dec 2018 08:25:41 +1100 Subject: [PATCH 1/4] pwa (cost not confirmed, need to add symbols) --- dist/index.js | 99 ++++++++++++++++++ dist/index.json | 105 ++++++++++++++++++++ modifications/modifications.json | 4 +- modifications/modules.json | 6 ++ modules/hardpoints/pulse_wave_analyser.json | 89 +++++++++++++++++ modules/index.js | 1 + 6 files changed, 303 insertions(+), 1 deletion(-) create mode 100644 modules/hardpoints/pulse_wave_analyser.json diff --git a/dist/index.js b/dist/index.js index 042acb1..07d84d7 100644 --- a/dist/index.js +++ b/dist/index.js @@ -11149,6 +11149,87 @@ module.exports = { scantime: 10, symbol: "Hpt_CloudScanner_Size0_Class5" } ], + pwa: [ { + rating: "A", + class: "0", + mass: 1.3, + eddbID: 0, + power: 3.2, + integrity: 48, + cost: 3e4, + id: "2x", + maxangle: 15, + scanrange: 24e3, + scantime: 3, + grp: "pwa", + boot: 3, + edID: 0, + symbol: "" + }, { + rating: "B", + class: "0", + mass: 1.3, + eddbID: 0, + power: 1.6, + integrity: 56, + cost: 3e4, + id: "2y", + maxangle: 15, + boot: 3, + scanrange: 21e3, + scantime: 3.08, + grp: "pwa", + edID: 0, + symbol: "" + }, { + rating: "C", + class: "0", + mass: 1.3, + eddbID: 0, + power: .8, + integrity: 40, + cost: 3e4, + id: "2z", + maxangle: 15, + boot: 3, + scanrange: 18e3, + scantime: 3, + grp: "pwa", + edID: 0, + symbol: "" + }, { + rating: "D", + class: "0", + mass: 1.3, + eddbID: 0, + power: .8, + integrity: 24, + cost: 3e4, + id: "3J", + maxangle: 15, + boot: 3, + scanrange: 15e3, + scantime: 3, + grp: "pwa", + edID: 0, + symbol: "" + }, { + rating: "E", + class: "0", + mass: 1.3, + eddbID: 0, + power: .8, + integrity: 24, + cost: 3e4, + id: "3K", + maxangle: 15, + boot: 3, + scanrange: 12e3, + scantime: 3, + grp: "pwa", + edID: 0, + symbol: "" + } ], kw: [ { class: 0, cost: 13540, @@ -26304,6 +26385,20 @@ module.exports = { type: "numeric", method: "additive", higherbetter: true + }, + scanrange: { + id: 51, + name: "scanrange", + type: "numeric", + method: "additive", + higherbetter: true + }, + maxangle: { + id: 51, + name: "maxangle", + type: "numeric", + method: "additive", + higherbetter: true } }, modifierActions: { @@ -30378,6 +30473,10 @@ module.exports = { mahr: { blueprints: {}, modifications: [] + }, + pwa: { + blueprints: {}, + modifications: [] } }, specials: { diff --git a/dist/index.json b/dist/index.json index e101c9e..8476ec2 100644 --- a/dist/index.json +++ b/dist/index.json @@ -13729,6 +13729,93 @@ "symbol": "Hpt_CloudScanner_Size0_Class5" } ], + "pwa": [ + { + "rating": "A", + "class": "0", + "mass": 1.3, + "eddbID": 0, + "power": 3.2, + "integrity": 48, + "cost": 30000, + "id": "2x", + "maxangle": 15, + "scanrange": 24000, + "scantime": 3, + "grp": "pwa", + "boot": 3, + "edID": 0, + "symbol": "" + }, + { + "rating": "B", + "class": "0", + "mass": 1.3, + "eddbID": 0, + "power": 1.6, + "integrity": 56, + "cost": 30000, + "id": "2y", + "maxangle": 15, + "boot": 3, + "scanrange": 21000, + "scantime": 3.08, + "grp": "pwa", + "edID": 0, + "symbol": "" + }, + { + "rating": "C", + "class": "0", + "mass": 1.3, + "eddbID": 0, + "power": 0.8, + "integrity": 40, + "cost": 30000, + "id": "2z", + "maxangle": 15, + "boot": 3, + "scanrange": 18000, + "scantime": 3, + "grp": "pwa", + "edID": 0, + "symbol": "" + }, + { + "rating": "D", + "class": "0", + "mass": 1.3, + "eddbID": 0, + "power": 0.8, + "integrity": 24, + "cost": 30000, + "id": "3J", + "maxangle": 15, + "boot": 3, + "scanrange": 15000, + "scantime": 3, + "grp": "pwa", + "edID": 0, + "symbol": "" + }, + { + "rating": "E", + "class": "0", + "mass": 1.3, + "eddbID": 0, + "power": 0.8, + "integrity": 24, + "cost": 30000, + "id": "3K", + "maxangle": 15, + "boot": 3, + "scanrange": 12000, + "scantime": 3, + "grp": "pwa", + "edID": 0, + "symbol": "" + } + ], "kw": [ { "class": 0, @@ -34434,6 +34521,20 @@ "type": "numeric", "method": "additive", "higherbetter": true + }, + "scanrange": { + "id": 51, + "name": "scanrange", + "type": "numeric", + "method": "additive", + "higherbetter": true + }, + "maxangle": { + "id": 51, + "name": "maxangle", + "type": "numeric", + "method": "additive", + "higherbetter": true } }, "modifierActions": { @@ -41533,6 +41634,10 @@ "mahr": { "blueprints": {}, "modifications": [] + }, + "pwa": { + "blueprints": {}, + "modifications": [] } }, "specials": { diff --git a/modifications/modifications.json b/modifications/modifications.json index 73065ad..2aa8451 100644 --- a/modifications/modifications.json +++ b/modifications/modifications.json @@ -50,5 +50,7 @@ "weprate": {"id": 38, "name": "weprate", "type": "percentage", "method": "multiplicative", "higherbetter": true}, "shieldreinforcement": {"id": 39, "name": "shieldreinforcement", "type": "percentage", "method": "multiplicative", "higherbetter": true}, "jumpboost": {"id": 47, "name": "jumpboost", "type": "numeric", "method": "additive", "higherbetter": true}, - "shieldaddition": {"id": 50, "name": "shieldaddition", "type": "numeric", "method": "additive", "higherbetter": true} + "shieldaddition": {"id": 50, "name": "shieldaddition", "type": "numeric", "method": "additive", "higherbetter": true}, + "scanrange": {"id": 51, "name": "scanrange", "type": "numeric", "method": "additive", "higherbetter": true}, + "maxangle": {"id": 51, "name": "maxangle", "type": "numeric", "method": "additive", "higherbetter": true} } diff --git a/modifications/modules.json b/modifications/modules.json index a62d389..233f194 100644 --- a/modifications/modules.json +++ b/modifications/modules.json @@ -6602,5 +6602,11 @@ }, "modifications": [ ] + }, + "pwa": { + "blueprints": { + }, + "modifications": [ + ] } } diff --git a/modules/hardpoints/pulse_wave_analyser.json b/modules/hardpoints/pulse_wave_analyser.json new file mode 100644 index 0000000..19b5baf --- /dev/null +++ b/modules/hardpoints/pulse_wave_analyser.json @@ -0,0 +1,89 @@ +{ + "pwa": [ + { + "rating": "A", + "class": "0", + "mass": 1.3, + "eddbID": 0, + "power": 3.2, + "integrity": 48, + "cost": 30000, + "id": "2x", + "maxangle": 15, + "scanrange": 24000, + "scantime": 3, + "grp": "pwa", + "boot": 3, + "edID": 0, + "symbol": "" + }, + { + "rating": "B", + "class": "0", + "mass": 1.3, + "eddbID": 0, + "power": 1.6, + "integrity": 56, + "cost": 30000, + "id": "2y", + "maxangle": 15, + "boot": 3, + "scanrange": 21000, + "scantime": 3.08, + "grp": "pwa", + "edID": 0, + "symbol": "" + }, + { + "rating": "C", + "class": "0", + "mass": 1.3, + "eddbID": 0, + "power": 0.8, + "integrity": 40, + "cost": 30000, + "id": "2z", + "maxangle": 15, + "boot": 3, + "scanrange": 18000, + "scantime": 3, + "grp": "pwa", + "edID": 0, + "symbol": "" + }, + { + "rating": "D", + "class": "0", + "mass": 1.3, + "eddbID": 0, + "power": 0.8, + "integrity": 24, + "cost": 30000, + "id": "3J", + "maxangle": 15, + "boot": 3, + "scanrange": 15000, + "scantime": 3, + "grp": "pwa", + "edID": 0, + "symbol": "" + }, + { + "rating": "E", + "class": "0", + "mass": 1.3, + "eddbID": 0, + "power": 0.8, + "integrity": 24, + "cost": 30000, + "id": "3K", + "maxangle": 15, + "boot": 3, + "scanrange": 12000, + "scantime": 3, + "grp": "pwa", + "edID": 0, + "symbol": "" + } + ] +} diff --git a/modules/index.js b/modules/index.js index d1efc15..451bc8c 100644 --- a/modules/index.js +++ b/modules/index.js @@ -27,6 +27,7 @@ module.exports = { ml: require('./hardpoints/mining_laser').ml, cs: require('./hardpoints/cargo_scanner').cs, ws: require('./hardpoints/frame_shift_wake_scanner').ws, + pwa: require('./hardpoints/pulse_wave_analyser').pwa, kw: require('./hardpoints/kill_warrant_scanner').kw, sb: require('./hardpoints/shield_booster').sb, ch: require('./hardpoints/chaff_launcher').ch, From 4a02fa4f0de37d0eb00d17b6bb401b687ec8c8e2 Mon Sep 17 00:00:00 2001 From: Willyb321 Date: Wed, 19 Dec 2018 08:20:07 +1100 Subject: [PATCH 2/4] scl (cost not confirmed, need to add symbols and ids) --- dist/index.js | 72 ++++++++++++++++++ dist/index.json | 75 +++++++++++++++++++ modifications/modifications.json | 3 +- modifications/modules.json | 6 ++ .../hardpoints/seismic_charge_launcher.json | 66 ++++++++++++++++ modules/index.js | 1 + 6 files changed, 222 insertions(+), 1 deletion(-) create mode 100644 modules/hardpoints/seismic_charge_launcher.json diff --git a/dist/index.js b/dist/index.js index 07d84d7..2f37d5d 100644 --- a/dist/index.js +++ b/dist/index.js @@ -11230,6 +11230,67 @@ module.exports = { edID: 0, symbol: "" } ], + scl: [ { + breachdmg: 3, + breachmax: 0, + shotspeed: 350, + breachmin: 0, + class: 2, + cost: 2200, + damage: 15, + chargetime: 2, + damagedist: { + E: 1 + }, + distdraw: .24, + edID: 128049381, + eddbID: 823, + falloff: 500, + ammo: 72, + clip: 1, + grp: "scl", + id: "3L", + integrity: 51, + mass: 4, + mount: "T", + piercing: 35, + power: 1.2, + range: 3e3, + rating: "B", + rof: 1, + thermload: 3.6, + symbol: "" + }, { + breachdmg: 3, + breachmax: 0, + shotspeed: 350, + breachmin: 0, + class: 2, + cost: 2200, + damage: 15, + chargetime: 2, + damagedist: { + E: 1 + }, + distdraw: .24, + edID: 128049381, + eddbID: 823, + falloff: 500, + ammo: 72, + clip: 1, + grp: "scl", + id: "3M", + integrity: 51, + mass: 4, + mount: "F", + piercing: 35, + power: 1.01, + range: 3e3, + rating: "B", + rof: 1, + thermload: 3.6, + symbol: "" + } ], kw: [ { class: 0, cost: 13540, @@ -26399,6 +26460,13 @@ module.exports = { type: "numeric", method: "additive", higherbetter: true + }, + chargetime: { + id: 52, + name: "chargetime", + type: "percentage", + method: "multiplicative", + higherbetter: false } }, modifierActions: { @@ -30477,6 +30545,10 @@ module.exports = { pwa: { blueprints: {}, modifications: [] + }, + scl: { + blueprints: {}, + modifications: [] } }, specials: { diff --git a/dist/index.json b/dist/index.json index 8476ec2..91e6aae 100644 --- a/dist/index.json +++ b/dist/index.json @@ -13816,6 +13816,70 @@ "symbol": "" } ], + "scl": [ + { + "breachdmg": 3, + "breachmax": 0, + "shotspeed": 350, + "breachmin": 0, + "class": 2, + "cost": 2200, + "damage": 15, + "chargetime": 2, + "damagedist": { + "E": 1 + }, + "distdraw": 0.24, + "edID": 128049381, + "eddbID": 823, + "falloff": 500, + "ammo": 72, + "clip": 1, + "grp": "scl", + "id": "3L", + "integrity": 51, + "mass": 4, + "mount": "T", + "piercing": 35, + "power": 1.2, + "range": 3000, + "rating": "B", + "rof": 1, + "thermload": 3.6, + "symbol": "" + }, + { + "breachdmg": 3, + "breachmax": 0, + "shotspeed": 350, + "breachmin": 0, + "class": 2, + "cost": 2200, + "damage": 15, + "chargetime": 2, + "damagedist": { + "E": 1 + }, + "distdraw": 0.24, + "edID": 128049381, + "eddbID": 823, + "falloff": 500, + "ammo": 72, + "clip": 1, + "grp": "scl", + "id": "3M", + "integrity": 51, + "mass": 4, + "mount": "F", + "piercing": 35, + "power": 1.01, + "range": 3000, + "rating": "B", + "rof": 1, + "thermload": 3.6, + "symbol": "" + } + ], "kw": [ { "class": 0, @@ -34535,6 +34599,13 @@ "type": "numeric", "method": "additive", "higherbetter": true + }, + "chargetime": { + "id": 52, + "name": "chargetime", + "type": "percentage", + "method": "multiplicative", + "higherbetter": false } }, "modifierActions": { @@ -41638,6 +41709,10 @@ "pwa": { "blueprints": {}, "modifications": [] + }, + "scl": { + "blueprints": {}, + "modifications": [] } }, "specials": { diff --git a/modifications/modifications.json b/modifications/modifications.json index 2aa8451..fbba019 100644 --- a/modifications/modifications.json +++ b/modifications/modifications.json @@ -52,5 +52,6 @@ "jumpboost": {"id": 47, "name": "jumpboost", "type": "numeric", "method": "additive", "higherbetter": true}, "shieldaddition": {"id": 50, "name": "shieldaddition", "type": "numeric", "method": "additive", "higherbetter": true}, "scanrange": {"id": 51, "name": "scanrange", "type": "numeric", "method": "additive", "higherbetter": true}, - "maxangle": {"id": 51, "name": "maxangle", "type": "numeric", "method": "additive", "higherbetter": true} + "maxangle": {"id": 51, "name": "maxangle", "type": "numeric", "method": "additive", "higherbetter": true}, + "chargetime": {"id": 52, "name": "chargetime", "type": "percentage", "method": "multiplicative", "higherbetter": false} } diff --git a/modifications/modules.json b/modifications/modules.json index 233f194..d717b7e 100644 --- a/modifications/modules.json +++ b/modifications/modules.json @@ -6608,5 +6608,11 @@ }, "modifications": [ ] + }, + "scl": { + "blueprints": { + }, + "modifications": [ + ] } } diff --git a/modules/hardpoints/seismic_charge_launcher.json b/modules/hardpoints/seismic_charge_launcher.json new file mode 100644 index 0000000..c69a5e1 --- /dev/null +++ b/modules/hardpoints/seismic_charge_launcher.json @@ -0,0 +1,66 @@ +{ + "scl": [ + { + "breachdmg": 3, + "breachmax": 0, + "shotspeed": 350, + "breachmin": 0, + "class": 2, + "cost": 2200, + "damage": 15, + "chargetime": 2, + "damagedist": { + "E": 1 + }, + "distdraw": 0.24, + "edID": 128049381, + "eddbID": 823, + "falloff": 500, + "ammo": 72, + "clip": 1, + "grp": "scl", + "id": "3L", + "integrity": 51, + "mass": 4, + "mount": "T", + "piercing": 35, + "power": 1.2, + "range": 3000, + "rating": "B", + "rof": 1, + "thermload": 3.6, + "symbol": "" + }, + { + "breachdmg": 3, + "breachmax": 0, + "shotspeed": 350, + "breachmin": 0, + "class": 2, + "cost": 2200, + "damage": 15, + "chargetime": 2, + "damagedist": { + "E": 1 + }, + "distdraw": 0.24, + "edID": 128049381, + "eddbID": 823, + "falloff": 500, + "ammo": 72, + "clip": 1, + "grp": "scl", + "id": "3M", + "integrity": 51, + "mass": 4, + "mount": "F", + "piercing": 35, + "power": 1.01, + "range": 3000, + "rating": "B", + "rof": 1, + "thermload": 3.6, + "symbol": "" + } + ] +} diff --git a/modules/index.js b/modules/index.js index 451bc8c..f4d3e7c 100644 --- a/modules/index.js +++ b/modules/index.js @@ -28,6 +28,7 @@ module.exports = { cs: require('./hardpoints/cargo_scanner').cs, ws: require('./hardpoints/frame_shift_wake_scanner').ws, pwa: require('./hardpoints/pulse_wave_analyser').pwa, + scl: require('./hardpoints/seismic_charge_launcher').scl, kw: require('./hardpoints/kill_warrant_scanner').kw, sb: require('./hardpoints/shield_booster').sb, ch: require('./hardpoints/chaff_launcher').ch, From 7537eb13152e61f871620eb3c67fbb74f1c6318a Mon Sep 17 00:00:00 2001 From: Willyb321 Date: Thu, 20 Dec 2018 08:24:55 +1100 Subject: [PATCH 3/4] add symbols and EDIDs to pwa and scl --- dist/index.js | 24 +++++++++---------- dist/index.json | 24 +++++++++---------- modules/hardpoints/pulse_wave_analyser.json | 20 ++++++++-------- .../hardpoints/seismic_charge_launcher.json | 4 ++-- 4 files changed, 36 insertions(+), 36 deletions(-) diff --git a/dist/index.js b/dist/index.js index 2f37d5d..055e6eb 100644 --- a/dist/index.js +++ b/dist/index.js @@ -11163,8 +11163,8 @@ module.exports = { scantime: 3, grp: "pwa", boot: 3, - edID: 0, - symbol: "" + edID: 128915722, + symbol: "hpt_mrascanner_size0_class5" }, { rating: "B", class: "0", @@ -11179,8 +11179,8 @@ module.exports = { scanrange: 21e3, scantime: 3.08, grp: "pwa", - edID: 0, - symbol: "" + edID: 128915721, + symbol: "hpt_mrascanner_size0_class4" }, { rating: "C", class: "0", @@ -11195,8 +11195,8 @@ module.exports = { scanrange: 18e3, scantime: 3, grp: "pwa", - edID: 0, - symbol: "" + edID: 128915720, + symbol: "hpt_mrascanner_size0_class3" }, { rating: "D", class: "0", @@ -11211,8 +11211,8 @@ module.exports = { scanrange: 15e3, scantime: 3, grp: "pwa", - edID: 0, - symbol: "" + edID: 128915719, + symbol: "hpt_mrascanner_size0_class2" }, { rating: "E", class: "0", @@ -11227,8 +11227,8 @@ module.exports = { scanrange: 12e3, scantime: 3, grp: "pwa", - edID: 0, - symbol: "" + edID: 128915718, + symbol: "hpt_mrascanner_size0_class1" } ], scl: [ { breachdmg: 3, @@ -11259,7 +11259,7 @@ module.exports = { rating: "B", rof: 1, thermload: 3.6, - symbol: "" + symbol: "Hpt_Mining_SeismChrgWarhd_Turret_Medium" }, { breachdmg: 3, breachmax: 0, @@ -11289,7 +11289,7 @@ module.exports = { rating: "B", rof: 1, thermload: 3.6, - symbol: "" + symbol: "Hpt_Mining_SeismChrgWarhd_Fixed_Medium" } ], kw: [ { class: 0, diff --git a/dist/index.json b/dist/index.json index 91e6aae..c9f6928 100644 --- a/dist/index.json +++ b/dist/index.json @@ -13744,8 +13744,8 @@ "scantime": 3, "grp": "pwa", "boot": 3, - "edID": 0, - "symbol": "" + "edID": 128915722, + "symbol": "hpt_mrascanner_size0_class5" }, { "rating": "B", @@ -13761,8 +13761,8 @@ "scanrange": 21000, "scantime": 3.08, "grp": "pwa", - "edID": 0, - "symbol": "" + "edID": 128915721, + "symbol": "hpt_mrascanner_size0_class4" }, { "rating": "C", @@ -13778,8 +13778,8 @@ "scanrange": 18000, "scantime": 3, "grp": "pwa", - "edID": 0, - "symbol": "" + "edID": 128915720, + "symbol": "hpt_mrascanner_size0_class3" }, { "rating": "D", @@ -13795,8 +13795,8 @@ "scanrange": 15000, "scantime": 3, "grp": "pwa", - "edID": 0, - "symbol": "" + "edID": 128915719, + "symbol": "hpt_mrascanner_size0_class2" }, { "rating": "E", @@ -13812,8 +13812,8 @@ "scanrange": 12000, "scantime": 3, "grp": "pwa", - "edID": 0, - "symbol": "" + "edID": 128915718, + "symbol": "hpt_mrascanner_size0_class1" } ], "scl": [ @@ -13846,7 +13846,7 @@ "rating": "B", "rof": 1, "thermload": 3.6, - "symbol": "" + "symbol": "Hpt_Mining_SeismChrgWarhd_Turret_Medium" }, { "breachdmg": 3, @@ -13877,7 +13877,7 @@ "rating": "B", "rof": 1, "thermload": 3.6, - "symbol": "" + "symbol": "Hpt_Mining_SeismChrgWarhd_Fixed_Medium" } ], "kw": [ diff --git a/modules/hardpoints/pulse_wave_analyser.json b/modules/hardpoints/pulse_wave_analyser.json index 19b5baf..e37cfac 100644 --- a/modules/hardpoints/pulse_wave_analyser.json +++ b/modules/hardpoints/pulse_wave_analyser.json @@ -14,8 +14,8 @@ "scantime": 3, "grp": "pwa", "boot": 3, - "edID": 0, - "symbol": "" + "edID": 128915722, + "symbol": "hpt_mrascanner_size0_class5" }, { "rating": "B", @@ -31,8 +31,8 @@ "scanrange": 21000, "scantime": 3.08, "grp": "pwa", - "edID": 0, - "symbol": "" + "edID": 128915721, + "symbol": "hpt_mrascanner_size0_class4" }, { "rating": "C", @@ -48,8 +48,8 @@ "scanrange": 18000, "scantime": 3, "grp": "pwa", - "edID": 0, - "symbol": "" + "edID": 128915720, + "symbol": "hpt_mrascanner_size0_class3" }, { "rating": "D", @@ -65,8 +65,8 @@ "scanrange": 15000, "scantime": 3, "grp": "pwa", - "edID": 0, - "symbol": "" + "edID": 128915719, + "symbol": "hpt_mrascanner_size0_class2" }, { "rating": "E", @@ -82,8 +82,8 @@ "scanrange": 12000, "scantime": 3, "grp": "pwa", - "edID": 0, - "symbol": "" + "edID": 128915718, + "symbol": "hpt_mrascanner_size0_class1" } ] } diff --git a/modules/hardpoints/seismic_charge_launcher.json b/modules/hardpoints/seismic_charge_launcher.json index c69a5e1..5752369 100644 --- a/modules/hardpoints/seismic_charge_launcher.json +++ b/modules/hardpoints/seismic_charge_launcher.json @@ -29,7 +29,7 @@ "rating": "B", "rof": 1, "thermload": 3.6, - "symbol": "" + "symbol": "Hpt_Mining_SeismChrgWarhd_Turret_Medium" }, { "breachdmg": 3, @@ -60,7 +60,7 @@ "rating": "B", "rof": 1, "thermload": 3.6, - "symbol": "" + "symbol": "Hpt_Mining_SeismChrgWarhd_Fixed_Medium" } ] } From 01adb80a56f2d33285568a39bceb38123d17c8a8 Mon Sep 17 00:00:00 2001 From: Willyb321 Date: Thu, 20 Dec 2018 08:36:02 +1100 Subject: [PATCH 4/4] mamba updates --- dist/index.js | 4 ++-- dist/index.json | 4 ++-- ships/mamba.json | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dist/index.js b/dist/index.js index 055e6eb..861fb40 100644 --- a/dist/index.js +++ b/dist/index.js @@ -3024,14 +3024,14 @@ module.exports = { hullCost: 55866341, speed: 300, boost: 370, - boostEnergy: 19, + boostEnergy: 17, baseShieldStrength: 270, heatCapacity: 165, baseArmour: 230, hardness: 65, hullMass: 250, masslock: 12, - pipSpeed: .047297297297297, + pipSpeed: .056451612903226, pitch: 27, roll: 80, yaw: 10, diff --git a/dist/index.json b/dist/index.json index c9f6928..0d827b7 100644 --- a/dist/index.json +++ b/dist/index.json @@ -4645,14 +4645,14 @@ "hullCost": 55866341, "speed": 300, "boost": 370, - "boostEnergy": 19, + "boostEnergy": 17, "baseShieldStrength": 270, "heatCapacity": 165, "baseArmour": 230, "hardness": 65, "hullMass": 250, "masslock": 12, - "pipSpeed": 0.047297297297297, + "pipSpeed": 0.056451612903226, "pitch": 27, "roll": 80, "yaw": 10, diff --git a/ships/mamba.json b/ships/mamba.json index fb385b9..37590ff 100644 --- a/ships/mamba.json +++ b/ships/mamba.json @@ -9,14 +9,14 @@ "hullCost": 55866341, "speed": 300, "boost": 370, - "boostEnergy": 19, + "boostEnergy": 17, "baseShieldStrength": 270, "heatCapacity": 165, "baseArmour": 230, "hardness": 65, "hullMass": 250, "masslock": 12, - "pipSpeed": 0.047297297297297, + "pipSpeed": 0.056451612903226, "pitch": 27, "roll": 80, "yaw": 10,