diff --git a/generate_distribution.js b/generate_distribution.js index d93f436..fa69903 100644 --- a/generate_distribution.js +++ b/generate_distribution.js @@ -11,7 +11,7 @@ if (!fs.existsSync('./dist')){ fs.mkdirSync('./dist'); } -fs.open('./dist/index.json', 'w', function() { +fs.open('./dist/index.js', 'w', function() { fs.writeFile('./dist/index.js', code, function(err) {}); }); diff --git a/modifications/modules.json b/modifications/modules.json index 9ef7f94..18a2a46 100644 --- a/modifications/modules.json +++ b/modifications/modules.json @@ -6903,5 +6903,17 @@ }, "modifications": [ ] + }, + "mh": { + "blueprints": { + }, + "modifications": [ + ] + }, + "mm": { + "blueprints": { + }, + "modifications": [ + ] } } diff --git a/modules/hardpoints/missing_hardpoint.json b/modules/hardpoints/missing_hardpoint.json new file mode 100644 index 0000000..420aabe --- /dev/null +++ b/modules/hardpoints/missing_hardpoint.json @@ -0,0 +1,35 @@ +{ + "mh": [ + { + "class": 0, + "cost": 0, + "edID": 0, + "eddbID": 0, + "grp": "mh", + "id": "4G", + "integrity": 0, + "mass": 0, + "name": "Unrecognised Utility", + "info": "Not in Coriolis yet. Check GitHub issues. Add Issue if needed.", + "power": 0, + "rating": "I", + "symbol": "Hpt_Missing_Utility" + }, + { + "class": 0, + "cost": 10, + "edID": 0, + "eddbID": 0, + "grp": "mh", + "id": "4H", + "integrity": 0, + "mass": 0, + "name": "Unrecognised Weapon", + "info": "Not in Coriolis yet. Check GitHub issues. Add Issue if needed.", + "power": 0, + "rating": "Z", + "symbol": "Hpt_Missing_Hardpoint" + } + ] + } + \ No newline at end of file diff --git a/modules/index.js b/modules/index.js index ad67cdf..c240ee4 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, @@ -45,7 +44,8 @@ module.exports = { tbsc: require('./hardpoints/shock_cannon').tbsc, tbem: require('./hardpoints/enzyme_missile_rack.json').tbem, tbrfl: require('./hardpoints/remote_release_flechette_launcher.json').tbrfl, - gsc: require('./hardpoints/guardian_shard_cannon').gsc + gsc: require('./hardpoints/guardian_shard_cannon').gsc, + mh: require('./hardpoints/missing_hardpoint').mh, }, internal: { am: require('./internal/auto_field_maintenance_unit').am, @@ -85,5 +85,6 @@ module.exports = { sua: require('./internal/supercruise_assist').sua, ews: require('./internal/experemental_weapon_stabilizer').ews, pas: require('./internal/planetary_approach_suite').pas, + mm: require('./internal/missing_module').mm, } } diff --git a/modules/internal/missing_module.json b/modules/internal/missing_module.json new file mode 100644 index 0000000..63fbd23 --- /dev/null +++ b/modules/internal/missing_module.json @@ -0,0 +1,20 @@ +{ + "mm": [ + { + "class": 0, + "cost": 0, + "edID": 0, + "eddbID": 0, + "grp": "mm", + "id": "4I", + "integrity": 0, + "mass": 0, + "name": "Unrecognised Module", + "info": "Not in Coriolis yet. Check GitHub issues. Add Issue if needed.", + "power": 0, + "rating": "Z", + "symbol": "Int_Missing_Module" + } + ] + } + \ No newline at end of file diff --git a/modules/standard/frame_shift_drive.json b/modules/standard/frame_shift_drive.json index a2d6708..070d3f9 100644 --- a/modules/standard/frame_shift_drive.json +++ b/modules/standard/frame_shift_drive.json @@ -1234,6 +1234,25 @@ "symbol": "Int_Hyperdrive_Overcharge_Size2_Class1", "ukName": "FSD", "ukDiscript": "Faster-than-light capable ship drive, featuring experimental overcharge capabilities, necessary for supercruise travel and hyperspace jumps between star systems." + }, + { + "class": 0, + "cost": 0, + "edID": 0, + "fuelmul": 0, + "fuelpower": 0, + "grp": "fsd", + "id": "4P", + "name": "Unrecognised Frame Shift Drive", + "integrity": 0, + "mass": 0, + "maxfuel": 0, + "optmass": 0, + "power": 0, + "rating": "Z", + "symbol": "Int_Missing_Hyperdrive", + "ukName": "Unrecognised Frame Shift Drive", + "ukDiscript": "Unrecognised Frame Shift Drive" } ] } diff --git a/modules/standard/fuel_tank.json b/modules/standard/fuel_tank.json index c661930..3deef80 100644 --- a/modules/standard/fuel_tank.json +++ b/modules/standard/fuel_tank.json @@ -111,6 +111,21 @@ "symbol": "Int_FuelTank_Size8_Class3", "ukName": "Fuel Tank", "ukDiscript": "Storage container for fuel used by ship's power plant." + }, + { + "class": 1, + "cost": 0, + "edID": 0, + "eddbID": 0, + "fuel": 0, + "mass": 0, + "grp": "ft", + "id": "4M", + "rating": "Z", + "symbol": "Int_Missing_FuelTank", + "info": "Not in Coriolis yet. Check GitHub issues. Add Issue if needed.", + "ukName": "Unrecognised Fuel Tank", + "ukDiscript": "Unrecognised Fuel Tank" } ] } diff --git a/modules/standard/life_support.json b/modules/standard/life_support.json index 69b4abf..29c582a 100644 --- a/modules/standard/life_support.json +++ b/modules/standard/life_support.json @@ -679,6 +679,24 @@ "symbol": "Int_LifeSupport_Size1_Class5", "ukName": "Life Support", "ukDiscript": "Regulates habitable ship atmosphere and provides emergency reservoir for pilot's Remlock system. " + }, + { + "boot": 0, + "class": 0, + "cost": 0, + "edID": 0, + "eddbID": 0, + "grp": "ls", + "id": "4O", + "integrity": 0, + "mass": 0, + "power": 0, + "rating": "Z", + "time": 0, + "symbol": "Int_Missing_LifeSupport", + "info": "Not in Coriolis yet. Check GitHub issues. Add Issue if needed.", + "ukName": "Unrecognised Life Support", + "ukDiscript": "Unrecognised Life Support" } ] } 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." - } - ] -} diff --git a/modules/standard/power_distributor.json b/modules/standard/power_distributor.json index f188ba0..dc8f129 100644 --- a/modules/standard/power_distributor.json +++ b/modules/standard/power_distributor.json @@ -1015,6 +1015,29 @@ "symbol": "Int_GuardianPowerDistributor_Size8", "ukName": "Guardian Power Distributor", "ukDiscript": "Distribution system for ENG, SYS and WEP capacitors. Enhanced with Guardian technology to speed up capacitor recharge rates, at the cost of smaller capacitors and increased heat generation. Also boosts overall power output of any power plant it is hooked into." + }, + { + "class": 0, + "cost": 0, + "edID": 0, + "eddbID": 0, + "engcap": 0, + "engrate": 0, + "grp": "pd", + "id": "4N", + "integrity": 0, + "mass": 0, + "power": 0, + "rating": "Z", + "syscap": 0, + "sysrate": 0, + "wepcap": 0, + "weprate": 0, + "info": "Not in Coriolis yet. Check GitHub issues. Add Issue if needed.", + "name": "Unrecognised Power Distributor", + "symbol": "Int_Missing_PowerDistributor", + "ukName": "Unrecognised Power Distributor", + "ukDiscript": "Unrecognised Power Distributor" } ] } diff --git a/modules/standard/power_plant.json b/modules/standard/power_plant.json index 3fad645..1f3e297 100644 --- a/modules/standard/power_plant.json +++ b/modules/standard/power_plant.json @@ -678,6 +678,24 @@ "symbol": "Int_GuardianPowerplant_Size8", "ukName": "Guardian Power Plant", "ukDiscript": "Consumes fuel to power all ship modules. Enhanced with Guardian technology to produce greater power output, at the cost of heat generated and mass." + }, + { + "class": 0, + "cost": 0, + "edID": 0, + "eddbID": 0, + "eff": 0, + "grp": "pp", + "id": "4K", + "integrity": 0, + "mass": 0, + "pgen": 0, + "rating": "Z", + "name": "Unrecognised Power Plant", + "info": "Not in Coriolis yet. Check GitHub issues. Add Issue if needed.", + "symbol": "Int_Missing_Powerplant", + "ukName": "Unrecognised Power Plant", + "ukDiscript": "Unrecognised Power Plant" } ] } diff --git a/modules/standard/sensors.json b/modules/standard/sensors.json index a10adb5..51c8e7e 100644 --- a/modules/standard/sensors.json +++ b/modules/standard/sensors.json @@ -679,6 +679,24 @@ "symbol": "Int_Sensors_Size1_Class5", "ukName": "Sensors", "ukDiscript": "Standard suite providing basic detection, identification and targeting capabilities." + }, + { + "angle": 0, + "class": 1, + "cost": 0, + "edID": 0, + "eddbID": 0, + "grp": "s", + "id": "4L", + "integrity": 0, + "mass": 0, + "power": 0, + "range": 0, + "rating": "Z", + "symbol": "Int_Missing_Sensors", + "info": "Not in Coriolis yet. Check GitHub issues. Add Issue if needed.", + "ukName": "Unrecognised Sensors", + "ukDiscript": "Unrecognised Sensors" } ] } diff --git a/modules/standard/thrusters.json b/modules/standard/thrusters.json index 1f8b015..d85fd11 100644 --- a/modules/standard/thrusters.json +++ b/modules/standard/thrusters.json @@ -796,6 +796,28 @@ "symbol": "Int_Engine_Size2_Class5_Fast", "ukName": "Thrusters", "ukDiscript": "Enhanced performance normal-space propulsion system." + }, + { + "class": 2, + "cost": 0, + "edID": 0, + "eddbID": 0, + "grp": "t", + "id": "4J", + "integrity": 0, + "mass": 0, + "maxmass": 0, + "maxmul": 0, + "minmass": 0, + "minmul": 0, + "optmass": 0, + "optmul": 0, + "power": 0, + "rating": "Z", + "symbol": "Int_Missing_Engine", + "info": "Not in Coriolis yet. Check GitHub issues. Add Issue if needed.", + "ukName": "Unrecognised Thrusters", + "ukDiscript": "Unrecognised Thrusters " } ] } diff --git a/ships/adder.json b/ships/adder.json index a7f8615..e05ad58 100755 --- a/ships/adder.json +++ b/ships/adder.json @@ -118,7 +118,7 @@ 1, { "class": 1, - "name": "Planetary", + "name": "PlanetaryApproachSuite", "eligible": { "pas": 1 } diff --git a/ships/alliance_challenger.json b/ships/alliance_challenger.json index ab2fcbb..2928181 100644 --- a/ships/alliance_challenger.json +++ b/ships/alliance_challenger.json @@ -166,7 +166,7 @@ 1, { "class": 1, - "name": "Planetary", + "name": "PlanetaryApproachSuite", "eligible": { "pas": 1 } diff --git a/ships/alliance_chieftain.json b/ships/alliance_chieftain.json index 38a3b94..feadabd 100644 --- a/ships/alliance_chieftain.json +++ b/ships/alliance_chieftain.json @@ -164,7 +164,7 @@ 1, { "class": 1, - "name": "Planetary", + "name": "PlanetaryApproachSuite", "eligible": { "pas": 1 } diff --git a/ships/alliance_crusader.json b/ships/alliance_crusader.json index c33d594..f4aace6 100644 --- a/ships/alliance_crusader.json +++ b/ships/alliance_crusader.json @@ -166,7 +166,7 @@ 1, { "class": 1, - "name": "Planetary", + "name": "PlanetaryApproachSuite", "eligible": { "pas": 1 } diff --git a/ships/anaconda.json b/ships/anaconda.json index 655dd59..7ba88c4 100755 --- a/ships/anaconda.json +++ b/ships/anaconda.json @@ -148,7 +148,7 @@ 1, { "class": 1, - "name": "Planetary", + "name": "PlanetaryApproachSuite", "eligible": { "pas": 1 } diff --git a/ships/asp.json b/ships/asp.json index 3cf824b..792285f 100755 --- a/ships/asp.json +++ b/ships/asp.json @@ -124,7 +124,7 @@ 1, { "class": 1, - "name": "Planetary", + "name": "PlanetaryApproachSuite", "eligible": { "pas": 1 } diff --git a/ships/asp_scout.json b/ships/asp_scout.json index 0afc982..7114cde 100644 --- a/ships/asp_scout.json +++ b/ships/asp_scout.json @@ -119,7 +119,7 @@ 1, { "class": 1, - "name": "Planetary", + "name": "PlanetaryApproachSuite", "eligible": { "pas": 1 } diff --git a/ships/beluga.json b/ships/beluga.json index 4e4d3f3..1d13f87 100755 --- a/ships/beluga.json +++ b/ships/beluga.json @@ -134,7 +134,7 @@ 1, { "class": 1, - "name": "Planetary", + "name": "PlanetaryApproachSuite", "eligible": { "pas": 1 } diff --git a/ships/cobra_mk_iii.json b/ships/cobra_mk_iii.json index d02db55..6cbb738 100755 --- a/ships/cobra_mk_iii.json +++ b/ships/cobra_mk_iii.json @@ -120,7 +120,7 @@ 1, { "class": 1, - "name": "Planetary", + "name": "PlanetaryApproachSuite", "eligible": { "pas": 1 } diff --git a/ships/cobra_mk_iv.json b/ships/cobra_mk_iv.json index 408bd63..a449e93 100644 --- a/ships/cobra_mk_iv.json +++ b/ships/cobra_mk_iv.json @@ -126,7 +126,7 @@ 1, { "class": 1, - "name": "Planetary", + "name": "PlanetaryApproachSuite", "eligible": { "pas": 1 } diff --git a/ships/diamondback_explorer.json b/ships/diamondback_explorer.json index 7b906ea..07c0bb5 100644 --- a/ships/diamondback_explorer.json +++ b/ships/diamondback_explorer.json @@ -121,7 +121,7 @@ 1, { "class": 1, - "name": "Planetary", + "name": "PlanetaryApproachSuite", "eligible": { "pas": 1 } diff --git a/ships/diamondback_scout.json b/ships/diamondback_scout.json index 608b14d..bb789ee 100644 --- a/ships/diamondback_scout.json +++ b/ships/diamondback_scout.json @@ -120,7 +120,7 @@ 1, { "class": 1, - "name": "Planetary", + "name": "PlanetaryApproachSuite", "eligible": { "pas": 1 } diff --git a/ships/dolphin.json b/ships/dolphin.json index 41f75cd..f209683 100755 --- a/ships/dolphin.json +++ b/ships/dolphin.json @@ -124,7 +124,7 @@ 1, { "class": 1, - "name": "Planetary", + "name": "PlanetaryApproachSuite", "eligible": { "pas": 1 } diff --git a/ships/eagle.json b/ships/eagle.json index b5cfd38..db67cb0 100755 --- a/ships/eagle.json +++ b/ships/eagle.json @@ -129,7 +129,7 @@ 1, { "class": 1, - "name": "Planetary", + "name": "PlanetaryApproachSuite", "eligible": { "pas": 1 } diff --git a/ships/federal_assault_ship.json b/ships/federal_assault_ship.json index 052c657..af3d74b 100644 --- a/ships/federal_assault_ship.json +++ b/ships/federal_assault_ship.json @@ -150,7 +150,7 @@ 1, { "class": 1, - "name": "Planetary", + "name": "PlanetaryApproachSuite", "eligible": { "pas": 1 } diff --git a/ships/federal_corvette.json b/ships/federal_corvette.json index b2c1f2e..79a878f 100644 --- a/ships/federal_corvette.json +++ b/ships/federal_corvette.json @@ -162,7 +162,7 @@ 1, { "class": 1, - "name": "Planetary", + "name": "PlanetaryApproachSuite", "eligible": { "pas": 1 } diff --git a/ships/federal_dropship.json b/ships/federal_dropship.json index 8f7124a..cf0d3bf 100755 --- a/ships/federal_dropship.json +++ b/ships/federal_dropship.json @@ -152,7 +152,7 @@ 1, { "class": 1, - "name": "Planetary", + "name": "PlanetaryApproachSuite", "eligible": { "pas": 1 } diff --git a/ships/federal_gunship.json b/ships/federal_gunship.json index d9326b8..9cac08f 100644 --- a/ships/federal_gunship.json +++ b/ships/federal_gunship.json @@ -166,7 +166,7 @@ 1, { "class": 1, - "name": "Planetary", + "name": "PlanetaryApproachSuite", "eligible": { "pas": 1 } diff --git a/ships/fer_de_lance.json b/ships/fer_de_lance.json index 6040e2f..b3b4617 100755 --- a/ships/fer_de_lance.json +++ b/ships/fer_de_lance.json @@ -123,7 +123,7 @@ 1, { "class": 1, - "name": "Planetary", + "name": "PlanetaryApproachSuite", "eligible": { "pas": 1 } diff --git a/ships/hauler.json b/ships/hauler.json index c9d9bcd..4882001 100755 --- a/ships/hauler.json +++ b/ships/hauler.json @@ -115,7 +115,7 @@ 1, { "class": 1, - "name": "Planetary", + "name": "PlanetaryApproachSuite", "eligible": { "pas": 1 } diff --git a/ships/imperial_clipper.json b/ships/imperial_clipper.json index 1ceb2ae..d1e9d58 100755 --- a/ships/imperial_clipper.json +++ b/ships/imperial_clipper.json @@ -126,7 +126,7 @@ 1, { "class": 1, - "name": "Planetary", + "name": "PlanetaryApproachSuite", "eligible": { "pas": 1 } diff --git a/ships/imperial_courier.json b/ships/imperial_courier.json index 305a318..d8d7b06 100644 --- a/ships/imperial_courier.json +++ b/ships/imperial_courier.json @@ -124,7 +124,7 @@ 1, { "class": 1, - "name": "Planetary", + "name": "PlanetaryApproachSuite", "eligible": { "pas": 1 } diff --git a/ships/imperial_cutter.json b/ships/imperial_cutter.json index fd8eb99..b007846 100644 --- a/ships/imperial_cutter.json +++ b/ships/imperial_cutter.json @@ -161,7 +161,7 @@ 1, { "class": 1, - "name": "Planetary", + "name": "PlanetaryApproachSuite", "eligible": { "pas": 1 } diff --git a/ships/imperial_eagle.json b/ships/imperial_eagle.json index b335c1b..742391d 100644 --- a/ships/imperial_eagle.json +++ b/ships/imperial_eagle.json @@ -129,7 +129,7 @@ 1, { "class": 1, - "name": "Planetary", + "name": "PlanetaryApproachSuite", "eligible": { "pas": 1 } diff --git a/ships/keelback.json b/ships/keelback.json index 3e33a40..1602769 100644 --- a/ships/keelback.json +++ b/ships/keelback.json @@ -121,7 +121,7 @@ 1, { "class": 1, - "name": "Planetary", + "name": "PlanetaryApproachSuite", "eligible": { "pas": 1 } diff --git a/ships/krait_mkii.json b/ships/krait_mkii.json index 3ca27eb..ea6d8b6 100644 --- a/ships/krait_mkii.json +++ b/ships/krait_mkii.json @@ -125,7 +125,7 @@ 1, { "class": 1, - "name": "Planetary", + "name": "PlanetaryApproachSuite", "eligible": { "pas": 1 } diff --git a/ships/krait_phantom.json b/ships/krait_phantom.json index f078233..ca614e3 100644 --- a/ships/krait_phantom.json +++ b/ships/krait_phantom.json @@ -123,7 +123,7 @@ 1, { "class": 1, - "name": "Planetary", + "name": "PlanetaryApproachSuite", "eligible": { "pas": 1 } diff --git a/ships/mamba.json b/ships/mamba.json index 7f29caf..25dc53c 100644 --- a/ships/mamba.json +++ b/ships/mamba.json @@ -123,7 +123,7 @@ 1, { "class": 1, - "name": "Planetary", + "name": "PlanetaryApproachSuite", "eligible": { "pas": 1 } diff --git a/ships/orca.json b/ships/orca.json index f611fd1..452a903 100755 --- a/ships/orca.json +++ b/ships/orca.json @@ -123,7 +123,7 @@ 1, { "class": 1, - "name": "Planetary", + "name": "PlanetaryApproachSuite", "eligible": { "pas": 1 } diff --git a/ships/python.json b/ships/python.json index 9fa20cf..a25918c 100755 --- a/ships/python.json +++ b/ships/python.json @@ -125,7 +125,7 @@ 1, { "class": 1, - "name": "Planetary", + "name": "PlanetaryApproachSuite", "eligible": { "pas": 1 } diff --git a/ships/python_nx.json b/ships/python_nx.json index 80e2d91..813689a 100755 --- a/ships/python_nx.json +++ b/ships/python_nx.json @@ -124,7 +124,7 @@ 1, { "class": 1, - "name": "Planetary", + "name": "PlanetaryApproachSuite", "eligible": { "pas": 1 } diff --git a/ships/sidewinder.json b/ships/sidewinder.json index c947a29..3bdc944 100755 --- a/ships/sidewinder.json +++ b/ships/sidewinder.json @@ -116,7 +116,7 @@ 1, { "class": 1, - "name": "Planetary", + "name": "PlanetaryApproachSuite", "eligible": { "pas": 1 } diff --git a/ships/type_10_defender.json b/ships/type_10_defender.json index 9c1190f..a2da048 100644 --- a/ships/type_10_defender.json +++ b/ships/type_10_defender.json @@ -159,7 +159,7 @@ 1, { "class": 1, - "name": "Planetary", + "name": "PlanetaryApproachSuite", "eligible": { "pas": 1 } diff --git a/ships/type_6_transporter.json b/ships/type_6_transporter.json index 0890dfd..92612a0 100755 --- a/ships/type_6_transporter.json +++ b/ships/type_6_transporter.json @@ -119,7 +119,7 @@ 1, { "class": 1, - "name": "Planetary", + "name": "PlanetaryApproachSuite", "eligible": { "pas": 1 } diff --git a/ships/type_7_transport.json b/ships/type_7_transport.json index 91cd4a6..667ec89 100755 --- a/ships/type_7_transport.json +++ b/ships/type_7_transport.json @@ -124,7 +124,7 @@ 1, { "class": 1, - "name": "Planetary", + "name": "PlanetaryApproachSuite", "eligible": { "pas": 1 } diff --git a/ships/type_9_heavy.json b/ships/type_9_heavy.json index cd49a49..5307d10 100755 --- a/ships/type_9_heavy.json +++ b/ships/type_9_heavy.json @@ -127,7 +127,7 @@ 1, { "class": 1, - "name": "Planetary", + "name": "PlanetaryApproachSuite", "eligible": { "pas": 1 } diff --git a/ships/viper.json b/ships/viper.json index 9513d13..6c57e59 100755 --- a/ships/viper.json +++ b/ships/viper.json @@ -131,7 +131,7 @@ 1, { "class": 1, - "name": "Planetary", + "name": "PlanetaryApproachSuite", "eligible": { "pas": 1 } diff --git a/ships/viper_mk_iv.json b/ships/viper_mk_iv.json index 300b7be..46428e4 100644 --- a/ships/viper_mk_iv.json +++ b/ships/viper_mk_iv.json @@ -133,7 +133,7 @@ 1, { "class": 1, - "name": "Planetary", + "name": "PlanetaryApproachSuite", "eligible": { "pas": 1 } diff --git a/ships/vulture.json b/ships/vulture.json index b430c61..c337e5a 100755 --- a/ships/vulture.json +++ b/ships/vulture.json @@ -132,7 +132,7 @@ 1, { "class": 1, - "name": "Planetary", + "name": "PlanetaryApproachSuite", "eligible": { "pas": 1 }