Compare commits

...

4 Commits

Author SHA1 Message Date
David Sangrey
fa21a577df Merge pull request #107 from alex-williams/issue_758_adding_ax_nanite_torps_and_enhanced_missile_racks
Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo
2024-05-20 12:30:35 -04:00
David Sangrey
702d7b581d Merge pull request #106 from alex-williams/Issue_754_Imports_need_to_be_more_graceful
Adds dummy modules to facilitate improved import error handling…
2024-05-20 12:29:54 -04:00
Alex Williams
f297da379a Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo 2024-05-17 08:48:25 +01:00
Alex Williams
d04d380c67 Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly. 2024-05-16 19:31:00 +01:00
57 changed files with 1020 additions and 61 deletions

View File

@@ -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) {});
});

View File

@@ -3384,12 +3384,309 @@
"special_weapon_lightweight"
]
},
"advmc": {
"blueprints": {
"Weapon_Efficient": {
"grades": {
"1": {
"engineers": [
"Tod McQuinn",
"Zacariah Nemo"
]
},
"2": {
"engineers": [
"Tod McQuinn",
"Zacariah Nemo"
]
},
"3": {
"engineers": [
"Tod McQuinn",
"Zacariah Nemo"
]
},
"4": {
"engineers": [
"Tod McQuinn"
]
},
"5": {
"engineers": [
"Tod McQuinn"
]
}
}
},
"Weapon_HighCapacity": {
"grades": {
"1": {
"engineers": [
"Tod McQuinn",
"Zacariah Nemo"
]
},
"2": {
"engineers": [
"Tod McQuinn",
"Zacariah Nemo"
]
},
"3": {
"engineers": [
"Tod McQuinn",
"Zacariah Nemo"
]
},
"4": {
"engineers": [
"Tod McQuinn"
]
},
"5": {
"engineers": [
"Tod McQuinn"
]
}
}
},
"Weapon_LightWeight": {
"grades": {
"1": {
"engineers": [
"Tod McQuinn",
"Zacariah Nemo"
]
},
"2": {
"engineers": [
"Tod McQuinn",
"Zacariah Nemo"
]
},
"3": {
"engineers": [
"Tod McQuinn",
"Zacariah Nemo"
]
},
"4": {
"engineers": [
"Tod McQuinn"
]
},
"5": {
"engineers": [
"Tod McQuinn"
]
}
}
},
"Weapon_LongRange": {
"grades": {
"1": {
"engineers": [
"Tod McQuinn",
"Zacariah Nemo"
]
},
"2": {
"engineers": [
"Tod McQuinn",
"Zacariah Nemo"
]
},
"3": {
"engineers": [
"Tod McQuinn",
"Zacariah Nemo"
]
},
"4": {
"engineers": [
"Tod McQuinn"
]
},
"5": {
"engineers": [
"Tod McQuinn"
]
}
}
},
"MC_Overcharged": {
"grades": {
"1": {
"engineers": [
"Tod McQuinn",
"Zacariah Nemo"
]
},
"2": {
"engineers": [
"Tod McQuinn",
"Zacariah Nemo"
]
},
"3": {
"engineers": [
"Tod McQuinn",
"Zacariah Nemo"
]
},
"4": {
"engineers": [
"Tod McQuinn"
]
},
"5": {
"engineers": [
"Tod McQuinn"
]
}
}
},
"Weapon_RapidFire": {
"grades": {
"1": {
"engineers": [
"Tod McQuinn",
"Zacariah Nemo"
]
},
"2": {
"engineers": [
"Tod McQuinn",
"Zacariah Nemo"
]
},
"3": {
"engineers": [
"Tod McQuinn",
"Zacariah Nemo"
]
},
"4": {
"engineers": [
"Tod McQuinn"
]
},
"5": {
"engineers": [
"Tod McQuinn"
]
}
}
},
"Weapon_ShortRange": {
"grades": {
"1": {
"engineers": [
"Tod McQuinn",
"Zacariah Nemo"
]
},
"2": {
"engineers": [
"Tod McQuinn",
"Zacariah Nemo"
]
},
"3": {
"engineers": [
"Tod McQuinn",
"Zacariah Nemo"
]
},
"4": {
"engineers": [
"Tod McQuinn"
]
},
"5": {
"engineers": [
"Tod McQuinn"
]
}
}
},
"Weapon_Sturdy": {
"grades": {
"1": {
"engineers": [
"Tod McQuinn",
"Zacariah Nemo"
]
},
"2": {
"engineers": [
"Tod McQuinn",
"Zacariah Nemo"
]
},
"3": {
"engineers": [
"Tod McQuinn",
"Zacariah Nemo"
]
},
"4": {
"engineers": [
"Tod McQuinn"
]
},
"5": {
"engineers": [
"Tod McQuinn"
]
}
}
}
},
"modifications": [
"ammo",
"clip",
"damage",
"damagedist",
"fallofffromrange",
"distdraw",
"integrity",
"jitter",
"mass",
"piercing",
"power",
"range",
"reload",
"rof",
"shotspeed",
"thermload"
],
"specials": [
"special_auto_loader",
"special_corrosive_shell",
"special_emissive_munitions",
"special_incendiary_rounds",
"special_smart_rounds",
"special_thermalshock",
"special_weapon_damage",
"special_weapon_efficient",
"special_weapon_rateoffire",
"special_weapon_toughened",
"special_weapon_lightweight"
]
},
"axmc": {
"blueprints": {
},
"modifications": [
]
},
"axmce": {
"blueprints": {
},
"modifications": [
]
},
"ml": {
"blueprints": {
},
@@ -3573,6 +3870,12 @@
"modifications": [
]
},
"axmre": {
"blueprints": {
},
"modifications": [
]
},
"ews": {
"blueprints": {
},
@@ -6316,6 +6619,12 @@
"special_mass_lock"
]
},
"ntp": {
"blueprints": {
},
"modifications": [
]
},
"ul": {
"blueprints": {
"Weapon_Efficient": {
@@ -6903,5 +7212,17 @@
},
"modifications": [
]
},
"mh": {
"blueprints": {
},
"modifications": [
]
},
"mm": {
"blueprints": {
},
"modifications": [
]
}
}

View File

@@ -0,0 +1,136 @@
{
"axmre": [
{
"experimental": true,
"ammo": 64,
"breachdmg": 0,
"breachmax": 0.8,
"breachmin": 1,
"class": 2,
"clip": 8,
"cost": 681530,
"damage": 77,
"damagedist": {
"X": 1,
"E": 1
},
"distdraw": 0.14,
"edID": 129022081,
"eddbID": 0,
"fireint": 2.0,
"grp": "axmre",
"id": "4S",
"integrity": 51,
"mass": 4,
"missile": "D",
"mount": "F",
"piercing": 60,
"power": 1.3,
"rating": "D",
"reload": 5,
"shotspeed": 1250,
"thermload": 2.4,
"symbol": "Hpt_ATDumbfireMissile_Fixed_Medium_v2"
},
{
"experimental": true,
"ammo": 64,
"breachdmg": 0,
"breachmax": 0.8,
"breachmin": 1,
"class": 2,
"clip": 8,
"cost": 2666290,
"damage": 64,
"damagedist": {
"X": 1,
"E": 1
},
"distdraw": 0.08,
"edID": 129022083,
"eddbID": 0,
"fireint": 2.0,
"grp": "axmre",
"id": "4T",
"integrity": 51,
"mass": 4,
"missile": "D",
"mount": "T",
"piercing": 60,
"power": 1.3,
"rating": "E",
"reload": 5,
"shotspeed": 1250,
"thermload": 1.5,
"symbol": "Hpt_ATDumbfireMissile_Turret_Medium_v2"
},
{
"experimental": true,
"ammo": 128,
"breachdmg": 0,
"breachmax": 0.8,
"breachmin": 1,
"class": 3,
"clip": 12,
"cost": 1703830,
"damage": 77,
"damagedist": {
"X": 1,
"E": 1
},
"distdraw": 0.24,
"edID": 129022079,
"eddbID": 0,
"fireint": 2.0,
"grp": "axmre",
"id": "4U",
"integrity": 64,
"mass": 8,
"missile": "D",
"mount": "F",
"piercing": 60,
"power": 1.72,
"rating": "B",
"reload": 5,
"shotspeed": 1250,
"thermload": 3.6,
"symbol": "Hpt_ATDumbfireMissile_Fixed_Large_v2"
},
{
"experimental": true,
"ammo": 128,
"breachdmg": 0,
"breachmax": 0.8,
"breachmin": 1,
"class": 3,
"clip": 12,
"cost": 5347530,
"damage": 64,
"damagedist": {
"X": 1,
"E": 1
},
"distdraw": 0.14,
"edID": 129022082,
"eddbID": 0,
"fireint": 2.0,
"grp": "axmre",
"id": "4V",
"integrity": 64,
"mass": 8,
"missile": "D",
"mount": "T",
"piercing": 60,
"power": 1.85,
"rating": "D",
"reload": 5,
"shotspeed": 1250,
"thermload": 1.9,
"symbol": "Hpt_ATDumbfireMissile_Turret_Large_v2"
}
]
}

View File

@@ -14,7 +14,6 @@
"X": 1,
"K": 1
},
"experimental": true,
"distdraw": 0.11,
"edID": 128788701,
"eddbID": 1618,

View File

@@ -0,0 +1,203 @@
{
"axmce": [
{
"experimental": true,
"ammo": 2100,
"breachdmg": 3.3,
"breachmax": 0.5,
"breachmin": 0.8,
"class": 2,
"clip": 100,
"cost": 455080,
"damage": 3.9,
"damagedist": {
"X": 1,
"K": 1
},
"distdraw": 0.11,
"edID": 129022080,
"eddbID": 0,
"falloff": 2000,
"fireint": 0.14,
"grp": "axmce",
"id": "4W",
"integrity": 51,
"mass": 4,
"mount": "F",
"piercing": 17,
"power": 0.48,
"range": 4000,
"rating": "D",
"reload": 4,
"shotspeed": 4000,
"thermload": 0.18,
"symbol": "Hpt_ATMultiCannon_Fixed_Medium_V2"
},
{
"experimental": true,
"ammo": 2100,
"breachdmg": 3.1,
"breachmax": 0.5,
"breachmin": 0.8,
"class": 2,
"clip": 100,
"cost": 1197640,
"damage": 3.7,
"damagedist": {
"X": 1,
"K": 1
},
"distdraw": 0.11,
"edID": 129022089,
"eddbID": 0,
"falloff": 2000,
"fireint": 0.14,
"grp": "axmce",
"id": "4X",
"integrity": 51,
"mass": 4,
"mount": "G",
"piercing": 17,
"power": 0.46,
"range": 4000,
"rating": "E",
"reload": 4,
"shotspeed": 4000,
"thermload": 0.18,
"symbol": "Hpt_ATMultiCannon_Gimbal_Medium"
},
{
"experimental": true,
"ammo": 2100,
"breachdmg": 0.5,
"breachmax": 0.5,
"breachmin": 0.5,
"class": 2,
"clip": 90,
"cost": 2193300,
"damage": 2,
"damagedist": {
"X": 1,
"K": 1
},
"distdraw": 0.06,
"edID": 129022086,
"eddbID": 0,
"falloff": 2000,
"fireint": 0.16,
"grp": "axmce",
"id": "4Y",
"integrity": 51,
"mass": 4,
"mount": "T",
"piercing": 17,
"power": 0.52,
"range": 4000,
"rating": "E",
"reload": 4,
"shotspeed": 4000,
"thermload": 0.1,
"symbol": "Hpt_ATMultiCannon_Turret_Medium_V2"
},
{
"experimental": true,
"ammo": 2100,
"breachdmg": 6.2,
"breachmax": 0.5,
"breachmin": 0.8,
"class": 3,
"clip": 100,
"cost": 1360320,
"damage": 7.3,
"damagedist": {
"X": 1,
"K": 1
},
"distdraw": 0.18,
"edID": 129022084,
"eddbID": 0,
"falloff": 2000,
"fireint": 0.17,
"grp": "axmce",
"id": "4Z",
"integrity": 64,
"mass": 8,
"mount": "F",
"piercing": 33,
"power": 0.69,
"range": 4000,
"rating": "B",
"reload": 4,
"shotspeed": 4000,
"thermload": 0.28,
"symbol": "Hpt_ATMultiCannon_Fixed_Large_V2"
},
{
"experimental": true,
"ammo": 2100,
"breachdmg": 5.2,
"breachmax": 0.5,
"breachmin": 0.8,
"class": 3,
"clip": 100,
"cost": 2390460,
"damage": 6.3,
"damagedist": {
"X": 1,
"K": 1
},
"distdraw": 0.18,
"edID": 129022088,
"eddbID": 0,
"falloff": 2000,
"fireint": 0.17,
"grp": "axmce",
"id": "5A",
"integrity": 64,
"mass": 8,
"mount": "G",
"piercing": 33,
"power": 0.64,
"range": 4000,
"rating": "C",
"reload": 4,
"shotspeed": 4000,
"thermload": 0.28,
"symbol": "Hpt_ATMultiCannon_Gimbal_Large"
},
{
"experimental": true,
"ammo": 2100,
"breachdmg": 1,
"breachmax": 0.5,
"breachmin": 0.5,
"class": 3,
"clip": 90,
"cost": 4588710,
"damage": 3.9,
"damagedist": {
"X": 1,
"K": 1
},
"distdraw": 0.06,
"edID": 129022085,
"eddbID": 0,
"falloff": 2000,
"fireint": 0.16,
"grp": "axmce",
"id": "5B",
"integrity": 64,
"mass": 8,
"mount": "T",
"piercing": 33,
"power": 0.69,
"range": 4000,
"rating": "D",
"reload": 4,
"shotspeed": 4000,
"thermload": 0.1,
"symbol": "Hpt_ATMultiCannon_Turret_Large_V2"
}
]
}

View File

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

View File

@@ -0,0 +1,66 @@
{
"advmc": [
{
"ammo": 2100,
"breachdmg": 1,
"breachmax": 0.8,
"breachmin": 0.4,
"class": 1,
"clip": 100,
"cost": 9500,
"damage": 1.12,
"damagedist": {
"K": 1
},
"distdraw": 0.06,
"edID": 128935981,
"eddbID": 0,
"falloff": 2000,
"fireint": 0.13,
"grp": "advmc",
"id": "5C",
"integrity": 40,
"mass": 2,
"mount": "F",
"piercing": 22,
"power": 0.28,
"range": 4000,
"rating": "F",
"reload": 4,
"shotspeed": 1600,
"thermload": 0.09,
"symbol": "Hpt_MultiCannon_Fixed_Small_Advanced"
},
{
"ammo": 2100,
"breachdmg": 2,
"breachmax": 0.8,
"breachmin": 0.4,
"class": 2,
"clip": 100,
"cost": 38000,
"damage": 2.19,
"damagedist": {
"K": 1
},
"distdraw": 0.11,
"edID": 128935980,
"eddbID": 0,
"falloff": 2000,
"fireint": 0.14,
"grp": "advmc",
"id": "5D",
"integrity": 51,
"mass": 4,
"mount": "F",
"piercing": 37,
"power": 0.46,
"range": 4000,
"rating": "E",
"reload": 4,
"shotspeed": 1600,
"thermload": 0.18,
"symbol": "Hpt_MultiCannon_Fixed_Medium_Advanced"
}
]
}

View File

@@ -0,0 +1,59 @@
{
"ntp": [
{
"ammo": 64,
"breachdmg": 0,
"class": 2,
"clip": 1,
"cost": 843170,
"damage": 0,
"damagedist": {
"E": 1
},
"distdraw": 0,
"edID": 128049511,
"eddbID": 0,
"fireint": 2.0,
"grp": "ntp",
"id": "4Q",
"integrity": 50,
"mass": 3,
"missile": "S",
"mount": "F",
"power": 0.4,
"rating": "I",
"reload": 3,
"shotspeed": 1000,
"thermload": 35,
"symbol": "Hpt_ATVentDisruptorPylon_Fixed_Medium"
},
{
"ammo": 125,
"breachdmg": 0,
"class": 3,
"clip": 1,
"cost": 1627420,
"damage": 0,
"damagedist": {
"E": 1
},
"distdraw": 0,
"edID": 128049511,
"eddbID": 0,
"fireint": 2.0,
"grp": "ntp",
"id": "4R",
"integrity": 80,
"mass": 5,
"missile": "S",
"mount": "F",
"power": 0.7,
"rating": "I",
"reload": 3,
"shotspeed": 1000,
"thermload": 35,
"symbol": "Hpt_ATVentDisruptorPylon_Fixed_Large"
}
]
}

View File

@@ -7,14 +7,15 @@ 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,
ul: require('./hardpoints/burst_laser').ul,
bl: require('./hardpoints/beam_laser').bl,
mc: require('./hardpoints/multi_cannon').mc,
advmc: require('./hardpoints/multi_cannon_advanced').advmc,
axmc: require('./hardpoints/ax_multi_cannon').axmc,
axmce: require('./hardpoints/ax_multi_cannon_enhanced').axmce,
c: require('./hardpoints/cannon').c,
fc: require('./hardpoints/fragment_cannon').fc,
rfl: require('./hardpoints/remote_release_flak_launcher.json').rfl,
@@ -22,7 +23,9 @@ module.exports = {
pa: require('./hardpoints/plasma_accelerator').pa,
mr: require('./hardpoints/missile_rack').mr,
axmr: require('./hardpoints/ax_missile_rack').axmr,
axmre: require('./hardpoints/ax_missile_rack_enhanced').axmre,
tp: require('./hardpoints/torpedo_pylon').tp,
ntp: require('./hardpoints/nanite_torpedo_pylon').ntp,
nl: require('./hardpoints/mine_launcher').nl,
ml: require('./hardpoints/mining_laser').ml,
cs: require('./hardpoints/cargo_scanner').cs,
@@ -45,7 +48,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 +89,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,
}
}

View File

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

View File

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

View File

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

View File

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

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -118,7 +118,7 @@
1,
{
"class": 1,
"name": "Planetary",
"name": "PlanetaryApproachSuite",
"eligible": {
"pas": 1
}

View File

@@ -166,7 +166,7 @@
1,
{
"class": 1,
"name": "Planetary",
"name": "PlanetaryApproachSuite",
"eligible": {
"pas": 1
}

View File

@@ -164,7 +164,7 @@
1,
{
"class": 1,
"name": "Planetary",
"name": "PlanetaryApproachSuite",
"eligible": {
"pas": 1
}

View File

@@ -166,7 +166,7 @@
1,
{
"class": 1,
"name": "Planetary",
"name": "PlanetaryApproachSuite",
"eligible": {
"pas": 1
}

View File

@@ -148,7 +148,7 @@
1,
{
"class": 1,
"name": "Planetary",
"name": "PlanetaryApproachSuite",
"eligible": {
"pas": 1
}

View File

@@ -124,7 +124,7 @@
1,
{
"class": 1,
"name": "Planetary",
"name": "PlanetaryApproachSuite",
"eligible": {
"pas": 1
}

View File

@@ -119,7 +119,7 @@
1,
{
"class": 1,
"name": "Planetary",
"name": "PlanetaryApproachSuite",
"eligible": {
"pas": 1
}

View File

@@ -134,7 +134,7 @@
1,
{
"class": 1,
"name": "Planetary",
"name": "PlanetaryApproachSuite",
"eligible": {
"pas": 1
}

View File

@@ -120,7 +120,7 @@
1,
{
"class": 1,
"name": "Planetary",
"name": "PlanetaryApproachSuite",
"eligible": {
"pas": 1
}

View File

@@ -126,7 +126,7 @@
1,
{
"class": 1,
"name": "Planetary",
"name": "PlanetaryApproachSuite",
"eligible": {
"pas": 1
}

View File

@@ -121,7 +121,7 @@
1,
{
"class": 1,
"name": "Planetary",
"name": "PlanetaryApproachSuite",
"eligible": {
"pas": 1
}

View File

@@ -120,7 +120,7 @@
1,
{
"class": 1,
"name": "Planetary",
"name": "PlanetaryApproachSuite",
"eligible": {
"pas": 1
}

View File

@@ -124,7 +124,7 @@
1,
{
"class": 1,
"name": "Planetary",
"name": "PlanetaryApproachSuite",
"eligible": {
"pas": 1
}

View File

@@ -129,7 +129,7 @@
1,
{
"class": 1,
"name": "Planetary",
"name": "PlanetaryApproachSuite",
"eligible": {
"pas": 1
}

View File

@@ -150,7 +150,7 @@
1,
{
"class": 1,
"name": "Planetary",
"name": "PlanetaryApproachSuite",
"eligible": {
"pas": 1
}

View File

@@ -162,7 +162,7 @@
1,
{
"class": 1,
"name": "Planetary",
"name": "PlanetaryApproachSuite",
"eligible": {
"pas": 1
}

View File

@@ -152,7 +152,7 @@
1,
{
"class": 1,
"name": "Planetary",
"name": "PlanetaryApproachSuite",
"eligible": {
"pas": 1
}

View File

@@ -166,7 +166,7 @@
1,
{
"class": 1,
"name": "Planetary",
"name": "PlanetaryApproachSuite",
"eligible": {
"pas": 1
}

View File

@@ -123,7 +123,7 @@
1,
{
"class": 1,
"name": "Planetary",
"name": "PlanetaryApproachSuite",
"eligible": {
"pas": 1
}

View File

@@ -115,7 +115,7 @@
1,
{
"class": 1,
"name": "Planetary",
"name": "PlanetaryApproachSuite",
"eligible": {
"pas": 1
}

View File

@@ -126,7 +126,7 @@
1,
{
"class": 1,
"name": "Planetary",
"name": "PlanetaryApproachSuite",
"eligible": {
"pas": 1
}

View File

@@ -124,7 +124,7 @@
1,
{
"class": 1,
"name": "Planetary",
"name": "PlanetaryApproachSuite",
"eligible": {
"pas": 1
}

View File

@@ -161,7 +161,7 @@
1,
{
"class": 1,
"name": "Planetary",
"name": "PlanetaryApproachSuite",
"eligible": {
"pas": 1
}

View File

@@ -129,7 +129,7 @@
1,
{
"class": 1,
"name": "Planetary",
"name": "PlanetaryApproachSuite",
"eligible": {
"pas": 1
}

View File

@@ -121,7 +121,7 @@
1,
{
"class": 1,
"name": "Planetary",
"name": "PlanetaryApproachSuite",
"eligible": {
"pas": 1
}

View File

@@ -125,7 +125,7 @@
1,
{
"class": 1,
"name": "Planetary",
"name": "PlanetaryApproachSuite",
"eligible": {
"pas": 1
}

View File

@@ -123,7 +123,7 @@
1,
{
"class": 1,
"name": "Planetary",
"name": "PlanetaryApproachSuite",
"eligible": {
"pas": 1
}

View File

@@ -123,7 +123,7 @@
1,
{
"class": 1,
"name": "Planetary",
"name": "PlanetaryApproachSuite",
"eligible": {
"pas": 1
}

View File

@@ -123,7 +123,7 @@
1,
{
"class": 1,
"name": "Planetary",
"name": "PlanetaryApproachSuite",
"eligible": {
"pas": 1
}

View File

@@ -125,7 +125,7 @@
1,
{
"class": 1,
"name": "Planetary",
"name": "PlanetaryApproachSuite",
"eligible": {
"pas": 1
}

View File

@@ -124,7 +124,7 @@
1,
{
"class": 1,
"name": "Planetary",
"name": "PlanetaryApproachSuite",
"eligible": {
"pas": 1
}

View File

@@ -116,7 +116,7 @@
1,
{
"class": 1,
"name": "Planetary",
"name": "PlanetaryApproachSuite",
"eligible": {
"pas": 1
}

View File

@@ -159,7 +159,7 @@
1,
{
"class": 1,
"name": "Planetary",
"name": "PlanetaryApproachSuite",
"eligible": {
"pas": 1
}

View File

@@ -119,7 +119,7 @@
1,
{
"class": 1,
"name": "Planetary",
"name": "PlanetaryApproachSuite",
"eligible": {
"pas": 1
}

View File

@@ -124,7 +124,7 @@
1,
{
"class": 1,
"name": "Planetary",
"name": "PlanetaryApproachSuite",
"eligible": {
"pas": 1
}

View File

@@ -127,7 +127,7 @@
1,
{
"class": 1,
"name": "Planetary",
"name": "PlanetaryApproachSuite",
"eligible": {
"pas": 1
}

View File

@@ -131,7 +131,7 @@
1,
{
"class": 1,
"name": "Planetary",
"name": "PlanetaryApproachSuite",
"eligible": {
"pas": 1
}

View File

@@ -133,7 +133,7 @@
1,
{
"class": 1,
"name": "Planetary",
"name": "PlanetaryApproachSuite",
"eligible": {
"pas": 1
}

View File

@@ -132,7 +132,7 @@
1,
{
"class": 1,
"name": "Planetary",
"name": "PlanetaryApproachSuite",
"eligible": {
"pas": 1
}