Include chargeup for shutdown field neutraliser

This commit is contained in:
Felix Linker
2021-01-01 23:02:12 +01:00
parent 69b7c2d087
commit c52cb147a8
3 changed files with 1 additions and 19 deletions

View File

@@ -11,6 +11,7 @@
"mass": 1.3,
"name": "Shutdown Field Neutraliser",
"passive": 1,
"chargeup": 1,
"power": 0.2,
"activepower": 0.25,
"rating": "F",

View File

@@ -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,

View File

@@ -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."
}
]
}