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
76 changed files with 680 additions and 2502 deletions

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"
]
}
}
@@ -3558,6 +3368,7 @@
"special_emissive_munitions",
"special_fsd_interrupt",
"special_overload_munitions",
"special_penetrator_payload",
"special_thermal_cascade",
"special_weapon_damage",
"special_weapon_efficient",
@@ -3573,12 +3384,6 @@
"modifications": [
]
},
"ews": {
"blueprints": {
},
"modifications": [
]
},
"mrp": {
"blueprints": {
},
@@ -6313,6 +6118,7 @@
"special_weapon_rateoffire",
"special_weapon_toughened",
"special_weapon_lightweight",
"special_deep_cut_payload",
"special_mass_lock"
]
},

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

@@ -3,6 +3,7 @@
{
"experimental": true,
"ammo": 2100,
"ammocost": 1,
"breachdmg": 2.8,
"breachmax": 0.5,
"breachmin": 0.8,
@@ -14,7 +15,6 @@
"X": 1,
"K": 1
},
"experimental": true,
"distdraw": 0.11,
"edID": 128788701,
"eddbID": 1618,
@@ -37,6 +37,7 @@
{
"experimental": true,
"ammo": 2100,
"ammocost": 1,
"breachdmg": 0.4,
"breachmax": 0.5,
"breachmin": 0.5,
@@ -70,6 +71,7 @@
{
"experimental": true,
"ammo": 2100,
"ammocost": 1,
"breachdmg": 5.2,
"breachmax": 0.5,
"breachmin": 0.8,
@@ -103,6 +105,7 @@
{
"experimental": true,
"ammo": 2100,
"ammocost": 1,
"breachdmg": 0.8,
"breachmax": 0.5,
"breachmin": 0.5,

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,

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

@@ -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,
@@ -62,6 +64,7 @@
},
{
"ammo": 48,
"ammocost": 500,
"breachdmg": 20,
"breachmax": 1,
"breachmin": 1,
@@ -94,6 +97,7 @@
},
{
"ammo": 18,
"ammocost": 500,
"breachdmg": 16,
"breachmax": 0,
"breachmin": 0,
@@ -126,6 +130,7 @@
},
{
"ammo": 48,
"ammocost": 500,
"breachdmg": 16,
"breachmax": 1,
"breachmin": 1,
@@ -158,6 +163,7 @@
},
{
"ammo": 120,
"ammocost": 500,
"breachdmg": 3,
"breachmax": 0,
"breachmin": 0,
@@ -193,6 +199,7 @@
},
{
"ammo": 96,
"ammocost": 500,
"breachdmg": 20,
"breachmax": 1,
"breachmin": 1,
@@ -223,6 +230,7 @@
},
{
"ammo": 36,
"ammocost": 500,
"breachdmg": 16,
"breachmax": 0,
"breachmin": 0,
@@ -250,68 +258,6 @@
"shotspeed": 625,
"thermload": 3.6,
"symbol": "Hpt_BasicMissileRack_Fixed_Large"
},
{
"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": "mr",
"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": "mr",
"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

@@ -2,6 +2,7 @@
"mc": [
{
"ammo": 2100,
"ammocost": 1,
"breachdmg": 1,
"breachmax": 0.8,
"breachmin": 0.4,
@@ -33,6 +34,7 @@
},
{
"ammo": 2100,
"ammocost": 1,
"breachdmg": 0.7,
"breachmax": 0.8,
"breachmin": 0.4,
@@ -64,6 +66,7 @@
},
{
"ammo": 2100,
"ammocost": 1,
"breachdmg": 0.5,
"breachmax": 0.8,
"breachmin": 0.4,
@@ -95,6 +98,7 @@
},
{
"ammo": 1000,
"ammocost": 1,
"breachdmg": 2.6,
"breachmax": 0.8,
"breachmin": 0.4,
@@ -128,6 +132,7 @@
},
{
"ammo": 2100,
"ammocost": 1,
"breachdmg": 2,
"breachmax": 0.8,
"breachmin": 0.4,
@@ -159,6 +164,7 @@
},
{
"ammo": 2100,
"ammocost": 1,
"breachdmg": 1.5,
"breachmax": 0.8,
"breachmin": 0.4,
@@ -190,6 +196,7 @@
},
{
"ammo": 2100,
"ammocost": 1,
"breachdmg": 1.1,
"breachmax": 0.8,
"breachmin": 0.4,
@@ -221,6 +228,7 @@
},
{
"ammo": 2100,
"ammocost": 1,
"breachdmg": 3.5,
"breachmax": 0.8,
"breachmin": 0.4,
@@ -252,6 +260,7 @@
},
{
"ammo": 2100,
"ammocost": 1,
"breachdmg": 2.6,
"breachmax": 0.8,
"breachmin": 0.4,
@@ -283,6 +292,7 @@
},
{
"ammo": 2100,
"ammocost": 1,
"breachdmg": 2,
"breachmax": 0.8,
"breachmin": 0.4,
@@ -314,6 +324,7 @@
},
{
"ammo": 2100,
"ammocost": 1,
"breachdmg": 4.2,
"breachmax": 0.8,
"breachmin": 0.4,
@@ -346,6 +357,7 @@
},
{
"ammo": 2100,
"ammocost": 1,
"breachdmg": 3.1,
"breachmax": 0.8,
"breachmin": 0.4,

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

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

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

@@ -7,7 +7,6 @@ module.exports = {
pd: require('./standard/power_distributor').pd,
s: require('./standard/sensors').s,
ft: require('./standard/fuel_tank').ft,
pas: require('./standard/planetary_approach_suite').pas
},
hardpoints: {
pl: require('./hardpoints/pulse_laser').pl,
@@ -26,7 +25,6 @@ module.exports = {
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,
@@ -62,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,
@@ -83,7 +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,
}
}

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,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,576 +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": "fsd2",
"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."
}
]
}

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

@@ -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,6 +828,7 @@
"optmulrotation": 1.1,
"optmulspeed": 1.25,
"power": 4,
"thermload": 2,
"rating": "A",
"symbol": "Int_Engine_Size2_Class5_Fast",
"ukName": "Thrusters",

View File

@@ -115,14 +115,7 @@
2,
1,
1,
1,
{
"class": 1,
"name": "Planetary",
"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": "Planetary",
"eligible": {
"pas": 1
}
}
1
]
},
"defaults": {
@@ -205,8 +198,7 @@
"",
"",
"",
0,
"4F"
0
]
}
}

View File

@@ -161,14 +161,7 @@
"ghrp": 1
}
},
1,
{
"class": 1,
"name": "Planetary",
"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": "Planetary",
"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": "Planetary",
"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": "Planetary",
"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": "Planetary",
"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": "Planetary",
"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": "Planetary",
"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": "Planetary",
"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": "Planetary",
"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": "Planetary",
"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": "Planetary",
"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": "Planetary",
"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": "Planetary",
"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": "Planetary",
"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": "Planetary",
"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": "Planetary",
"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": "Planetary",
"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": "Planetary",
"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": "Planetary",
"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": "Planetary",
"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": "Planetary",
"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": "Planetary",
"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": "Planetary",
"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": "Planetary",
"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": "Planetary",
"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": "Planetary",
"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": "Planetary",
"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": "Planetary",
"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": "Planetary",
"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": "Planetary",
"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": "Planetary",
"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": "Planetary",
"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": "Planetary",
"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": "Planetary",
"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": "Planetary",
"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": "Planetary",
"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": "Planetary",
"eligible": {
"pas": 1
}
}
1
]
},
"defaults": {
@@ -165,8 +158,7 @@
0,
"",
0,
0,
"4F"
0
]
}
}