Compare commits

..

8 Commits

Author SHA1 Message Date
Felix Linker
5384577987 Feedback cascade does not modify breach damage 2021-12-28 18:12:00 +01:00
Felix Linker
92fe9fcb45 Add engine heat rate 2021-12-27 13:26:23 +01:00
Felix Linker
7a8655a339 Add missing modifier action for smart rounds 2021-05-10 21:01:15 +02:00
Felix Linker
c52cb147a8 Include chargeup for shutdown field neutraliser 2021-05-09 20:14:17 +02:00
Felix Linker
69b7c2d087 Replace 'fdname' for blueprints by 'key' and make 'fdname' actually the FDev blueprint name 2021-05-09 20:14:17 +02:00
Felix Linker
56a3f73ff8 Fix duplicate key 2021-05-09 20:14:17 +02:00
Felix Linker
2cad1a1891 Add missing ammo cost stats 2021-05-09 20:14:17 +02:00
felixlinker
caa352278b 'edname' key in specials is now 'key'; add 'fdname' key 2021-05-09 20:14:17 +02:00
92 changed files with 693 additions and 3492 deletions

View File

@@ -11,7 +11,7 @@ if (!fs.existsSync('./dist')){
fs.mkdirSync('./dist');
}
fs.open('./dist/index.js', 'w', function() {
fs.open('./dist/index.json', 'w', function() {
fs.writeFile('./dist/index.js', code, function(err) {});
});

File diff suppressed because it is too large Load Diff

View File

@@ -168,6 +168,7 @@
"reload": 1
},
"special_auto_loader": {},
"special_smart_rounds": {},
"special_choke_canister": {},
"special_feedback_cascade_cooled": {
"damage": -0.2,
@@ -198,7 +199,6 @@
"thermload": 1
},
"special_feedback_cascade": {
"breachdmg": -0.2,
"damage": -0.2
},
"special_force_shell": {

View File

@@ -41,32 +41,27 @@
"1": {
"engineers": [
"Liz Ryder",
"Selene Jean",
"Petra Olmanova"
"Selene Jean"
]
},
"2": {
"engineers": [
"Selene Jean",
"Petra Olmanova"
"Selene Jean"
]
},
"3": {
"engineers": [
"Selene Jean",
"Petra Olmanova"
"Selene Jean"
]
},
"4": {
"engineers": [
"Selene Jean",
"Petra Olmanova"
"Selene Jean"
]
},
"5": {
"engineers": [
"Selene Jean",
"Petra Olmanova"
"Selene Jean"
]
}
}
@@ -76,32 +71,27 @@
"1": {
"engineers": [
"Liz Ryder",
"Selene Jean",
"Petra Olmanova"
"Selene Jean"
]
},
"2": {
"engineers": [
"Selene Jean",
"Petra Olmanova"
"Selene Jean"
]
},
"3": {
"engineers": [
"Selene Jean",
"Petra Olmanova"
"Selene Jean"
]
},
"4": {
"engineers": [
"Selene Jean",
"Petra Olmanova"
"Selene Jean"
]
},
"5": {
"engineers": [
"Selene Jean",
"Petra Olmanova"
"Selene Jean"
]
}
}
@@ -111,32 +101,27 @@
"1": {
"engineers": [
"Liz Ryder",
"Selene Jean",
"Petra Olmanova"
"Selene Jean"
]
},
"2": {
"engineers": [
"Selene Jean",
"Petra Olmanova"
"Selene Jean"
]
},
"3": {
"engineers": [
"Selene Jean",
"Petra Olmanova"
"Selene Jean"
]
},
"4": {
"engineers": [
"Selene Jean",
"Petra Olmanova"
"Selene Jean"
]
},
"5": {
"engineers": [
"Selene Jean",
"Petra Olmanova"
"Selene Jean"
]
}
}
@@ -146,32 +131,27 @@
"1": {
"engineers": [
"Liz Ryder",
"Selene Jean",
"Petra Olmanova"
"Selene Jean"
]
},
"2": {
"engineers": [
"Selene Jean",
"Petra Olmanova"
"Selene Jean"
]
},
"3": {
"engineers": [
"Selene Jean",
"Petra Olmanova"
"Selene Jean"
]
},
"4": {
"engineers": [
"Selene Jean",
"Petra Olmanova"
"Selene Jean"
]
},
"5": {
"engineers": [
"Selene Jean",
"Petra Olmanova"
"Selene Jean"
]
}
}
@@ -181,32 +161,27 @@
"1": {
"engineers": [
"Liz Ryder",
"Selene Jean",
"Petra Olmanova"
"Selene Jean"
]
},
"2": {
"engineers": [
"Selene Jean",
"Petra Olmanova"
"Selene Jean"
]
},
"3": {
"engineers": [
"Selene Jean",
"Petra Olmanova"
"Selene Jean"
]
},
"4": {
"engineers": [
"Selene Jean",
"Petra Olmanova"
"Selene Jean"
]
},
"5": {
"engineers": [
"Selene Jean",
"Petra Olmanova"
"Selene Jean"
]
}
}
@@ -443,6 +418,7 @@
"special_thermal_vent",
"special_weapon_damage",
"special_weapon_efficient",
"special_weapon_rateoffire",
"special_weapon_toughened",
"special_weapon_lightweight"
]
@@ -1409,129 +1385,6 @@
"scantime"
]
},
"csl": {
"blueprints": {
"Misc_HeatSinkCapacity": {
"grades": {
"1": {
"engineers": [
"Petra Olmanova",
"Ram Tah"
]
}
}
},
"Misc_LightWeight": {
"grades": {
"1": {
"engineers": [
"Petra Olmanova",
"Ram Tah"
]
},
"2": {
"engineers": [
"Petra Olmanova",
"Ram Tah"
]
},
"3": {
"engineers": [
"Petra Olmanova",
"Ram Tah"
]
},
"4": {
"engineers": [
"Petra Olmanova",
"Ram Tah"
]
},
"5": {
"engineers": [
"Petra Olmanova",
"Ram Tah"
]
}
}
},
"Misc_Reinforced": {
"grades": {
"1": {
"engineers": [
"Petra Olmanova",
"Ram Tah"
]
},
"2": {
"engineers": [
"Petra Olmanova",
"Ram Tah"
]
},
"3": {
"engineers": [
"Petra Olmanova",
"Ram Tah"
]
},
"4": {
"engineers": [
"Petra Olmanova",
"Ram Tah"
]
},
"5": {
"engineers": [
"Petra Olmanova",
"Ram Tah"
]
}
}
},
"Misc_Shielded": {
"grades": {
"1": {
"engineers": [
"Petra Olmanova",
"Ram Tah"
]
},
"2": {
"engineers": [
"Petra Olmanova",
"Ram Tah"
]
},
"3": {
"engineers": [
"Petra Olmanova",
"Ram Tah"
]
},
"4": {
"engineers": [
"Petra Olmanova",
"Ram Tah"
]
},
"5": {
"engineers": [
"Petra Olmanova",
"Ram Tah"
]
}
}
}
},
"modifications": [
"ammo",
"integrity",
"mass",
"power",
"reload"
]
},
"dc": {
"blueprints": {
},
@@ -1914,33 +1767,24 @@
"engineers": [
"Colonel Bris Dekker",
"Felicity Farseer",
"Tiana Fortune",
"Mel Brandon"
"Tiana Fortune"
]
},
"2": {
"engineers": [
"Colonel Bris Dekker",
"Tiana Fortune",
"Mel Brandon"
"Tiana Fortune"
]
},
"3": {
"engineers": [
"Colonel Bris Dekker",
"Tiana Fortune",
"Mel Brandon"
"Tiana Fortune"
]
},
"4": {
"engineers": [
"Colonel Bris Dekker",
"Mel Brandon"
]
},
"5": {
"engineers": [
"Mel Brandon"
"Colonel Bris Dekker"
]
}
}
@@ -1951,33 +1795,24 @@
"engineers": [
"Colonel Bris Dekker",
"Felicity Farseer",
"Tiana Fortune",
"Mel Brandon"
"Tiana Fortune"
]
},
"2": {
"engineers": [
"Colonel Bris Dekker",
"Tiana Fortune",
"Mel Brandon"
"Tiana Fortune"
]
},
"3": {
"engineers": [
"Colonel Bris Dekker",
"Tiana Fortune",
"Mel Brandon"
"Tiana Fortune"
]
},
"4": {
"engineers": [
"Colonel Bris Dekker",
"Mel Brandon"
]
},
"5": {
"engineers": [
"Mel Brandon"
"Colonel Bris Dekker"
]
}
}
@@ -2426,32 +2261,27 @@
"1": {
"engineers": [
"Liz Ryder",
"Selene Jean",
"Petra Olmanova"
"Selene Jean"
]
},
"2": {
"engineers": [
"Selene Jean",
"Petra Olmanova"
"Selene Jean"
]
},
"3": {
"engineers": [
"Selene Jean",
"Petra Olmanova"
"Selene Jean"
]
},
"4": {
"engineers": [
"Selene Jean",
"Petra Olmanova"
"Selene Jean"
]
},
"5": {
"engineers": [
"Selene Jean",
"Petra Olmanova"
"Selene Jean"
]
}
}
@@ -2461,32 +2291,27 @@
"1": {
"engineers": [
"Liz Ryder",
"Selene Jean",
"Petra Olmanova"
"Selene Jean"
]
},
"2": {
"engineers": [
"Selene Jean",
"Petra Olmanova"
"Selene Jean"
]
},
"3": {
"engineers": [
"Selene Jean",
"Petra Olmanova"
"Selene Jean"
]
},
"4": {
"engineers": [
"Selene Jean",
"Petra Olmanova"
"Selene Jean"
]
},
"5": {
"engineers": [
"Selene Jean",
"Petra Olmanova"
"Selene Jean"
]
}
}
@@ -2496,32 +2321,27 @@
"1": {
"engineers": [
"Liz Ryder",
"Selene Jean",
"Petra Olmanova"
"Selene Jean"
]
},
"2": {
"engineers": [
"Selene Jean",
"Petra Olmanova"
"Selene Jean"
]
},
"3": {
"engineers": [
"Selene Jean",
"Petra Olmanova"
"Selene Jean"
]
},
"4": {
"engineers": [
"Selene Jean",
"Petra Olmanova"
"Selene Jean"
]
},
"5": {
"engineers": [
"Selene Jean",
"Petra Olmanova"
"Selene Jean"
]
}
}
@@ -2531,32 +2351,27 @@
"1": {
"engineers": [
"Liz Ryder",
"Selene Jean",
"Petra Olmanova"
"Selene Jean"
]
},
"2": {
"engineers": [
"Selene Jean",
"Petra Olmanova"
"Selene Jean"
]
},
"3": {
"engineers": [
"Selene Jean",
"Petra Olmanova"
"Selene Jean"
]
},
"4": {
"engineers": [
"Selene Jean",
"Petra Olmanova"
"Selene Jean"
]
},
"5": {
"engineers": [
"Selene Jean",
"Petra Olmanova"
"Selene Jean"
]
}
}
@@ -2566,32 +2381,27 @@
"1": {
"engineers": [
"Liz Ryder",
"Selene Jean",
"Petra Olmanova"
"Selene Jean"
]
},
"2": {
"engineers": [
"Selene Jean",
"Petra Olmanova"
"Selene Jean"
]
},
"3": {
"engineers": [
"Selene Jean",
"Petra Olmanova"
"Selene Jean"
]
},
"4": {
"engineers": [
"Selene Jean",
"Petra Olmanova"
"Selene Jean"
]
},
"5": {
"engineers": [
"Selene Jean",
"Petra Olmanova"
"Selene Jean"
]
}
}
@@ -3384,309 +3194,12 @@
"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": {
},
@@ -3855,6 +3368,7 @@
"special_emissive_munitions",
"special_fsd_interrupt",
"special_overload_munitions",
"special_penetrator_payload",
"special_thermal_cascade",
"special_weapon_damage",
"special_weapon_efficient",
@@ -3870,18 +3384,6 @@
"modifications": [
]
},
"axmre": {
"blueprints": {
},
"modifications": [
]
},
"ews": {
"blueprints": {
},
"modifications": [
]
},
"mrp": {
"blueprints": {
},
@@ -6616,15 +6118,10 @@
"special_weapon_rateoffire",
"special_weapon_toughened",
"special_weapon_lightweight",
"special_deep_cut_payload",
"special_mass_lock"
]
},
"ntp": {
"blueprints": {
},
"modifications": [
]
},
"ul": {
"blueprints": {
"Weapon_Efficient": {
@@ -7212,17 +6709,5 @@
},
"modifications": [
]
},
"mh": {
"blueprints": {
},
"modifications": [
]
},
"mm": {
"blueprints": {
},
"modifications": [
]
}
}

File diff suppressed because it is too large Load Diff

View File

@@ -3,6 +3,7 @@
{
"experimental": true,
"ammo": 64,
"ammocost": 235,
"breachdmg": 0.1,
"breachmax": 0.8,
"breachmin": 1,
@@ -36,6 +37,7 @@
{
"experimental": true,
"ammo": 64,
"ammocost": 235,
"breachdmg": 0.1,
"breachmax": 0.8,
"breachmin": 1,
@@ -69,6 +71,7 @@
{
"experimental": true,
"ammo": 128,
"ammocost": 235,
"breachdmg": 0.1,
"breachmax": 0.8,
"breachmin": 1,
@@ -102,6 +105,7 @@
{
"experimental": true,
"ammo": 128,
"ammocost": 235,
"breachdmg": 0.1,
"breachmax": 0.8,
"breachmin": 1,

View File

@@ -1,136 +0,0 @@
{
"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

@@ -3,6 +3,7 @@
{
"experimental": true,
"ammo": 2100,
"ammocost": 1,
"breachdmg": 2.8,
"breachmax": 0.5,
"breachmin": 0.8,
@@ -36,6 +37,7 @@
{
"experimental": true,
"ammo": 2100,
"ammocost": 1,
"breachdmg": 0.4,
"breachmax": 0.5,
"breachmin": 0.5,
@@ -69,6 +71,7 @@
{
"experimental": true,
"ammo": 2100,
"ammocost": 1,
"breachdmg": 5.2,
"breachmax": 0.5,
"breachmin": 0.8,
@@ -102,6 +105,7 @@
{
"experimental": true,
"ammo": 2100,
"ammocost": 1,
"breachdmg": 0.8,
"breachmax": 0.5,
"breachmin": 0.5,

View File

@@ -1,203 +0,0 @@
{
"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

@@ -100,7 +100,6 @@
"mass": 2,
"mount": "F",
"name": "Retributor",
"special": "Retributor",
"piercing": 18,
"power": 0.62,
"pp": "Edmund Mahon",

View File

@@ -111,7 +111,6 @@
"mass": 2,
"mount": "F",
"name": "Cytoscrambler",
"special": "Cyto",
"piercing": 1,
"power": 0.8,
"pp": "Archon Delaine",

View File

@@ -2,6 +2,7 @@
"c": [
{
"ammo": 120,
"ammocost": 20,
"breachdmg": 17.1,
"breachmax": 0.8,
"breachmin": 0.6,
@@ -33,6 +34,7 @@
},
{
"ammo": 100,
"ammocost": 20,
"breachdmg": 13.2,
"breachmax": 0.9,
"breachmin": 0.6,
@@ -64,6 +66,7 @@
},
{
"ammo": 100,
"ammocost": 20,
"breachdmg": 10.6,
"breachmax": 0.8,
"breachmin": 0.6,
@@ -95,6 +98,7 @@
},
{
"ammo": 120,
"ammocost": 20,
"breachdmg": 28,
"breachmax": 0.8,
"breachmin": 0.6,
@@ -126,6 +130,7 @@
},
{
"ammo": 100,
"ammocost": 20,
"breachdmg": 20.3,
"breachmax": 0.8,
"breachmin": 0.6,
@@ -157,6 +162,7 @@
},
{
"ammo": 100,
"ammocost": 20,
"breachdmg": 16.3,
"breachmax": 0.8,
"breachmin": 0.6,
@@ -188,6 +194,7 @@
},
{
"ammo": 120,
"ammocost": 20,
"breachdmg": 42.3,
"breachmax": 0.8,
"breachmin": 0.6,
@@ -219,6 +226,7 @@
},
{
"ammo": 100,
"ammocost": 20,
"breachdmg": 30.9,
"breachmax": 0.8,
"breachmin": 0.6,
@@ -252,6 +260,7 @@
},
{
"ammo": 100,
"ammocost": 20,
"breachdmg": 25.14,
"breachmax": 0.8,
"breachmin": 0.6,
@@ -283,6 +292,7 @@
},
{
"ammo": 120,
"ammocost": 20,
"breachdmg": 63.2,
"breachmax": 0.8,
"breachmin": 0.6,
@@ -316,6 +326,7 @@
},
{
"ammo": 100,
"ammocost": 20,
"breachdmg": 46.7,
"breachmax": 0.8,
"breachmin": 0.6,

View File

@@ -1,25 +0,0 @@
{
"csl": [
{
"ammo": 5,
"ammocost": 10,
"class": 0,
"clip": 1,
"cost": 50000,
"distdraw": 2,
"edID": 129019262,
"eps": 0.4,
"fireint": 5.0,
"grp": "csl",
"id": "4A",
"integrity": 45,
"mass": 1.7,
"name": "Caustic Sink Launcher",
"passive": 1,
"power": 0.6,
"rating": "I",
"reload": 10,
"symbol": "Hpt_CausticSinkLauncher_Turret_Tiny"
}
]
}

View File

@@ -21,6 +21,7 @@
"shotspeed": 750,
"clip": 8,
"ammo": 64,
"ammocost": 235,
"reload": 5,
"breachdmg": 0,
"breachmin": 0.8,

View File

@@ -2,6 +2,7 @@
"fc": [
{
"ammo": 180,
"ammocost": 17,
"breachdmg": 1.3,
"breachmax": 0.8,
"breachmin": 0.4,
@@ -35,6 +36,7 @@
},
{
"ammo": 180,
"ammocost": 17,
"breachdmg": 0.9,
"breachmax": 0.8,
"breachmin": 0.4,
@@ -68,6 +70,7 @@
},
{
"ammo": 180,
"ammocost": 17,
"breachdmg": 0.5,
"breachmax": 0.8,
"breachmin": 0.4,
@@ -101,6 +104,7 @@
},
{
"ammo": 180,
"ammocost": 17,
"breachdmg": 2.3,
"breachmax": 0.8,
"breachmin": 0.4,
@@ -134,6 +138,7 @@
},
{
"ammo": 180,
"ammocost": 17,
"breachdmg": 1.8,
"breachmax": 0.8,
"breachmin": 0.4,
@@ -167,6 +172,7 @@
},
{
"ammo": 180,
"ammocost": 17,
"breachdmg": 1.3,
"breachmax": 0.8,
"breachmin": 0.4,
@@ -200,6 +206,7 @@
},
{
"ammo": 180,
"ammocost": 17,
"breachdmg": 3.5,
"breachmax": 0.8,
"breachmin": 0.4,
@@ -233,6 +240,7 @@
},
{
"ammo": 180,
"ammocost": 17,
"breachdmg": 2.9,
"breachmax": 0.8,
"breachmin": 0.4,
@@ -266,6 +274,7 @@
},
{
"ammo": 180,
"ammocost": 17,
"breachdmg": 2.3,
"breachmax": 0.8,
"breachmin": 0.4,
@@ -299,6 +308,7 @@
},
{
"ammo": 180,
"ammocost": 17,
"breachdmg": 3.1,
"breachmax": 0.8,
"breachmin": 0.4,
@@ -321,7 +331,6 @@
"mass": 8,
"mount": "F",
"name": "Pacifier",
"special": "Pacifier",
"piercing": 45,
"power": 1.02,
"pp": "Zachary Hudson",

View File

@@ -3,6 +3,7 @@
{
"experimental": true,
"ammo": 80,
"ammocost": 75,
"breachdmg": 11,
"breachmax": 0.4,
"breachmin": 0.2,
@@ -37,6 +38,7 @@
{
"experimental": true,
"ammo": 80,
"ammocost": 75,
"breachdmg": 35,
"breachmax": 0.4,
"breachmin": 0.2,

View File

@@ -3,6 +3,7 @@
{
"experimental": true,
"ammo": 200,
"ammocost": 100,
"breachdmg": 0.4,
"breachmax": 0.8,
"breachmin": 0.5,
@@ -35,6 +36,7 @@
{
"experimental": true,
"ammo": 200,
"ammocost": 100,
"breachdmg": 0.3,
"breachmax": 0.8,
"breachmin": 0.5,
@@ -67,6 +69,7 @@
{
"experimental": true,
"ammo": 200,
"ammocost": 100,
"breachdmg": 0.7,
"breachmax": 0.8,
"breachmin": 0.5,
@@ -99,6 +102,7 @@
{
"experimental": true,
"ammo": 200,
"ammocost": 100,
"breachdmg": 1,
"breachmax": 0.8,
"breachmin": 0.5,
@@ -150,6 +154,7 @@
"shotspeed": 1200,
"clip": 15,
"ammo": 200,
"ammocost": 100,
"reload": 3,
"breachdmg": 1,
"breachmin": 0.5,
@@ -163,6 +168,7 @@
{
"experimental": true,
"ammo": 200,
"ammocost": 100,
"breachdmg": 0.8,
"breachmax": 0.8,
"breachmin": 0.5,

View File

@@ -23,6 +23,7 @@
"roundspershot": 12,
"clip": 5,
"ammo": 180,
"ammocost": 9,
"reload": 5,
"breachdmg": 1.6,
"breachmin": 0.6,
@@ -57,6 +58,7 @@
"roundspershot": 12,
"clip": 5,
"ammo": 180,
"ammocost": 9,
"reload": 5,
"breachdmg": 0.9,
"breachmin": 0.6,
@@ -91,6 +93,7 @@
"roundspershot": 12,
"clip": 5,
"ammo": 180,
"ammocost": 9,
"reload": 5,
"breachdmg": 3,
"breachmin": 0.6,
@@ -125,6 +128,7 @@
"roundspershot": 12,
"clip": 5,
"ammo": 180,
"ammocost": 9,
"reload": 5,
"breachdmg": 1.9,
"breachmin": 0.6,
@@ -158,6 +162,7 @@
"shotspeed": 1133,
"clip": 5,
"ammo": 180,
"ammocost": 9,
"roundspershot": 12,
"reload": 5,
"breachdmg": 4.2,
@@ -192,6 +197,7 @@
"shotspeed": 1133,
"clip": 5,
"ammo": 180,
"ammocost": 9,
"roundspershot": 12,
"reload": 5,
"breachdmg": 2.7,

View File

@@ -2,6 +2,7 @@
"nl": [
{
"ammo": 36,
"ammocost": 209,
"breachdmg": 0,
"breachmax": 0,
"breachmin": 0,
@@ -31,6 +32,7 @@
},
{
"ammo": 36,
"ammocost": 209,
"breachdmg": 0,
"breachmax": 0,
"breachmin": 0,
@@ -61,6 +63,7 @@
},
{
"ammo": 72,
"ammocost": 209,
"breachdmg": 0,
"breachmax": 0,
"breachmin": 0,

View File

@@ -72,7 +72,6 @@
"mass": 2,
"mount": "F",
"name": "Mining Lance",
"special": "Lance",
"piercing": 18,
"power": 0.7,
"pp": "Zemina Torval",

View File

@@ -2,6 +2,7 @@
"mr": [
{
"ammo": 16,
"ammocost": 500,
"breachdmg": 20,
"breachmax": 1,
"breachmin": 1,
@@ -32,6 +33,7 @@
},
{
"ammo": 6,
"ammocost": 500,
"breachdmg": 16,
"breachmax": 0,
"breachmin": 0,
@@ -51,7 +53,6 @@
"integrity": 40,
"mass": 2,
"missile": "S",
"special": "Seeker",
"mount": "F",
"piercing": 60,
"power": 0.6,
@@ -63,6 +64,7 @@
},
{
"ammo": 48,
"ammocost": 500,
"breachdmg": 20,
"breachmax": 1,
"breachmin": 1,
@@ -95,6 +97,7 @@
},
{
"ammo": 18,
"ammocost": 500,
"breachdmg": 16,
"breachmax": 0,
"breachmin": 0,
@@ -116,7 +119,6 @@
"integrity": 51,
"mass": 4,
"missile": "S",
"special": "Seeker",
"mount": "F",
"piercing": 60,
"power": 1.2,
@@ -128,6 +130,7 @@
},
{
"ammo": 48,
"ammocost": 500,
"breachdmg": 16,
"breachmax": 1,
"breachmin": 1,
@@ -149,7 +152,6 @@
"missile": "D",
"mount": "F",
"name": "Rocket Propelled FSD Disruptor",
"special": "Grom",
"piercing": 60,
"power": 1.2,
"pp": "Yuri Grom",
@@ -161,6 +163,7 @@
},
{
"ammo": 120,
"ammocost": 500,
"breachdmg": 3,
"breachmax": 0,
"breachmin": 0,
@@ -192,11 +195,11 @@
"roundspershot": 4,
"shotspeed": 600,
"thermload": 3.6,
"special": "Pack-Hound",
"symbol": "Hpt_DrunkMissileRack_Fixed_Medium"
},
{
"ammo": 96,
"ammocost": 500,
"breachdmg": 20,
"breachmax": 1,
"breachmin": 1,
@@ -227,6 +230,7 @@
},
{
"ammo": 36,
"ammocost": 500,
"breachdmg": 16,
"breachmax": 0,
"breachmin": 0,
@@ -246,7 +250,6 @@
"integrity": 64,
"mass": 8,
"missile": "S",
"special": "Seeker",
"mount": "F",
"piercing": 60,
"power": 1.62,

View File

@@ -1,66 +0,0 @@
{
"amr": [
{
"ammo": 64,
"breachdmg": 20,
"breachmax": 1,
"breachmin": 1,
"class": 1,
"clip": 8,
"cost": 32180,
"damage": 50,
"damagedist": {
"E": 1
},
"distdraw": 0.24,
"edID": 128935982,
"eddbID": 1813,
"fireint": 2,
"grp": "amr",
"id": "yT",
"integrity": 40,
"mass": 2,
"missile": "D",
"mount": "F",
"name": "Advanced Missile Rack",
"piercing": 60,
"power": 0.4,
"rating": "B",
"reload": 5,
"shotspeed": 750,
"thermload": 3.6,
"symbol": "Hpt_DumbfireMissileRack_Fixed_Small_Advanced"
},
{
"ammo": 64,
"breachdmg": 20,
"breachmax": 1,
"breachmin": 1,
"class": 2,
"clip": 12,
"cost": 1471030,
"damage": 50,
"damagedist": {
"E": 1
},
"distdraw": 0.24,
"edID": 128935983,
"eddbID": 1814,
"fireint": 2,
"grp": "amr",
"id": "yU",
"integrity": 51,
"mass": 4,
"missile": "D",
"mount": "F",
"name": "Advanced Missile Rack",
"piercing": 60,
"power": 1.2,
"rating": "B",
"reload": 5,
"shotspeed": 750,
"thermload": 3.6,
"symbol": "Hpt_DumbfireMissileRack_Fixed_Medium_Advanced"
}
]
}

View File

@@ -1,35 +0,0 @@
{
"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

@@ -2,6 +2,7 @@
"mc": [
{
"ammo": 2100,
"ammocost": 1,
"breachdmg": 1,
"breachmax": 0.8,
"breachmin": 0.4,
@@ -15,7 +16,7 @@
"distdraw": 0.06,
"edID": 128049455,
"eddbID": 867,
"falloff": 2000,
"falloff": 1800,
"fireint": 0.13,
"grp": "mc",
"id": "23",
@@ -33,6 +34,7 @@
},
{
"ammo": 2100,
"ammocost": 1,
"breachdmg": 0.7,
"breachmax": 0.8,
"breachmin": 0.4,
@@ -46,7 +48,7 @@
"distdraw": 0.07,
"edID": 128049459,
"eddbID": 869,
"falloff": 2000,
"falloff": 1800,
"fireint": 0.12,
"grp": "mc",
"id": "24",
@@ -64,6 +66,7 @@
},
{
"ammo": 2100,
"ammocost": 1,
"breachdmg": 0.5,
"breachmax": 0.8,
"breachmin": 0.4,
@@ -77,7 +80,7 @@
"distdraw": 0.03,
"edID": 128049462,
"eddbID": 871,
"falloff": 2000,
"falloff": 1800,
"fireint": 0.14,
"grp": "mc",
"id": "25",
@@ -95,6 +98,7 @@
},
{
"ammo": 1000,
"ammocost": 1,
"breachdmg": 2.6,
"breachmax": 0.8,
"breachmin": 0.4,
@@ -108,7 +112,7 @@
"distdraw": 0.12,
"edID": 128671345,
"eddbID": 1481,
"falloff": 3000,
"falloff": 1800,
"fireint": 0.23,
"grp": "mc",
"id": "e0",
@@ -116,7 +120,6 @@
"mass": 2,
"mount": "F",
"name": "Enforcer",
"special": "Enforcer",
"piercing": 30,
"power": 0.28,
"pp": "Pranav Antal",
@@ -129,6 +132,7 @@
},
{
"ammo": 2100,
"ammocost": 1,
"breachdmg": 2,
"breachmax": 0.8,
"breachmin": 0.4,
@@ -142,7 +146,7 @@
"distdraw": 0.11,
"edID": 128049456,
"eddbID": 868,
"falloff": 2000,
"falloff": 1800,
"fireint": 0.14,
"grp": "mc",
"id": "26",
@@ -160,6 +164,7 @@
},
{
"ammo": 2100,
"ammocost": 1,
"breachdmg": 1.5,
"breachmax": 0.8,
"breachmin": 0.4,
@@ -173,7 +178,7 @@
"distdraw": 0.14,
"edID": 128049460,
"eddbID": 870,
"falloff": 2000,
"falloff": 1800,
"fireint": 0.13,
"grp": "mc",
"id": "27",
@@ -191,6 +196,7 @@
},
{
"ammo": 2100,
"ammocost": 1,
"breachdmg": 1.1,
"breachmax": 0.8,
"breachmin": 0.4,
@@ -204,7 +210,7 @@
"distdraw": 0.06,
"edID": 128049463,
"eddbID": 872,
"falloff": 2000,
"falloff": 1800,
"fireint": 0.16,
"grp": "mc",
"id": "28",
@@ -222,6 +228,7 @@
},
{
"ammo": 2100,
"ammocost": 1,
"breachdmg": 3.5,
"breachmax": 0.8,
"breachmin": 0.4,
@@ -235,7 +242,7 @@
"distdraw": 0.18,
"edID": 128049457,
"eddbID": 1541,
"falloff": 2000,
"falloff": 1800,
"fireint": 0.17,
"grp": "mc",
"id": "7k",
@@ -253,6 +260,7 @@
},
{
"ammo": 2100,
"ammocost": 1,
"breachdmg": 2.6,
"breachmax": 0.8,
"breachmin": 0.4,
@@ -266,7 +274,7 @@
"distdraw": 0.25,
"edID": 128049461,
"eddbID": 1543,
"falloff": 2000,
"falloff": 1800,
"fireint": 0.15,
"grp": "mc",
"id": "7l",
@@ -284,6 +292,7 @@
},
{
"ammo": 2100,
"ammocost": 1,
"breachdmg": 2,
"breachmax": 0.8,
"breachmin": 0.4,
@@ -315,6 +324,7 @@
},
{
"ammo": 2100,
"ammocost": 1,
"breachdmg": 4.2,
"breachmax": 0.8,
"breachmin": 0.4,
@@ -328,7 +338,7 @@
"distdraw": 0.24,
"edID": 128049458,
"eddbID": 1542,
"falloff": 2000,
"falloff": 1800,
"fireint": 0.33,
"grp": "mc",
"id": "7n",
@@ -347,6 +357,7 @@
},
{
"ammo": 2100,
"ammocost": 1,
"breachdmg": 3.1,
"breachmax": 0.8,
"breachmin": 0.4,
@@ -360,7 +371,7 @@
"distdraw": 0.37,
"edID": 128681996,
"eddbID": 1546,
"falloff": 2000,
"falloff": 1800,
"fireint": 0.297,
"grp": "mc",
"id": "7o",

View File

@@ -1,66 +0,0 @@
{
"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

@@ -1,59 +0,0 @@
{
"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

@@ -2,6 +2,7 @@
"pa": [
{
"ammo": 100,
"ammocost": 200,
"breachdmg": 44.2,
"breachmax": 0.8,
"breachmin": 0.4,
@@ -35,6 +36,7 @@
},
{
"ammo": 100,
"ammocost": 200,
"breachdmg": 68,
"breachmax": 0.8,
"breachmin": 0.4,
@@ -68,6 +70,7 @@
},
{
"ammo": 300,
"ammocost": 200,
"breachdmg": 30.9,
"breachmax": 0.8,
"breachmin": 0.4,
@@ -91,7 +94,6 @@
"mass": 8,
"mount": "F",
"name": "Advanced Plasma Accelerator",
"special": "Advanced",
"piercing": 100,
"power": 1.97,
"pp": "Denton Patreus",
@@ -104,6 +106,7 @@
},
{
"ammo": 100,
"ammocost": 200,
"breachdmg": 102,
"breachmax": 0.8,
"breachmin": 0.4,

View File

@@ -2,6 +2,7 @@
"po": [
{
"ammo": 10000,
"ammocost": 1,
"burst": 4,
"burstrof": 15,
"class": 0,

View File

@@ -183,7 +183,6 @@
"mass": 4,
"mount": "F",
"name": "Disruptor",
"special": "Disruptor",
"piercing": 35,
"power": 0.7,
"pp": "Felicia Winters",

View File

@@ -2,6 +2,7 @@
"rg": [
{
"ammo": 80,
"ammocost": 75,
"breachdmg": 22.2,
"breachmax": 0.8,
"breachmin": 0.4,
@@ -33,6 +34,7 @@
},
{
"ammo": 80,
"ammocost": 75,
"breachdmg": 39.5,
"breachmax": 0.8,
"breachmin": 0.4,
@@ -64,6 +66,7 @@
},
{
"ammo": 240,
"ammocost": 75,
"breachdmg": 14.3,
"breachmax": 0.8,
"breachmin": 0.4,
@@ -88,7 +91,6 @@
"mass": 4,
"mount": "F",
"name": "Imperial Hammer",
"special": "Hammer",
"piercing": 100,
"power": 1.63,
"pp": "Arissa Lavigny-Duval",

View File

@@ -2,6 +2,7 @@
"rfl": [
{
"ammo": 32,
"ammocost": 125,
"breachdmg": 1.7,
"breachmax": 1,
"breachmin": 1,
@@ -32,6 +33,7 @@
},
{
"ammo": 32,
"ammocost": 125,
"breachdmg": 1.7,
"breachmax": 1,
"breachmin": 1,

View File

@@ -20,6 +20,7 @@
"shotspeed": 550,
"clip": 1,
"ammo": 72,
"ammocost": 56,
"reload": 2,
"breachdmg": 6.5,
"breachmin": 1,
@@ -49,6 +50,7 @@
"shotspeed": 550,
"clip": 1,
"ammo": 72,
"ammocost": 56,
"reload": 2,
"breachdmg": 6.5,
"breachmin": 1,

View File

@@ -22,6 +22,7 @@
"roundspershot": 0,
"clip": 16,
"ammo": 240,
"ammocost": 9,
"reload": 6,
"breachdmg": 12.7,
"breachmin": 0.4,
@@ -38,6 +39,7 @@
"class": 3,
"grp": "tbsc",
"ammo": 240,
"ammocost": 9,
"mass": 8,
"eddbID": 0,
"breachdmg": 10.4,
@@ -86,6 +88,7 @@
"shotspeed": 1200,
"clip": 16,
"ammo": 240,
"ammocost": 9,
"reload": 6,
"breachdmg": 8.6,
"breachmin": 0.4,
@@ -100,6 +103,7 @@
"class": 2,
"grp": "tbsc",
"ammo": 240,
"ammocost": 9,
"mass": 4,
"eddbID": 0,
"breachdmg": 7.1,
@@ -148,6 +152,7 @@
"shotspeed": 1200,
"clip": 16,
"ammo": 240,
"ammocost": 9,
"reload": 6,
"breachdmg": 9.1,
"breachmin": 0.4,
@@ -179,6 +184,7 @@
"roundspershot": 0,
"clip": 16,
"ammo": 240,
"ammocost": 9,
"reload": 6,
"breachdmg": 6.3,
"breachmin": 0.4,
@@ -211,6 +217,7 @@
"shotspeed": 1200,
"clip": 16,
"ammo": 240,
"ammocost": 9,
"reload": 6,
"breachdmg": 6,
"breachmin": 0.4,
@@ -226,6 +233,7 @@
"class": 1,
"grp": "tbsc",
"ammo": 240,
"ammocost": 9,
"mass": 2,
"eddbID": 0,
"breachdmg": 4.8,
@@ -274,6 +282,7 @@
"shotspeed": 1200,
"clip": 16,
"ammo": 240,
"ammocost": 9,
"reload": 6,
"breachdmg": 3.1,
"breachmin": 0.4,

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",
@@ -18,24 +19,6 @@
"duration": 1,
"range": 3000,
"symbol": "Hpt_AntiUnknownShutdown_Tiny"
},
{
"class": 0,
"cost": 0,
"grp": "sfn",
"id": "4E",
"edID": 129022663,
"integrity": 70,
"mass": 3,
"name": "Thargoid Pulse Neutraliser",
"passive": 1,
"power": 0.4,
"activepower": 0.33,
"rating": "E",
"cooldown": 10,
"duration": 1,
"range": 0,
"symbol": "Hpt_AntiUnknownShutdown_Tiny_V2"
}
]
}

View File

@@ -2,6 +2,7 @@
"tp": [
{
"ammo": 1,
"ammocost": 15000,
"breachdmg": 60,
"breachmax": 0.8,
"breachmin": 0.6,
@@ -32,6 +33,7 @@
},
{
"ammo": 2,
"ammocost": 15000,
"breachdmg": 60,
"breachmax": 0.8,
"breachmin": 0.6,
@@ -62,6 +64,7 @@
},
{
"ammo": 4,
"ammocost": 15000,
"breachdmg": 60,
"breachmax": 1,
"breachmin": 1,

View File

@@ -17,40 +17,6 @@
"scantime": 10,
"angle": 23,
"symbol": "Hpt_XenoScanner_Basic_Tiny"
},
{
"class": 0,
"cost": 745950,
"edID": 128808878,
"grp": "xs",
"id": "3y",
"integrity": 56,
"mass": 1.30,
"name": "Enhanced Xeno Scanner",
"power": 0.8,
"range": 2000,
"rating": "C",
"boot": 2,
"scantime": 10,
"angle": 23,
"symbol": "Hpt_XenoScannerMk2_Basic_Tiny"
},
{
"class": 0,
"cost": 745950,
"edID": 129022952,
"grp": "xs",
"id": "4B",
"integrity": 100,
"mass": 3,
"name": "Pulse Wave Xeno Scanner",
"power": 1.0,
"range": 1000,
"rating": "C",
"boot": 2,
"scantime": 10,
"angle": 23,
"symbol": "Hpt_XenoScanner_Advanced_Tiny"
}
]
}

View File

@@ -13,24 +13,18 @@ module.exports = {
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,
rg: require('./hardpoints/rail_gun').rg,
pa: require('./hardpoints/plasma_accelerator').pa,
mr: require('./hardpoints/missile_rack').mr,
amr: require('./hardpoints/missile_rack_advanced').amr,
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,
csl: require('./hardpoints/caustic_sink_launcher').csl,
ws: require('./hardpoints/frame_shift_wake_scanner').ws,
pwa: require('./hardpoints/pulse_wave_analyser').pwa,
abl: require('./hardpoints/abrasion_blaster').abl,
@@ -49,8 +43,7 @@ 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,
mh: require('./hardpoints/missing_hardpoint').mh,
gsc: require('./hardpoints/guardian_shard_cannon').gsc
},
internal: {
am: require('./internal/auto_field_maintenance_unit').am,
@@ -67,7 +60,6 @@ module.exports = {
hb: require('./internal/hatch_breaker_limpet_controller').hb,
hr: require('./internal/hull_reinforcement_package').hr,
mahr: require('./internal/meta_alloy_hull_reinforcement_package.json').mahr,
mlc: require('./internal/multi_limpet_controllers.json').mlc,
mrp: require('./internal/module_reinforcement_package').mrp,
pv: require('./internal/planetary_vehicle_hanger').pv,
psg: require('./internal/pristmatic_shield_generator').psg,
@@ -88,8 +80,5 @@ module.exports = {
ghrp: require('./internal/guardian_hull_reinforcement_package').ghrp,
gmrp: require('./internal/guardian_module_reinforcement_package').gmrp,
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

@@ -19,7 +19,7 @@
"class": 1,
"cost": 13509,
"edID": 128935155,
"eddbID": 1810,
"eddbID": 890,
"grp": "dc",
"id": "3x",
"integrity": 10,

View File

@@ -1,32 +0,0 @@
{
"ews": [
{
"rating": "F",
"class": 3,
"mass": 8,
"id": "3z",
"edID": 129019260,
"eddbID": 1836,
"power": 1.5,
"cost": 1930500,
"symbol": "Int_ExpModuleStabiliser_Size3_Class3",
"grp": "ews",
"ukName": "Experimental Weapon Stabilizer",
"ukDiscript": "Stabilises the stress typically applied to a ship's structural integrity by experimental weapons"
},
{
"rating": "F",
"class": 5,
"mass": 20,
"id": "4D",
"edID": 129019261,
"eddbID": 1837,
"power": 3.0,
"cost": 4000000,
"symbol": "Int_ExpModuleStabiliser_Size5_Class3",
"grp": "ews",
"ukName": "Experimental Weapon Stabilizer",
"ukDiscript": "Stabilises the stress typically applied to a ship's structural integrity by experimental weapons"
}
]
}

View File

@@ -1,6 +1,7 @@
{
"fh": [
{
"ammocost": 1030,
"bays": 1,
"class": 5,
"cost": 575644,

View File

@@ -1,20 +0,0 @@
{
"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

@@ -1,173 +0,0 @@
{
"mlc": [
{
"class": 3,
"cost": 15000,
"edID": 129001921,
"eddbID": 1816,
"grp": "mlc",
"id": "0V",
"mass": 12,
"maximum": 4,
"name": "Mining Multi Limpet Controller",
"power": 0.5,
"range": 3.3,
"rating": "E",
"symbol": "Int_MultiDroneControl_Mining_Size3_Class1",
"type": "M"
},
{
"class": 3,
"cost": 50000,
"edID": 129001922,
"eddbID": 1817,
"grp": "mlc",
"id": "xA",
"mass": 10,
"maximum": 4,
"name": "Mining Multi Limpet Controller",
"power": 0.35,
"range": 5.0,
"rating": "C",
"symbol": "Int_MultiDroneControl_Mining_Size3_Class3",
"type": "M"
},
{
"class": 3,
"cost": 50000,
"edID": 129001923,
"eddbID": 1818,
"grp": "mlc",
"hacktime": 16,
"id": "xB",
"mass": 10,
"maximum": 4,
"name": "Operations Multi Limpet Controller",
"power": 0.35,
"range": 2.6,
"rating": "C",
"symbol": "Int_MultiDroneControl_Operations_Size3_Class3",
"type": "O"
},
{
"class": 3,
"cost": 80000,
"edID": 129001924,
"eddbID": 1819,
"grp": "mlc",
"hacktime": 22,
"id": "xC",
"mass": 15,
"maximum": 4,
"name": "Operations Multi Limpet Controller",
"power": 0.3,
"range": 3.1,
"rating": "B",
"symbol": "Int_MultiDroneControl_Operations_Size3_Class4",
"type": "O"
},
{
"class": 3,
"cost": 80000,
"edID": 129001925,
"eddbID": 1820,
"grp": "mlc",
"hacktime": 19,
"id": "xD",
"mass": 8,
"maximum": 4,
"name": "Rescue Multi Limpet Controller",
"power": 0.4,
"range": 2.1,
"rating": "D",
"symbol": "Int_MultiDroneControl_Rescue_Size3_Class2",
"type": "R"
},
{
"class": 3,
"cost": 80000,
"edID": 129001926,
"eddbID": 1821,
"grp": "mlc",
"hacktime": 16,
"id": "xI",
"mass": 10,
"maximum": 4,
"name": "Rescue Multi Limpet Controller",
"power": 0.35,
"range": 2.6,
"rating": "C",
"symbol": "Int_MultiDroneControl_Rescue_Size3_Class3",
"type": "R"
},
{
"class": 3,
"cost": 50000,
"edID": 129001927,
"eddbID": 1822,
"grp": "mlc",
"id": "xH",
"mass": 10,
"maximum": 4,
"name": "Xeno Multi Limpet Controller",
"power": 0.35,
"range": 5.0,
"rating": "C",
"symbol": "Int_MultiDroneControl_Xeno_Size3_Class3",
"time": 300,
"type": "X"
},
{
"class": 3,
"cost": 80000,
"edID": 129001928,
"eddbID": 1823,
"grp": "mlc",
"id": "xE",
"mass": 15,
"maximum": 4,
"name": "Xeno Multi Limpet Controller",
"power": 0.3,
"range": 5.0,
"rating": "B",
"symbol": "Int_MultiDroneControl_Xeno_Size3_Class4",
"time": 300,
"type": "X"
},
{
"class": 7,
"cost": 4000000,
"edID": 129001929,
"eddbID": 1824,
"grp": "mlc",
"hacktime": 8,
"id": "xF",
"mass": 125,
"maximum": 8,
"name": "Universal Multi Limpet Controller",
"power": 0.8,
"range": 6.5,
"rating": "C",
"symbol": "Int_MultiDroneControl_Universal_Size7_Class3",
"type": "U"
},
{
"class": 7,
"cost": 8000000,
"edID": 129001930,
"eddbID": 1825,
"grp": "mlc",
"hacktime": 5,
"id": "xG",
"mass": 140,
"maximum": 8,
"name": "Universal Multi Limpet Controller",
"power": 1.1,
"range": 9.1,
"rating": "A",
"symbol": "Int_MultiDroneControl_Universal_Size7_Class5",
"type": "U"
}
]
}

View File

@@ -1,35 +0,0 @@
{
"pas": [
{
"class": 1,
"cost": 500,
"edID": 128672317,
"eddbID": 0,
"grp": "pas",
"id": "4C",
"mass": 0,
"name": "Planetary Approach Suite (Horizons)",
"power": 0,
"rating": "I",
"symbol": "Int_PlanetApproachSuite",
"ukName": "Planetary Approach Suite (Horizons)",
"ukDiscript": "Assistant for planetary approach and landing."
},
{
"class": 1,
"cost": 500,
"edID": 128975719,
"eddbID": 0,
"grp": "pas",
"id": "4F",
"mass": 0,
"name": "Advanced Planetary Approach Suite (Odyssey)",
"power": 0,
"rating": "I",
"symbol": "int_planetapproachsuite_advanced",
"ukName": "Advanced Planetary Approach Suite (Odyssey)",
"ukDiscript": "Advanced assistant for planetary approach and landing."
}
]
}

View File

@@ -1,6 +1,7 @@
{
"pv": [
{
"ammocost": 1030,
"bays": 1,
"class": 2,
"cost": 18000,

View File

@@ -4,7 +4,7 @@
"class": 1,
"cost": 9121,
"edID": 128932273,
"eddbID": 1809,
"eddbID": 1538,
"grp": "sua",
"id": "3w",
"mass": 0,

View File

@@ -664,595 +664,6 @@
"symbol": "Int_Hyperdrive_Size2_Class5",
"ukName": "FSD",
"ukDiscript": "Device that allows supercruise travel and hyperspace jumps between star systems."
},
{
"class": 7,
"cost": 61546935,
"edID": 129030600,
"fuelmul": 0.013,
"fuelpower": 2.75,
"grp": "fsd",
"id": "Fz",
"name": "Frame Shift Drive (SCO)",
"integrity": 164,
"mass": 80,
"maxfuel": 13.1,
"optmass": 3000,
"power": 0.9,
"rating": "A",
"symbol": "Int_Hyperdrive_Overcharge_Size7_Class5",
"ukName": "FSD",
"ukDiscript": "Faster-than-light capable ship drive, featuring experimental overcharge capabilities, necessary for supercruise travel and hyperspace jumps between star systems."
},
{
"class": 7,
"cost": 20515645,
"edID": 129030599,
"fuelmul": 0.012,
"fuelpower": 2.75,
"grp": "fsd",
"id": "FA",
"name": "Frame Shift Drive (SCO)",
"integrity": 150,
"mass": 80,
"maxfuel": 12.8,
"optmass": 2700,
"power": 0.75,
"rating": "B",
"symbol": "Int_Hyperdrive_Overcharge_Size7_Class4",
"ukName": "FSD",
"ukDiscript": "Faster-than-light capable ship drive, featuring experimental overcharge capabilities, necessary for supercruise travel and hyperspace jumps between star systems."
},
{
"class": 7,
"cost": 6838548,
"edID": 129030483,
"fuelmul": 0.012,
"fuelpower": 2.75,
"grp": "fsd",
"id": "FB",
"name": "Frame Shift Drive (SCO)",
"integrity": 150,
"mass": 80,
"maxfuel": 12.8,
"optmass": 2700,
"power": 0.75,
"rating": "C",
"symbol": "Int_Hyperdrive_Overcharge_Size7_Class3",
"ukName": "FSD",
"ukDiscript": "Faster-than-light capable ship drive, featuring experimental overcharge capabilities, necessary for supercruise travel and hyperspace jumps between star systems."
},
{
"class": 7,
"cost": 20515645,
"edID": 129030598,
"fuelmul": 0.012,
"fuelpower": 2.75,
"grp": "fsd",
"id": "FC",
"name": "Frame Shift Drive (SCO)",
"integrity": 2700,
"mass": 32,
"maxfuel": 12.8,
"optmass": 2700,
"power": 0.75,
"rating": "D",
"symbol": "Int_Hyperdrive_Overcharge_Size7_Class2",
"ukName": "FSD",
"ukDiscript": "Faster-than-light capable ship drive, featuring experimental overcharge capabilities, necessary for supercruise travel and hyperspace jumps between star systems."
},
{
"class": 7,
"cost": 6838548,
"edID": 129030597,
"fuelmul": 0.008,
"fuelpower": 2.75,
"grp": "fsd",
"id": "FD",
"name": "Frame Shift Drive (SCO)",
"integrity": 131,
"mass": 80,
"maxfuel": 8.5,
"optmass": 1800,
"power": 0.6,
"rating": "E",
"symbol": "Int_Hyperdrive_Overcharge_Size7_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": 6,
"cost": 19415437,
"edID": 129030596,
"fuelmul": 0.013,
"fuelpower": 2.6,
"grp": "fsd",
"id": "FE",
"name": "Frame Shift Drive (SCO)",
"integrity": 141,
"mass": 40,
"maxfuel": 8.3,
"optmass": 2000,
"power": 0.75,
"rating": "A",
"symbol": "Int_Hyperdrive_Overcharge_Size6_Class5",
"ukName": "FSD",
"ukDiscript": "Faster-than-light capable ship drive, featuring experimental overcharge capabilities, necessary for supercruise travel and hyperspace jumps between star systems."
},
{
"class": 6,
"cost": 6471812,
"edID": 129030595,
"fuelmul": 0.012,
"fuelpower": 2.6,
"grp": "fsd",
"id": "FF",
"name": "Frame Shift Drive (SCO)",
"integrity": 130,
"mass": 40,
"maxfuel": 8,
"optmass": 1800,
"power": 0.63,
"rating": "B",
"symbol": "Int_Hyperdrive_Overcharge_Size6_Class4",
"ukName": "FSD",
"ukDiscript": "Faster-than-light capable ship drive, featuring experimental overcharge capabilities, necessary for supercruise travel and hyperspace jumps between star systems."
},
{
"class": 6,
"cost": 2157271,
"edID": 129030484,
"fuelmul": 0.012,
"fuelpower": 2.6,
"grp": "fsd",
"id": "FG",
"name": "Frame Shift Drive (SCO)",
"integrity": 130,
"mass": 40,
"maxfuel": 8,
"optmass": 1800,
"power": 0.63,
"rating": "C",
"symbol": "Int_Hyperdrive_Overcharge_Size6_Class3",
"ukName": "FSD",
"ukDiscript": "Faster-than-light capable ship drive, featuring experimental overcharge capabilities, necessary for supercruise travel and hyperspace jumps between star systems."
},
{
"class": 6,
"cost": 6471812,
"edID": 129030594,
"fuelmul": 0.012,
"fuelpower": 2.6,
"grp": "fsd",
"id": "FH",
"name": "Frame Shift Drive (SCO)",
"integrity": 130,
"mass": 16,
"maxfuel": 8,
"optmass": 1800,
"power": 0.63,
"rating": "D",
"symbol": "Int_Hyperdrive_Overcharge_Size6_Class2",
"ukName": "FSD",
"ukDiscript": "Faster-than-light capable ship drive, featuring experimental overcharge capabilities, necessary for supercruise travel and hyperspace jumps between star systems."
},
{
"class": 6,
"cost": 2157271,
"edID": 129030593,
"fuelmul": 0.008,
"fuelpower": 2.6,
"grp": "fsd",
"id": "FI",
"name": "Frame Shift Drive (SCO)",
"integrity": 113,
"mass": 40,
"maxfuel": 5.3,
"optmass": 1200,
"power": 0.5,
"rating": "E",
"symbol": "Int_Hyperdrive_Overcharge_Size6_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": 5,
"cost": 6124743,
"edID": 129030592,
"fuelmul": 0.013,
"fuelpower": 2.45,
"grp": "fsd",
"id": "FJ",
"name": "Frame Shift Drive (SCO)",
"integrity": 120,
"mass": 20,
"maxfuel": 5.2,
"optmass": 1175,
"power": 0.6,
"rating": "A",
"symbol": "Int_Hyperdrive_Overcharge_Size5_Class5",
"ukName": "FSD",
"ukDiscript": "Faster-than-light capable ship drive, featuring experimental overcharge capabilities, necessary for supercruise travel and hyperspace jumps between star systems."
},
{
"class": 5,
"cost": 2041581,
"edID": 129030591,
"fuelmul": 0.012,
"fuelpower": 2.45,
"grp": "fsd",
"id": "FK",
"name": "Frame Shift Drive (SCO)",
"integrity": 110,
"mass": 20,
"maxfuel": 5,
"optmass": 1050,
"power": 0.5,
"rating": "B",
"symbol": "Int_Hyperdrive_Overcharge_Size5_Class4",
"ukName": "FSD",
"ukDiscript": "Faster-than-light capable ship drive, featuring experimental overcharge capabilities, necessary for supercruise travel and hyperspace jumps between star systems."
},
{
"class": 5,
"cost": 623816,
"edID": 129030474,
"fuelmul": 0.012,
"fuelpower": 2.45,
"grp": "fsd",
"id": "FL",
"name": "Frame Shift Drive (SCO)",
"integrity": 110,
"mass": 20,
"maxfuel": 5,
"optmass": 1050,
"power": 0.5,
"rating": "C",
"symbol": "Int_Hyperdrive_Overcharge_Size5_Class3",
"ukName": "FSD",
"ukDiscript": "Faster-than-light capable ship drive, featuring experimental overcharge capabilities, necessary for supercruise travel and hyperspace jumps between star systems."
},
{
"class": 5,
"cost": 2041581,
"edID": 129030590,
"fuelmul": 0.012,
"fuelpower": 2.45,
"grp": "fsd",
"id": "FM",
"name": "Frame Shift Drive (SCO)",
"integrity": 110,
"mass": 8,
"maxfuel": 5,
"optmass": 1050,
"power": 0.5,
"rating": "D",
"symbol": "Int_Hyperdrive_Overcharge_Size5_Class2",
"ukName": "FSD",
"ukDiscript": "Faster-than-light capable ship drive, featuring experimental overcharge capabilities, necessary for supercruise travel and hyperspace jumps between star systems."
},
{
"class": 5,
"cost": 623816,
"edID": 129030589,
"fuelmul": 0.008,
"fuelpower": 2.45,
"grp": "fsd",
"id": "FN",
"name": "Frame Shift Drive (SCO)",
"integrity": 95,
"mass": 20,
"maxfuel": 3.3,
"optmass": 700,
"power": 0.45,
"rating": "E",
"symbol": "Int_Hyperdrive_Overcharge_Size5_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": 4,
"cost": 1932096,
"edID": 129030588,
"fuelmul": 0.013,
"fuelpower": 2.3,
"grp": "fsd",
"id": "FO",
"name": "Frame Shift Drive (SCO)",
"integrity": 100,
"mass": 10,
"maxfuel": 3.2,
"optmass": 585,
"power": 0.45,
"rating": "A",
"symbol": "Int_Hyperdrive_Overcharge_Size4_Class5",
"ukName": "FSD",
"ukDiscript": "Faster-than-light capable ship drive, featuring experimental overcharge capabilities, necessary for supercruise travel and hyperspace jumps between star systems."
},
{
"class": 4,
"cost": 644032,
"edID": 129030587,
"fuelmul": 0.012,
"fuelpower": 2.3,
"grp": "fsd",
"id": "FP",
"name": "Frame Shift Drive (SCO)",
"integrity": 90,
"mass": 10,
"maxfuel": 3,
"optmass": 525,
"power": 0.38,
"rating": "B",
"symbol": "Int_Hyperdrive_Overcharge_Size4_Class4",
"ukName": "FSD",
"ukDiscript": "Faster-than-light capable ship drive, featuring experimental overcharge capabilities, necessary for supercruise travel and hyperspace jumps between star systems."
},
{
"class": 4,
"cost": 214677,
"edID": 129030485,
"fuelmul": 0.012,
"fuelpower": 2.3,
"grp": "fsd",
"id": "FQ",
"name": "Frame Shift Drive (SCO)",
"integrity": 90,
"mass": 10,
"maxfuel": 3,
"optmass": 525,
"power": 0.38,
"rating": "C",
"symbol": "Int_Hyperdrive_Overcharge_Size4_Class3",
"ukName": "FSD",
"ukDiscript": "Faster-than-light capable ship drive, featuring experimental overcharge capabilities, necessary for supercruise travel and hyperspace jumps between star systems."
},
{
"class": 4,
"cost": 644032,
"edID": 129030586,
"fuelmul": 0.012,
"fuelpower": 2.3,
"grp": "fsd",
"id": "FR",
"name": "Frame Shift Drive (SCO)",
"integrity": 90,
"mass": 4,
"maxfuel": 3,
"optmass": 525,
"power": 0.38,
"rating": "D",
"symbol": "Int_Hyperdrive_Overcharge_Size4_Class2",
"ukName": "FSD",
"ukDiscript": "Faster-than-light capable ship drive, featuring experimental overcharge capabilities, necessary for supercruise travel and hyperspace jumps between star systems."
},
{
"class": 4,
"cost": 214677,
"edID": 129030585,
"fuelmul": 0.008,
"fuelpower": 2.3,
"grp": "fsd",
"id": "FS",
"name": "Frame Shift Drive (SCO)",
"integrity": 80,
"mass": 10,
"maxfuel": 2,
"optmass": 350,
"power": 0.3,
"rating": "E",
"symbol": "Int_Hyperdrive_Overcharge_Size4_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": 3,
"cost": 609494,
"edID": 129030584,
"fuelmul": 0.013,
"fuelpower": 2.15,
"grp": "fsd",
"id": "FT",
"name": "Frame Shift Drive (SCO)",
"integrity": 80,
"mass": 5,
"maxfuel": 1.9,
"optmass": 167,
"power": 0.45,
"rating": "A",
"symbol": "Int_Hyperdrive_Overcharge_Size3_Class5",
"ukName": "FSD",
"ukDiscript": "Faster-than-light capable ship drive, featuring experimental overcharge capabilities, necessary for supercruise travel and hyperspace jumps between star systems."
},
{
"class": 3,
"cost": 203165,
"edID": 129030583,
"fuelmul": 0.012,
"fuelpower": 2.15,
"grp": "fsd",
"id": "FU",
"name": "Frame Shift Drive (SCO)",
"integrity": 70,
"mass": 5,
"maxfuel": 1.8,
"optmass": 150,
"power": 0.38,
"rating": "B",
"symbol": "Int_Hyperdrive_Overcharge_Size3_Class4",
"ukName": "FSD",
"ukDiscript": "Faster-than-light capable ship drive, featuring experimental overcharge capabilities, necessary for supercruise travel and hyperspace jumps between star systems."
},
{
"class": 3,
"cost": 67722,
"edID": 129030486,
"fuelmul": 0.012,
"fuelpower": 2.15,
"grp": "fsd",
"id": "FV",
"name": "Frame Shift Drive (SCO)",
"integrity": 70,
"mass": 5,
"maxfuel": 1.8,
"optmass": 150,
"power": 0.38,
"rating": "C",
"symbol": "Int_Hyperdrive_Overcharge_Size3_Class3",
"ukName": "FSD",
"ukDiscript": "Faster-than-light capable ship drive, featuring experimental overcharge capabilities, necessary for supercruise travel and hyperspace jumps between star systems."
},
{
"class": 3,
"cost": 203165,
"edID": 129030582,
"fuelmul": 0.012,
"fuelpower": 2.15,
"grp": "fsd",
"id": "FW",
"name": "Frame Shift Drive (SCO)",
"integrity": 70,
"mass": 2,
"maxfuel": 1.8,
"optmass": 150,
"power": 0.38,
"rating": "D",
"symbol": "Int_Hyperdrive_Overcharge_Size3_Class2",
"ukName": "FSD",
"ukDiscript": "Faster-than-light capable ship drive, featuring experimental overcharge capabilities, necessary for supercruise travel and hyperspace jumps between star systems."
},
{
"class": 3,
"cost": 67722,
"edID": 129030581,
"fuelmul": 0.008,
"fuelpower": 2.15,
"grp": "fsd",
"id": "FX",
"name": "Frame Shift Drive (SCO)",
"integrity": 64,
"mass": 5,
"maxfuel": 1.2,
"optmass": 100,
"power": 0.3,
"rating": "E",
"symbol": "Int_Hyperdrive_Overcharge_Size3_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": 2,
"cost": 192269,
"edID": 129030580,
"fuelmul": 0.013,
"fuelpower": 2.0,
"grp": "fsd",
"id": "FY",
"name": "Frame Shift Drive (SCO)",
"integrity": 64,
"mass": 2.5,
"maxfuel": 1,
"optmass": 100,
"power": 0.3,
"rating": "A",
"symbol": "Int_Hyperdrive_Overcharge_Size2_Class5",
"ukName": "FSD",
"ukDiscript": "Faster-than-light capable ship drive, featuring experimental overcharge capabilities, necessary for supercruise travel and hyperspace jumps between star systems."
},
{
"class": 2,
"cost": 64090,
"edID": 129030579,
"fuelmul": 0.012,
"fuelpower": 2.0,
"grp": "fsd",
"id": "FZ",
"name": "Frame Shift Drive (SCO)",
"integrity": 57,
"mass": 2.5,
"maxfuel": 0.9,
"optmass": 90,
"power": 0.25,
"rating": "B",
"symbol": "Int_Hyperdrive_Overcharge_Size2_Class4",
"ukName": "FSD",
"ukDiscript": "Faster-than-light capable ship drive, featuring experimental overcharge capabilities, necessary for supercruise travel and hyperspace jumps between star systems."
},
{
"class": 2,
"cost": 21363,
"edID": 129030487,
"fuelmul": 0.012,
"fuelpower": 2.0,
"grp": "fsd",
"id": "O1",
"name": "Frame Shift Drive (SCO)",
"integrity": 57,
"mass": 2.5,
"maxfuel": 0.9,
"optmass": 90,
"power": 0.25,
"rating": "C",
"symbol": "Int_Hyperdrive_Overcharge_Size2_Class3",
"ukName": "FSD",
"ukDiscript": "Faster-than-light capable ship drive, featuring experimental overcharge capabilities, necessary for supercruise travel and hyperspace jumps between star systems."
},
{
"class": 2,
"cost": 64090,
"edID": 129030578,
"fuelmul": 0.012,
"fuelpower": 2.0,
"grp": "fsd",
"id": "O2",
"name": "Frame Shift Drive (SCO)",
"integrity": 57,
"mass": 2.5,
"maxfuel": 0.9,
"optmass": 90,
"power": 0.25,
"rating": "D",
"symbol": "Int_Hyperdrive_Overcharge_Size2_Class2",
"ukName": "FSD",
"ukDiscript": "Faster-than-light capable ship drive, featuring experimental overcharge capabilities, necessary for supercruise travel and hyperspace jumps between star systems."
},
{
"class": 2,
"cost": 21363,
"edID": 129030577,
"fuelmul": 0.008,
"fuelpower": 2.0,
"grp": "fsd",
"id": "O3",
"name": "Frame Shift Drive (SCO)",
"integrity": 51,
"mass": 2.5,
"maxfuel": 0.6,
"optmass": 60,
"power": 0.2,
"rating": "E",
"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,21 +111,6 @@
"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,24 +679,6 @@
"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

@@ -1015,29 +1015,6 @@
"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,24 +678,6 @@
"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,24 +679,6 @@
"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

@@ -16,6 +16,7 @@
"optmass": 2240,
"optmul": 1,
"power": 7.2,
"thermload": 1.3,
"rating": "E",
"symbol": "Int_Engine_Size8_Class1",
"ukName": "Thrusters",
@@ -37,6 +38,7 @@
"optmass": 2520,
"optmul": 1,
"power": 8.1,
"thermload": 1.3,
"rating": "D",
"symbol": "Int_Engine_Size8_Class2",
"ukName": "Thrusters",
@@ -58,6 +60,7 @@
"optmass": 2800,
"optmul": 1,
"power": 9,
"thermload": 1.3,
"rating": "C",
"symbol": "Int_Engine_Size8_Class3",
"ukName": "Thrusters",
@@ -79,6 +82,7 @@
"optmass": 3080,
"optmul": 1,
"power": 9.9,
"thermload": 1.3,
"rating": "B",
"symbol": "Int_Engine_Size8_Class4",
"ukName": "Thrusters",
@@ -100,6 +104,7 @@
"optmass": 3360,
"optmul": 1,
"power": 10.8,
"thermload": 1.3,
"rating": "A",
"symbol": "Int_Engine_Size8_Class5",
"ukName": "Thrusters",
@@ -121,6 +126,7 @@
"optmass": 1440,
"optmul": 1,
"power": 6.08,
"thermload": 1.3,
"rating": "E",
"symbol": "Int_Engine_Size7_Class1",
"ukName": "Thrusters",
@@ -142,6 +148,7 @@
"optmass": 1620,
"optmul": 1,
"power": 6.84,
"thermload": 1.3,
"rating": "D",
"symbol": "Int_Engine_Size7_Class2",
"ukName": "Thrusters",
@@ -163,6 +170,7 @@
"optmass": 1800,
"optmul": 1,
"power": 7.6,
"thermload": 1.3,
"rating": "C",
"symbol": "Int_Engine_Size7_Class3",
"ukName": "Thrusters",
@@ -184,6 +192,7 @@
"optmass": 1980,
"optmul": 1,
"power": 8.36,
"thermload": 1.3,
"rating": "B",
"symbol": "Int_Engine_Size7_Class4",
"ukName": "Thrusters",
@@ -205,6 +214,7 @@
"optmass": 2160,
"optmul": 1,
"power": 9.12,
"thermload": 1.3,
"rating": "A",
"symbol": "Int_Engine_Size7_Class5",
"ukName": "Thrusters",
@@ -226,6 +236,7 @@
"optmass": 960,
"optmul": 1,
"power": 5.04,
"thermload": 1.3,
"rating": "E",
"symbol": "Int_Engine_Size6_Class1",
"ukName": "Thrusters",
@@ -247,6 +258,7 @@
"optmass": 1080,
"optmul": 1,
"power": 5.67,
"thermload": 1.3,
"rating": "D",
"symbol": "Int_Engine_Size6_Class2",
"ukName": "Thrusters",
@@ -268,6 +280,7 @@
"optmass": 1200,
"optmul": 1,
"power": 6.3,
"thermload": 1.3,
"rating": "C",
"symbol": "Int_Engine_Size6_Class3",
"ukName": "Thrusters",
@@ -289,6 +302,7 @@
"optmass": 1320,
"optmul": 1,
"power": 6.93,
"thermload": 1.3,
"rating": "B",
"symbol": "Int_Engine_Size6_Class4",
"ukName": "Thrusters",
@@ -310,6 +324,7 @@
"optmass": 1440,
"optmul": 1,
"power": 7.56,
"thermload": 1.3,
"rating": "A",
"symbol": "Int_Engine_Size6_Class5",
"ukName": "Thrusters",
@@ -331,6 +346,7 @@
"optmass": 560,
"optmul": 1,
"power": 4.08,
"thermload": 1.3,
"rating": "E",
"symbol": "Int_Engine_Size5_Class1",
"ukName": "Thrusters",
@@ -352,6 +368,7 @@
"optmass": 630,
"optmul": 1,
"power": 4.59,
"thermload": 1.3,
"rating": "D",
"symbol": "Int_Engine_Size5_Class2",
"ukName": "Thrusters",
@@ -373,6 +390,7 @@
"optmass": 700,
"optmul": 1,
"power": 5.1,
"thermload": 1.3,
"rating": "C",
"symbol": "Int_Engine_Size5_Class3",
"ukName": "Thrusters",
@@ -394,6 +412,7 @@
"optmass": 770,
"optmul": 1,
"power": 5.61,
"thermload": 1.3,
"rating": "B",
"symbol": "Int_Engine_Size5_Class4",
"ukName": "Thrusters",
@@ -415,6 +434,7 @@
"optmass": 840,
"optmul": 1,
"power": 6.12,
"thermload": 1.3,
"rating": "A",
"symbol": "Int_Engine_Size5_Class5",
"ukName": "Thrusters",
@@ -436,6 +456,7 @@
"optmass": 280,
"optmul": 1,
"power": 3.28,
"thermload": 1.3,
"rating": "E",
"symbol": "Int_Engine_Size4_Class1",
"ukName": "Thrusters",
@@ -457,6 +478,7 @@
"optmass": 315,
"optmul": 1,
"power": 3.69,
"thermload": 1.3,
"rating": "D",
"symbol": "Int_Engine_Size4_Class2",
"ukName": "Thrusters",
@@ -478,6 +500,7 @@
"optmass": 350,
"optmul": 1,
"power": 4.1,
"thermload": 1.3,
"rating": "C",
"symbol": "Int_Engine_Size4_Class3",
"ukName": "Thrusters",
@@ -499,6 +522,7 @@
"optmass": 385,
"optmul": 1,
"power": 4.51,
"thermload": 1.3,
"rating": "B",
"symbol": "Int_Engine_Size4_Class4",
"ukName": "Thrusters",
@@ -520,6 +544,7 @@
"optmass": 420,
"optmul": 1,
"power": 4.92,
"thermload": 1.3,
"rating": "A",
"symbol": "Int_Engine_Size4_Class5",
"ukName": "Thrusters",
@@ -541,6 +566,7 @@
"optmass": 80,
"optmul": 1,
"power": 2.48,
"thermload": 1.3,
"rating": "E",
"symbol": "Int_Engine_Size3_Class1",
"ukName": "Thrusters",
@@ -562,6 +588,7 @@
"optmass": 90,
"optmul": 1,
"power": 2.79,
"thermload": 1.3,
"rating": "D",
"symbol": "Int_Engine_Size3_Class2",
"ukName": "Thrusters",
@@ -583,6 +610,7 @@
"optmass": 100,
"optmul": 1,
"power": 3.1,
"thermload": 1.3,
"rating": "C",
"symbol": "Int_Engine_Size3_Class3",
"ukName": "Thrusters",
@@ -604,6 +632,7 @@
"optmass": 110,
"optmul": 1,
"power": 3.41,
"thermload": 1.3,
"rating": "B",
"symbol": "Int_Engine_Size3_Class4",
"ukName": "Thrusters",
@@ -625,6 +654,7 @@
"optmass": 120,
"optmul": 1,
"power": 3.72,
"thermload": 1.3,
"rating": "A",
"symbol": "Int_Engine_Size3_Class5",
"ukName": "Thrusters",
@@ -646,6 +676,7 @@
"optmass": 48,
"optmul": 1,
"power": 2,
"thermload": 1.3,
"rating": "E",
"symbol": "Int_Engine_Size2_Class1",
"ukName": "Thrusters",
@@ -667,6 +698,7 @@
"optmass": 54,
"optmul": 1,
"power": 2.25,
"thermload": 1.3,
"rating": "D",
"symbol": "Int_Engine_Size2_Class2",
"ukName": "Thrusters",
@@ -688,6 +720,7 @@
"optmass": 60,
"optmul": 1,
"power": 2.5,
"thermload": 1.3,
"rating": "C",
"symbol": "Int_Engine_Size2_Class3",
"ukName": "Thrusters",
@@ -709,6 +742,7 @@
"optmass": 66,
"optmul": 1,
"power": 2.75,
"thermload": 1.3,
"rating": "B",
"symbol": "Int_Engine_Size2_Class4",
"ukName": "Thrusters",
@@ -730,6 +764,7 @@
"optmass": 72,
"optmul": 1,
"power": 3,
"thermload": 1.3,
"rating": "A",
"symbol": "Int_Engine_Size2_Class5",
"ukName": "Thrusters",
@@ -761,6 +796,7 @@
"optmulrotation": 1.1,
"optmulspeed": 1.25,
"power": 5,
"thermload": 1.3,
"rating": "A",
"symbol": "Int_Engine_Size3_Class5_Fast",
"ukName": "Thrusters",
@@ -792,32 +828,11 @@
"optmulrotation": 1.1,
"optmulspeed": 1.25,
"power": 4,
"thermload": 2,
"rating": "A",
"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

@@ -115,14 +115,7 @@
2,
1,
1,
1,
{
"class": 1,
"name": "PlanetaryApproachSuite",
"eligible": {
"pas": 1
}
}
1
]
},
"defaults": {
@@ -149,8 +142,7 @@
0,
"",
0,
0,
"4F"
0
]
}
}

View File

@@ -163,14 +163,7 @@
"ghrp": 1
}
},
1,
{
"class": 1,
"name": "PlanetaryApproachSuite",
"eligible": {
"pas": 1
}
}
1
]
},
"defaults": {
@@ -205,8 +198,7 @@
"",
"",
"",
0,
"4F"
0
]
}
}

View File

@@ -161,14 +161,7 @@
"ghrp": 1
}
},
1,
{
"class": 1,
"name": "PlanetaryApproachSuite",
"eligible": {
"pas": 1
}
}
1
]
},
"defaults": {
@@ -202,8 +195,7 @@
"",
"",
"",
0,
"4F"
0
]
}
}

View File

@@ -47,7 +47,7 @@
"edID": 128816584,
"eddbID": 1660,
"grp": "bh",
"cost": 9146536,
"cost": 6803170,
"mass": 40,
"causres": 0,
"explres": -0.4,
@@ -60,7 +60,7 @@
"edID": 128816585,
"eddbID": 1661,
"grp": "bh",
"cost": 20579706,
"cost": 15307134,
"mass": 78,
"causres": 0,
"explres": -0.4,
@@ -73,7 +73,7 @@
"edID": 128816586,
"eddbID": 1662,
"grp": "bh",
"cost": 48636707,
"cost": 36175859,
"mass": 78,
"causres": 0,
"explres": -0.5,
@@ -86,7 +86,7 @@
"edID": 128816587,
"eddbID": 1663,
"grp": "bh",
"cost": 53895965,
"cost": 40087682,
"mass": 78,
"causres": 0,
"explres": 0.2,
@@ -163,14 +163,7 @@
"ghrp": 1
}
},
1,
{
"class": 1,
"name": "PlanetaryApproachSuite",
"eligible": {
"pas": 1
}
}
1
]
},
"defaults": {
@@ -203,9 +196,7 @@
"",
"",
"",
0,
"",
"4F"
0
]
}
}

View File

@@ -145,14 +145,7 @@
4,
4,
2,
1,
{
"class": 1,
"name": "PlanetaryApproachSuite",
"eligible": {
"pas": 1
}
}
1
]
},
"defaults": {
@@ -196,8 +189,7 @@
0,
"",
"00",
0,
"4F"
0
]
}
}

View File

@@ -121,14 +121,7 @@
3,
2,
2,
1,
{
"class": 1,
"name": "PlanetaryApproachSuite",
"eligible": {
"pas": 1
}
}
1
]
},
"defaults": {
@@ -161,8 +154,7 @@
0,
"00",
"",
0,
"4F"
0
]
}
}

View File

@@ -116,14 +116,7 @@
3,
2,
2,
1,
{
"class": 1,
"name": "PlanetaryApproachSuite",
"eligible": {
"pas": 1
}
}
1
]
},
"defaults": {
@@ -151,8 +144,7 @@
0,
0,
0,
0,
"4F"
0
]
}
}

View File

@@ -131,14 +131,7 @@
3,
3,
3,
1,
{
"class": 1,
"name": "PlanetaryApproachSuite",
"eligible": {
"pas": 1
}
}
1
]
},
"defaults": {
@@ -176,8 +169,7 @@
0,
0,
"",
0,
"4F"
0
]
}
}

View File

@@ -117,14 +117,7 @@
2,
2,
1,
1,
{
"class": 1,
"name": "PlanetaryApproachSuite",
"eligible": {
"pas": 1
}
}
1
]
},
"defaults": {
@@ -153,8 +146,7 @@
0,
"",
0,
0,
"4F"
0
]
}
}

View File

@@ -123,14 +123,7 @@
2,
2,
1,
1,
{
"class": 1,
"name": "PlanetaryApproachSuite",
"eligible": {
"pas": 1
}
}
1
]
},
"defaults": {
@@ -162,8 +155,7 @@
"00",
"",
0,
0,
"4F"
0
]
}
}

View File

@@ -118,14 +118,7 @@
2,
2,
1,
1,
{
"class": 1,
"name": "PlanetaryApproachSuite",
"eligible": {
"pas": 1
}
}
1
]
},
"defaults": {
@@ -155,8 +148,7 @@
"",
0,
0,
0,
"4F"
0
]
}
}

View File

@@ -117,14 +117,7 @@
3,
2,
1,
1,
{
"class": 1,
"name": "PlanetaryApproachSuite",
"eligible": {
"pas": 1
}
}
1
]
},
"defaults": {
@@ -153,8 +146,7 @@
0,
"",
0,
0,
"4F"
0
]
}
}

View File

@@ -121,14 +121,7 @@
2,
2,
1,
1,
{
"class": 1,
"name": "PlanetaryApproachSuite",
"eligible": {
"pas": 1
}
}
1
]
},
"defaults": {
@@ -157,8 +150,7 @@
0,
"",
0,
0,
"4F"
0
]
}
}

View File

@@ -126,14 +126,7 @@
1,
1,
1,
1,
{
"class": 1,
"name": "PlanetaryApproachSuite",
"eligible": {
"pas": 1
}
}
1
]
},
"defaults": {
@@ -159,8 +152,7 @@
"",
0,
0,
0,
"4F"
0
]
}
}

View File

@@ -147,14 +147,7 @@
3,
2,
2,
1,
{
"class": 1,
"name": "PlanetaryApproachSuite",
"eligible": {
"pas": 1
}
}
1
]
},
"defaults": {
@@ -186,8 +179,7 @@
"02",
0,
0,
0,
"4F"
0
]
}
}

View File

@@ -159,14 +159,7 @@
4,
4,
3,
1,
{
"class": 1,
"name": "PlanetaryApproachSuite",
"eligible": {
"pas": 1
}
}
1
]
},
"defaults": {
@@ -209,8 +202,7 @@
"02",
"01",
"",
0,
"4F"
0
]
}
}

View File

@@ -149,14 +149,7 @@
3,
3,
2,
1,
{
"class": 1,
"name": "PlanetaryApproachSuite",
"eligible": {
"pas": 1
}
}
1
]
},
"defaults": {
@@ -190,8 +183,7 @@
0,
0,
"",
0,
"4F"
0
]
}
}

View File

@@ -163,14 +163,7 @@
},
2,
2,
1,
{
"class": 1,
"name": "PlanetaryApproachSuite",
"eligible": {
"pas": 1
}
}
1
]
},
"defaults": {
@@ -205,8 +198,7 @@
0,
0,
"",
0,
"4F"
0
]
}
}

View File

@@ -120,14 +120,7 @@
4,
2,
1,
1,
{
"class": 1,
"name": "PlanetaryApproachSuite",
"eligible": {
"pas": 1
}
}
1
]
},
"defaults": {
@@ -159,8 +152,7 @@
"02",
0,
"",
0,
"4F"
0
]
}
}

View File

@@ -112,14 +112,7 @@
2,
1,
1,
1,
{
"class": 1,
"name": "PlanetaryApproachSuite",
"eligible": {
"pas": 1
}
}
1
]
},
"defaults": {
@@ -143,8 +136,7 @@
"3v",
"",
0,
0,
"4F"
0
]
}
}

View File

@@ -123,14 +123,7 @@
3,
2,
2,
1,
{
"class": 1,
"name": "PlanetaryApproachSuite",
"eligible": {
"pas": 1
}
}
1
]
},
"defaults": {
@@ -162,8 +155,7 @@
0,
"00",
"",
0,
"4F"
0
]
}
}

View File

@@ -121,14 +121,7 @@
2,
1,
1,
1,
{
"class": 1,
"name": "PlanetaryApproachSuite",
"eligible": {
"pas": 1
}
}
1
]
},
"defaults": {
@@ -158,8 +151,7 @@
"00",
"",
0,
0,
"4F"
0
]
}
}

View File

@@ -158,14 +158,7 @@
},
4,
3,
1,
{
"class": 1,
"name": "PlanetaryApproachSuite",
"eligible": {
"pas": 1
}
}
1
]
},
"defaults": {
@@ -207,8 +200,7 @@
0,
"01",
"",
0,
"4F"
0
]
}
}

View File

@@ -126,14 +126,7 @@
1,
1,
1,
1,
{
"class": 1,
"name": "PlanetaryApproachSuite",
"eligible": {
"pas": 1
}
}
1
]
},
"defaults": {
@@ -159,8 +152,7 @@
"",
0,
0,
0,
"4F"
0
]
}
}

View File

@@ -29,7 +29,6 @@ module.exports = {
orca: require('./orca').orca,
mamba: require('./mamba').mamba,
python: require('./python').python,
python_nx: require('./python_nx').python_nx,
sidewinder: require('./sidewinder').sidewinder,
type_6_transporter: require('./type_6_transporter').type_6_transporter,
type_7_transport: require('./type_7_transport').type_7_transport,

View File

@@ -118,14 +118,7 @@
3,
2,
2,
1,
{
"class": 1,
"name": "PlanetaryApproachSuite",
"eligible": {
"pas": 1
}
}
1
]
},
"defaults": {
@@ -154,8 +147,7 @@
"44",
"00",
"",
0,
"4F"
0
]
}
}

View File

@@ -122,14 +122,7 @@
3,
3,
2,
1,
{
"class": 1,
"name": "PlanetaryApproachSuite",
"eligible": {
"pas": 1
}
}
1
]
},
"defaults": {
@@ -162,8 +155,7 @@
"",
0,
"00",
0,
"4F"
0
]
}
}

View File

@@ -120,14 +120,7 @@
3,
3,
2,
1,
{
"class": 1,
"name": "PlanetaryApproachSuite",
"eligible": {
"pas": 1
}
}
1
]
},
"defaults": {
@@ -159,8 +152,7 @@
"",
0,
"00",
0,
"4F"
0
]
}
}

View File

@@ -120,14 +120,7 @@
3,
2,
2,
1,
{
"class": 1,
"name": "PlanetaryApproachSuite",
"eligible": {
"pas": 1
}
}
1
]
},
"defaults": {
@@ -159,8 +152,7 @@
"01",
0,
0,
0,
"4F"
0
]
}
}

View File

@@ -120,14 +120,7 @@
3,
2,
2,
1,
{
"class": 1,
"name": "PlanetaryApproachSuite",
"eligible": {
"pas": 1
}
}
1
]
},
"defaults": {
@@ -158,8 +151,7 @@
0,
0,
"",
0,
"4F"
0
]
}
}

View File

@@ -6,7 +6,7 @@
"name": "Python",
"manufacturer": "Faulcon DeLacy",
"class": 2,
"hullCost": 55172380,
"hullCost": 55171380,
"speed": 230,
"boost": 300,
"boostEnergy": 23,
@@ -122,14 +122,7 @@
3,
3,
2,
1,
{
"class": 1,
"name": "PlanetaryApproachSuite",
"eligible": {
"pas": 1
}
}
1
]
},
"defaults": {
@@ -163,8 +156,7 @@
0,
"00",
"",
0,
"4F"
0
]
}
}

View File

@@ -1,169 +0,0 @@
{
"python_nx": {
"edID": 129030464,
"eddbID": 0,
"properties": {
"name": "Python Mk II",
"manufacturer": "Faulcon DeLacy",
"class": 2,
"hullCost": 66122374,
"speed": 256,
"boost": 345,
"boostEnergy": 19,
"baseShieldStrength": 335,
"baseArmour": 280,
"heatCapacity": 316,
"hardness": 70,
"hullMass": 450,
"masslock": 17,
"pipSpeed": 0.097826086956522,
"pitch": 37.72,
"roll": 92.76,
"yaw": 12.74,
"crew": 2,
"reserveFuelCapacity": 0.83
},
"retailCost": 67527360,
"bulkheads": [
{
"id": "bO",
"edID": 129030465,
"eddbID": 0,
"grp": "bh",
"cost": 0,
"mass": 0,
"causres": 0,
"explres": -0.4,
"kinres": -0.2,
"thermres": 0,
"hullboost": 0.8
},
{
"id": "bP",
"edID": 129030466,
"eddbID": 0,
"grp": "bh",
"cost": 23702103,
"mass": 26,
"causres": 0,
"explres": -0.4,
"kinres": -0.2,
"thermres": 0,
"hullboost": 1.52
},
{
"id": "bQ",
"edID": 129030467,
"eddbID": 0,
"grp": "bh",
"cost": 53329732,
"mass": 53,
"causres": 0,
"explres": -0.4,
"kinres": -0.2,
"thermres": 0,
"hullboost": 2.5
},
{
"id": "bR",
"edID": 129030468,
"eddbID": 0,
"grp": "bh",
"cost": 126035933,
"mass": 53,
"causres": 0,
"explres": -0.5,
"kinres": -0.75,
"thermres": 0.5,
"hullboost": 2.5
},
{
"id": "bS",
"edID": 129030469,
"eddbID": 0,
"grp": "bh",
"cost": 139664643,
"mass": 53,
"causres": 0,
"explres": 0.2,
"kinres": 0.25,
"thermres": -0.4,
"hullboost": 2.5
}
],
"slots": {
"standard": [
6,
6,
5,
4,
6,
5,
4
],
"hardpoints": [
3,
3,
3,
3,
2,
2,
0,
0,
0,
0,
0,
0
],
"internal": [
6,
4,
3,
2,
1,
1,
{
"class": 1,
"name": "PlanetaryApproachSuite",
"eligible": {
"pas": 1
}
}
]
},
"defaults": {
"standard": [
"6E",
"6E",
"FL",
"4E",
"6E",
"5E",
"4C"
],
"hardpoints": [
0,
0,
0,
0,
17,
17,
0,
0,
0
],
"internal": [
"4j",
"02",
"",
"",
"00",
"3w",
"4F",
0,
0,
0
]
}
}
}

View File

@@ -113,14 +113,7 @@
1,
1,
1,
1,
{
"class": 1,
"name": "PlanetaryApproachSuite",
"eligible": {
"pas": 1
}
}
1
]
},
"defaults": {
@@ -145,8 +138,7 @@
"",
0,
0,
0,
"4F"
0
]
}
}

View File

@@ -156,14 +156,7 @@
"ghrp": 1
}
},
1,
{
"class": 1,
"name": "PlanetaryApproachSuite",
"eligible": {
"pas": 1
}
}
1
]
},
"defaults": {
@@ -207,8 +200,7 @@
"",
0,
0,
0,
"4F"
0
]
}
}

View File

@@ -116,14 +116,7 @@
3,
2,
2,
1,
{
"class": 1,
"name": "PlanetaryApproachSuite",
"eligible": {
"pas": 1
}
}
1
]
},
"defaults": {
@@ -151,8 +144,7 @@
"44",
"00",
"",
0,
"4F"
0
]
}
}

View File

@@ -121,14 +121,7 @@
3,
3,
2,
1,
{
"class": 1,
"name": "PlanetaryApproachSuite",
"eligible": {
"pas": 1
}
}
1
]
},
"defaults": {
@@ -161,8 +154,7 @@
0,
0,
"",
0,
"4F"
0
]
}
}

View File

@@ -124,14 +124,7 @@
3,
3,
2,
1,
{
"class": 1,
"name": "PlanetaryApproachSuite",
"eligible": {
"pas": 1
}
}
1
]
},
"defaults": {
@@ -166,8 +159,7 @@
"01",
0,
"",
0,
"4F"
0
]
}
}

View File

@@ -128,14 +128,7 @@
2,
1,
1,
1,
{
"class": 1,
"name": "PlanetaryApproachSuite",
"eligible": {
"pas": 1
}
}
1
]
},
"defaults": {
@@ -163,8 +156,7 @@
0,
"",
0,
0,
"4F"
0
]
}
}

View File

@@ -130,14 +130,7 @@
2,
1,
1,
1,
{
"class": 1,
"name": "PlanetaryApproachSuite",
"eligible": {
"pas": 1
}
}
1
]
},
"defaults": {
@@ -167,8 +160,7 @@
0,
"",
0,
0,
"4F"
0
]
}
}

View File

@@ -129,14 +129,7 @@
1,
1,
1,
1,
{
"class": 1,
"name": "PlanetaryApproachSuite",
"eligible": {
"pas": 1
}
}
1
]
},
"defaults": {
@@ -165,8 +158,7 @@
0,
"",
0,
0,
"4F"
0
]
}
}