From c52cb147a87384ed776eefc382e63c2f3cafb5f1 Mon Sep 17 00:00:00 2001 From: Felix Linker Date: Fri, 1 Jan 2021 23:02:12 +0100 Subject: [PATCH] Include chargeup for shutdown field neutraliser --- .../hardpoints/shutdown_field_neutraliser.json | 1 + modules/index.js | 1 - modules/standard/planetary_approach_suite.json | 18 ------------------ 3 files changed, 1 insertion(+), 19 deletions(-) delete mode 100644 modules/standard/planetary_approach_suite.json diff --git a/modules/hardpoints/shutdown_field_neutraliser.json b/modules/hardpoints/shutdown_field_neutraliser.json index 9af4702..f97aeeb 100644 --- a/modules/hardpoints/shutdown_field_neutraliser.json +++ b/modules/hardpoints/shutdown_field_neutraliser.json @@ -11,6 +11,7 @@ "mass": 1.3, "name": "Shutdown Field Neutraliser", "passive": 1, + "chargeup": 1, "power": 0.2, "activepower": 0.25, "rating": "F", diff --git a/modules/index.js b/modules/index.js index 3d6af88..3969d2e 100644 --- a/modules/index.js +++ b/modules/index.js @@ -7,7 +7,6 @@ module.exports = { pd: require('./standard/power_distributor').pd, s: require('./standard/sensors').s, ft: require('./standard/fuel_tank').ft, - pas: require('./standard/planetary_approach_suite').pas }, hardpoints: { pl: require('./hardpoints/pulse_laser').pl, diff --git a/modules/standard/planetary_approach_suite.json b/modules/standard/planetary_approach_suite.json deleted file mode 100644 index 43fe58c..0000000 --- a/modules/standard/planetary_approach_suite.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "pas": [ - { - "class": 1, - "cost": 500, - "edID": 128672317, - "eddbID": 1538, - "grp": "pas", - "id": "PA", - "mass": 0, - "power": 0, - "rating": "I", - "symbol": "Int_PlanetApproachSuite", - "ukName": "Planetary Approach Suite", - "ukDiscript": "The required Thruster modifications, sensor package and avionics to allow a ship to fly effectively in close proximity to planets." - } - ] -}