Compare commits

..

1 Commits

Author SHA1 Message Date
willyb321
cb2af43ab9 gitflow-feature-stash: 3-3 2018-11-08 09:31:33 +11:00
145 changed files with 78505 additions and 15189 deletions

View File

@@ -1,21 +0,0 @@
root = true
[*]
# change these settings to your own preference
indent_style = space
indent_size = 2
# we recommend you to keep these unchanged
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false
[{package,bower}.json]
indent_style = space
indent_size = 2

1
.gitignore vendored
View File

@@ -4,4 +4,3 @@ node_modules/*
.idea .idea
.vscode/ .vscode/
package-lock.json package-lock.json
dist/

View File

@@ -1,24 +0,0 @@
All Data and [associated JSON](https://github.com/EDCD/coriolis-data) files are intellectual property and copyright of Frontier Developments plc ('Frontier', 'Frontier Developments') and are subject to their
[terms and conditions](https://www.frontierstore.net/terms-and-conditions/).
The code (Javascript, CSS, HTML, and SVG files only) specificially for Coriolis.io is released under the MIT License.
Copyright (c) 2015 Coriolis.io, Colin McLeod
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software (Javascript, CSS, HTML, and SVG files only), and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

View File

@@ -5,14 +5,6 @@ JSON Data modelling Elite Dangerous ships and components.
See [the wiki](https://github.com/edcd/coriolis-data/wiki) for more details See [the wiki](https://github.com/edcd/coriolis-data/wiki) for more details
## Issues
If you want to report an issue for this repository, please do this in the main repository of the coriolis project: https://github.com/EDCD/coriolis/issues
## Hosted Versions
You can find hosted and compiled versions of the data-json under https://coriolis.io/data/ and https://beta.coriolis.io/data/.
You might want to load these as depedency instead of reyling on the npm-dependency.
## Development ## Development

30716
dist/index.js vendored Normal file

File diff suppressed because it is too large Load Diff

41756
dist/index.json vendored Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -7,11 +7,7 @@ var exportString = JSON.stringify({ Ships: Ships, Modules: Modules, Modification
var ast = UglifyJS.parse(['module.exports = ', JSON.stringify({ Ships: Ships, Modules: Modules, Modifications: Modifications }), ';'].join('')); var ast = UglifyJS.parse(['module.exports = ', JSON.stringify({ Ships: Ships, Modules: Modules, Modifications: Modifications }), ';'].join(''));
var code = ast.print_to_string({beautify: true, indent_level: 2}); var code = ast.print_to_string({beautify: true, indent_level: 2});
if (!fs.existsSync('./dist')){ fs.open('./dist/index.json', 'w', function() {
fs.mkdirSync('./dist');
}
fs.open('./dist/index.js', 'w', function() {
fs.writeFile('./dist/index.js', code, function(err) {}); fs.writeFile('./dist/index.js', code, function(err) {});
}); });

File diff suppressed because it is too large Load Diff

View File

@@ -34,7 +34,7 @@
"ranget": {"id": 26, "name": "ranget", "type": "percentage", "method": "multiplicative", "higherbetter": true}, "ranget": {"id": 26, "name": "ranget", "type": "percentage", "method": "multiplicative", "higherbetter": true},
"regen": {"id": 27, "name": "regen", "type": "percentage", "method": "multiplicative", "higherbetter": true}, "regen": {"id": 27, "name": "regen", "type": "percentage", "method": "multiplicative", "higherbetter": true},
"reload": {"id": 28, "name": "reload", "type": "percentage", "method": "multiplicative", "higherbetter": false}, "reload": {"id": 28, "name": "reload", "type": "percentage", "method": "multiplicative", "higherbetter": false},
"rof": {"id": 29, "name": "rof", "type": "percentage", "method": "multiplicative", "higherbetter": false}, "rof": {"id": 29, "name": "rof", "type": "percentage", "method": "multiplicative", "higherbetter": true},
"angle": {"id": 46, "name": "angle", "type": "percentage", "method": "multiplicative", "higherbetter": true}, "angle": {"id": 46, "name": "angle", "type": "percentage", "method": "multiplicative", "higherbetter": true},
"scanrate": {"id": 49, "name": "scanrate", "type": "percentage", "method": "multiplicative", "higherbetter": true}, "scanrate": {"id": 49, "name": "scanrate", "type": "percentage", "method": "multiplicative", "higherbetter": true},
"scantime": {"id": 48, "name": "scantime", "type": "percentage", "method": "multiplicative", "higherbetter": false}, "scantime": {"id": 48, "name": "scantime", "type": "percentage", "method": "multiplicative", "higherbetter": false},
@@ -50,9 +50,5 @@
"weprate": {"id": 38, "name": "weprate", "type": "percentage", "method": "multiplicative", "higherbetter": true}, "weprate": {"id": 38, "name": "weprate", "type": "percentage", "method": "multiplicative", "higherbetter": true},
"shieldreinforcement": {"id": 39, "name": "shieldreinforcement", "type": "percentage", "method": "multiplicative", "higherbetter": true}, "shieldreinforcement": {"id": 39, "name": "shieldreinforcement", "type": "percentage", "method": "multiplicative", "higherbetter": true},
"jumpboost": {"id": 47, "name": "jumpboost", "type": "numeric", "method": "additive", "higherbetter": true}, "jumpboost": {"id": 47, "name": "jumpboost", "type": "numeric", "method": "additive", "higherbetter": true},
"shieldaddition": {"id": 50, "name": "shieldaddition", "type": "numeric", "method": "additive", "higherbetter": true}, "shieldaddition": {"id": 50, "name": "shieldaddition", "type": "numeric", "method": "additive", "higherbetter": true}
"chargetime": {"id": 52, "name": "chargetime", "type": "percentage", "method": "multiplicative", "higherbetter": false},
"proberadius": {"id": 53, "name": "proberadius", "type": "percentage", "method": "multiplicative", "higherbetter": true},
"scanrange": {"id": 54, "name": "scanrange", "type": "numeric", "method": "additive", "higherbetter": true},
"maxangle": {"id": 55, "name": "maxangle", "type": "numeric", "method": "additive", "higherbetter": true}
} }

View File

@@ -122,9 +122,6 @@
"OutfittingFieldType_ShieldBankSpinUp": { "OutfittingFieldType_ShieldBankSpinUp": {
"spinup": 1 "spinup": 1
}, },
"OutfittingFieldType_ShotSpeed": {
"shotspeed": 1
},
"OutfittingFieldType_ThermalLoad": { "OutfittingFieldType_ThermalLoad": {
"thermload": 1 "thermload": 1
}, },
@@ -152,8 +149,7 @@
"OutfittingFieldType_Damage": { "OutfittingFieldType_Damage": {
"damage": 1 "damage": 1
}, },
"OutfittingFieldType_DamageFalloffRange": { "OutfittingFieldType_weapon_falloffrange_from_range": {
"fallofffromrange": 1
}, },
"OutfittingFieldType_ArmourPenetration": { "OutfittingFieldType_ArmourPenetration": {
"piercing": 1 "piercing": 1
@@ -170,11 +166,9 @@
"special_auto_loader": {}, "special_auto_loader": {},
"special_choke_canister": {}, "special_choke_canister": {},
"special_feedback_cascade_cooled": { "special_feedback_cascade_cooled": {
"damage": -0.2,
"thermload": -0.4 "thermload": -0.4
}, },
"special_super_penetrator_cooled": { "special_super_penetrator_cooled": {
"reload": 0.5,
"thermload": -0.4 "thermload": -0.4
}, },
"special_concordant_sequence": { "special_concordant_sequence": {
@@ -187,9 +181,6 @@
"damage": -0.1, "damage": -0.1,
"thermload": -0.4 "thermload": -0.4
}, },
"special_plasma_slug_pa": {
"damage": -0.1
},
"special_dispersal_field": { "special_dispersal_field": {
}, },
"special_distortion_field": {}, "special_distortion_field": {},
@@ -202,26 +193,20 @@
"damage": -0.2 "damage": -0.2
}, },
"special_force_shell": { "special_force_shell": {
"shotspeed": -0.1666666666666667 "shotspeed": -0.1667
}, },
"special_fsd_interrupt": { "special_fsd_interrupt": {
"damage": -0.3, "damage": -0.3,
"rof": 0.5 "rof": 0.5
}, },
"special_high_yield_shell": { "special_high_yield_shell": {
"rof": 0.1111111111111111, "rof": 0.1111111111111111
"damage": -0.35,
"damagedist": {
"K": 0.5,
"E": 0.5
}
}, },
"special_incendiary_rounds": { "special_incendiary_rounds": {
"rof": 0.05263157894736842, "rof": 0.05263157894736842,
"thermload": 2, "thermload": 2,
"damagedist": { "damagedist": {
"T": 0.9, "T": 1
"K": 0.1
} }
}, },
"special_inertial_impact": { "special_inertial_impact": {
@@ -267,7 +252,7 @@
"special_thermal_conduit": {}, "special_thermal_conduit": {},
"special_thermal_vent": {}, "special_thermal_vent": {},
"special_thermalshock": { "special_thermalshock": {
"damage": -0.1 "damage": -0.2
}, },
"special_penetrator_munitions": { "special_penetrator_munitions": {
}, },
@@ -278,9 +263,9 @@
"special_shield_regenerative": { "special_shield_regenerative": {
"brokenregen": 0.15, "brokenregen": 0.15,
"regen": 0.15, "regen": 0.15,
"thermres": -1.5, "thermres": -1,
"kinres": -1.5, "kinres": -1,
"explres": -1.5 "explres": -1
}, },
"special_shield_resistive": { "special_shield_resistive": {
"thermres": 3, "thermres": 3,
@@ -317,7 +302,7 @@
"mass": -0.1 "mass": -0.1
}, },
"special_engine_cooled": { "special_engine_cooled": {
"mass": 0.05, "mass": 0.1,
"thermload": -0.1 "thermload": -0.1
}, },
"special_engine_haulage": { "special_engine_haulage": {
@@ -350,7 +335,6 @@
"special_fsd_cooled": { "special_fsd_cooled": {
"thermload": -0.1 "thermload": -0.1
}, },
"special_lock_breaker": {},
"special_powerplant_highcharge": { "special_powerplant_highcharge": {
"mass": 0.1, "mass": 0.1,
"pgen": 0.05 "pgen": 0.05
@@ -412,7 +396,7 @@
}, },
"special_weapon_rateoffire": { "special_weapon_rateoffire": {
"power": 0.05, "power": 0.05,
"rof": -0.02912621359223300970873786407767 "rof": 0.03
}, },
"special_weapon_efficient": { "special_weapon_efficient": {
"power": -0.1 "power": -0.1

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -1,66 +0,0 @@
{
"abl": [
{
"breachdmg": 0.6,
"breachmax": 0.2,
"shotspeed": 667,
"breachmin": 0.1,
"class": 1,
"cost": 9700,
"damage": 4,
"chargetime": 0,
"damagedist": {
"T": 1
},
"distdraw": 2,
"edID": 128915458,
"eddbID": 823,
"falloff": 1000,
"fireint": 0.2,
"clip": 1,
"grp": "abl",
"id": "3R",
"reload": 2,
"integrity": 40,
"mass": 2,
"mount": "F",
"piercing": 18,
"power": 0.34,
"range": 1000,
"rating": "D",
"thermload": 1.8,
"symbol": "Hpt_Mining_AbrBlstr_Fixed_Small"
},
{
"breachdmg": 0.6,
"breachmax": 0.2,
"shotspeed": 667,
"breachmin": 0.1,
"class": 1,
"cost": 27480,
"damage": 4,
"chargetime": 0,
"damagedist": {
"T": 1
},
"distdraw": 2,
"edID": 128915459,
"eddbID": 823,
"falloff": 1000,
"fireint": 0.2,
"clip": 1,
"grp": "abl",
"id": "3S",
"reload": 2,
"integrity": 40,
"mass": 2,
"mount": "T",
"piercing": 18,
"power": 0.47,
"range": 1000,
"rating": "D",
"thermload": 1.8,
"symbol": "Hpt_Mining_Abrblstr_Turret_Small"
}
]
}

View File

@@ -1,7 +1,6 @@
{ {
"axmr": [ "axmr": [
{ {
"experimental": true,
"ammo": 64, "ammo": 64,
"breachdmg": 0.1, "breachdmg": 0.1,
"breachmax": 0.8, "breachmax": 0.8,
@@ -11,14 +10,12 @@
"cost": 540900, "cost": 540900,
"damage": 64, "damage": 64,
"damagedist": { "damagedist": {
"X": 1, "X": 1
"E": 1
}, },
"distdraw": 0.14, "distdraw": 0.14,
"edID": 128788699, "edID": 128788699,
"eddbID": 1614, "eddbID": 1614,
"falloff": 10000, "falloff": 10000,
"fireint": 2.0,
"grp": "axmr", "grp": "axmr",
"id": "x4", "id": "x4",
"integrity": 51, "integrity": 51,
@@ -29,12 +26,12 @@
"power": 1.2, "power": 1.2,
"rating": "B", "rating": "B",
"reload": 5, "reload": 5,
"rof": 0.5,
"shotspeed": 750, "shotspeed": 750,
"thermload": 2.4, "thermload": 2.4,
"symbol": "Hpt_ATDumbfireMissile_Fixed_Medium" "symbol": "Hpt_ATDumbfireMissile_Fixed_Medium"
}, },
{ {
"experimental": true,
"ammo": 64, "ammo": 64,
"breachdmg": 0.1, "breachdmg": 0.1,
"breachmax": 0.8, "breachmax": 0.8,
@@ -44,14 +41,12 @@
"cost": 2022700, "cost": 2022700,
"damage": 50, "damage": 50,
"damagedist": { "damagedist": {
"X": 1, "X": 1
"E": 1
}, },
"distdraw": 0.08, "distdraw": 0.08,
"edID": 128788704, "edID": 128788704,
"eddbID": 1615, "eddbID": 1615,
"falloff": 10000, "falloff": 10000,
"fireint": 2.0,
"grp": "axmr", "grp": "axmr",
"id": "x5", "id": "x5",
"integrity": 51, "integrity": 51,
@@ -62,12 +57,12 @@
"power": 1.2, "power": 1.2,
"rating": "B", "rating": "B",
"reload": 5, "reload": 5,
"rof": 0.5,
"shotspeed": 750, "shotspeed": 750,
"thermload": 1.5, "thermload": 1.5,
"symbol": "Hpt_ATDumbfireMissile_Turret_Medium" "symbol": "Hpt_ATDumbfireMissile_Turret_Medium"
}, },
{ {
"experimental": true,
"ammo": 128, "ammo": 128,
"breachdmg": 0.1, "breachdmg": 0.1,
"breachmax": 0.8, "breachmax": 0.8,
@@ -77,14 +72,12 @@
"cost": 1352250, "cost": 1352250,
"damage": 64, "damage": 64,
"damagedist": { "damagedist": {
"X": 1, "X": 1
"E": 1
}, },
"distdraw": 0.24, "distdraw": 0.24,
"edID": 128788700, "edID": 128788700,
"eddbID": 1623, "eddbID": 1623,
"falloff": 10000, "falloff": 10000,
"fireint": 2.0,
"grp": "axmr", "grp": "axmr",
"id": "x6", "id": "x6",
"integrity": 64, "integrity": 64,
@@ -95,12 +88,12 @@
"power": 1.62, "power": 1.62,
"rating": "A", "rating": "A",
"reload": 5, "reload": 5,
"rof": 0.5,
"shotspeed": 750, "shotspeed": 750,
"thermload": 3.6, "thermload": 3.6,
"symbol": "Hpt_ATDumbfireMissile_Fixed_Large" "symbol": "Hpt_ATDumbfireMissile_Fixed_Large"
}, },
{ {
"experimental": true,
"ammo": 128, "ammo": 128,
"breachdmg": 0.1, "breachdmg": 0.1,
"breachmax": 0.8, "breachmax": 0.8,
@@ -110,14 +103,12 @@
"cost": 4056750, "cost": 4056750,
"damage": 64, "damage": 64,
"damagedist": { "damagedist": {
"X": 1, "X": 1
"E": 1
}, },
"distdraw": 0.14, "distdraw": 0.14,
"edID": 128788705, "edID": 128788705,
"eddbID": 1624, "eddbID": 1624,
"falloff": 10000, "falloff": 10000,
"fireint": 2.0,
"grp": "axmr", "grp": "axmr",
"id": "x7", "id": "x7",
"integrity": 64, "integrity": 64,
@@ -128,9 +119,10 @@
"power": 1.75, "power": 1.75,
"rating": "A", "rating": "A",
"reload": 5, "reload": 5,
"rof": 0.5,
"shotspeed": 750, "shotspeed": 750,
"thermload": 1.9, "thermload": 1.9,
"symbol": "Hpt_ATDumbfireMissile_Turret_Large" "symbol": "Hpt_ATDumbfireMissile_Turret_Large"
} }
] ]
} }

View File

@@ -1,132 +0,0 @@
{
"axmre": [
{
"experimental": true,
"ammo": 64,
"breachdmg": 0,
"breachmax": 0.8,
"breachmin": 1,
"class": 2,
"clip": 8,
"cost": 681534,
"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": 2666286,
"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": 1703835,
"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": 5347534,
"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

@@ -1,7 +1,6 @@
{ {
"axmc": [ "axmc": [
{ {
"experimental": true,
"ammo": 2100, "ammo": 2100,
"breachdmg": 2.8, "breachdmg": 2.8,
"breachmax": 0.5, "breachmax": 0.5,
@@ -11,14 +10,12 @@
"cost": 379000, "cost": 379000,
"damage": 3.3, "damage": 3.3,
"damagedist": { "damagedist": {
"X": 1, "X": 1
"K": 1
}, },
"distdraw": 0.11, "distdraw": 0.11,
"edID": 128788701, "edID": 128788701,
"eddbID": 1618, "eddbID": 1618,
"falloff": 2000, "falloff": 2000,
"fireint": 0.14,
"grp": "axmc", "grp": "axmc",
"id": "x0", "id": "x0",
"integrity": 51, "integrity": 51,
@@ -29,12 +26,12 @@
"range": 4000, "range": 4000,
"rating": "E", "rating": "E",
"reload": 4, "reload": 4,
"rof": 7.1,
"shotspeed": 1600, "shotspeed": 1600,
"thermload": 0.2, "thermload": 0.2,
"symbol": "Hpt_ATMultiCannon_Fixed_Medium" "symbol": "Hpt_ATMultiCannon_Fixed_Medium"
}, },
{ {
"experimental": true,
"ammo": 2100, "ammo": 2100,
"breachdmg": 0.4, "breachdmg": 0.4,
"breachmax": 0.5, "breachmax": 0.5,
@@ -44,14 +41,12 @@
"cost": 1826500, "cost": 1826500,
"damage": 1.7, "damage": 1.7,
"damagedist": { "damagedist": {
"X": 1, "X": 1
"K": 1
}, },
"distdraw": 0.06, "distdraw": 0.06,
"edID": 128793059, "edID": 128793059,
"eddbID": 1619, "eddbID": 1619,
"falloff": 2000, "falloff": 2000,
"fireint": 0.16,
"grp": "axmc", "grp": "axmc",
"id": "x1", "id": "x1",
"integrity": 51, "integrity": 51,
@@ -62,12 +57,12 @@
"range": 4000, "range": 4000,
"rating": "F", "rating": "F",
"reload": 4, "reload": 4,
"rof": 6.2,
"shotspeed": 1600, "shotspeed": 1600,
"thermload": 0.1, "thermload": 0.1,
"symbol": "Hpt_ATMultiCannon_Turret_Medium" "symbol": "Hpt_ATMultiCannon_Turret_Medium"
}, },
{ {
"experimental": true,
"ammo": 2100, "ammo": 2100,
"breachdmg": 5.2, "breachdmg": 5.2,
"breachmax": 0.5, "breachmax": 0.5,
@@ -77,14 +72,12 @@
"cost": 1181500, "cost": 1181500,
"damage": 6.1, "damage": 6.1,
"damagedist": { "damagedist": {
"X": 1, "X": 1
"K": 1
}, },
"distdraw": 0.18, "distdraw": 0.18,
"edID": 128788702, "edID": 128788702,
"eddbID": 1625, "eddbID": 1625,
"falloff": 2000, "falloff": 2000,
"fireint": 0.17,
"grp": "axmc", "grp": "axmc",
"id": "x2", "id": "x2",
"integrity": 64, "integrity": 64,
@@ -95,12 +88,12 @@
"range": 4000, "range": 4000,
"rating": "C", "rating": "C",
"reload": 4, "reload": 4,
"rof": 5.9,
"shotspeed": 1600, "shotspeed": 1600,
"thermload": 0.3, "thermload": 0.3,
"symbol": "Hpt_ATMultiCannon_Fixed_Large" "symbol": "Hpt_ATMultiCannon_Fixed_Large"
}, },
{ {
"experimental": true,
"ammo": 2100, "ammo": 2100,
"breachdmg": 0.8, "breachdmg": 0.8,
"breachmax": 0.5, "breachmax": 0.5,
@@ -110,14 +103,12 @@
"cost": 3821600, "cost": 3821600,
"damage": 3.3, "damage": 3.3,
"damagedist": { "damagedist": {
"X": 1, "X": 1
"K": 1
}, },
"distdraw": 0.06, "distdraw": 0.06,
"edID": 128793060, "edID": 128793060,
"eddbID": 1626, "eddbID": 1626,
"falloff": 2000, "falloff": 2000,
"fireint": 0.16,
"grp": "axmc", "grp": "axmc",
"id": "x3", "id": "x3",
"integrity": 64, "integrity": 64,
@@ -128,9 +119,10 @@
"range": 4000, "range": 4000,
"rating": "E", "rating": "E",
"reload": 4, "reload": 4,
"rof": 6.2,
"shotspeed": 1600, "shotspeed": 1600,
"thermload": 0.1, "thermload": 0.1,
"symbol": "Hpt_ATMultiCannon_Turret_Large" "symbol": "Hpt_ATMultiCannon_Turret_Large"
} }
] ]
} }

View File

@@ -1,202 +0,0 @@
{
"axmce": [
{
"experimental": true,
"ammo": 2100,
"breachdmg": 3.3,
"breachmax": 0.5,
"breachmin": 0.8,
"class": 2,
"clip": 100,
"cost": 455077,
"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": 1197644,
"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": 2193297,
"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": 1360322,
"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": 4588709,
"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, "mass": 2,
"mount": "F", "mount": "F",
"name": "Retributor", "name": "Retributor",
"special": "Retributor",
"piercing": 18, "piercing": 18,
"power": 0.62, "power": 0.62,
"pp": "Edmund Mahon", "pp": "Edmund Mahon",
@@ -155,7 +154,7 @@
"mass": 4, "mass": 4,
"mount": "G", "mount": "G",
"piercing": 35, "piercing": 35,
"power": 1, "power": 0.99,
"range": 3000, "range": 3000,
"rating": "D", "rating": "D",
"thermload": 5.3, "thermload": 5.3,
@@ -318,4 +317,4 @@
"symbol": "Hpt_BeamLaser_Gimbal_Huge" "symbol": "Hpt_BeamLaser_Gimbal_Huge"
} }
] ]
} }

View File

@@ -16,7 +16,6 @@
"edID": 128049400, "edID": 128049400,
"eddbID": 832, "eddbID": 832,
"falloff": 500, "falloff": 500,
"fireint": 0.5,
"grp": "ul", "grp": "ul",
"id": "11", "id": "11",
"integrity": 40, "integrity": 40,
@@ -26,6 +25,7 @@
"power": 0.65, "power": 0.65,
"range": 3000, "range": 3000,
"rating": "F", "rating": "F",
"rof": 2,
"thermload": 0.38, "thermload": 0.38,
"symbol": "Hpt_PulseLaserBurst_Fixed_Small" "symbol": "Hpt_PulseLaserBurst_Fixed_Small"
}, },
@@ -42,7 +42,6 @@
"T": 1 "T": 1
}, },
"distdraw": 0.24, "distdraw": 0.24,
"fireint": 0.45,
"edID": 128049404, "edID": 128049404,
"eddbID": 835, "eddbID": 835,
"falloff": 500, "falloff": 500,
@@ -55,6 +54,7 @@
"power": 0.64, "power": 0.64,
"range": 3000, "range": 3000,
"rating": "G", "rating": "G",
"rof": 2.23,
"thermload": 0.34, "thermload": 0.34,
"symbol": "Hpt_PulseLaserBurst_Gimbal_Small" "symbol": "Hpt_PulseLaserBurst_Gimbal_Small"
}, },
@@ -74,7 +74,6 @@
"edID": 128049407, "edID": 128049407,
"eddbID": 838, "eddbID": 838,
"falloff": 500, "falloff": 500,
"fireint": 0.52,
"grp": "ul", "grp": "ul",
"id": "13", "id": "13",
"integrity": 40, "integrity": 40,
@@ -84,6 +83,7 @@
"power": 0.6, "power": 0.6,
"range": 3000, "range": 3000,
"rating": "G", "rating": "G",
"rof": 1.92,
"thermload": 0.19, "thermload": 0.19,
"symbol": "Hpt_PulseLaserBurst_Turret_Small" "symbol": "Hpt_PulseLaserBurst_Turret_Small"
}, },
@@ -103,20 +103,19 @@
"edID": 128671449, "edID": 128671449,
"eddbID": 1477, "eddbID": 1477,
"falloff": 600, "falloff": 600,
"fireint": 0.7,
"grp": "ul", "grp": "ul",
"id": "cy", "id": "cy",
"integrity": 40, "integrity": 40,
"jitter": 1.7, "jitter": 3.5,
"mass": 2, "mass": 2,
"mount": "F", "mount": "F",
"name": "Cytoscrambler", "name": "Cytoscrambler",
"special": "Cyto",
"piercing": 1, "piercing": 1,
"power": 0.8, "power": 0.8,
"pp": "Archon Delaine", "pp": "Archon Delaine",
"range": 1000, "range": 3000,
"rating": "F", "rating": "F",
"rof": 7.6,
"thermload": 0.3, "thermload": 0.3,
"symbol": "Hpt_PulseLaserBurst_Fixed_Small_Scatter" "symbol": "Hpt_PulseLaserBurst_Fixed_Small_Scatter"
}, },
@@ -136,7 +135,6 @@
"edID": 128049401, "edID": 128049401,
"eddbID": 833, "eddbID": 833,
"falloff": 500, "falloff": 500,
"fireint": 0.63,
"grp": "ul", "grp": "ul",
"id": "7h", "id": "7h",
"integrity": 40, "integrity": 40,
@@ -146,6 +144,7 @@
"power": 1.05, "power": 1.05,
"range": 3000, "range": 3000,
"rating": "E", "rating": "E",
"rof": 1.6,
"thermload": 0.78, "thermload": 0.78,
"symbol": "Hpt_PulseLaserBurst_Fixed_Medium" "symbol": "Hpt_PulseLaserBurst_Fixed_Medium"
}, },
@@ -165,7 +164,6 @@
"edID": 128049405, "edID": 128049405,
"eddbID": 836, "eddbID": 836,
"falloff": 500, "falloff": 500,
"fireint": 0.56,
"grp": "ul", "grp": "ul",
"id": "7i", "id": "7i",
"integrity": 40, "integrity": 40,
@@ -175,6 +173,7 @@
"power": 1.04, "power": 1.04,
"range": 3000, "range": 3000,
"rating": "F", "rating": "F",
"rof": 1.78,
"thermload": 0.67, "thermload": 0.67,
"symbol": "Hpt_PulseLaserBurst_Gimbal_Medium" "symbol": "Hpt_PulseLaserBurst_Gimbal_Medium"
}, },
@@ -194,7 +193,6 @@
"edID": 128049408, "edID": 128049408,
"eddbID": 839, "eddbID": 839,
"falloff": 500, "falloff": 500,
"fireint": 0.63,
"grp": "ul", "grp": "ul",
"id": "7j", "id": "7j",
"integrity": 40, "integrity": 40,
@@ -204,6 +202,7 @@
"power": 0.98, "power": 0.98,
"range": 3000, "range": 3000,
"rating": "F", "rating": "F",
"rof": 1.57,
"thermload": 0.38, "thermload": 0.38,
"symbol": "Hpt_PulseLaserBurst_Turret_Medium" "symbol": "Hpt_PulseLaserBurst_Turret_Medium"
}, },
@@ -223,7 +222,6 @@
"edID": 128049402, "edID": 128049402,
"eddbID": 834, "eddbID": 834,
"falloff": 500, "falloff": 500,
"fireint": 0.83,
"grp": "ul", "grp": "ul",
"id": "14", "id": "14",
"integrity": 64, "integrity": 64,
@@ -233,6 +231,7 @@
"power": 1.66, "power": 1.66,
"range": 3000, "range": 3000,
"rating": "D", "rating": "D",
"rof": 1.2,
"thermload": 1.7, "thermload": 1.7,
"symbol": "Hpt_PulseLaserBurst_Fixed_Large" "symbol": "Hpt_PulseLaserBurst_Fixed_Large"
}, },
@@ -252,7 +251,6 @@
"edID": 128049406, "edID": 128049406,
"eddbID": 837, "eddbID": 837,
"falloff": 500, "falloff": 500,
"fireint": 0.71,
"grp": "ul", "grp": "ul",
"id": "15", "id": "15",
"integrity": 64, "integrity": 64,
@@ -262,6 +260,7 @@
"power": 1.65, "power": 1.65,
"range": 3000, "range": 3000,
"rating": "E", "rating": "E",
"rof": 1.4,
"thermload": 1.42, "thermload": 1.42,
"symbol": "Hpt_PulseLaserBurst_Gimbal_Large" "symbol": "Hpt_PulseLaserBurst_Gimbal_Large"
}, },
@@ -281,7 +280,6 @@
"edID": 128049409, "edID": 128049409,
"eddbID": 840, "eddbID": 840,
"falloff": 500, "falloff": 500,
"fireint": 0.78,
"grp": "ul", "grp": "ul",
"id": "16", "id": "16",
"integrity": 64, "integrity": 64,
@@ -291,6 +289,7 @@
"power": 1.57, "power": 1.57,
"range": 3000, "range": 3000,
"rating": "E", "rating": "E",
"rof": 1.272,
"thermload": 0.78, "thermload": 0.78,
"symbol": "Hpt_PulseLaserBurst_Turret_Large" "symbol": "Hpt_PulseLaserBurst_Turret_Large"
}, },
@@ -310,7 +309,6 @@
"edID": 128049403, "edID": 128049403,
"eddbID": 1549, "eddbID": 1549,
"falloff": 500, "falloff": 500,
"fireint": 1.25,
"grp": "ul", "grp": "ul",
"id": "7s", "id": "7s",
"integrity": 80, "integrity": 80,
@@ -320,6 +318,7 @@
"power": 2.58, "power": 2.58,
"range": 3000, "range": 3000,
"rating": "E", "rating": "E",
"rof": 0.8,
"thermload": 4.53, "thermload": 4.53,
"symbol": "Hpt_PulseLaserBurst_Fixed_Huge" "symbol": "Hpt_PulseLaserBurst_Fixed_Huge"
}, },
@@ -339,7 +338,6 @@
"edID": 128727920, "edID": 128727920,
"eddbID": 1550, "eddbID": 1550,
"falloff": 500, "falloff": 500,
"fireint": 1.0,
"grp": "ul", "grp": "ul",
"id": "7t", "id": "7t",
"integrity": 80, "integrity": 80,
@@ -349,8 +347,9 @@
"power": 2.59, "power": 2.59,
"range": 3000, "range": 3000,
"rating": "E", "rating": "E",
"rof": 1,
"thermload": 3.33, "thermload": 3.33,
"symbol": "Hpt_PulseLaserBurst_Gimbal_Huge" "symbol": "Hpt_PulseLaserBurst_Gimbal_Huge"
} }
] ]
} }

View File

@@ -16,7 +16,6 @@
"edID": 128049438, "edID": 128049438,
"eddbID": 850, "eddbID": 850,
"falloff": 3000, "falloff": 3000,
"fireint": 2.0,
"grp": "c", "grp": "c",
"id": "1h", "id": "1h",
"integrity": 40, "integrity": 40,
@@ -27,6 +26,7 @@
"range": 3000, "range": 3000,
"rating": "D", "rating": "D",
"reload": 3, "reload": 3,
"rof": 0.5,
"shotspeed": 1200, "shotspeed": 1200,
"thermload": 1.4, "thermload": 1.4,
"symbol": "Hpt_Cannon_Fixed_Small" "symbol": "Hpt_Cannon_Fixed_Small"
@@ -47,7 +47,6 @@
"edID": 128049442, "edID": 128049442,
"eddbID": 854, "eddbID": 854,
"falloff": 3000, "falloff": 3000,
"fireint": 1.92,
"grp": "c", "grp": "c",
"id": "1i", "id": "1i",
"integrity": 40, "integrity": 40,
@@ -58,6 +57,7 @@
"range": 3000, "range": 3000,
"rating": "E", "rating": "E",
"reload": 4, "reload": 4,
"rof": 0.52,
"shotspeed": 1000, "shotspeed": 1000,
"thermload": 1.3, "thermload": 1.3,
"symbol": "Hpt_Cannon_Gimbal_Small" "symbol": "Hpt_Cannon_Gimbal_Small"
@@ -78,7 +78,6 @@
"edID": 128049445, "edID": 128049445,
"eddbID": 857, "eddbID": 857,
"falloff": 3000, "falloff": 3000,
"fireint": 2.31,
"grp": "c", "grp": "c",
"id": "1j", "id": "1j",
"integrity": 40, "integrity": 40,
@@ -89,6 +88,7 @@
"range": 3000, "range": 3000,
"rating": "F", "rating": "F",
"reload": 4, "reload": 4,
"rof": 0.435,
"shotspeed": 1000, "shotspeed": 1000,
"thermload": 0.7, "thermload": 0.7,
"symbol": "Hpt_Cannon_Turret_Small" "symbol": "Hpt_Cannon_Turret_Small"
@@ -109,7 +109,6 @@
"edID": 128049439, "edID": 128049439,
"eddbID": 851, "eddbID": 851,
"falloff": 3500, "falloff": 3500,
"fireint": 2.17,
"grp": "c", "grp": "c",
"id": "1k", "id": "1k",
"integrity": 51, "integrity": 51,
@@ -120,7 +119,8 @@
"range": 3500, "range": 3500,
"rating": "D", "rating": "D",
"reload": 3, "reload": 3,
"shotspeed": 1051.051025, "rof": 0.465,
"shotspeed": 1051,
"thermload": 2.1, "thermload": 2.1,
"symbol": "Hpt_Cannon_Fixed_Medium" "symbol": "Hpt_Cannon_Fixed_Medium"
}, },
@@ -140,7 +140,6 @@
"edID": 128049443, "edID": 128049443,
"eddbID": 855, "eddbID": 855,
"falloff": 3500, "falloff": 3500,
"fireint": 2.08,
"grp": "c", "grp": "c",
"id": "1l", "id": "1l",
"integrity": 51, "integrity": 51,
@@ -151,6 +150,7 @@
"range": 3500, "range": 3500,
"rating": "D", "rating": "D",
"reload": 4, "reload": 4,
"rof": 0.485,
"shotspeed": 875, "shotspeed": 875,
"thermload": 1.9, "thermload": 1.9,
"symbol": "Hpt_Cannon_Gimbal_Medium" "symbol": "Hpt_Cannon_Gimbal_Medium"
@@ -171,7 +171,6 @@
"edID": 128049446, "edID": 128049446,
"eddbID": 858, "eddbID": 858,
"falloff": 3500, "falloff": 3500,
"fireint": 2.5,
"grp": "c", "grp": "c",
"id": "1m", "id": "1m",
"integrity": 51, "integrity": 51,
@@ -182,6 +181,7 @@
"range": 3500, "range": 3500,
"rating": "E", "rating": "E",
"reload": 4, "reload": 4,
"rof": 0.405,
"shotspeed": 875, "shotspeed": 875,
"thermload": 1, "thermload": 1,
"symbol": "Hpt_Cannon_Turret_Medium" "symbol": "Hpt_Cannon_Turret_Medium"
@@ -202,7 +202,6 @@
"edID": 128049440, "edID": 128049440,
"eddbID": 852, "eddbID": 852,
"falloff": 4000, "falloff": 4000,
"fireint": 2.38,
"grp": "c", "grp": "c",
"id": "1n", "id": "1n",
"integrity": 64, "integrity": 64,
@@ -213,7 +212,8 @@
"range": 4000, "range": 4000,
"rating": "C", "rating": "C",
"reload": 3, "reload": 3,
"shotspeed": 959.232605, "rof": 0.425,
"shotspeed": 959,
"thermload": 3.2, "thermload": 3.2,
"symbol": "Hpt_Cannon_Fixed_Large" "symbol": "Hpt_Cannon_Fixed_Large"
}, },
@@ -233,7 +233,6 @@
"edID": 128671120, "edID": 128671120,
"eddbID": 1383, "eddbID": 1383,
"falloff": 4000, "falloff": 4000,
"fireint": 2.27,
"eps": 0.456, "eps": 0.456,
"grp": "c", "grp": "c",
"hps": 1.16, "hps": 1.16,
@@ -246,6 +245,7 @@
"range": 4000, "range": 4000,
"rating": "C", "rating": "C",
"reload": 4, "reload": 4,
"rof": 0.445,
"shotspeed": 800, "shotspeed": 800,
"thermload": 2.9, "thermload": 2.9,
"symbol": "Hpt_Cannon_Gimbal_Large" "symbol": "Hpt_Cannon_Gimbal_Large"
@@ -266,7 +266,6 @@
"edID": 128049447, "edID": 128049447,
"eddbID": 859, "eddbID": 859,
"falloff": 4000, "falloff": 4000,
"fireint": 2.72,
"grp": "c", "grp": "c",
"id": "1p", "id": "1p",
"integrity": 64, "integrity": 64,
@@ -277,6 +276,7 @@
"range": 4000, "range": 4000,
"rating": "D", "rating": "D",
"reload": 4, "reload": 4,
"rof": 0.37,
"shotspeed": 800, "shotspeed": 800,
"thermload": 1.6, "thermload": 1.6,
"symbol": "Hpt_Cannon_Turret_Large" "symbol": "Hpt_Cannon_Turret_Large"
@@ -297,7 +297,6 @@
"edID": 128049441, "edID": 128049441,
"eddbID": 853, "eddbID": 853,
"falloff": 4500, "falloff": 4500,
"fireint": 2.63,
"eps": 0.644, "eps": 0.644,
"grp": "c", "grp": "c",
"hps": 1.92, "hps": 1.92,
@@ -310,6 +309,7 @@
"range": 4500, "range": 4500,
"rating": "B", "rating": "B",
"reload": 3, "reload": 3,
"rof": 0.385,
"shotspeed": 900, "shotspeed": 900,
"thermload": 4.8, "thermload": 4.8,
"symbol": "Hpt_Cannon_Fixed_Huge" "symbol": "Hpt_Cannon_Fixed_Huge"
@@ -330,7 +330,6 @@
"edID": 128049444, "edID": 128049444,
"eddbID": 856, "eddbID": 856,
"falloff": 4500, "falloff": 4500,
"fireint": 2.5,
"eps": 0.688, "eps": 0.688,
"grp": "c", "grp": "c",
"hps": 1.76, "hps": 1.76,
@@ -343,44 +342,10 @@
"range": 4500, "range": 4500,
"rating": "B", "rating": "B",
"reload": 4, "reload": 4,
"rof": 0.4,
"shotspeed": 750, "shotspeed": 750,
"thermload": 4.4, "thermload": 4.4,
"symbol": "Hpt_Cannon_Gimbal_Huge" "symbol": "Hpt_Cannon_Gimbal_Huge"
},
{
"ammo": 300,
"breachdmg": 13.9,
"breachmax": 0.9,
"breachmin": 0.6,
"burst": 3,
"burstrof": 4,
"class": 2,
"clip": 9,
"cost": 314620,
"damage": 14.63,
"damagedist": {
"K": 1
},
"distdraw": 0.75,
"edID": 129030051,
"falloff": 3500,
"fireint": 2.26,
"eps": 0.688,
"grp": "c",
"hps": 1.76,
"id": "4w",
"integrity": 51,
"mass": 4,
"mount": "G",
"name": "Concord Cannon",
"piercing": 42,
"power": 0.64,
"range": 3500,
"rating": "D",
"reload": 4,
"shotspeed": 1300,
"thermload": 1.92,
"symbol": "Hpt_Cannon_Gimbal_Medium_Burst"
} }
] ]
} }

View File

@@ -3,7 +3,7 @@
{ {
"angle": 15, "angle": 15,
"class": 0, "class": 0,
"cost": 13544, "cost": 13540,
"edID": 128662520, "edID": 128662520,
"eddbID": 1227, "eddbID": 1227,
"grp": "cs", "grp": "cs",
@@ -19,7 +19,7 @@
{ {
"angle": 15, "angle": 15,
"class": 0, "class": 0,
"cost": 40633, "cost": 40630,
"edID": 128662521, "edID": 128662521,
"eddbID": 1228, "eddbID": 1228,
"grp": "cs", "grp": "cs",
@@ -35,7 +35,7 @@
{ {
"angle": 15, "angle": 15,
"class": 0, "class": 0,
"cost": 121899, "cost": 121900,
"edID": 128662522, "edID": 128662522,
"eddbID": 1229, "eddbID": 1229,
"grp": "cs", "grp": "cs",
@@ -51,7 +51,7 @@
{ {
"angle": 15, "angle": 15,
"class": 0, "class": 0,
"cost": 365698, "cost": 365700,
"edID": 128662523, "edID": 128662523,
"eddbID": 1230, "eddbID": 1230,
"grp": "cs", "grp": "cs",
@@ -67,7 +67,7 @@
{ {
"angle": 15, "angle": 15,
"class": 0, "class": 0,
"cost": 1097095, "cost": 1097100,
"edID": 128662524, "edID": 128662524,
"eddbID": 1231, "eddbID": 1231,
"grp": "cs", "grp": "cs",
@@ -81,4 +81,4 @@
"symbol": "Hpt_CargoScanner_Size0_Class5" "symbol": "Hpt_CargoScanner_Size0_Class5"
} }
] ]
} }

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

@@ -10,7 +10,6 @@
"duration": 20, "duration": 20,
"edID": 128049513, "edID": 128049513,
"eddbID": 884, "eddbID": 884,
"fireint": 1.0,
"grp": "ch", "grp": "ch",
"id": "00", "id": "00",
"integrity": 20, "integrity": 20,
@@ -20,8 +19,9 @@
"power": 0.2, "power": 0.2,
"rating": "I", "rating": "I",
"reload": 10, "reload": 10,
"rof": 1,
"thermload": 4, "thermload": 4,
"symbol": "Hpt_ChaffLauncher_Tiny" "symbol": "Hpt_ChaffLauncher_Tiny"
} }
] ]
} }

View File

@@ -21,4 +21,4 @@
"symbol": "Hpt_ElectronicCountermeasure_Tiny" "symbol": "Hpt_ElectronicCountermeasure_Tiny"
} }
] ]
} }

View File

@@ -1,14 +1,12 @@
{ {
"tbem": [ "tbem": [
{ {
"experimental": true,
"rating": "B", "rating": "B",
"class": 2, "class": 2,
"grp": "tbem", "grp": "tbem",
"id": "xt", "id": "xt",
"eddbID": 0, "eddbID": 0,
"edID": 128833995, "edID": 128833995,
"fireint": 2.0,
"mount": "F", "mount": "F",
"cost": 480501, "cost": 480501,
"mass": 4, "mass": 4,
@@ -19,6 +17,7 @@
"thermload": 1.5, "thermload": 1.5,
"piercing": 60, "piercing": 60,
"shotspeed": 750, "shotspeed": 750,
"rof": 0.5,
"clip": 8, "clip": 8,
"ammo": 64, "ammo": 64,
"reload": 5, "reload": 5,
@@ -27,7 +26,7 @@
"breachmax": 1, "breachmax": 1,
"symbol": "Hpt_CausticMissile_Fixed_Medium", "symbol": "Hpt_CausticMissile_Fixed_Medium",
"damagedist": { "damagedist": {
"E": 1 "E": 1
} }
} }
] ]

View File

@@ -16,7 +16,6 @@
"edID": 128049448, "edID": 128049448,
"eddbID": 860, "eddbID": 860,
"falloff": 1800, "falloff": 1800,
"fireint": 0.18,
"grp": "fc", "grp": "fc",
"id": "20", "id": "20",
"integrity": 40, "integrity": 40,
@@ -28,6 +27,7 @@
"range": 2000, "range": 2000,
"rating": "E", "rating": "E",
"reload": 5, "reload": 5,
"rof": 5.555,
"roundspershot": 12, "roundspershot": 12,
"shotspeed": 667, "shotspeed": 667,
"thermload": 0.4, "thermload": 0.4,
@@ -49,7 +49,6 @@
"edID": 128049451, "edID": 128049451,
"eddbID": 863, "eddbID": 863,
"falloff": 1800, "falloff": 1800,
"fireint": 0.17,
"grp": "fc", "grp": "fc",
"id": "21", "id": "21",
"integrity": 40, "integrity": 40,
@@ -61,6 +60,7 @@
"range": 2000, "range": 2000,
"rating": "E", "rating": "E",
"reload": 5, "reload": 5,
"rof": 5.88,
"roundspershot": 12, "roundspershot": 12,
"shotspeed": 667, "shotspeed": 667,
"thermload": 0.4, "thermload": 0.4,
@@ -82,7 +82,6 @@
"edID": 128049453, "edID": 128049453,
"eddbID": 865, "eddbID": 865,
"falloff": 1800, "falloff": 1800,
"fireint": 0.21,
"grp": "fc", "grp": "fc",
"id": "22", "id": "22",
"integrity": 40, "integrity": 40,
@@ -94,6 +93,7 @@
"range": 2000, "range": 2000,
"rating": "E", "rating": "E",
"reload": 5, "reload": 5,
"rof": 4.76,
"roundspershot": 12, "roundspershot": 12,
"shotspeed": 667, "shotspeed": 667,
"thermload": 0.2, "thermload": 0.2,
@@ -115,7 +115,6 @@
"edID": 128049449, "edID": 128049449,
"eddbID": 861, "eddbID": 861,
"falloff": 1800, "falloff": 1800,
"fireint": 0.2,
"grp": "fc", "grp": "fc",
"id": "1s", "id": "1s",
"integrity": 80, "integrity": 80,
@@ -127,6 +126,7 @@
"range": 2000, "range": 2000,
"rating": "A", "rating": "A",
"reload": 5, "reload": 5,
"rof": 4.975,
"roundspershot": 12, "roundspershot": 12,
"shotspeed": 667, "shotspeed": 667,
"thermload": 0.7, "thermload": 0.7,
@@ -139,7 +139,7 @@
"breachmin": 0.4, "breachmin": 0.4,
"class": 2, "class": 2,
"clip": 3, "clip": 3,
"cost": 437760, "cost": 437761,
"damage": 2.275, "damage": 2.275,
"damagedist": { "damagedist": {
"K": 1 "K": 1
@@ -148,7 +148,6 @@
"edID": 128049452, "edID": 128049452,
"eddbID": 864, "eddbID": 864,
"falloff": 1800, "falloff": 1800,
"fireint": 0.19,
"grp": "fc", "grp": "fc",
"id": "7e", "id": "7e",
"integrity": 80, "integrity": 80,
@@ -160,6 +159,7 @@
"range": 2000, "range": 2000,
"rating": "D", "rating": "D",
"reload": 5, "reload": 5,
"rof": 5.26,
"roundspershot": 12, "roundspershot": 12,
"shotspeed": 667, "shotspeed": 667,
"thermload": 0.8, "thermload": 0.8,
@@ -181,7 +181,6 @@
"edID": 128049454, "edID": 128049454,
"eddbID": 866, "eddbID": 866,
"falloff": 1800, "falloff": 1800,
"fireint": 0.23,
"grp": "fc", "grp": "fc",
"id": "7f", "id": "7f",
"integrity": 80, "integrity": 80,
@@ -193,6 +192,7 @@
"range": 2000, "range": 2000,
"rating": "D", "rating": "D",
"reload": 5, "reload": 5,
"rof": 4.26,
"roundspershot": 12, "roundspershot": 12,
"shotspeed": 667, "shotspeed": 667,
"thermload": 0.4, "thermload": 0.4,
@@ -214,7 +214,6 @@
"edID": 128049450, "edID": 128049450,
"eddbID": 862, "eddbID": 862,
"falloff": 1800, "falloff": 1800,
"fireint": 0.22,
"grp": "fc", "grp": "fc",
"id": "1t", "id": "1t",
"integrity": 80, "integrity": 80,
@@ -226,6 +225,7 @@
"range": 2000, "range": 2000,
"rating": "C", "rating": "C",
"reload": 5, "reload": 5,
"rof": 4.545,
"roundspershot": 12, "roundspershot": 12,
"shotspeed": 667, "shotspeed": 667,
"thermload": 1.1, "thermload": 1.1,
@@ -247,7 +247,6 @@
"edID": 128671321, "edID": 128671321,
"eddbID": 1454, "eddbID": 1454,
"falloff": 1800, "falloff": 1800,
"fireint": 0.21,
"grp": "fc", "grp": "fc",
"id": "1u", "id": "1u",
"integrity": 80, "integrity": 80,
@@ -259,6 +258,7 @@
"range": 2000, "range": 2000,
"rating": "C", "rating": "C",
"reload": 5, "reload": 5,
"rof": 4.76,
"roundspershot": 12, "roundspershot": 12,
"shotspeed": 667, "shotspeed": 667,
"thermload": 1.4, "thermload": 1.4,
@@ -280,7 +280,6 @@
"edID": 128671322, "edID": 128671322,
"eddbID": 1455, "eddbID": 1455,
"falloff": 1800, "falloff": 1800,
"fireint": 0.25,
"grp": "fc", "grp": "fc",
"id": "1v", "id": "1v",
"integrity": 80, "integrity": 80,
@@ -292,6 +291,7 @@
"range": 2000, "range": 2000,
"rating": "C", "rating": "C",
"reload": 5, "reload": 5,
"rof": 4,
"roundspershot": 12, "roundspershot": 12,
"shotspeed": 667, "shotspeed": 667,
"thermload": 0.7, "thermload": 0.7,
@@ -305,15 +305,14 @@
"class": 3, "class": 3,
"clip": 3, "clip": 3,
"cost": 1400830, "cost": 1400830,
"damage": 3.96, "damage": 3.4,
"damagedist": { "damagedist": {
"K": 1 "K": 1
}, },
"distdraw": 0.57, "distdraw": 0.57,
"edID": 128671343, "edID": 128671343,
"eddbID": 1478, "eddbID": 1478,
"falloff": 2800, "falloff": 1800,
"fireint": 0.22,
"grp": "fc", "grp": "fc",
"id": "pa", "id": "pa",
"integrity": 64, "integrity": 64,
@@ -321,13 +320,12 @@
"mass": 8, "mass": 8,
"mount": "F", "mount": "F",
"name": "Pacifier", "name": "Pacifier",
"special": "Pacifier",
"piercing": 45, "piercing": 45,
"power": 1.02, "power": 1.02,
"pp": "Zachary Hudson", "pp": "Zachary Hudson",
"range": 3000,
"rating": "C", "rating": "C",
"reload": 5, "reload": 5,
"rof": 4.5,
"roundspershot": 12, "roundspershot": 12,
"shotspeed": 1000, "shotspeed": 1000,
"thermload": 1.1, "thermload": 1.1,

View File

@@ -2,7 +2,7 @@
"ws": [ "ws": [
{ {
"class": 0, "class": 0,
"cost": 13544, "cost": 13540,
"edID": 128662525, "edID": 128662525,
"eddbID": 1232, "eddbID": 1232,
"grp": "ws", "grp": "ws",
@@ -17,7 +17,7 @@
}, },
{ {
"class": 0, "class": 0,
"cost": 40633, "cost": 40630,
"edID": 128662526, "edID": 128662526,
"eddbID": 1233, "eddbID": 1233,
"grp": "ws", "grp": "ws",
@@ -32,7 +32,7 @@
}, },
{ {
"class": 0, "class": 0,
"cost": 121899, "cost": 121900,
"edID": 128662527, "edID": 128662527,
"eddbID": 1234, "eddbID": 1234,
"grp": "ws", "grp": "ws",
@@ -47,7 +47,7 @@
}, },
{ {
"class": 0, "class": 0,
"cost": 365698, "cost": 365700,
"edID": 128662528, "edID": 128662528,
"eddbID": 1235, "eddbID": 1235,
"grp": "ws", "grp": "ws",
@@ -62,7 +62,7 @@
}, },
{ {
"class": 0, "class": 0,
"cost": 1097095, "cost": 1097100,
"edID": 128662529, "edID": 128662529,
"eddbID": 1236, "eddbID": 1236,
"grp": "ws", "grp": "ws",
@@ -76,4 +76,4 @@
"symbol": "Hpt_CloudScanner_Size0_Class5" "symbol": "Hpt_CloudScanner_Size0_Class5"
} }
] ]
} }

View File

@@ -1,7 +1,6 @@
{ {
"ggc": [ "ggc": [
{ {
"experimental": true,
"ammo": 80, "ammo": 80,
"breachdmg": 11, "breachdmg": 11,
"breachmax": 0.4, "breachmax": 0.4,
@@ -14,10 +13,9 @@
"T": 1 "T": 1
}, },
"distdraw": 3.8, "distdraw": 3.8,
"edID": 128891610, "edID": 0,
"eddbID": 0, "eddbID": 0,
"falloff": 1500, "falloff": 1500,
"fireint": 0.83,
"grp": "ggc", "grp": "ggc",
"id": "yL", "id": "yL",
"integrity": 40, "integrity": 40,
@@ -28,6 +26,7 @@
"range": 3000, "range": 3000,
"rating": "D", "rating": "D",
"reload": 1, "reload": 1,
"rof": 1.2,
"thermload": 15, "thermload": 15,
"symbol": "Hpt_Guardian_GaussCannon_Fixed_Small", "symbol": "Hpt_Guardian_GaussCannon_Fixed_Small",
"requirements": { "requirements": {
@@ -35,24 +34,23 @@
} }
}, },
{ {
"experimental": true,
"ammo": 80, "ammo": 80,
"breachdmg": 35, "breachdmg": 35,
"breachmax": 0.4, "breachmax": 0.4,
"breachmin": 0.2, "breachmin": 0.2,
"burst": 1, "burst": 1,
"burstrof": 0.83,
"class": 2, "class": 2,
"clip": 1, "clip": 1,
"cost": 543801, "cost": 543801,
"damage": 38.5, "damage": 70,
"damagedist": { "damagedist": {
"T": 1 "T": 1
}, },
"distdraw": 7.2, "distdraw": 7.20,
"edID": 128833687, "edID": 128833687,
"eddbID": 876, "eddbID": 876,
"falloff": 1500, "falloff": 1500,
"fireint": 0.83,
"grp": "ggc", "grp": "ggc",
"id": "0H", "id": "0H",
"integrity": 42, "integrity": 42,
@@ -63,6 +61,7 @@
"range": 3000, "range": 3000,
"rating": "B", "rating": "B",
"reload": 1, "reload": 1,
"rof": 1.205,
"thermload": 25, "thermload": 25,
"symbol": "Hpt_Guardian_GaussCannon_Fixed_Medium", "symbol": "Hpt_Guardian_GaussCannon_Fixed_Medium",
"requirements": { "requirements": {

View File

@@ -1,7 +1,6 @@
{ {
"gpc": [ "gpc": [
{ {
"experimental": true,
"ammo": 200, "ammo": 200,
"breachdmg": 0.4, "breachdmg": 0.4,
"breachmax": 0.8, "breachmax": 0.8,
@@ -9,15 +8,14 @@
"class": 1, "class": 1,
"clip": 15, "clip": 15,
"cost": 176500, "cost": 176500,
"damage": 3, "damage": 1.7,
"damagedist": { "damagedist": {
"A": 1 "A": 1
}, },
"distdraw": 0.68, "distdraw": 0.68,
"edID": 128891607, "edID": 0,
"eddbID": 0, "eddbID": 0,
"falloff": 1000, "falloff": 1000,
"fireint": 0.2,
"grp": "gpc", "grp": "gpc",
"id": "yN", "id": "yN",
"integrity": 34, "integrity": 34,
@@ -28,12 +26,12 @@
"range": 3000, "range": 3000,
"rating": "D", "rating": "D",
"reload": 3, "reload": 3,
"rof": 5,
"shotspeed": 1200, "shotspeed": 1200,
"thermload": 4.2, "thermload": 4.2,
"symbol": "Hpt_Guardian_PlasmaLauncher_Fixed_Small" "symbol": "Hpt_Guardian_PlasmaLauncher_Fixed_Small"
}, },
{ {
"experimental": true,
"ammo": 200, "ammo": 200,
"breachdmg": 0.3, "breachdmg": 0.3,
"breachmax": 0.8, "breachmax": 0.8,
@@ -41,15 +39,14 @@
"class": 1, "class": 1,
"clip": 15, "clip": 15,
"cost": 484050, "cost": 484050,
"damage": 2, "damage": 1.1,
"damagedist": { "damagedist": {
"A": 1 "A": 1
}, },
"distdraw": 0.8, "distdraw": 0.8,
"edID": 128891606, "edID": 0,
"eddbID": 0, "eddbID": 0,
"falloff": 1000, "falloff": 1000,
"fireint": 0.2,
"grp": "gpc", "grp": "gpc",
"id": "yM", "id": "yM",
"integrity": 34, "integrity": 34,
@@ -60,12 +57,12 @@
"range": 3000, "range": 3000,
"rating": "F", "rating": "F",
"reload": 3, "reload": 3,
"rof": 5,
"shotspeed": 1200, "shotspeed": 1200,
"thermload": 5, "thermload": 5,
"symbol": "Hpt_Guardian_PlasmaLauncher_Turret_Small" "symbol": "Hpt_Guardian_PlasmaLauncher_Turret_Small"
}, },
{ {
"experimental": true,
"ammo": 200, "ammo": 200,
"breachdmg": 0.7, "breachdmg": 0.7,
"breachmax": 0.8, "breachmax": 0.8,
@@ -81,7 +78,6 @@
"edID": 128833998, "edID": 128833998,
"eddbID": 874, "eddbID": 874,
"falloff": 1000, "falloff": 1000,
"fireint": 0.2,
"grp": "gpc", "grp": "gpc",
"id": "0J", "id": "0J",
"integrity": 42, "integrity": 42,
@@ -92,14 +88,14 @@
"range": 3500, "range": 3500,
"rating": "B", "rating": "B",
"reload": 3, "reload": 3,
"rof": 5,
"shotspeed": 1200, "shotspeed": 1200,
"thermload": 5.2, "thermload": 5.2,
"symbol": "Hpt_Guardian_PlasmaLauncher_Fixed_Medium" "symbol": "Hpt_Guardian_PlasmaLauncher_Fixed_Medium"
}, },
{ {
"experimental": true,
"ammo": 200, "ammo": 200,
"breachdmg": 1, "breachdmg": 1.0,
"breachmax": 0.8, "breachmax": 0.8,
"breachmin": 0.5, "breachmin": 0.5,
"class": 2, "class": 2,
@@ -113,7 +109,6 @@
"edID": 128833999, "edID": 128833999,
"eddbID": 874, "eddbID": 874,
"falloff": 1000, "falloff": 1000,
"fireint": 0.2,
"grp": "gpc", "grp": "gpc",
"id": "0I", "id": "0I",
"integrity": 42, "integrity": 42,
@@ -124,12 +119,12 @@
"range": 3500, "range": 3500,
"rating": "E", "rating": "E",
"reload": 3, "reload": 3,
"rof": 5,
"shotspeed": 1200, "shotspeed": 1200,
"thermload": 5.8, "thermload": 5.8,
"symbol": "Hpt_Guardian_PlasmaLauncher_Turret_Medium" "symbol": "Hpt_Guardian_PlasmaLauncher_Turret_Medium"
}, },
{ {
"experimental": true,
"rating": "C", "rating": "C",
"class": 3, "class": 3,
"grp": "gpc", "grp": "gpc",
@@ -140,14 +135,14 @@
"cost": 1423301, "cost": 1423301,
"mass": 8, "mass": 8,
"integrity": 51, "integrity": 51,
"power": 3.1, "power": 3.10,
"damage": 7, "damage": 3.4,
"distdraw": 2.42, "distdraw": 2.42,
"fireint": 0.2,
"thermload": 6.2, "thermload": 6.2,
"piercing": 95, "piercing": 95,
"range": 3000, "range": 3000,
"shotspeed": 1200, "shotspeed": 1200,
"rof": 5,
"clip": 15, "clip": 15,
"ammo": 200, "ammo": 200,
"reload": 3, "reload": 3,
@@ -161,7 +156,6 @@
"falloff": 1000 "falloff": 1000
}, },
{ {
"experimental": true,
"ammo": 200, "ammo": 200,
"breachdmg": 0.8, "breachdmg": 0.8,
"breachmax": 0.8, "breachmax": 0.8,
@@ -169,7 +163,7 @@
"class": 3, "class": 3,
"clip": 15, "clip": 15,
"cost": 5495200, "cost": 5495200,
"damage": 6, "damage": 3.3,
"damagedist": { "damagedist": {
"A": 1 "A": 1
}, },
@@ -177,7 +171,6 @@
"edID": 128834784, "edID": 128834784,
"eddbID": 0, "eddbID": 0,
"falloff": 1000, "falloff": 1000,
"fireint": 0.2,
"grp": "gpc", "grp": "gpc",
"id": "xv", "id": "xv",
"integrity": 51, "integrity": 51,
@@ -188,6 +181,7 @@
"range": 3000, "range": 3000,
"rating": "D", "rating": "D",
"reload": 3, "reload": 3,
"rof": 5,
"shotspeed": 1200, "shotspeed": 1200,
"thermload": 6.4, "thermload": 6.4,
"symbol": "Hpt_Guardian_PlasmaLauncher_Turret_Large" "symbol": "Hpt_Guardian_PlasmaLauncher_Turret_Large"

View File

@@ -1,13 +1,12 @@
{ {
"gsc": [ "gsc": [
{ {
"experimental": true,
"rating": "D", "rating": "D",
"class": 1, "class": 1,
"grp": "gsc", "grp": "gsc",
"id": "yO", "id": "yO",
"eddbID": 0, "eddbID": 0,
"edID": 128891609, "edID": 0,
"mount": "F", "mount": "F",
"cost": 151650, "cost": 151650,
"mass": 2, "mass": 2,
@@ -15,11 +14,11 @@
"power": 0.87, "power": 0.87,
"damage": 2, "damage": 2,
"distdraw": 0.42, "distdraw": 0.42,
"fireint": 0.6,
"thermload": 0.7, "thermload": 0.7,
"piercing": 30, "piercing": 30,
"range": 1700, "range": 1700,
"shotspeed": 1133, "shotspeed": 1133,
"rof": 1.7,
"roundspershot": 12, "roundspershot": 12,
"clip": 5, "clip": 5,
"ammo": 180, "ammo": 180,
@@ -35,13 +34,12 @@
"falloff": 1700 "falloff": 1700
}, },
{ {
"experimental": true,
"rating": "F", "rating": "F",
"class": 1, "class": 1,
"grp": "gsc", "grp": "gsc",
"id": "yP", "id": "yP",
"eddbID": 0, "eddbID": 0,
"edID": 128891608, "edID": 0,
"mount": "T", "mount": "T",
"cost": 502000, "cost": 502000,
"mass": 2, "mass": 2,
@@ -49,11 +47,11 @@
"power": 0.72, "power": 0.72,
"damage": 1.1, "damage": 1.1,
"distdraw": 0.36, "distdraw": 0.36,
"fireint": 0.6,
"thermload": 0.6, "thermload": 0.6,
"piercing": 30, "piercing": 30,
"range": 1700, "range": 1700,
"shotspeed": 1133, "shotspeed": 1133,
"rof": 1.7,
"roundspershot": 12, "roundspershot": 12,
"clip": 5, "clip": 5,
"ammo": 180, "ammo": 180,
@@ -69,7 +67,6 @@
"falloff": 1700 "falloff": 1700
}, },
{ {
"experimental": true,
"rating": "A", "rating": "A",
"class": 2, "class": 2,
"grp": "gsc", "grp": "gsc",
@@ -83,11 +80,11 @@
"power": 1.21, "power": 1.21,
"damage": 3.7, "damage": 3.7,
"distdraw": 0.65, "distdraw": 0.65,
"fireint": 0.6,
"thermload": 1.2, "thermload": 1.2,
"piercing": 45, "piercing": 45,
"range": 1700, "range": 1700,
"shotspeed": 1133, "shotspeed": 1133,
"rof": 1.7,
"roundspershot": 12, "roundspershot": 12,
"clip": 5, "clip": 5,
"ammo": 180, "ammo": 180,
@@ -103,13 +100,12 @@
"falloff": 1700 "falloff": 1700
}, },
{ {
"experimental": true,
"rating": "D", "rating": "D",
"class": 2, "class": 2,
"grp": "gsc", "grp": "gsc",
"id": "xw", "id": "xw",
"eddbID": 0, "eddbID": 0,
"edID": 128834001, "edID": 0,
"mount": "T", "mount": "T",
"cost": 1767001, "cost": 1767001,
"mass": 4, "mass": 4,
@@ -117,11 +113,11 @@
"power": 1.16, "power": 1.16,
"damage": 2.4, "damage": 2.4,
"distdraw": 0.57, "distdraw": 0.57,
"fireint": 0.6,
"thermload": 1.1, "thermload": 1.1,
"piercing": 45, "piercing": 45,
"range": 1700, "range": 1700,
"shotspeed": 1133, "shotspeed": 1133,
"rof": 1.7,
"roundspershot": 12, "roundspershot": 12,
"clip": 5, "clip": 5,
"ammo": 180, "ammo": 180,
@@ -130,14 +126,13 @@
"breachmin": 0.6, "breachmin": 0.6,
"breachmax": 0.8, "breachmax": 0.8,
"jitter": 5, "jitter": 5,
"symbol": "Hpt_Guardian_ShardCannon_Turret_medium", "symbol": "Hpt_Guardian_ShardCannon_Turret_Medium",
"damagedist": { "damagedist": {
"T": 1 "T": 1
}, },
"falloff": 1700 "falloff": 1700
}, },
{ {
"experimental": true,
"rating": "C", "rating": "C",
"class": 3, "class": 3,
"grp": "gsc", "grp": "gsc",
@@ -151,11 +146,11 @@
"power": 1.68, "power": 1.68,
"damage": 5.2, "damage": 5.2,
"distdraw": 1.4, "distdraw": 1.4,
"fireint": 0.6,
"thermload": 2.2, "thermload": 2.2,
"piercing": 60, "piercing": 60,
"range": 1700, "range": 1700,
"shotspeed": 1133, "shotspeed": 1133,
"rof": 1.7,
"clip": 5, "clip": 5,
"ammo": 180, "ammo": 180,
"roundspershot": 12, "roundspershot": 12,
@@ -171,7 +166,6 @@
"falloff": 1700 "falloff": 1700
}, },
{ {
"experimental": true,
"rating": "D", "rating": "D",
"class": 3, "class": 3,
"grp": "gsc", "grp": "gsc",
@@ -185,11 +179,11 @@
"power": 1.39, "power": 1.39,
"damage": 3.4, "damage": 3.4,
"distdraw": 1.2, "distdraw": 1.2,
"fireint": 0.6, "thermload": 2.0,
"thermload": 2,
"piercing": 60, "piercing": 60,
"range": 1700, "range": 1700,
"shotspeed": 1133, "shotspeed": 1133,
"rof": 1.7,
"clip": 5, "clip": 5,
"ammo": 180, "ammo": 180,
"roundspershot": 12, "roundspershot": 12,

View File

@@ -12,7 +12,6 @@
"edID": 128049519, "edID": 128049519,
"eddbID": 886, "eddbID": 886,
"eps": 0.4, "eps": 0.4,
"fireint": 5.0,
"grp": "hs", "grp": "hs",
"id": "02", "id": "02",
"integrity": 20, "integrity": 20,
@@ -22,7 +21,8 @@
"power": 0.2, "power": 0.2,
"rating": "I", "rating": "I",
"reload": 10, "reload": 10,
"rof": 0.2,
"symbol": "Hpt_HeatSinkLauncher_Turret_Tiny" "symbol": "Hpt_HeatSinkLauncher_Turret_Tiny"
} }
] ]
} }

View File

@@ -2,7 +2,7 @@
"kw": [ "kw": [
{ {
"class": 0, "class": 0,
"cost": 13544, "cost": 13540,
"edID": 128662530, "edID": 128662530,
"eddbID": 1237, "eddbID": 1237,
"grp": "kw", "grp": "kw",
@@ -17,7 +17,7 @@
}, },
{ {
"class": 0, "class": 0,
"cost": 40633, "cost": 40630,
"edID": 128662531, "edID": 128662531,
"eddbID": 1238, "eddbID": 1238,
"grp": "kw", "grp": "kw",
@@ -32,7 +32,7 @@
}, },
{ {
"class": 0, "class": 0,
"cost": 121899, "cost": 121900,
"edID": 128662532, "edID": 128662532,
"eddbID": 1239, "eddbID": 1239,
"grp": "kw", "grp": "kw",
@@ -47,7 +47,7 @@
}, },
{ {
"class": 0, "class": 0,
"cost": 365698, "cost": 365700,
"edID": 128662533, "edID": 128662533,
"eddbID": 1240, "eddbID": 1240,
"grp": "kw", "grp": "kw",
@@ -62,7 +62,7 @@
}, },
{ {
"class": 0, "class": 0,
"cost": 1097095, "cost": 1097100,
"edID": 128662534, "edID": 128662534,
"eddbID": 1241, "eddbID": 1241,
"grp": "kw", "grp": "kw",
@@ -76,4 +76,4 @@
"symbol": "Hpt_CrimeScanner_Size0_Class5" "symbol": "Hpt_CrimeScanner_Size0_Class5"
} }
] ]
} }

View File

@@ -16,7 +16,6 @@
"distdraw": 0, "distdraw": 0,
"edID": 128049500, "edID": 128049500,
"eddbID": 880, "eddbID": 880,
"fireint": 1.0,
"grp": "nl", "grp": "nl",
"id": "2j", "id": "2j",
"integrity": 40, "integrity": 40,
@@ -26,6 +25,7 @@
"power": 0.4, "power": 0.4,
"rating": "I", "rating": "I",
"reload": 2, "reload": 2,
"rof": 1,
"thermload": 5, "thermload": 5,
"symbol": "Hpt_MineLauncher_Fixed_Small" "symbol": "Hpt_MineLauncher_Fixed_Small"
}, },
@@ -36,7 +36,7 @@
"breachmin": 0, "breachmin": 0,
"class": 1, "class": 1,
"clip": 1, "clip": 1,
"cost": 36390, "cost": 36400,
"damage": 32, "damage": 32,
"damagedist": { "damagedist": {
"E": 0.5, "E": 0.5,
@@ -45,7 +45,6 @@
"distdraw": 0, "distdraw": 0,
"edID": 128671448, "edID": 128671448,
"eddbID": 1523, "eddbID": 1523,
"fireint": 1.0,
"grp": "nl", "grp": "nl",
"id": "kp", "id": "kp",
"integrity": 40, "integrity": 40,
@@ -56,6 +55,7 @@
"power": 0.4, "power": 0.4,
"rating": "I", "rating": "I",
"reload": 2, "reload": 2,
"rof": 1,
"thermload": 5, "thermload": 5,
"symbol": "Hpt_MineLauncher_Fixed_Small_Impulse" "symbol": "Hpt_MineLauncher_Fixed_Small_Impulse"
}, },
@@ -75,7 +75,6 @@
"distdraw": 0, "distdraw": 0,
"edID": 128049501, "edID": 128049501,
"eddbID": 881, "eddbID": 881,
"fireint": 1.0,
"grp": "nl", "grp": "nl",
"id": "2k", "id": "2k",
"integrity": 51, "integrity": 51,
@@ -85,8 +84,9 @@
"power": 0.4, "power": 0.4,
"rating": "I", "rating": "I",
"reload": 6.6, "reload": 6.6,
"rof": 1,
"thermload": 7.5, "thermload": 7.5,
"symbol": "Hpt_MineLauncher_Fixed_Medium" "symbol": "Hpt_MineLauncher_Fixed_Medium"
} }
] ]
} }

View File

@@ -63,7 +63,7 @@
"T": 1 "T": 1
}, },
"distdraw": 1.75, "distdraw": 1.75,
"edID": 128671340, "edID": 128671347,
"eddbID": 1479, "eddbID": 1479,
"falloff": 400, "falloff": 400,
"grp": "ml", "grp": "ml",
@@ -72,7 +72,6 @@
"mass": 2, "mass": 2,
"mount": "F", "mount": "F",
"name": "Mining Lance", "name": "Mining Lance",
"special": "Lance",
"piercing": 18, "piercing": 18,
"power": 0.7, "power": 0.7,
"pp": "Zemina Torval", "pp": "Zemina Torval",
@@ -86,7 +85,7 @@
"breachmax": 0.2, "breachmax": 0.2,
"breachmin": 0.1, "breachmin": 0.1,
"class": 2, "class": 2,
"cost": 22576, "cost": 22580,
"damage": 4, "damage": 4,
"damagedist": { "damagedist": {
"T": 1 "T": 1
@@ -112,7 +111,7 @@
"breachmax": 0.2, "breachmax": 0.2,
"breachmin": 0.1, "breachmin": 0.1,
"class": 2, "class": 2,
"cost": 32576, "cost": 32578,
"damage": 4, "damage": 4,
"damagedist": { "damagedist": {
"T": 1 "T": 1

View File

@@ -7,7 +7,7 @@
"breachmin": 1, "breachmin": 1,
"class": 1, "class": 1,
"clip": 8, "clip": 8,
"cost": 32175, "cost": 32180,
"damage": 50, "damage": 50,
"damagedist": { "damagedist": {
"E": 1 "E": 1
@@ -15,7 +15,6 @@
"distdraw": 0.24, "distdraw": 0.24,
"edID": 128666724, "edID": 128666724,
"eddbID": 1326, "eddbID": 1326,
"fireint": 2.0,
"grp": "mr", "grp": "mr",
"id": "2d", "id": "2d",
"integrity": 40, "integrity": 40,
@@ -26,6 +25,7 @@
"power": 0.4, "power": 0.4,
"rating": "B", "rating": "B",
"reload": 5, "reload": 5,
"rof": 0.5,
"shotspeed": 750, "shotspeed": 750,
"thermload": 3.6, "thermload": 3.6,
"symbol": "Hpt_DumbfireMissileRack_Fixed_Small" "symbol": "Hpt_DumbfireMissileRack_Fixed_Small"
@@ -45,18 +45,17 @@
"distdraw": 0.24, "distdraw": 0.24,
"edID": 128049492, "edID": 128049492,
"eddbID": 878, "eddbID": 878,
"fireint": 3,
"grp": "mr", "grp": "mr",
"id": "2e", "id": "2e",
"integrity": 40, "integrity": 40,
"mass": 2, "mass": 2,
"missile": "S", "missile": "S",
"special": "Seeker",
"mount": "F", "mount": "F",
"piercing": 60, "piercing": 60,
"power": 0.6, "power": 0.6,
"rating": "B", "rating": "B",
"reload": 12, "reload": 12,
"rof": 0.333,
"shotspeed": 625, "shotspeed": 625,
"thermload": 3.6, "thermload": 3.6,
"symbol": "Hpt_BasicMissileRack_Fixed_Small" "symbol": "Hpt_BasicMissileRack_Fixed_Small"
@@ -77,7 +76,6 @@
"edID": 128666725, "edID": 128666725,
"eddbID": 1327, "eddbID": 1327,
"eps": 0.12, "eps": 0.12,
"fireint": 2.0,
"grp": "mr", "grp": "mr",
"hps": 1.8, "hps": 1.8,
"id": "2f", "id": "2f",
@@ -89,6 +87,7 @@
"power": 1.2, "power": 1.2,
"rating": "B", "rating": "B",
"reload": 5, "reload": 5,
"rof": 0.5,
"shotspeed": 750, "shotspeed": 750,
"thermload": 3.6, "thermload": 3.6,
"symbol": "Hpt_DumbfireMissileRack_Fixed_Medium" "symbol": "Hpt_DumbfireMissileRack_Fixed_Medium"
@@ -109,19 +108,18 @@
"edID": 128049493, "edID": 128049493,
"eddbID": 879, "eddbID": 879,
"eps": 0.07, "eps": 0.07,
"fireint": 3,
"grp": "mr", "grp": "mr",
"hps": 1.08, "hps": 1.08,
"id": "2g", "id": "2g",
"integrity": 51, "integrity": 51,
"mass": 4, "mass": 4,
"missile": "S", "missile": "S",
"special": "Seeker",
"mount": "F", "mount": "F",
"piercing": 60, "piercing": 60,
"power": 1.2, "power": 1.2,
"rating": "B", "rating": "B",
"reload": 12, "reload": 12,
"rof": 0.333,
"shotspeed": 625, "shotspeed": 625,
"thermload": 3.6, "thermload": 3.6,
"symbol": "Hpt_BasicMissileRack_Fixed_Medium" "symbol": "Hpt_BasicMissileRack_Fixed_Medium"
@@ -142,19 +140,18 @@
"eddbID": 1559, "eddbID": 1559,
"grp": "mr", "grp": "mr",
"edID": 128732552, "edID": 128732552,
"fireint": 3,
"id": "1z", "id": "1z",
"integrity": 51, "integrity": 51,
"mass": 4, "mass": 4,
"missile": "D", "missile": "D",
"mount": "F", "mount": "F",
"name": "Rocket Propelled FSD Disruptor", "name": "Rocket Propelled FSD Disruptor",
"special": "Grom",
"piercing": 60, "piercing": 60,
"power": 1.2, "power": 1.2,
"pp": "Yuri Grom", "pp": "Yuri Grom",
"rating": "B", "rating": "B",
"reload": 5, "reload": 5,
"rof": 0.333,
"shotspeed": 750, "shotspeed": 750,
"thermload": 3.6, "thermload": 3.6,
"symbol": "Hpt_DumbfireMissileRack_Fixed_Medium_Lasso" "symbol": "Hpt_DumbfireMissileRack_Fixed_Medium_Lasso"
@@ -175,7 +172,6 @@
"edID": 128671344, "edID": 128671344,
"eddbID": 1480, "eddbID": 1480,
"eps": 1.92, "eps": 1.92,
"fireint": 0.5,
"grp": "mr", "grp": "mr",
"hps": 28.8, "hps": 28.8,
"id": "Ph", "id": "Ph",
@@ -189,10 +185,10 @@
"pp": "Li Yong-Rui", "pp": "Li Yong-Rui",
"rating": "B", "rating": "B",
"reload": 5, "reload": 5,
"rof": 2,
"roundspershot": 4, "roundspershot": 4,
"shotspeed": 600, "shotspeed": 600,
"thermload": 3.6, "thermload": 3.6,
"special": "Pack-Hound",
"symbol": "Hpt_DrunkMissileRack_Fixed_Medium" "symbol": "Hpt_DrunkMissileRack_Fixed_Medium"
}, },
{ {
@@ -202,15 +198,14 @@
"breachmin": 1, "breachmin": 1,
"class": 3, "class": 3,
"clip": 12, "clip": 12,
"cost": 1021500, "cost": 1021501,
"damage": 50, "damage": 50,
"damagedist": { "damagedist": {
"E": 1 "E": 1
}, },
"distdraw": 0.24, "distdraw": 0.24,
"edID": 128891602, "edID": 0,
"eddbID": 1657, "eddbID": 1657,
"fireint": 2.0,
"grp": "mr", "grp": "mr",
"id": "yI", "id": "yI",
"integrity": 64, "integrity": 64,
@@ -221,6 +216,7 @@
"power": 1.62, "power": 1.62,
"rating": "A", "rating": "A",
"reload": 5, "reload": 5,
"rof": 0.5,
"shotspeed": 750, "shotspeed": 750,
"thermload": 3.6, "thermload": 3.6,
"symbol": "Hpt_DumbfireMissileRack_Fixed_Large" "symbol": "Hpt_DumbfireMissileRack_Fixed_Large"
@@ -240,83 +236,20 @@
"distdraw": 0.24, "distdraw": 0.24,
"edID": 128049494, "edID": 128049494,
"eddbID": 1656, "eddbID": 1656,
"fireint": 3,
"grp": "mr", "grp": "mr",
"id": "yJ", "id": "yJ",
"integrity": 64, "integrity": 64,
"mass": 8, "mass": 8,
"missile": "S", "missile": "S",
"special": "Seeker",
"mount": "F", "mount": "F",
"piercing": 60, "piercing": 60,
"power": 1.62, "power": 1.62,
"rating": "A", "rating": "A",
"reload": 12, "reload": 12,
"rof": 0.333,
"shotspeed": 625, "shotspeed": 625,
"thermload": 3.6, "thermload": 3.6,
"symbol": "Hpt_BasicMissileRack_Fixed_Large" "symbol": "Hpt_BasicMissileRack_Fixed_Large"
},
{
"ammo": 64,
"breachdmg": 20,
"breachmax": 1,
"breachmin": 1,
"class": 1,
"clip": 8,
"cost": 32175,
"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": 240400,
"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

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

@@ -15,8 +15,7 @@
"distdraw": 0.06, "distdraw": 0.06,
"edID": 128049455, "edID": 128049455,
"eddbID": 867, "eddbID": 867,
"falloff": 2000, "falloff": 1800,
"fireint": 0.13,
"grp": "mc", "grp": "mc",
"id": "23", "id": "23",
"integrity": 40, "integrity": 40,
@@ -27,6 +26,7 @@
"range": 4000, "range": 4000,
"rating": "F", "rating": "F",
"reload": 4, "reload": 4,
"rof": 7.69,
"shotspeed": 1600, "shotspeed": 1600,
"thermload": 0.09, "thermload": 0.09,
"symbol": "Hpt_MultiCannon_Fixed_Small" "symbol": "Hpt_MultiCannon_Fixed_Small"
@@ -46,8 +46,7 @@
"distdraw": 0.07, "distdraw": 0.07,
"edID": 128049459, "edID": 128049459,
"eddbID": 869, "eddbID": 869,
"falloff": 2000, "falloff": 1800,
"fireint": 0.12,
"grp": "mc", "grp": "mc",
"id": "24", "id": "24",
"integrity": 40, "integrity": 40,
@@ -58,6 +57,7 @@
"range": 4000, "range": 4000,
"rating": "G", "rating": "G",
"reload": 5, "reload": 5,
"rof": 8.33,
"shotspeed": 1600, "shotspeed": 1600,
"thermload": 0.1, "thermload": 0.1,
"symbol": "Hpt_MultiCannon_Gimbal_Small" "symbol": "Hpt_MultiCannon_Gimbal_Small"
@@ -77,8 +77,7 @@
"distdraw": 0.03, "distdraw": 0.03,
"edID": 128049462, "edID": 128049462,
"eddbID": 871, "eddbID": 871,
"falloff": 2000, "falloff": 1800,
"fireint": 0.14,
"grp": "mc", "grp": "mc",
"id": "25", "id": "25",
"integrity": 40, "integrity": 40,
@@ -89,6 +88,7 @@
"range": 4000, "range": 4000,
"rating": "G", "rating": "G",
"reload": 4, "reload": 4,
"rof": 7.14,
"shotspeed": 1600, "shotspeed": 1600,
"thermload": 0.04, "thermload": 0.04,
"symbol": "Hpt_MultiCannon_Turret_Small" "symbol": "Hpt_MultiCannon_Turret_Small"
@@ -108,21 +108,20 @@
"distdraw": 0.12, "distdraw": 0.12,
"edID": 128671345, "edID": 128671345,
"eddbID": 1481, "eddbID": 1481,
"falloff": 3000, "falloff": 1800,
"fireint": 0.23,
"grp": "mc", "grp": "mc",
"id": "e0", "id": "e0",
"integrity": 40, "integrity": 40,
"mass": 2, "mass": 2,
"mount": "F", "mount": "F",
"name": "Enforcer", "name": "Enforcer",
"special": "Enforcer",
"piercing": 30, "piercing": 30,
"power": 0.28, "power": 0.28,
"pp": "Pranav Antal", "pp": "Pranav Antal",
"range": 4500, "range": 4500,
"rating": "F", "rating": "F",
"reload": 4, "reload": 4,
"rof": 4.3,
"shotspeed": 1800, "shotspeed": 1800,
"thermload": 0.2, "thermload": 0.2,
"symbol": "Hpt_MultiCannon_Fixed_Small_Strong" "symbol": "Hpt_MultiCannon_Fixed_Small_Strong"
@@ -142,8 +141,7 @@
"distdraw": 0.11, "distdraw": 0.11,
"edID": 128049456, "edID": 128049456,
"eddbID": 868, "eddbID": 868,
"falloff": 2000, "falloff": 1800,
"fireint": 0.14,
"grp": "mc", "grp": "mc",
"id": "26", "id": "26",
"integrity": 51, "integrity": 51,
@@ -154,6 +152,7 @@
"range": 4000, "range": 4000,
"rating": "E", "rating": "E",
"reload": 4, "reload": 4,
"rof": 7.14,
"shotspeed": 1600, "shotspeed": 1600,
"thermload": 0.18, "thermload": 0.18,
"symbol": "Hpt_MultiCannon_Fixed_Medium" "symbol": "Hpt_MultiCannon_Fixed_Medium"
@@ -173,8 +172,7 @@
"distdraw": 0.14, "distdraw": 0.14,
"edID": 128049460, "edID": 128049460,
"eddbID": 870, "eddbID": 870,
"falloff": 2000, "falloff": 1800,
"fireint": 0.13,
"grp": "mc", "grp": "mc",
"id": "27", "id": "27",
"integrity": 51, "integrity": 51,
@@ -185,6 +183,7 @@
"range": 4000, "range": 4000,
"rating": "F", "rating": "F",
"reload": 5, "reload": 5,
"rof": 7.69,
"shotspeed": 1600, "shotspeed": 1600,
"thermload": 0.2, "thermload": 0.2,
"symbol": "Hpt_MultiCannon_Gimbal_Medium" "symbol": "Hpt_MultiCannon_Gimbal_Medium"
@@ -204,8 +203,7 @@
"distdraw": 0.06, "distdraw": 0.06,
"edID": 128049463, "edID": 128049463,
"eddbID": 872, "eddbID": 872,
"falloff": 2000, "falloff": 1800,
"fireint": 0.16,
"grp": "mc", "grp": "mc",
"id": "28", "id": "28",
"integrity": 51, "integrity": 51,
@@ -216,6 +214,7 @@
"range": 4000, "range": 4000,
"rating": "F", "rating": "F",
"reload": 4, "reload": 4,
"rof": 6.25,
"shotspeed": 1600, "shotspeed": 1600,
"thermload": 0.09, "thermload": 0.09,
"symbol": "Hpt_MultiCannon_Turret_Medium" "symbol": "Hpt_MultiCannon_Turret_Medium"
@@ -228,15 +227,14 @@
"class": 3, "class": 3,
"clip": 100, "clip": 100,
"cost": 140400, "cost": 140400,
"damage": 3.925, "damage": 3.92,
"damagedist": { "damagedist": {
"K": 1 "K": 1
}, },
"distdraw": 0.18, "distdraw": 0.18,
"edID": 128049457, "edID": 128049457,
"eddbID": 1541, "eddbID": 1541,
"falloff": 2000, "falloff": 1800,
"fireint": 0.17,
"grp": "mc", "grp": "mc",
"id": "7k", "id": "7k",
"integrity": 64, "integrity": 64,
@@ -247,6 +245,7 @@
"range": 4000, "range": 4000,
"rating": "C", "rating": "C",
"reload": 4, "reload": 4,
"rof": 5.884,
"shotspeed": 1600, "shotspeed": 1600,
"thermload": 0.28, "thermload": 0.28,
"symbol": "Hpt_MultiCannon_Fixed_Large" "symbol": "Hpt_MultiCannon_Fixed_Large"
@@ -266,8 +265,7 @@
"distdraw": 0.25, "distdraw": 0.25,
"edID": 128049461, "edID": 128049461,
"eddbID": 1543, "eddbID": 1543,
"falloff": 2000, "falloff": 1800,
"fireint": 0.15,
"grp": "mc", "grp": "mc",
"id": "7l", "id": "7l",
"integrity": 64, "integrity": 64,
@@ -278,6 +276,7 @@
"range": 4000, "range": 4000,
"rating": "C", "rating": "C",
"reload": 5, "reload": 5,
"rof": 6.665,
"shotspeed": 1600, "shotspeed": 1600,
"thermload": 0.34, "thermload": 0.34,
"symbol": "Hpt_MultiCannon_Gimbal_Large" "symbol": "Hpt_MultiCannon_Gimbal_Large"
@@ -289,7 +288,7 @@
"breachmin": 0.4, "breachmin": 0.4,
"class": 3, "class": 3,
"clip": 90, "clip": 90,
"cost": 3794600, "cost": 3794601,
"damage": 2.2, "damage": 2.2,
"damagedist": { "damagedist": {
"K": 1 "K": 1
@@ -298,7 +297,6 @@
"edID": 128049464, "edID": 128049464,
"eddbID": 1658, "eddbID": 1658,
"falloff": 2000, "falloff": 2000,
"fireint": 0.19,
"grp": "mc", "grp": "mc",
"id": "yH", "id": "yH",
"integrity": 64, "integrity": 64,
@@ -309,6 +307,7 @@
"range": 4000, "range": 4000,
"rating": "E", "rating": "E",
"reload": 4, "reload": 4,
"rof": 5.3,
"shotspeed": 1600, "shotspeed": 1600,
"thermload": 0.2, "thermload": 0.2,
"symbol": "Hpt_MultiCannon_Turret_Large" "symbol": "Hpt_MultiCannon_Turret_Large"
@@ -328,8 +327,7 @@
"distdraw": 0.24, "distdraw": 0.24,
"edID": 128049458, "edID": 128049458,
"eddbID": 1542, "eddbID": 1542,
"falloff": 2000, "falloff": 1800,
"fireint": 0.33,
"grp": "mc", "grp": "mc",
"id": "7n", "id": "7n",
"integrity": 80, "integrity": 80,
@@ -340,6 +338,7 @@
"range": 4000, "range": 4000,
"rating": "A", "rating": "A",
"reload": 4, "reload": 4,
"rof": 3.03,
"roundspershot": 2, "roundspershot": 2,
"shotspeed": 1600, "shotspeed": 1600,
"thermload": 0.39, "thermload": 0.39,
@@ -360,8 +359,7 @@
"distdraw": 0.37, "distdraw": 0.37,
"edID": 128681996, "edID": 128681996,
"eddbID": 1546, "eddbID": 1546,
"falloff": 2000, "falloff": 1800,
"fireint": 0.297,
"grp": "mc", "grp": "mc",
"id": "7o", "id": "7o",
"integrity": 80, "integrity": 80,
@@ -372,6 +370,7 @@
"range": 4000, "range": 4000,
"rating": "A", "rating": "A",
"reload": 5, "reload": 5,
"rof": 3.365,
"roundspershot": 2, "roundspershot": 2,
"shotspeed": 1600, "shotspeed": 1600,
"thermload": 0.51, "thermload": 0.51,

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,58 +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": 1627419,
"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

@@ -18,7 +18,6 @@
"edID": 128049465, "edID": 128049465,
"eddbID": 873, "eddbID": 873,
"falloff": 2000, "falloff": 2000,
"fireint": 3.03,
"grp": "pa", "grp": "pa",
"id": "1g", "id": "1g",
"integrity": 51, "integrity": 51,
@@ -29,6 +28,7 @@
"range": 3500, "range": 3500,
"rating": "C", "rating": "C",
"reload": 6, "reload": 6,
"rof": 0.33,
"shotspeed": 875, "shotspeed": 875,
"thermload": 15.6, "thermload": 15.6,
"symbol": "Hpt_PlasmaAccelerator_Fixed_Medium" "symbol": "Hpt_PlasmaAccelerator_Fixed_Medium"
@@ -51,7 +51,6 @@
"edID": 128049466, "edID": 128049466,
"eddbID": 874, "eddbID": 874,
"falloff": 2000, "falloff": 2000,
"fireint": 3.45,
"grp": "pa", "grp": "pa",
"id": "2b", "id": "2b",
"integrity": 64, "integrity": 64,
@@ -62,8 +61,9 @@
"range": 3500, "range": 3500,
"rating": "B", "rating": "B",
"reload": 6, "reload": 6,
"rof": 0.29,
"shotspeed": 875, "shotspeed": 875,
"thermload": 21.75, "thermload": 21.8,
"symbol": "Hpt_PlasmaAccelerator_Fixed_Large" "symbol": "Hpt_PlasmaAccelerator_Fixed_Large"
}, },
{ {
@@ -84,20 +84,19 @@
"edID": 128671339, "edID": 128671339,
"eddbID": 1482, "eddbID": 1482,
"falloff": 2000, "falloff": 2000,
"fireint": 1.25,
"grp": "pa", "grp": "pa",
"id": "Ap", "id": "Ap",
"integrity": 64, "integrity": 64,
"mass": 8, "mass": 8,
"mount": "F", "mount": "F",
"name": "Advanced Plasma Accelerator", "name": "Advanced Plasma Accelerator",
"special": "Advanced",
"piercing": 100, "piercing": 100,
"power": 1.97, "power": 1.97,
"pp": "Denton Patreus", "pp": "Denton Patreus",
"range": 3500, "range": 3500,
"rating": "B", "rating": "B",
"reload": 6, "reload": 6,
"rof": 0.8,
"shotspeed": 875, "shotspeed": 875,
"thermload": 11, "thermload": 11,
"symbol": "Hpt_PlasmaAccelerator_Fixed_Large_Advanced" "symbol": "Hpt_PlasmaAccelerator_Fixed_Large_Advanced"
@@ -120,7 +119,6 @@
"edID": 128049467, "edID": 128049467,
"eddbID": 875, "eddbID": 875,
"falloff": 2000, "falloff": 2000,
"fireint": 4.0,
"grp": "pa", "grp": "pa",
"id": "2c", "id": "2c",
"integrity": 80, "integrity": 80,
@@ -131,9 +129,10 @@
"range": 3500, "range": 3500,
"rating": "A", "rating": "A",
"reload": 6, "reload": 6,
"rof": 0.25,
"shotspeed": 875, "shotspeed": 875,
"thermload": 29.5, "thermload": 29.5,
"symbol": "Hpt_PlasmaAccelerator_Fixed_Huge" "symbol": "Hpt_PlasmaAccelerator_Fixed_Huge"
} }
] ]
} }

View File

@@ -13,7 +13,6 @@
}, },
"edID": 128049522, "edID": 128049522,
"eddbID": 887, "eddbID": 887,
"fireint": 0.2,
"grp": "po", "grp": "po",
"id": "03", "id": "03",
"integrity": 30, "integrity": 30,
@@ -25,9 +24,10 @@
"range": 2500, "range": 2500,
"rating": "I", "rating": "I",
"reload": 0.4, "reload": 0.4,
"rof": 10,
"shotspeed": 1000, "shotspeed": 1000,
"thermload": 0.1, "thermload": 0.1,
"symbol": "Hpt_PlasmaPointDefence_Turret_Tiny" "symbol": "Hpt_PlasmaPointDefence_Turret_Tiny"
} }
] ]
} }

View File

@@ -14,7 +14,6 @@
"edID": 128049381, "edID": 128049381,
"eddbID": 823, "eddbID": 823,
"falloff": 500, "falloff": 500,
"fireint": 0.26,
"grp": "pl", "grp": "pl",
"id": "17", "id": "17",
"integrity": 40, "integrity": 40,
@@ -24,6 +23,7 @@
"power": 0.39, "power": 0.39,
"range": 3000, "range": 3000,
"rating": "F", "rating": "F",
"rof": 3.85,
"thermload": 0.33, "thermload": 0.33,
"symbol": "Hpt_PulseLaser_Fixed_Small" "symbol": "Hpt_PulseLaser_Fixed_Small"
}, },
@@ -41,7 +41,6 @@
"edID": 128049385, "edID": 128049385,
"eddbID": 826, "eddbID": 826,
"falloff": 500, "falloff": 500,
"fireint": 0.25,
"grp": "pl", "grp": "pl",
"id": "18", "id": "18",
"integrity": 40, "integrity": 40,
@@ -51,6 +50,7 @@
"power": 0.39, "power": 0.39,
"range": 3000, "range": 3000,
"rating": "G", "rating": "G",
"rof": 4,
"thermload": 0.31, "thermload": 0.31,
"symbol": "Hpt_PulseLaser_Gimbal_Small" "symbol": "Hpt_PulseLaser_Gimbal_Small"
}, },
@@ -68,7 +68,6 @@
"edID": 128049388, "edID": 128049388,
"eddbID": 829, "eddbID": 829,
"falloff": 500, "falloff": 500,
"fireint": 0.3,
"grp": "pl", "grp": "pl",
"id": "19", "id": "19",
"integrity": 40, "integrity": 40,
@@ -78,6 +77,7 @@
"power": 0.38, "power": 0.38,
"range": 3000, "range": 3000,
"rating": "G", "rating": "G",
"rof": 3.33,
"thermload": 0.19, "thermload": 0.19,
"symbol": "Hpt_PulseLaser_Turret_Small" "symbol": "Hpt_PulseLaser_Turret_Small"
}, },
@@ -95,7 +95,6 @@
"edID": 128049382, "edID": 128049382,
"eddbID": 824, "eddbID": 824,
"falloff": 500, "falloff": 500,
"fireint": 0.29,
"grp": "pl", "grp": "pl",
"id": "1a", "id": "1a",
"integrity": 51, "integrity": 51,
@@ -105,6 +104,7 @@
"power": 0.6, "power": 0.6,
"range": 3000, "range": 3000,
"rating": "E", "rating": "E",
"rof": 3.45,
"thermload": 0.56, "thermload": 0.56,
"symbol": "Hpt_PulseLaser_Fixed_Medium" "symbol": "Hpt_PulseLaser_Fixed_Medium"
}, },
@@ -122,7 +122,6 @@
"edID": 128049386, "edID": 128049386,
"eddbID": 827, "eddbID": 827,
"falloff": 500, "falloff": 500,
"fireint": 0.28,
"grp": "pl", "grp": "pl",
"id": "1b", "id": "1b",
"integrity": 51, "integrity": 51,
@@ -132,6 +131,7 @@
"power": 0.6, "power": 0.6,
"range": 3000, "range": 3000,
"rating": "F", "rating": "F",
"rof": 3.57,
"thermload": 0.54, "thermload": 0.54,
"symbol": "Hpt_PulseLaser_Gimbal_Medium" "symbol": "Hpt_PulseLaser_Gimbal_Medium"
}, },
@@ -149,7 +149,6 @@
"edID": 128049389, "edID": 128049389,
"eddbID": 830, "eddbID": 830,
"falloff": 500, "falloff": 500,
"fireint": 0.33,
"grp": "pl", "grp": "pl",
"id": "1c", "id": "1c",
"integrity": 51, "integrity": 51,
@@ -159,6 +158,7 @@
"power": 0.58, "power": 0.58,
"range": 3000, "range": 3000,
"rating": "F", "rating": "F",
"rof": 3.03,
"thermload": 0.33, "thermload": 0.33,
"symbol": "Hpt_PulseLaser_Turret_Medium" "symbol": "Hpt_PulseLaser_Turret_Medium"
}, },
@@ -176,18 +176,17 @@
"edID": 128671342, "edID": 128671342,
"eddbID": 1483, "eddbID": 1483,
"falloff": 500, "falloff": 500,
"fireint": 0.6,
"grp": "pl", "grp": "pl",
"id": "PL", "id": "PL",
"integrity": 51, "integrity": 51,
"mass": 4, "mass": 4,
"mount": "F", "mount": "F",
"name": "Disruptor", "name": "Disruptor",
"special": "Disruptor",
"piercing": 35, "piercing": 35,
"power": 0.7, "power": 0.7,
"pp": "Felicia Winters", "pp": "Felicia Winters",
"rating": "E", "rating": "E",
"rof": 1.664,
"thermload": 1, "thermload": 1,
"symbol": "Hpt_PulseLaser_Fixed_Medium_Disruptor" "symbol": "Hpt_PulseLaser_Fixed_Medium_Disruptor"
}, },
@@ -205,7 +204,6 @@
"edID": 128049383, "edID": 128049383,
"eddbID": 825, "eddbID": 825,
"falloff": 500, "falloff": 500,
"fireint": 0.33,
"grp": "pl", "grp": "pl",
"id": "1d", "id": "1d",
"integrity": 64, "integrity": 64,
@@ -215,6 +213,7 @@
"power": 0.9, "power": 0.9,
"range": 3000, "range": 3000,
"rating": "D", "rating": "D",
"rof": 3.03,
"thermload": 0.96, "thermload": 0.96,
"symbol": "Hpt_PulseLaser_Fixed_Large" "symbol": "Hpt_PulseLaser_Fixed_Large"
}, },
@@ -232,7 +231,6 @@
"edID": 128049387, "edID": 128049387,
"eddbID": 828, "eddbID": 828,
"falloff": 500, "falloff": 500,
"fireint": 0.31,
"grp": "pl", "grp": "pl",
"id": "1e", "id": "1e",
"integrity": 64, "integrity": 64,
@@ -242,6 +240,7 @@
"power": 0.92, "power": 0.92,
"range": 3000, "range": 3000,
"rating": "E", "rating": "E",
"rof": 3.23,
"thermload": 0.92, "thermload": 0.92,
"symbol": "Hpt_PulseLaser_Gimbal_Large" "symbol": "Hpt_PulseLaser_Gimbal_Large"
}, },
@@ -259,7 +258,6 @@
"edID": 128049390, "edID": 128049390,
"eddbID": 831, "eddbID": 831,
"falloff": 500, "falloff": 500,
"fireint": 0.37,
"grp": "pl", "grp": "pl",
"id": "1f", "id": "1f",
"integrity": 64, "integrity": 64,
@@ -269,6 +267,7 @@
"power": 0.89, "power": 0.89,
"range": 3000, "range": 3000,
"rating": "F", "rating": "F",
"rof": 2.7,
"thermload": 0.56, "thermload": 0.56,
"symbol": "Hpt_PulseLaser_Turret_Large" "symbol": "Hpt_PulseLaser_Turret_Large"
}, },
@@ -286,7 +285,6 @@
"edID": 128049384, "edID": 128049384,
"eddbID": 1539, "eddbID": 1539,
"falloff": 500, "falloff": 500,
"fireint": 0.38,
"grp": "pl", "grp": "pl",
"id": "7q", "id": "7q",
"integrity": 80, "integrity": 80,
@@ -296,6 +294,7 @@
"power": 1.33, "power": 1.33,
"range": 3000, "range": 3000,
"rating": "A", "rating": "A",
"rof": 2.63,
"thermload": 1.64, "thermload": 1.64,
"symbol": "Hpt_PulseLaser_Fixed_Huge" "symbol": "Hpt_PulseLaser_Fixed_Huge"
}, },
@@ -313,7 +312,6 @@
"edID": 128681995, "edID": 128681995,
"eddbID": 1545, "eddbID": 1545,
"falloff": 500, "falloff": 500,
"fireint": 0.36,
"grp": "pl", "grp": "pl",
"id": "7r", "id": "7r",
"integrity": 80, "integrity": 80,
@@ -323,6 +321,7 @@
"power": 1.37, "power": 1.37,
"range": 3000, "range": 3000,
"rating": "A", "rating": "A",
"rof": 2.78,
"thermload": 1.56, "thermload": 1.56,
"symbol": "Hpt_PulseLaser_Gimbal_Huge" "symbol": "Hpt_PulseLaser_Gimbal_Huge"
} }

View File

@@ -1,89 +0,0 @@
{
"pwa": [
{
"rating": "A",
"class": 0,
"mass": 1.3,
"eddbID": 0,
"power": 3.2,
"integrity": 48,
"cost": 1097095,
"id": "2x",
"maxangle": 15,
"scanrange": 24000,
"scantime": 3,
"grp": "pwa",
"boot": 3,
"edID": 128915722,
"symbol": "Hpt_MRAScanner_Size0_Class5"
},
{
"rating": "B",
"class": 0,
"mass": 1.3,
"eddbID": 0,
"power": 1.6,
"integrity": 56,
"cost": 365698,
"id": "2y",
"maxangle": 15,
"boot": 3,
"scanrange": 21000,
"scantime": 3.08,
"grp": "pwa",
"edID": 128915721,
"symbol": "hpt_mrascanner_size0_class4"
},
{
"rating": "C",
"class": 0,
"mass": 1.3,
"eddbID": 0,
"power": 0.8,
"integrity": 40,
"cost": 121899,
"id": "2z",
"maxangle": 15,
"boot": 3,
"scanrange": 18000,
"scantime": 3,
"grp": "pwa",
"edID": 128915720,
"symbol": "hpt_mrascanner_size0_class3"
},
{
"rating": "D",
"class": 0,
"mass": 1.3,
"eddbID": 0,
"power": 0.4,
"integrity": 24,
"cost": 40633,
"id": "3J",
"maxangle": 15,
"boot": 3,
"scanrange": 15000,
"scantime": 3,
"grp": "pwa",
"edID": 128915719,
"symbol": "hpt_mrascanner_size0_class2"
},
{
"rating": "E",
"class": 0,
"mass": 1.3,
"eddbID": 0,
"power": 0.2,
"integrity": 24,
"cost": 13544,
"id": "3K",
"maxangle": 15,
"boot": 3,
"scanrange": 12000,
"scantime": 3,
"grp": "pwa",
"edID": 128915718,
"symbol": "hpt_mrascanner_size0_class1"
}
]
}

View File

@@ -10,14 +10,13 @@
"cost": 51600, "cost": 51600,
"damage": 23.25, "damage": 23.25,
"damagedist": { "damagedist": {
"T": 0.66666666666666666666666666666667, "K": 0.5,
"K": 0.33333333333333333333333333333333 "T": 0.5
}, },
"distdraw": 2.69, "distdraw": 2.69,
"edID": 128049488, "edID": 128049488,
"eddbID": 876, "eddbID": 876,
"falloff": 1000, "falloff": 1000,
"fireint": 0.63,
"grp": "rg", "grp": "rg",
"id": "29", "id": "29",
"integrity": 40, "integrity": 40,
@@ -28,6 +27,7 @@
"range": 3000, "range": 3000,
"rating": "D", "rating": "D",
"reload": 1, "reload": 1,
"rof": 1.6,
"thermload": 12, "thermload": 12,
"symbol": "Hpt_Railgun_Fixed_Small" "symbol": "Hpt_Railgun_Fixed_Small"
}, },
@@ -41,14 +41,13 @@
"cost": 412800, "cost": 412800,
"damage": 41.5, "damage": 41.5,
"damagedist": { "damagedist": {
"T": 0.66666666666666666666666666666667, "K": 0.5,
"K": 0.33333333333333333333333333333333 "T": 0.5
}, },
"distdraw": 5.11, "distdraw": 5.11,
"edID": 128049489, "edID": 128049489,
"eddbID": 877, "eddbID": 877,
"falloff": 1000, "falloff": 1000,
"fireint": 0.83,
"grp": "rg", "grp": "rg",
"id": "2a", "id": "2a",
"integrity": 51, "integrity": 51,
@@ -59,6 +58,7 @@
"range": 3000, "range": 3000,
"rating": "B", "rating": "B",
"reload": 1, "reload": 1,
"rof": 1.2,
"thermload": 20, "thermload": 20,
"symbol": "Hpt_Railgun_Fixed_Medium" "symbol": "Hpt_Railgun_Fixed_Medium"
}, },
@@ -74,29 +74,28 @@
"cost": 619200, "cost": 619200,
"damage": 15, "damage": 15,
"damagedist": { "damagedist": {
"T": 0.66666666666666666666666666666667, "K": 0.5,
"K": 0.33333333333333333333333333333333 "T": 0.5
}, },
"distdraw": 2, "distdraw": 2,
"edID": 128671341, "edID": 128671341,
"eddbID": 1484, "eddbID": 1484,
"falloff": 1000, "falloff": 1000,
"fireint": 0.4,
"grp": "rg", "grp": "rg",
"id": "ih", "id": "ih",
"integrity": 51, "integrity": 51,
"mass": 4, "mass": 4,
"mount": "F", "mount": "F",
"name": "Imperial Hammer", "name": "Imperial Hammer",
"special": "Hammer",
"piercing": 100, "piercing": 100,
"power": 1.63, "power": 1.63,
"pp": "Arissa Lavigny-Duval", "pp": "Arissa Lavigny-Duval",
"range": 3000, "range": 3000,
"rating": "B", "rating": "B",
"reload": 1, "reload": 1,
"rof": 4.1,
"thermload": 11, "thermload": 11,
"symbol": "Hpt_Railgun_Fixed_Medium_Burst" "symbol": "Hpt_Railgun_Fixed_Medium_Burst"
} }
] ]
} }

View File

@@ -16,7 +16,6 @@
"edID": 128785626, "edID": 128785626,
"eddbID": 1620, "eddbID": 1620,
"falloff": 100000, "falloff": 100000,
"fireint": 2.0,
"grp": "rfl", "grp": "rfl",
"id": "x8", "id": "x8",
"integrity": 51, "integrity": 51,
@@ -26,6 +25,7 @@
"power": 1.2, "power": 1.2,
"rating": "B", "rating": "B",
"reload": 2, "reload": 2,
"rof": 0.5,
"shotspeed": 550, "shotspeed": 550,
"thermload": 3.6, "thermload": 3.6,
"symbol": "Hpt_FlakMortar_Fixed_Medium" "symbol": "Hpt_FlakMortar_Fixed_Medium"
@@ -46,7 +46,6 @@
"edID": 128793058, "edID": 128793058,
"eddbID": 1621, "eddbID": 1621,
"falloff": 100000, "falloff": 100000,
"fireint": 2.0,
"grp": "rfl", "grp": "rfl",
"id": "x9", "id": "x9",
"integrity": 51, "integrity": 51,
@@ -56,9 +55,10 @@
"power": 1.2, "power": 1.2,
"rating": "B", "rating": "B",
"reload": 2, "reload": 2,
"rof": 0.5,
"shotspeed": 550, "shotspeed": 550,
"thermload": 3.6, "thermload": 3.6,
"symbol": "Hpt_FlakMortar_Turret_Medium" "symbol": "Hpt_FlakMortar_Turret_Medium"
} }
] ]
} }

View File

@@ -14,10 +14,10 @@
"power": 1.2, "power": 1.2,
"damage": 13, "damage": 13,
"distdraw": 0.24, "distdraw": 0.24,
"fireint": 2.0,
"thermload": 3.6, "thermload": 3.6,
"piercing": 80, "piercing": 80,
"shotspeed": 550, "shotspeed": 550,
"rof": 0.5,
"clip": 1, "clip": 1,
"ammo": 72, "ammo": 72,
"reload": 2, "reload": 2,
@@ -43,10 +43,10 @@
"power": 1.2, "power": 1.2,
"damage": 13, "damage": 13,
"distdraw": 0.24, "distdraw": 0.24,
"fireint": 2.0,
"thermload": 3.6, "thermload": 3.6,
"piercing": 70, "piercing": 70,
"shotspeed": 550, "shotspeed": 550,
"rof": 0.5,
"clip": 1, "clip": 1,
"ammo": 72, "ammo": 72,
"reload": 2, "reload": 2,

View File

@@ -1,66 +0,0 @@
{
"scl": [
{
"breachdmg": 3,
"breachmax": 0,
"shotspeed": 350,
"breachmin": 0,
"class": 2,
"cost": 445570,
"damage": 15,
"chargetime": 2,
"damagedist": {
"E": 1
},
"distdraw": 0.24,
"edID": 128915461,
"eddbID": 823,
"falloff": 500,
"fireint": 1.0,
"ammo": 72,
"clip": 1,
"grp": "scl",
"id": "3L",
"integrity": 51,
"mass": 4,
"mount": "T",
"piercing": 35,
"power": 1.2,
"range": 3000,
"rating": "B",
"thermload": 3.6,
"symbol": "Hpt_Mining_SeismChrgWarhd_Turret_Medium"
},
{
"breachdmg": 3,
"breachmax": 0,
"shotspeed": 350,
"breachmin": 0,
"class": 2,
"cost": 153110,
"damage": 15,
"chargetime": 2,
"damagedist": {
"E": 1
},
"distdraw": 0.24,
"edID": 128049381,
"eddbID": 823,
"falloff": 500,
"fireint": 1.0,
"ammo": 72,
"clip": 1,
"grp": "scl",
"id": "3M",
"integrity": 51,
"mass": 4,
"mount": "F",
"piercing": 35,
"power": 1.2,
"range": 3000,
"rating": "B",
"thermload": 3.6,
"symbol": "Hpt_Mining_SeismChrgWarhd_Fixed_Medium"
}
]
}

View File

@@ -14,11 +14,11 @@
"power": 0.89, "power": 0.89,
"damage": 18.1, "damage": 18.1,
"distdraw": 0.92, "distdraw": 0.92,
"fireint": 0.1,
"thermload": 2.7, "thermload": 2.7,
"piercing": 60, "piercing": 60,
"range": 3000, "range": 3000,
"shotspeed": 1200, "shotspeed": 1200,
"rof": 10,
"roundspershot": 0, "roundspershot": 0,
"clip": 16, "clip": 16,
"ammo": 240, "ammo": 240,
@@ -50,12 +50,12 @@
}, },
"distdraw": 1.07, "distdraw": 1.07,
"falloff": 2500, "falloff": 2500,
"fireint": 0.1,
"integrity": 64, "integrity": 64,
"mount": "G", "mount": "G",
"piercing": 60, "piercing": 60,
"power": 0.89, "power": 0.89,
"range": 3000, "range": 3000,
"rof": 10,
"shotspeed": 1200, "shotspeed": 1200,
"thermload": 3.1, "thermload": 3.1,
"cost": 2249050, "cost": 2249050,
@@ -79,11 +79,11 @@
"power": 0.64, "power": 0.64,
"damage": 12.32, "damage": 12.32,
"distdraw": 0.79, "distdraw": 0.79,
"fireint": 0.1,
"thermload": 2.2, "thermload": 2.2,
"piercing": 60, "piercing": 60,
"range": 3000, "range": 3000,
"shotspeed": 1200, "shotspeed": 1200,
"rof": 10,
"clip": 16, "clip": 16,
"ammo": 240, "ammo": 240,
"reload": 6, "reload": 6,
@@ -106,18 +106,18 @@
"breachmax": 0.8, "breachmax": 0.8,
"breachmin": 0.4, "breachmin": 0.4,
"clip": 16, "clip": 16,
"damage": 10.2, "damage": 14.9,
"damagedist": { "damagedist": {
"K": 1 "K": 1
}, },
"distdraw": 0.58, "distdraw": 0.58,
"falloff": 2500, "falloff": 2500,
"fireint": 0.1,
"integrity": 51, "integrity": 51,
"mount": "G", "mount": "G",
"piercing": 40, "piercing": 40,
"power": 0.61, "power": 0.89,
"range": 3000, "range": 3000,
"rof": 10,
"reload": 6, "reload": 6,
"shotspeed": 1200, "shotspeed": 1200,
"thermload": 2.1, "thermload": 2.1,
@@ -141,11 +141,11 @@
"power": 0.57, "power": 0.57,
"damage": 13, "damage": 13,
"distdraw": 0.47, "distdraw": 0.47,
"fireint": 0.1,
"thermload": 1.8, "thermload": 1.8,
"piercing": 40, "piercing": 40,
"range": 3000, "range": 3000,
"shotspeed": 1200, "shotspeed": 1200,
"rof": 10,
"clip": 16, "clip": 16,
"ammo": 240, "ammo": 240,
"reload": 6, "reload": 6,
@@ -169,13 +169,13 @@
"mass": 4, "mass": 4,
"integrity": 51, "integrity": 51,
"power": 0.5, "power": 0.5,
"damage": 9, "damage": 9.0,
"distdraw": 0.39, "distdraw": 0.39,
"fireint": 0.1,
"thermload": 1.2, "thermload": 1.2,
"piercing": 40, "piercing": 40,
"range": 3000, "range": 3000,
"shotspeed": 1200, "shotspeed": 1200,
"rof": 10,
"roundspershot": 0, "roundspershot": 0,
"clip": 16, "clip": 16,
"ammo": 240, "ammo": 240,
@@ -196,7 +196,7 @@
"grp": "tbsc", "grp": "tbsc",
"id": "yQ", "id": "yQ",
"eddbID": 0, "eddbID": 0,
"edID": 128891605, "edID": 0,
"mount": "F", "mount": "F",
"cost": 65941, "cost": 65941,
"mass": 2, "mass": 2,
@@ -204,11 +204,11 @@
"power": 0.41, "power": 0.41,
"damage": 8.6, "damage": 8.6,
"distdraw": 0.27, "distdraw": 0.27,
"fireint": 0.1,
"thermload": 1.1, "thermload": 1.1,
"piercing": 25, "piercing": 25,
"range": 3000, "range": 3000,
"shotspeed": 1200, "shotspeed": 1200,
"rof": 10,
"clip": 16, "clip": 16,
"ammo": 240, "ammo": 240,
"reload": 6, "reload": 6,
@@ -237,19 +237,19 @@
"K": 1 "K": 1
}, },
"distdraw": 0.39, "distdraw": 0.39,
"fireint": 0.1,
"falloff": 2500, "falloff": 2500,
"integrity": 40, "integrity": 40,
"mount": "G", "mount": "G",
"piercing": 25, "piercing": 25,
"power": 0.47, "power": 0.47,
"range": 3000, "range": 3000,
"rof": 10,
"shotspeed": 1200, "shotspeed": 1200,
"thermload": 1.5, "thermload": 1.5,
"cost": 137501, "cost": 137501,
"reload": 6, "reload": 6,
"id": "yR", "id": "yR",
"edID": 128891604, "edID": 0,
"symbol": "Hpt_PlasmaShockCannon_Gimbal_Small" "symbol": "Hpt_PlasmaShockCannon_Gimbal_Small"
}, },
{ {
@@ -259,7 +259,7 @@
"symbol": "Hpt_PlasmaShockCannon_Turret_Small", "symbol": "Hpt_PlasmaShockCannon_Turret_Small",
"id": "yS", "id": "yS",
"eddbID": 0, "eddbID": 0,
"edID": 128891603, "edID": 0,
"mount": "T", "mount": "T",
"cost": 364000, "cost": 364000,
"mass": 2, "mass": 2,
@@ -267,11 +267,11 @@
"power": 0.54, "power": 0.54,
"damage": 4.5, "damage": 4.5,
"distdraw": 0.21, "distdraw": 0.21,
"fireint": 0.1,
"thermload": 0.7, "thermload": 0.7,
"piercing": 25, "piercing": 25,
"range": 3000, "range": 3000,
"shotspeed": 1200, "shotspeed": 1200,
"rof": 10,
"clip": 16, "clip": 16,
"ammo": 240, "ammo": 240,
"reload": 6, "reload": 6,

View File

@@ -18,24 +18,6 @@
"duration": 1, "duration": 1,
"range": 3000, "range": 3000,
"symbol": "Hpt_AntiUnknownShutdown_Tiny" "symbol": "Hpt_AntiUnknownShutdown_Tiny"
},
{
"class": 0,
"cost": 150000,
"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

@@ -1,132 +0,0 @@
{
"sdm": [
{
"breachdmg": 0.5,
"breachmax": 0.2,
"shotspeed": 550,
"breachmin": 0.1,
"class": 2,
"cost": 122170,
"damage": 5,
"chargetime": 2,
"damagedist": {
"E": 1
},
"distdraw": 0.18,
"edID": 128915457,
"eddbID": 823,
"falloff": 500,
"fireint": 2.0,
"ammo": 96,
"clip": 1,
"grp": "sdm",
"id": "3N",
"reload": 2,
"integrity": 51,
"mass": 4,
"mount": "F",
"piercing": 25,
"power": 1.01,
"range": 3000,
"rating": "B",
"thermload": 2.9,
"symbol": "Hpt_Mining_SubSurfDispMisle_Fixed_Medium"
},
{
"breachdmg": 0.5,
"breachmax": 0.2,
"shotspeed": 550,
"breachmin": 0.1,
"class": 2,
"cost": 381750,
"damage": 5,
"chargetime": 2,
"damagedist": {
"E": 1
},
"distdraw": 0.24,
"edID": 128049381,
"eddbID": 823,
"falloff": 500,
"fireint": 2.0,
"ammo": 96,
"clip": 1,
"grp": "sdm",
"id": "3Q",
"reload": 2,
"integrity": 51,
"mass": 4,
"mount": "T",
"piercing": 25,
"power": 0.93,
"range": 3000,
"rating": "B",
"thermload": 2.9,
"symbol": "Hpt_Mining_Subsurfdispmisle_Turret_Medium"
},
{
"breachdmg": 0.5,
"breachmax": 0.2,
"shotspeed": 550,
"breachmin": 0.1,
"class": 1,
"cost": 12600,
"damage": 5,
"chargetime": 2,
"damagedist": {
"E": 1
},
"distdraw": 0.18,
"edID": 128915455,
"eddbID": 823,
"falloff": 500,
"fireint": 2.0,
"ammo": 32,
"clip": 1,
"grp": "sdm",
"id": "3O",
"reload": 2,
"integrity": 40,
"mass": 2,
"mount": "F",
"piercing": 25,
"power": 0.42,
"range": 3000,
"rating": "B",
"thermload": 2.2,
"symbol": "Hpt_Mining_SubSurfDispMisle_Fixed_Small"
},
{
"breachdmg": 0.5,
"breachmax": 0.2,
"shotspeed": 550,
"breachmin": 0.1,
"class": 1,
"cost": 38750,
"damage": 5,
"chargetime": 2,
"damagedist": {
"E": 1
},
"distdraw": 0.16,
"edID": 128049381,
"eddbID": 823,
"falloff": 500,
"fireint": 2.0,
"ammo": 32,
"clip": 1,
"grp": "sdm",
"id": "3P",
"reload": 2,
"integrity": 40,
"mass": 2,
"mount": "T",
"piercing": 25,
"power": 0.42,
"range": 3000,
"rating": "B",
"thermload": 2.2,
"symbol": "Hpt_Mining_Subsurfdispmisle_Turret_Small"
}
]
}

View File

@@ -15,7 +15,6 @@
"distdraw": 0, "distdraw": 0,
"edID": 128049509, "edID": 128049509,
"eddbID": 882, "eddbID": 882,
"fireint": 1.0,
"grp": "tp", "grp": "tp",
"id": "2h", "id": "2h",
"integrity": 40, "integrity": 40,
@@ -26,6 +25,7 @@
"power": 0.4, "power": 0.4,
"rating": "I", "rating": "I",
"reload": 5, "reload": 5,
"rof": 1,
"shotspeed": 250, "shotspeed": 250,
"thermload": 45, "thermload": 45,
"symbol": "Hpt_AdvancedTorpPylon_Fixed_Small" "symbol": "Hpt_AdvancedTorpPylon_Fixed_Small"
@@ -45,7 +45,6 @@
"distdraw": 0, "distdraw": 0,
"edID": 128049510, "edID": 128049510,
"eddbID": 883, "eddbID": 883,
"fireint": 1.0,
"grp": "tp", "grp": "tp",
"id": "2i", "id": "2i",
"integrity": 51, "integrity": 51,
@@ -56,6 +55,7 @@
"power": 0.4, "power": 0.4,
"rating": "I", "rating": "I",
"reload": 5, "reload": 5,
"rof": 1,
"shotspeed": 250, "shotspeed": 250,
"thermload": 50, "thermload": 50,
"symbol": "Hpt_AdvancedTorpPylon_Fixed_Medium" "symbol": "Hpt_AdvancedTorpPylon_Fixed_Medium"
@@ -75,7 +75,6 @@
"distdraw": 0, "distdraw": 0,
"edID": 128049511, "edID": 128049511,
"eddbID": 1655, "eddbID": 1655,
"fireint": 1.0,
"grp": "tp", "grp": "tp",
"id": "yK", "id": "yK",
"integrity": 64, "integrity": 64,
@@ -86,6 +85,7 @@
"power": 0.6, "power": 0.6,
"rating": "I", "rating": "I",
"reload": 5, "reload": 5,
"rof": 1,
"shotspeed": 250, "shotspeed": 250,
"thermload": 55, "thermload": 55,
"symbol": "Hpt_AdvancedTorpPylon_Fixed_Large" "symbol": "Hpt_AdvancedTorpPylon_Fixed_Large"

View File

@@ -17,40 +17,6 @@
"scantime": 10, "scantime": 10,
"angle": 23, "angle": 23,
"symbol": "Hpt_XenoScanner_Basic_Tiny" "symbol": "Hpt_XenoScanner_Basic_Tiny"
},
{
"class": 0,
"cost": 745948,
"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": 850000,
"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,34 +7,26 @@ module.exports = {
pd: require('./standard/power_distributor').pd, pd: require('./standard/power_distributor').pd,
s: require('./standard/sensors').s, s: require('./standard/sensors').s,
ft: require('./standard/fuel_tank').ft, ft: require('./standard/fuel_tank').ft,
pas: require('./standard/planetary_approach_suite').pas
}, },
hardpoints: { hardpoints: {
pl: require('./hardpoints/pulse_laser').pl, pl: require('./hardpoints/pulse_laser').pl,
ul: require('./hardpoints/burst_laser').ul, ul: require('./hardpoints/burst_laser').ul,
bl: require('./hardpoints/beam_laser').bl, bl: require('./hardpoints/beam_laser').bl,
mc: require('./hardpoints/multi_cannon').mc, mc: require('./hardpoints/multi_cannon').mc,
advmc: require('./hardpoints/multi_cannon_advanced').advmc,
axmc: require('./hardpoints/ax_multi_cannon').axmc, axmc: require('./hardpoints/ax_multi_cannon').axmc,
axmce: require('./hardpoints/ax_multi_cannon_enhanced').axmce,
c: require('./hardpoints/cannon').c, c: require('./hardpoints/cannon').c,
fc: require('./hardpoints/fragment_cannon').fc, fc: require('./hardpoints/fragment_cannon').fc,
rfl: require('./hardpoints/remote_release_flak_launcher.json').rfl, rfl: require('./hardpoints/remote_release_flak_launcher.json').rfl,
rg: require('./hardpoints/rail_gun').rg, rg: require('./hardpoints/rail_gun').rg,
pa: require('./hardpoints/plasma_accelerator').pa, pa: require('./hardpoints/plasma_accelerator').pa,
mr: require('./hardpoints/missile_rack').mr, mr: require('./hardpoints/missile_rack').mr,
amr: require('./hardpoints/missile_rack_advanced').amr,
axmr: require('./hardpoints/ax_missile_rack').axmr, axmr: require('./hardpoints/ax_missile_rack').axmr,
axmre: require('./hardpoints/ax_missile_rack_enhanced').axmre,
tp: require('./hardpoints/torpedo_pylon').tp, tp: require('./hardpoints/torpedo_pylon').tp,
ntp: require('./hardpoints/nanite_torpedo_pylon').ntp,
nl: require('./hardpoints/mine_launcher').nl, nl: require('./hardpoints/mine_launcher').nl,
ml: require('./hardpoints/mining_laser').ml, ml: require('./hardpoints/mining_laser').ml,
cs: require('./hardpoints/cargo_scanner').cs, cs: require('./hardpoints/cargo_scanner').cs,
csl: require('./hardpoints/caustic_sink_launcher').csl,
ws: require('./hardpoints/frame_shift_wake_scanner').ws, ws: require('./hardpoints/frame_shift_wake_scanner').ws,
pwa: require('./hardpoints/pulse_wave_analyser').pwa,
abl: require('./hardpoints/abrasion_blaster').abl,
scl: require('./hardpoints/seismic_charge_launcher').scl,
kw: require('./hardpoints/kill_warrant_scanner').kw, kw: require('./hardpoints/kill_warrant_scanner').kw,
sb: require('./hardpoints/shield_booster').sb, sb: require('./hardpoints/shield_booster').sb,
ch: require('./hardpoints/chaff_launcher').ch, ch: require('./hardpoints/chaff_launcher').ch,
@@ -44,13 +36,11 @@ module.exports = {
gpc: require('./hardpoints/guardian_plasma_charger').gpc, gpc: require('./hardpoints/guardian_plasma_charger').gpc,
ggc: require('./hardpoints/guardian_gauss_cannon').ggc, ggc: require('./hardpoints/guardian_gauss_cannon').ggc,
sfn: require('./hardpoints/shutdown_field_neutraliser').sfn, sfn: require('./hardpoints/shutdown_field_neutraliser').sfn,
sdm: require('./hardpoints/sub_surface_displacement_missile.json').sdm,
xs: require('./hardpoints/xeno_scanner').xs, xs: require('./hardpoints/xeno_scanner').xs,
tbsc: require('./hardpoints/shock_cannon').tbsc, tbsc: require('./hardpoints/shock_cannon').tbsc,
tbem: require('./hardpoints/enzyme_missile_rack.json').tbem, tbem: require('./hardpoints/enzyme_missile_rack.json').tbem,
tbrfl: require('./hardpoints/remote_release_flechette_launcher.json').tbrfl, tbrfl: require('./hardpoints/remote_release_flechette_launcher.json').tbrfl,
gsc: require('./hardpoints/guardian_shard_cannon').gsc, gsc: require('./hardpoints/guardian_shard_cannon').gsc
mh: require('./hardpoints/missing_hardpoint').mh,
}, },
internal: { internal: {
am: require('./internal/auto_field_maintenance_unit').am, am: require('./internal/auto_field_maintenance_unit').am,
@@ -67,7 +57,6 @@ module.exports = {
hb: require('./internal/hatch_breaker_limpet_controller').hb, hb: require('./internal/hatch_breaker_limpet_controller').hb,
hr: require('./internal/hull_reinforcement_package').hr, hr: require('./internal/hull_reinforcement_package').hr,
mahr: require('./internal/meta_alloy_hull_reinforcement_package.json').mahr, 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, mrp: require('./internal/module_reinforcement_package').mrp,
pv: require('./internal/planetary_vehicle_hanger').pv, pv: require('./internal/planetary_vehicle_hanger').pv,
psg: require('./internal/pristmatic_shield_generator').psg, psg: require('./internal/pristmatic_shield_generator').psg,
@@ -77,6 +66,7 @@ module.exports = {
pcm: require('./internal/first_passenger_cabin').pcm, pcm: require('./internal/first_passenger_cabin').pcm,
pcq: require('./internal/luxury_passenger_cabin').pcq, pcq: require('./internal/luxury_passenger_cabin').pcq,
rf: require('./internal/refinery').rf, rf: require('./internal/refinery').rf,
sc: require('./internal/scanner').sc,
scb: require('./internal/shield_cell_bank').scb, scb: require('./internal/shield_cell_bank').scb,
sg: require('./internal/shield_generator').sg, sg: require('./internal/shield_generator').sg,
ss: require('./internal/surface_scanner').ss, ss: require('./internal/surface_scanner').ss,
@@ -86,10 +76,6 @@ module.exports = {
gsrp: require('./internal/guardian_shield_reinforcement_package').gsrp, gsrp: require('./internal/guardian_shield_reinforcement_package').gsrp,
gfsb: require('./internal/guardian_fsd_booster').gfsb, gfsb: require('./internal/guardian_fsd_booster').gfsb,
ghrp: require('./internal/guardian_hull_reinforcement_package').ghrp, ghrp: require('./internal/guardian_hull_reinforcement_package').ghrp,
gmrp: require('./internal/guardian_module_reinforcement_package').gmrp, 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

@@ -12,9 +12,7 @@
"power": 0.54, "power": 0.54,
"rating": "E", "rating": "E",
"repair": 12, "repair": 12,
"symbol": "Int_Repairer_Size1_Class1", "symbol": "Int_Repairer_Size1_Class1"
"ukName": "AFM Unit",
"ukDiscript": "Allows in-flight repair of internal ship modules. Can restore broken modules. Requires ammunition."
}, },
{ {
"ammo": 900, "ammo": 900,
@@ -28,9 +26,7 @@
"power": 0.72, "power": 0.72,
"rating": "D", "rating": "D",
"repair": 14.4, "repair": 14.4,
"symbol": "Int_Repairer_Size1_Class2", "symbol": "Int_Repairer_Size1_Class2"
"ukName": "AFM Unit",
"ukDiscript": "Allows in-flight repair of internal ship modules. Can restore broken modules. Requires ammunition."
}, },
{ {
"ammo": 1000, "ammo": 1000,
@@ -44,9 +40,7 @@
"power": 0.9, "power": 0.9,
"rating": "C", "rating": "C",
"repair": 20, "repair": 20,
"symbol": "Int_Repairer_Size1_Class3", "symbol": "Int_Repairer_Size1_Class3"
"ukName": "AFM Unit",
"ukDiscript": "Allows in-flight repair of internal ship modules. Can restore broken modules. Requires ammunition."
}, },
{ {
"ammo": 1200, "ammo": 1200,
@@ -60,9 +54,7 @@
"power": 1.04, "power": 1.04,
"rating": "B", "rating": "B",
"repair": 27.6, "repair": 27.6,
"symbol": "Int_Repairer_Size1_Class4", "symbol": "Int_Repairer_Size1_Class4"
"ukName": "AFM Unit",
"ukDiscript": "Allows in-flight repair of internal ship modules. Can restore broken modules. Requires ammunition."
}, },
{ {
"ammo": 1100, "ammo": 1100,
@@ -76,9 +68,7 @@
"power": 1.26, "power": 1.26,
"rating": "A", "rating": "A",
"repair": 30.8, "repair": 30.8,
"symbol": "Int_Repairer_Size1_Class5", "symbol": "Int_Repairer_Size1_Class5"
"ukName": "AFM Unit",
"ukDiscript": "Allows in-flight repair of internal ship modules. Can restore broken modules. Requires ammunition."
}, },
{ {
"ammo": 2300, "ammo": 2300,
@@ -92,9 +82,7 @@
"power": 0.68, "power": 0.68,
"rating": "E", "rating": "E",
"repair": 27.6, "repair": 27.6,
"symbol": "Int_Repairer_Size2_Class1", "symbol": "Int_Repairer_Size2_Class1"
"ukName": "AFM Unit",
"ukDiscript": "Allows in-flight repair of internal ship modules. Can restore broken modules. Requires ammunition."
}, },
{ {
"ammo": 2100, "ammo": 2100,
@@ -108,9 +96,7 @@
"power": 0.9, "power": 0.9,
"rating": "D", "rating": "D",
"repair": 33.6, "repair": 33.6,
"symbol": "Int_Repairer_Size2_Class2", "symbol": "Int_Repairer_Size2_Class2"
"ukName": "AFM Unit",
"ukDiscript": "Allows in-flight repair of internal ship modules. Can restore broken modules. Requires ammunition."
}, },
{ {
"ammo": 2300, "ammo": 2300,
@@ -124,9 +110,7 @@
"power": 1.13, "power": 1.13,
"rating": "C", "rating": "C",
"repair": 46, "repair": 46,
"symbol": "Int_Repairer_Size2_Class3", "symbol": "Int_Repairer_Size2_Class3"
"ukName": "AFM Unit",
"ukDiscript": "Allows in-flight repair of internal ship modules. Can restore broken modules. Requires ammunition."
}, },
{ {
"ammo": 2800, "ammo": 2800,
@@ -140,9 +124,7 @@
"power": 1.29, "power": 1.29,
"rating": "B", "rating": "B",
"repair": 64.4, "repair": 64.4,
"symbol": "Int_Repairer_Size2_Class4", "symbol": "Int_Repairer_Size2_Class4"
"ukName": "AFM Unit",
"ukDiscript": "Allows in-flight repair of internal ship modules. Can restore broken modules. Requires ammunition."
}, },
{ {
"ammo": 2500, "ammo": 2500,
@@ -156,9 +138,7 @@
"power": 1.58, "power": 1.58,
"rating": "A", "rating": "A",
"repair": 70, "repair": 70,
"symbol": "Int_Repairer_Size2_Class5", "symbol": "Int_Repairer_Size2_Class5"
"ukName": "AFM Unit",
"ukDiscript": "Allows in-flight repair of internal ship modules. Can restore broken modules. Requires ammunition."
}, },
{ {
"ammo": 3600, "ammo": 3600,
@@ -172,9 +152,7 @@
"power": 0.81, "power": 0.81,
"rating": "E", "rating": "E",
"repair": 43.2, "repair": 43.2,
"symbol": "Int_Repairer_Size3_Class1", "symbol": "Int_Repairer_Size3_Class1"
"ukName": "AFM Unit",
"ukDiscript": "Allows in-flight repair of internal ship modules. Can restore broken modules. Requires ammunition."
}, },
{ {
"ammo": 3200, "ammo": 3200,
@@ -188,9 +166,7 @@
"power": 1.08, "power": 1.08,
"rating": "D", "rating": "D",
"repair": 51.2, "repair": 51.2,
"symbol": "Int_Repairer_Size3_Class2", "symbol": "Int_Repairer_Size3_Class2"
"ukName": "AFM Unit",
"ukDiscript": "Allows in-flight repair of internal ship modules. Can restore broken modules. Requires ammunition."
}, },
{ {
"ammo": 3600, "ammo": 3600,
@@ -204,9 +180,7 @@
"power": 1.35, "power": 1.35,
"rating": "C", "rating": "C",
"repair": 72, "repair": 72,
"symbol": "Int_Repairer_Size3_Class3", "symbol": "Int_Repairer_Size3_Class3"
"ukName": "AFM Unit",
"ukDiscript": "Allows in-flight repair of internal ship modules. Can restore broken modules. Requires ammunition."
}, },
{ {
"ammo": 4300, "ammo": 4300,
@@ -220,9 +194,7 @@
"power": 1.55, "power": 1.55,
"rating": "B", "rating": "B",
"repair": 98.9, "repair": 98.9,
"symbol": "Int_Repairer_Size3_Class4", "symbol": "Int_Repairer_Size3_Class4"
"ukName": "AFM Unit",
"ukDiscript": "Allows in-flight repair of internal ship modules. Can restore broken modules. Requires ammunition."
}, },
{ {
"ammo": 4000, "ammo": 4000,
@@ -236,9 +208,7 @@
"power": 1.89, "power": 1.89,
"rating": "A", "rating": "A",
"repair": 112, "repair": 112,
"symbol": "Int_Repairer_Size3_Class5", "symbol": "Int_Repairer_Size3_Class5"
"ukName": "AFM Unit",
"ukDiscript": "Allows in-flight repair of internal ship modules. Can restore broken modules. Requires ammunition."
}, },
{ {
"ammo": 4900, "ammo": 4900,
@@ -252,9 +222,7 @@
"power": 0.99, "power": 0.99,
"rating": "E", "rating": "E",
"repair": 58.8, "repair": 58.8,
"symbol": "Int_Repairer_Size4_Class1", "symbol": "Int_Repairer_Size4_Class1"
"ukName": "AFM Unit",
"ukDiscript": "Allows in-flight repair of internal ship modules. Can restore broken modules. Requires ammunition."
}, },
{ {
"ammo": 4400, "ammo": 4400,
@@ -268,9 +236,7 @@
"power": 1.32, "power": 1.32,
"rating": "D", "rating": "D",
"repair": 70.4, "repair": 70.4,
"symbol": "Int_Repairer_Size4_Class2", "symbol": "Int_Repairer_Size4_Class2"
"ukName": "AFM Unit",
"ukDiscript": "Allows in-flight repair of internal ship modules. Can restore broken modules. Requires ammunition."
}, },
{ {
"ammo": 4900, "ammo": 4900,
@@ -284,9 +250,7 @@
"power": 1.65, "power": 1.65,
"rating": "C", "rating": "C",
"repair": 98, "repair": 98,
"symbol": "Int_Repairer_Size4_Class3", "symbol": "Int_Repairer_Size4_Class3"
"ukName": "AFM Unit",
"ukDiscript": "Allows in-flight repair of internal ship modules. Can restore broken modules. Requires ammunition."
}, },
{ {
"ammo": 5900, "ammo": 5900,
@@ -300,9 +264,7 @@
"power": 1.9, "power": 1.9,
"rating": "B", "rating": "B",
"repair": 135.7, "repair": 135.7,
"symbol": "Int_Repairer_Size4_Class4", "symbol": "Int_Repairer_Size4_Class4"
"ukName": "AFM Unit",
"ukDiscript": "Allows in-flight repair of internal ship modules. Can restore broken modules. Requires ammunition."
}, },
{ {
"ammo": 5400, "ammo": 5400,
@@ -316,15 +278,13 @@
"power": 2.31, "power": 2.31,
"rating": "A", "rating": "A",
"repair": 151.2, "repair": 151.2,
"symbol": "Int_Repairer_Size4_Class5", "symbol": "Int_Repairer_Size4_Class5"
"ukName": "AFM Unit",
"ukDiscript": "Allows in-flight repair of internal ship modules. Can restore broken modules. Requires ammunition."
}, },
{ {
"ammo": 6100, "ammo": 6100,
"ammocost": 1, "ammocost": 1,
"class": 5, "class": 5,
"cost": 104976, "cost": 104980,
"edID": 128667602, "edID": 128667602,
"eddbID": 1332, "eddbID": 1332,
"grp": "am", "grp": "am",
@@ -332,15 +292,13 @@
"power": 1.17, "power": 1.17,
"rating": "E", "rating": "E",
"repair": 73.2, "repair": 73.2,
"symbol": "Int_Repairer_Size5_Class1", "symbol": "Int_Repairer_Size5_Class1"
"ukName": "AFM Unit",
"ukDiscript": "Allows in-flight repair of internal ship modules. Can restore broken modules. Requires ammunition."
}, },
{ {
"ammo": 5500, "ammo": 5500,
"ammocost": 1, "ammocost": 1,
"class": 5, "class": 5,
"cost": 314928, "cost": 314930,
"edID": 128667610, "edID": 128667610,
"eddbID": 1340, "eddbID": 1340,
"grp": "am", "grp": "am",
@@ -348,15 +306,13 @@
"power": 1.56, "power": 1.56,
"rating": "D", "rating": "D",
"repair": 88, "repair": 88,
"symbol": "Int_Repairer_Size5_Class2", "symbol": "Int_Repairer_Size5_Class2"
"ukName": "AFM Unit",
"ukDiscript": "Allows in-flight repair of internal ship modules. Can restore broken modules. Requires ammunition."
}, },
{ {
"ammo": 6100, "ammo": 6100,
"ammocost": 1, "ammocost": 1,
"class": 5, "class": 5,
"cost": 944784, "cost": 944780,
"edID": 128667618, "edID": 128667618,
"eddbID": 1348, "eddbID": 1348,
"grp": "am", "grp": "am",
@@ -364,15 +320,13 @@
"power": 1.95, "power": 1.95,
"rating": "C", "rating": "C",
"repair": 122, "repair": 122,
"symbol": "Int_Repairer_Size5_Class3", "symbol": "Int_Repairer_Size5_Class3"
"ukName": "AFM Unit",
"ukDiscript": "Allows in-flight repair of internal ship modules. Can restore broken modules. Requires ammunition."
}, },
{ {
"ammo": 7300, "ammo": 7300,
"ammocost": 1, "ammocost": 1,
"class": 5, "class": 5,
"cost": 2834352, "cost": 2834350,
"edID": 128667626, "edID": 128667626,
"eddbID": 1356, "eddbID": 1356,
"grp": "am", "grp": "am",
@@ -380,15 +334,13 @@
"power": 2.24, "power": 2.24,
"rating": "B", "rating": "B",
"repair": 167.9, "repair": 167.9,
"symbol": "Int_Repairer_Size5_Class4", "symbol": "Int_Repairer_Size5_Class4"
"ukName": "AFM Unit",
"ukDiscript": "Allows in-flight repair of internal ship modules. Can restore broken modules. Requires ammunition."
}, },
{ {
"ammo": 6700, "ammo": 6700,
"ammocost": 1, "ammocost": 1,
"class": 5, "class": 5,
"cost": 8503056, "cost": 8503060,
"edID": 128667634, "edID": 128667634,
"eddbID": 1364, "eddbID": 1364,
"grp": "am", "grp": "am",
@@ -396,15 +348,13 @@
"power": 2.73, "power": 2.73,
"rating": "A", "rating": "A",
"repair": 187.6, "repair": 187.6,
"symbol": "Int_Repairer_Size5_Class5", "symbol": "Int_Repairer_Size5_Class5"
"ukName": "AFM Unit",
"ukDiscript": "Allows in-flight repair of internal ship modules. Can restore broken modules. Requires ammunition."
}, },
{ {
"ammo": 7400, "ammo": 7400,
"ammocost": 1, "ammocost": 1,
"class": 6, "class": 6,
"cost": 188957, "cost": 188960,
"edID": 128667603, "edID": 128667603,
"eddbID": 1333, "eddbID": 1333,
"grp": "am", "grp": "am",
@@ -412,9 +362,7 @@
"power": 1.4, "power": 1.4,
"rating": "E", "rating": "E",
"repair": 88.8, "repair": 88.8,
"symbol": "Int_Repairer_Size6_Class1", "symbol": "Int_Repairer_Size6_Class1"
"ukName": "AFM Unit",
"ukDiscript": "Allows in-flight repair of internal ship modules. Can restore broken modules. Requires ammunition."
}, },
{ {
"ammo": 6700, "ammo": 6700,
@@ -428,15 +376,13 @@
"power": 1.86, "power": 1.86,
"rating": "D", "rating": "D",
"repair": 107.2, "repair": 107.2,
"symbol": "Int_Repairer_Size6_Class2", "symbol": "Int_Repairer_Size6_Class2"
"ukName": "AFM Unit",
"ukDiscript": "Allows in-flight repair of internal ship modules. Can restore broken modules. Requires ammunition."
}, },
{ {
"ammo": 7400, "ammo": 7400,
"ammocost": 1, "ammocost": 1,
"class": 6, "class": 6,
"cost": 1700611, "cost": 1700610,
"edID": 128667619, "edID": 128667619,
"eddbID": 1349, "eddbID": 1349,
"grp": "am", "grp": "am",
@@ -444,15 +390,13 @@
"power": 2.33, "power": 2.33,
"rating": "C", "rating": "C",
"repair": 148, "repair": 148,
"symbol": "Int_Repairer_Size6_Class3", "symbol": "Int_Repairer_Size6_Class3"
"ukName": "AFM Unit",
"ukDiscript": "Allows in-flight repair of internal ship modules. Can restore broken modules. Requires ammunition."
}, },
{ {
"ammo": 8900, "ammo": 8900,
"ammocost": 1, "ammocost": 1,
"class": 6, "class": 6,
"cost": 5101834, "cost": 5101830,
"edID": 128667627, "edID": 128667627,
"eddbID": 1357, "eddbID": 1357,
"grp": "am", "grp": "am",
@@ -460,15 +404,13 @@
"power": 2.67, "power": 2.67,
"rating": "B", "rating": "B",
"repair": 204.7, "repair": 204.7,
"symbol": "Int_Repairer_Size6_Class4", "symbol": "Int_Repairer_Size6_Class4"
"ukName": "AFM Unit",
"ukDiscript": "Allows in-flight repair of internal ship modules. Can restore broken modules. Requires ammunition."
}, },
{ {
"ammo": 8100, "ammo": 8100,
"ammocost": 1, "ammocost": 1,
"class": 6, "class": 6,
"cost": 15305501, "cost": 15305500,
"edID": 128667635, "edID": 128667635,
"eddbID": 1365, "eddbID": 1365,
"grp": "am", "grp": "am",
@@ -476,15 +418,13 @@
"power": 3.26, "power": 3.26,
"rating": "A", "rating": "A",
"repair": 226.8, "repair": 226.8,
"symbol": "Int_Repairer_Size6_Class5", "symbol": "Int_Repairer_Size6_Class5"
"ukName": "AFM Unit",
"ukDiscript": "Allows in-flight repair of internal ship modules. Can restore broken modules. Requires ammunition."
}, },
{ {
"ammo": 8700, "ammo": 8700,
"ammocost": 1, "ammocost": 1,
"class": 7, "class": 7,
"cost": 340122, "cost": 340120,
"edID": 128667604, "edID": 128667604,
"eddbID": 1334, "eddbID": 1334,
"grp": "am", "grp": "am",
@@ -492,15 +432,13 @@
"power": 1.58, "power": 1.58,
"rating": "E", "rating": "E",
"repair": 104.4, "repair": 104.4,
"symbol": "Int_Repairer_Size7_Class1", "symbol": "Int_Repairer_Size7_Class1"
"ukName": "AFM Unit",
"ukDiscript": "Allows in-flight repair of internal ship modules. Can restore broken modules. Requires ammunition."
}, },
{ {
"ammo": 7800, "ammo": 7800,
"ammocost": 1, "ammocost": 1,
"class": 7, "class": 7,
"cost": 1020367, "cost": 1020370,
"edID": 128667612, "edID": 128667612,
"eddbID": 1342, "eddbID": 1342,
"grp": "am", "grp": "am",
@@ -508,9 +446,7 @@
"power": 2.1, "power": 2.1,
"rating": "D", "rating": "D",
"repair": 124.8, "repair": 124.8,
"symbol": "Int_Repairer_Size7_Class2", "symbol": "Int_Repairer_Size7_Class2"
"ukName": "AFM Unit",
"ukDiscript": "Allows in-flight repair of internal ship modules. Can restore broken modules. Requires ammunition."
}, },
{ {
"ammo": 8700, "ammo": 8700,
@@ -524,9 +460,7 @@
"power": 2.63, "power": 2.63,
"rating": "C", "rating": "C",
"repair": 174, "repair": 174,
"symbol": "Int_Repairer_Size7_Class3", "symbol": "Int_Repairer_Size7_Class3"
"ukName": "AFM Unit",
"ukDiscript": "Allows in-flight repair of internal ship modules. Can restore broken modules. Requires ammunition."
}, },
{ {
"ammo": 10400, "ammo": 10400,
@@ -540,15 +474,13 @@
"power": 3.02, "power": 3.02,
"rating": "B", "rating": "B",
"repair": 239.2, "repair": 239.2,
"symbol": "Int_Repairer_Size7_Class4", "symbol": "Int_Repairer_Size7_Class4"
"ukName": "AFM Unit",
"ukDiscript": "Allows in-flight repair of internal ship modules. Can restore broken modules. Requires ammunition."
}, },
{ {
"ammo": 9600, "ammo": 9600,
"ammocost": 1, "ammocost": 1,
"class": 7, "class": 7,
"cost": 27549901, "cost": 27549900,
"edID": 128667636, "edID": 128667636,
"eddbID": 1366, "eddbID": 1366,
"grp": "am", "grp": "am",
@@ -556,9 +488,7 @@
"power": 3.68, "power": 3.68,
"rating": "A", "rating": "A",
"repair": 268.8, "repair": 268.8,
"symbol": "Int_Repairer_Size7_Class5", "symbol": "Int_Repairer_Size7_Class5"
"ukName": "AFM Unit",
"ukDiscript": "Allows in-flight repair of internal ship modules. Can restore broken modules. Requires ammunition."
}, },
{ {
"ammo": 10000, "ammo": 10000,
@@ -572,9 +502,7 @@
"power": 1.8, "power": 1.8,
"rating": "E", "rating": "E",
"repair": 120, "repair": 120,
"symbol": "Int_Repairer_Size8_Class1", "symbol": "Int_Repairer_Size8_Class1"
"ukName": "AFM Unit",
"ukDiscript": "Allows in-flight repair of internal ship modules. Can restore broken modules. Requires ammunition."
}, },
{ {
"ammo": 9000, "ammo": 9000,
@@ -588,9 +516,7 @@
"power": 2.4, "power": 2.4,
"rating": "D", "rating": "D",
"repair": 144, "repair": 144,
"symbol": "Int_Repairer_Size8_Class2", "symbol": "Int_Repairer_Size8_Class2"
"ukName": "AFM Unit",
"ukDiscript": "Allows in-flight repair of internal ship modules. Can restore broken modules. Requires ammunition."
}, },
{ {
"ammo": 10000, "ammo": 10000,
@@ -604,15 +530,13 @@
"power": 3, "power": 3,
"rating": "C", "rating": "C",
"repair": 200, "repair": 200,
"symbol": "Int_Repairer_Size8_Class3", "symbol": "Int_Repairer_Size8_Class3"
"ukName": "AFM Unit",
"ukDiscript": "Allows in-flight repair of internal ship modules. Can restore broken modules. Requires ammunition."
}, },
{ {
"ammo": 12000, "ammo": 12000,
"ammocost": 1, "ammocost": 1,
"class": 8, "class": 8,
"cost": 16529941, "cost": 16529940,
"edID": 128667629, "edID": 128667629,
"eddbID": 1359, "eddbID": 1359,
"grp": "am", "grp": "am",
@@ -620,15 +544,13 @@
"power": 3.45, "power": 3.45,
"rating": "B", "rating": "B",
"repair": 276, "repair": 276,
"symbol": "Int_Repairer_Size8_Class4", "symbol": "Int_Repairer_Size8_Class4"
"ukName": "AFM Unit",
"ukDiscript": "Allows in-flight repair of internal ship modules. Can restore broken modules. Requires ammunition."
}, },
{ {
"ammo": 11000, "ammo": 11000,
"ammocost": 1, "ammocost": 1,
"class": 8, "class": 8,
"cost": 49589823, "cost": 49589820,
"edID": 128667637, "edID": 128667637,
"eddbID": 1367, "eddbID": 1367,
"grp": "am", "grp": "am",
@@ -636,9 +558,7 @@
"power": 4.2, "power": 4.2,
"rating": "A", "rating": "A",
"repair": 308, "repair": 308,
"symbol": "Int_Repairer_Size8_Class5", "symbol": "Int_Repairer_Size8_Class5"
"ukName": "AFM Unit",
"ukDiscript": "Allows in-flight repair of internal ship modules. Can restore broken modules. Requires ammunition."
} }
] ]
} }

View File

@@ -3,7 +3,7 @@
{ {
"brokenregen": 2.4, "brokenregen": 2.4,
"class": 1, "class": 1,
"cost": 7713, "cost": 7710,
"distdraw": 0.6, "distdraw": 0.6,
"edID": 128671331, "edID": 128671331,
"eddbID": 1530, "eddbID": 1530,
@@ -23,14 +23,12 @@
"rating": "C", "rating": "C",
"regen": 1.8, "regen": 1.8,
"thermres": -0.2, "thermres": -0.2,
"symbol": "Int_ShieldGenerator_Size1_Class3_Fast", "symbol": "Int_ShieldGenerator_Size1_Class3_Fast"
"ukName": "Bi-Weave Shield",
"ukDiscript": "An alternative shield generator that sacrifices overall shield strength for a much faster recharge rate."
}, },
{ {
"brokenregen": 2.4, "brokenregen": 2.4,
"class": 2, "class": 2,
"cost": 26705, "cost": 26710,
"distdraw": 0.6, "distdraw": 0.6,
"edID": 128671332, "edID": 128671332,
"eddbID": 1531, "eddbID": 1531,
@@ -50,14 +48,12 @@
"rating": "C", "rating": "C",
"regen": 1.8, "regen": 1.8,
"thermres": -0.2, "thermres": -0.2,
"symbol": "Int_ShieldGenerator_Size2_Class3_Fast", "symbol": "Int_ShieldGenerator_Size2_Class3_Fast"
"ukName": "Bi-Weave Shield",
"ukDiscript": "An alternative shield generator that sacrifices overall shield strength for a much faster recharge rate."
}, },
{ {
"brokenregen": 2.8, "brokenregen": 2.8,
"class": 3, "class": 3,
"cost": 84653, "cost": 84650,
"distdraw": 0.6, "distdraw": 0.6,
"edID": 128671333, "edID": 128671333,
"eddbID": 1532, "eddbID": 1532,
@@ -77,14 +73,12 @@
"rating": "C", "rating": "C",
"regen": 1.8, "regen": 1.8,
"thermres": -0.2, "thermres": -0.2,
"symbol": "Int_ShieldGenerator_Size3_Class3_Fast", "symbol": "Int_ShieldGenerator_Size3_Class3_Fast"
"ukName": "Bi-Weave Shield",
"ukDiscript": "An alternative shield generator that sacrifices overall shield strength for a much faster recharge rate."
}, },
{ {
"brokenregen": 3.8, "brokenregen": 3.8,
"class": 4, "class": 4,
"cost": 268347, "cost": 268350,
"distdraw": 0.6, "distdraw": 0.6,
"edID": 128671334, "edID": 128671334,
"eddbID": 1533, "eddbID": 1533,
@@ -104,14 +98,12 @@
"rating": "C", "rating": "C",
"regen": 1.8, "regen": 1.8,
"thermres": -0.2, "thermres": -0.2,
"symbol": "Int_ShieldGenerator_Size4_Class3_Fast", "symbol": "Int_ShieldGenerator_Size4_Class3_Fast"
"ukName": "Bi-Weave Shield",
"ukDiscript": "An alternative shield generator that sacrifices overall shield strength for a much faster recharge rate."
}, },
{ {
"brokenregen": 5.6, "brokenregen": 5.6,
"class": 5, "class": 5,
"cost": 850659, "cost": 850660,
"distdraw": 0.6, "distdraw": 0.6,
"edID": 128671335, "edID": 128671335,
"eddbID": 1534, "eddbID": 1534,
@@ -131,14 +123,12 @@
"rating": "C", "rating": "C",
"regen": 2.2, "regen": 2.2,
"thermres": -0.2, "thermres": -0.2,
"symbol": "Int_ShieldGenerator_Size5_Class3_Fast", "symbol": "Int_ShieldGenerator_Size5_Class3_Fast"
"ukName": "Bi-Weave Shield",
"ukDiscript": "An alternative shield generator that sacrifices overall shield strength for a much faster recharge rate."
}, },
{ {
"brokenregen": 8, "brokenregen": 8,
"class": 6, "class": 6,
"cost": 2696589, "cost": 2696600,
"distdraw": 0.6, "distdraw": 0.6,
"edID": 128671336, "edID": 128671336,
"eddbID": 1535, "eddbID": 1535,
@@ -158,14 +148,12 @@
"rating": "C", "rating": "C",
"regen": 3.2, "regen": 3.2,
"thermres": -0.2, "thermres": -0.2,
"symbol": "Int_ShieldGenerator_Size6_Class3_Fast", "symbol": "Int_ShieldGenerator_Size6_Class3_Fast"
"ukName": "Bi-Weave Shield",
"ukDiscript": "An alternative shield generator that sacrifices overall shield strength for a much faster recharge rate."
}, },
{ {
"brokenregen": 11, "brokenregen": 11,
"class": 7, "class": 7,
"cost": 8548185, "cost": 8548186,
"distdraw": 0.6, "distdraw": 0.6,
"edID": 128671337, "edID": 128671337,
"eddbID": 1536, "eddbID": 1536,
@@ -185,14 +173,12 @@
"rating": "C", "rating": "C",
"regen": 4.4, "regen": 4.4,
"thermres": -0.2, "thermres": -0.2,
"symbol": "Int_ShieldGenerator_Size7_Class3_Fast", "symbol": "Int_ShieldGenerator_Size7_Class3_Fast"
"ukName": "Bi-Weave Shield",
"ukDiscript": "An alternative shield generator that sacrifices overall shield strength for a much faster recharge rate."
}, },
{ {
"brokenregen": 14.4, "brokenregen": 14.4,
"class": 8, "class": 8,
"cost": 27097748, "cost": 27097750,
"distdraw": 0.6, "distdraw": 0.6,
"edID": 128671338, "edID": 128671338,
"eddbID": 1537, "eddbID": 1537,
@@ -212,9 +198,7 @@
"rating": "C", "rating": "C",
"regen": 5.8, "regen": 5.8,
"thermres": -0.2, "thermres": -0.2,
"symbol": "Int_ShieldGenerator_Size8_Class3_Fast", "symbol": "Int_ShieldGenerator_Size8_Class3_Fast"
"ukName": "Bi-Weave Shield",
"ukDiscript": "An alternative shield generator that sacrifices overall shield strength for a much faster recharge rate."
} }
] ]
} }

View File

@@ -2,7 +2,7 @@
"pci": [ "pci": [
{ {
"class": 3, "class": 3,
"cost": 26705, "cost": 26707,
"edID": 128734692, "edID": 128734692,
"eddbID": 1568, "eddbID": 1568,
"grp": "pci", "grp": "pci",
@@ -10,13 +10,11 @@
"mass": 5, "mass": 5,
"passengers": 3, "passengers": 3,
"rating": "D", "rating": "D",
"symbol": "Int_PassengerCabin_Size3_Class2", "symbol": "Int_PassengerCabin_Size3_Class2"
"ukName": "BC Passenger Cabin",
"ukDiscript": "Business Class Passenger Cabin."
}, },
{ {
"class": 4, "class": 4,
"cost": 56862, "cost": 56870,
"edID": 128727923, "edID": 128727923,
"eddbID": 1569, "eddbID": 1569,
"grp": "pci", "grp": "pci",
@@ -24,13 +22,11 @@
"mass": 10, "mass": 10,
"passengers": 6, "passengers": 6,
"rating": "D", "rating": "D",
"symbol": "Int_PassengerCabin_Size4_Class2", "symbol": "Int_PassengerCabin_Size4_Class2"
"ukName": "BC Passenger Cabin",
"ukDiscript": "Business Class Passenger Cabin."
}, },
{ {
"class": 5, "class": 5,
"cost": 92362, "cost": 92370,
"edID": 128734694, "edID": 128734694,
"eddbID": 1570, "eddbID": 1570,
"grp": "pci", "grp": "pci",
@@ -38,13 +34,11 @@
"mass": 20, "mass": 20,
"passengers": 10, "passengers": 10,
"rating": "D", "rating": "D",
"symbol": "Int_PassengerCabin_Size5_Class2", "symbol": "Int_PassengerCabin_Size5_Class2"
"ukName": "BC Passenger Cabin",
"ukDiscript": "Business Class Passenger Cabin."
}, },
{ {
"class": 6, "class": 6,
"cost": 184232, "cost": 184240,
"edID": 128727927, "edID": 128727927,
"eddbID": 1571, "eddbID": 1571,
"grp": "pci", "grp": "pci",
@@ -52,9 +46,7 @@
"mass": 40, "mass": 40,
"passengers": 16, "passengers": 16,
"rating": "D", "rating": "D",
"symbol": "Int_PassengerCabin_Size6_Class2", "symbol": "Int_PassengerCabin_Size6_Class2"
"ukName": "BC Passenger Cabin",
"ukDiscript": "Business Class Passenger Cabin."
} }
] ]
} }

View File

@@ -10,9 +10,7 @@
"id": "00", "id": "00",
"rating": "E", "rating": "E",
"mass": 0, "mass": 0,
"symbol": "Int_CargoRack_Size1_Class1", "symbol": "Int_CargoRack_Size1_Class1"
"ukName": "Cargo Rack",
"ukDiscript": "Standardised storage rack for use in automated cargo transfer system."
}, },
{ {
"cargo": 4, "cargo": 4,
@@ -24,65 +22,55 @@
"id": "01", "id": "01",
"rating": "E", "rating": "E",
"mass": 0, "mass": 0,
"symbol": "Int_CargoRack_Size2_Class1", "symbol": "Int_CargoRack_Size2_Class1"
"ukName": "Cargo Rack",
"ukDiscript": "Standardised storage rack for use in automated cargo transfer system."
}, },
{ {
"cargo": 8, "cargo": 8,
"class": 3, "class": 3,
"cost": 10563, "cost": 10560,
"edID": 128064340, "edID": 128064340,
"eddbID": 1193, "eddbID": 1193,
"grp": "cr", "grp": "cr",
"id": "02", "id": "02",
"rating": "E", "rating": "E",
"mass": 0, "mass": 0,
"symbol": "Int_CargoRack_Size3_Class1", "symbol": "Int_CargoRack_Size3_Class1"
"ukName": "Cargo Rack",
"ukDiscript": "Standardised storage rack for use in automated cargo transfer system."
}, },
{ {
"cargo": 16, "cargo": 16,
"class": 4, "class": 4,
"cost": 34328, "cost": 34330,
"edID": 128064341, "edID": 128064341,
"eddbID": 1194, "eddbID": 1194,
"grp": "cr", "grp": "cr",
"id": "03", "id": "03",
"rating": "E", "rating": "E",
"mass": 0, "mass": 0,
"symbol": "Int_CargoRack_Size4_Class1", "symbol": "Int_CargoRack_Size4_Class1"
"ukName": "Cargo Rack",
"ukDiscript": "Standardised storage rack for use in automated cargo transfer system."
}, },
{ {
"cargo": 32, "cargo": 32,
"class": 5, "class": 5,
"cost": 111566, "cost": 111570,
"edID": 128064342, "edID": 128064342,
"eddbID": 1195, "eddbID": 1195,
"grp": "cr", "grp": "cr",
"id": "04", "id": "04",
"rating": "E", "rating": "E",
"mass": 0, "mass": 0,
"symbol": "Int_CargoRack_Size5_Class1", "symbol": "Int_CargoRack_Size5_Class1"
"ukName": "Cargo Rack",
"ukDiscript": "Standardised storage rack for use in automated cargo transfer system."
}, },
{ {
"cargo": 64, "cargo": 64,
"class": 6, "class": 6,
"cost": 362591, "cost": 362590,
"edID": 128064343, "edID": 128064343,
"eddbID": 1196, "eddbID": 1196,
"grp": "cr", "grp": "cr",
"id": "05", "id": "05",
"rating": "E", "rating": "E",
"mass": 0, "mass": 0,
"symbol": "Int_CargoRack_Size6_Class1", "symbol": "Int_CargoRack_Size6_Class1"
"ukName": "Cargo Rack",
"ukDiscript": "Standardised storage rack for use in automated cargo transfer system."
}, },
{ {
"cargo": 128, "cargo": 128,
@@ -94,23 +82,19 @@
"id": "06", "id": "06",
"rating": "E", "rating": "E",
"mass": 0, "mass": 0,
"symbol": "Int_CargoRack_Size7_Class1", "symbol": "Int_CargoRack_Size7_Class1"
"ukName": "Cargo Rack",
"ukDiscript": "Standardised storage rack for use in automated cargo transfer system."
}, },
{ {
"cargo": 256, "cargo": 256,
"class": 8, "class": 8,
"cost": 3829866, "cost": 3829870,
"edID": 128064345, "edID": 128064345,
"eddbID": 1198, "eddbID": 1198,
"grp": "cr", "grp": "cr",
"id": "07", "id": "07",
"rating": "E", "rating": "E",
"mass": 0, "mass": 0,
"symbol": "Int_CargoRack_Size8_Class1", "symbol": "Int_CargoRack_Size8_Class1"
"ukName": "Cargo Rack",
"ukDiscript": "Standardised storage rack for use in automated cargo transfer system."
}, },
{ {
"cargo": 1, "cargo": 1,
@@ -123,14 +107,12 @@
"name": "Corrosion Resistant", "name": "Corrosion Resistant",
"rating": "E", "rating": "E",
"mass": 0, "mass": 0,
"symbol": "Int_CorrosionProofCargoRack_Size1_Class1", "symbol": "Int_CorrosionProofCargoRack_Size1_Class1"
"ukName": "Corrosion Resistant Cargo Rack",
"ukDiscript": "Specialised storage rack for use in automated cargo transfer system that can resist the effects of corrosive cargo."
}, },
{ {
"cargo": 2, "cargo": 2,
"class": 1, "class": 1,
"cost": 0, "cost": 12563,
"edID": 128681992, "edID": 128681992,
"eddbID": 1552, "eddbID": 1552,
"grp": "cr", "grp": "cr",
@@ -138,52 +120,33 @@
"name": "Corrosion Resistant", "name": "Corrosion Resistant",
"rating": "F", "rating": "F",
"mass": 0, "mass": 0,
"symbol": "Int_CorrosionProofCargoRack_Size1_Class2", "symbol": "Int_CorrosionProofCargoRack_Size1_Class2"
"ukName": "Corrosion Resistant Cargo Rack", },
"ukDiscript": "Specialised storage rack for use in automated cargo transfer system that can resist the effects of corrosive cargo." {
"cargo": 4,
"class": 2,
"cost": 12563,
"edID": 128681992,
"eddbID": 1552,
"grp": "cr",
"id": "0V",
"name": "Corrosion Resistant",
"rating": "F",
"mass": 0,
"symbol": "Int_CorrosionProofCargoRack_Size2_Class1"
}, },
{ {
"cargo": 16, "cargo": 16,
"class": 4, "class": 4,
"cost": 94330, "cost": 94330,
"edID": 128833944, "edID": 128833944,
"eddbID": 1699, "eddbID": 1552,
"grp": "cr", "grp": "cr",
"id": "0W", "id": "0W",
"name": "Corrosion Resistant", "name": "Corrosion Resistant",
"rating": "E", "rating": "E",
"mass": 0, "mass": 0,
"symbol": "Int_CorrosionProofCargoRack_Size4_Class1", "symbol": "Int_CorrosionProofCargoRack_Size4_Class1"
"ukName": "Corrosion Resistant Cargo Rack",
"ukDiscript": "Specialised storage rack for use in automated cargo transfer system that can resist the effects of corrosive cargo."
},
{
"cargo": 32,
"class": 5,
"cost": 0,
"edID": 128957069,
"grp": "cr",
"id": "5E",
"name": "Corrosion Resistant",
"rating": "E",
"mass": 0,
"symbol": "Int_CorrosionProofCargoRack_Size5_Class1",
"ukName": "Corrosion Resistant Cargo Rack",
"ukDiscript": "Specialised storage rack for use in automated cargo transfer system that can resist the effects of corrosive cargo."
},
{
"cargo": 64,
"class": 6,
"cost": 0,
"edID": null,
"grp": "cr",
"id": "5F",
"name": "Corrosion Resistant",
"rating": "E",
"mass": 0,
"symbol": "Int_CorrosionProofCargoRack_Size6_Class1",
"ukName": "Corrosion Resistant Cargo Rack",
"ukDiscript": "Specialised storage rack for use in automated cargo transfer system that can resist the effects of corrosive cargo."
} }
] ]
} }

View File

@@ -13,9 +13,7 @@
"range": 0.8, "range": 0.8,
"rating": "E", "rating": "E",
"time": 300, "time": 300,
"symbol": "Int_DroneControl_Collection_Size1_Class1", "symbol": "Int_DroneControl_Collection_Size1_Class1"
"ukName": "Collector",
"ukDiscript": "Controls limpets to collect canisters and asteroid chunks automatically."
}, },
{ {
"class": 1, "class": 1,
@@ -30,9 +28,7 @@
"range": 0.6, "range": 0.6,
"rating": "D", "rating": "D",
"time": 600, "time": 600,
"symbol": "Int_DroneControl_Collection_Size1_Class2", "symbol": "Int_DroneControl_Collection_Size1_Class2"
"ukName": "Collector",
"ukDiscript": "Controls limpets to collect canisters and asteroid chunks automatically."
}, },
{ {
"class": 1, "class": 1,
@@ -47,9 +43,7 @@
"range": 1, "range": 1,
"rating": "C", "rating": "C",
"time": 510, "time": 510,
"symbol": "Int_DroneControl_Collection_Size1_Class3", "symbol": "Int_DroneControl_Collection_Size1_Class3"
"ukName": "Collector",
"ukDiscript": "Controls limpets to collect canisters and asteroid chunks automatically."
}, },
{ {
"class": 1, "class": 1,
@@ -64,9 +58,7 @@
"range": 1.4, "range": 1.4,
"rating": "B", "rating": "B",
"time": 420, "time": 420,
"symbol": "Int_DroneControl_Collection_Size1_Class4", "symbol": "Int_DroneControl_Collection_Size1_Class4"
"ukName": "Collector",
"ukDiscript": "Controls limpets to collect canisters and asteroid chunks automatically."
}, },
{ {
"class": 1, "class": 1,
@@ -81,9 +73,7 @@
"range": 1.2, "range": 1.2,
"rating": "A", "rating": "A",
"time": 720, "time": 720,
"symbol": "Int_DroneControl_Collection_Size1_Class5", "symbol": "Int_DroneControl_Collection_Size1_Class5"
"ukName": "Collector",
"ukDiscript": "Controls limpets to collect canisters and asteroid chunks automatically."
}, },
{ {
"class": 3, "class": 3,
@@ -98,9 +88,7 @@
"range": 0.88, "range": 0.88,
"rating": "E", "rating": "E",
"time": 300, "time": 300,
"symbol": "Int_DroneControl_Collection_Size3_Class1", "symbol": "Int_DroneControl_Collection_Size3_Class1"
"ukName": "Collector",
"ukDiscript": "Controls limpets to collect canisters and asteroid chunks automatically."
}, },
{ {
"class": 3, "class": 3,
@@ -115,9 +103,7 @@
"range": 0.66, "range": 0.66,
"rating": "D", "rating": "D",
"time": 600, "time": 600,
"symbol": "Int_DroneControl_Collection_Size3_Class2", "symbol": "Int_DroneControl_Collection_Size3_Class2"
"ukName": "Collector",
"ukDiscript": "Controls limpets to collect canisters and asteroid chunks automatically."
}, },
{ {
"class": 3, "class": 3,
@@ -132,9 +118,7 @@
"range": 1.1, "range": 1.1,
"rating": "C", "rating": "C",
"time": 510, "time": 510,
"symbol": "Int_DroneControl_Collection_Size3_Class3", "symbol": "Int_DroneControl_Collection_Size3_Class3"
"ukName": "Collector",
"ukDiscript": "Controls limpets to collect canisters and asteroid chunks automatically."
}, },
{ {
"class": 3, "class": 3,
@@ -149,9 +133,7 @@
"range": 1.54, "range": 1.54,
"rating": "B", "rating": "B",
"time": 420, "time": 420,
"symbol": "Int_DroneControl_Collection_Size3_Class4", "symbol": "Int_DroneControl_Collection_Size3_Class4"
"ukName": "Collector",
"ukDiscript": "Controls limpets to collect canisters and asteroid chunks automatically."
}, },
{ {
"class": 3, "class": 3,
@@ -166,9 +148,7 @@
"range": 1.32, "range": 1.32,
"rating": "A", "rating": "A",
"time": 720, "time": 720,
"symbol": "Int_DroneControl_Collection_Size3_Class5", "symbol": "Int_DroneControl_Collection_Size3_Class5"
"ukName": "Collector",
"ukDiscript": "Controls limpets to collect canisters and asteroid chunks automatically."
}, },
{ {
"class": 5, "class": 5,
@@ -183,9 +163,7 @@
"range": 1.04, "range": 1.04,
"rating": "E", "rating": "E",
"time": 300, "time": 300,
"symbol": "Int_DroneControl_Collection_Size5_Class1", "symbol": "Int_DroneControl_Collection_Size5_Class1"
"ukName": "Collector",
"ukDiscript": "Controls limpets to collect canisters and asteroid chunks automatically."
}, },
{ {
"class": 5, "class": 5,
@@ -200,9 +178,7 @@
"range": 0.78, "range": 0.78,
"rating": "D", "rating": "D",
"time": 600, "time": 600,
"symbol": "Int_DroneControl_Collection_Size5_Class2", "symbol": "Int_DroneControl_Collection_Size5_Class2"
"ukName": "Collector",
"ukDiscript": "Controls limpets to collect canisters and asteroid chunks automatically."
}, },
{ {
"class": 5, "class": 5,
@@ -217,9 +193,7 @@
"range": 1.3, "range": 1.3,
"rating": "C", "rating": "C",
"time": 510, "time": 510,
"symbol": "Int_DroneControl_Collection_Size5_Class3", "symbol": "Int_DroneControl_Collection_Size5_Class3"
"ukName": "Collector",
"ukDiscript": "Controls limpets to collect canisters and asteroid chunks automatically."
}, },
{ {
"class": 5, "class": 5,
@@ -234,9 +208,7 @@
"range": 1.82, "range": 1.82,
"rating": "B", "rating": "B",
"time": 420, "time": 420,
"symbol": "Int_DroneControl_Collection_Size5_Class4", "symbol": "Int_DroneControl_Collection_Size5_Class4"
"ukName": "Collector",
"ukDiscript": "Controls limpets to collect canisters and asteroid chunks automatically."
}, },
{ {
"class": 5, "class": 5,
@@ -251,9 +223,7 @@
"range": 1.56, "range": 1.56,
"rating": "A", "rating": "A",
"time": 720, "time": 720,
"symbol": "Int_DroneControl_Collection_Size5_Class5", "symbol": "Int_DroneControl_Collection_Size5_Class5"
"ukName": "Collector",
"ukDiscript": "Controls limpets to collect canisters and asteroid chunks automatically."
}, },
{ {
"class": 7, "class": 7,
@@ -268,9 +238,7 @@
"range": 1.36, "range": 1.36,
"rating": "E", "rating": "E",
"time": 300, "time": 300,
"symbol": "Int_DroneControl_Collection_Size7_Class1", "symbol": "Int_DroneControl_Collection_Size7_Class1"
"ukName": "Collector",
"ukDiscript": "Controls limpets to collect canisters and asteroid chunks automatically."
}, },
{ {
"class": 7, "class": 7,
@@ -285,9 +253,7 @@
"range": 1.02, "range": 1.02,
"rating": "D", "rating": "D",
"time": 600, "time": 600,
"symbol": "Int_DroneControl_Collection_Size7_Class2", "symbol": "Int_DroneControl_Collection_Size7_Class2"
"ukName": "Collector",
"ukDiscript": "Controls limpets to collect canisters and asteroid chunks automatically."
}, },
{ {
"class": 7, "class": 7,
@@ -302,9 +268,7 @@
"range": 1.7, "range": 1.7,
"rating": "C", "rating": "C",
"time": 510, "time": 510,
"symbol": "Int_DroneControl_Collection_Size7_Class3", "symbol": "Int_DroneControl_Collection_Size7_Class3"
"ukName": "Collector",
"ukDiscript": "Controls limpets to collect canisters and asteroid chunks automatically."
}, },
{ {
"class": 7, "class": 7,
@@ -319,9 +283,7 @@
"range": 2.38, "range": 2.38,
"rating": "B", "rating": "B",
"time": 420, "time": 420,
"symbol": "Int_DroneControl_Collection_Size7_Class4", "symbol": "Int_DroneControl_Collection_Size7_Class4"
"ukName": "Collector",
"ukDiscript": "Controls limpets to collect canisters and asteroid chunks automatically."
}, },
{ {
"class": 7, "class": 7,
@@ -336,9 +298,7 @@
"range": 2.04, "range": 2.04,
"rating": "A", "rating": "A",
"time": 720, "time": 720,
"symbol": "Int_DroneControl_Collection_Size7_Class5", "symbol": "Int_DroneControl_Collection_Size7_Class5"
"ukName": "Collector",
"ukDiscript": "Controls limpets to collect canisters and asteroid chunks automatically."
} }
] ]
} }

View File

@@ -12,13 +12,11 @@
"power": 0.18, "power": 0.18,
"range": 0.6, "range": 0.6,
"rating": "E", "rating": "E",
"symbol": "Int_DroneControl_Decontamination_Size1_Class1", "symbol": "Int_DroneControl_Decontamination_Size1_Class1"
"ukName": "Decontamination",
"ukDiscript": "Controls a limpet that removes caustic chemicals affecting a ship's hull, as well as applying a small amount of hull repair."
}, },
{ {
"class": 3, "class": 3,
"cost": 16200, "cost": 16201,
"edID": 128793942, "edID": 128793942,
"eddbID": 1633, "eddbID": 1633,
"grp": "dtl", "grp": "dtl",
@@ -28,13 +26,11 @@
"power": 0.2, "power": 0.2,
"range": 0.88, "range": 0.88,
"rating": "E", "rating": "E",
"symbol": "Int_DroneControl_Decontamination_Size3_Class1", "symbol": "Int_DroneControl_Decontamination_Size3_Class1"
"ukName": "Decontamination",
"ukDiscript": "Controls a limpet that removes caustic chemicals affecting a ship's hull, as well as applying a small amount of hull repair."
}, },
{ {
"class": 5, "class": 5,
"cost": 145800, "cost": 145801,
"edID": 128793943, "edID": 128793943,
"eddbID": 1634, "eddbID": 1634,
"grp": "dtl", "grp": "dtl",
@@ -44,13 +40,11 @@
"power": 0.5, "power": 0.5,
"range": 1.3, "range": 1.3,
"rating": "E", "rating": "E",
"symbol": "Int_DroneControl_Decontamination_Size5_Class1", "symbol": "Int_DroneControl_Decontamination_Size5_Class1"
"ukName": "Decontamination",
"ukDiscript": "Controls a limpet that removes caustic chemicals affecting a ship's hull, as well as applying a small amount of hull repair."
}, },
{ {
"class": 7, "class": 7,
"cost": 1312200, "cost": 1312201,
"edID": 128793944, "edID": 128793944,
"eddbID": 1635, "eddbID": 1635,
"grp": "dtl", "grp": "dtl",
@@ -60,9 +54,7 @@
"power": 0.97, "power": 0.97,
"range": 2.04, "range": 2.04,
"rating": "E", "rating": "E",
"symbol": "Int_DroneControl_Decontamination_Size7_Class1", "symbol": "Int_DroneControl_Decontamination_Size7_Class1"
"ukName": "Decontamination",
"ukDiscript": "Controls a limpet that removes caustic chemicals affecting a ship's hull, as well as applying a small amount of hull repair."
} }
] ]
} }

View File

@@ -11,24 +11,7 @@
"name": "Standard Docking Computer", "name": "Standard Docking Computer",
"power": 0.39, "power": 0.39,
"rating": "E", "rating": "E",
"symbol": "Int_DockingComputer_Standard", "symbol": "Int_DockingComputer_Standard"
"ukName": "Docking Computer",
"ukDiscript": "Allows assisted docking sequence at all starports and outposts."
},
{
"class": 1,
"cost": 13507,
"edID": 128935155,
"eddbID": 1810,
"grp": "dc",
"id": "3x",
"integrity": 10,
"name": "Advanced Docking Computer",
"power": 0.45,
"rating": "E",
"symbol": "Int_DockingComputer_Advanced",
"ukName": "Advanced Docking Computer",
"ukDiscript": "Allows assisted docking and launch at all starports and outposts."
} }
] ]
} }

View File

@@ -2,7 +2,7 @@
"pce": [ "pce": [
{ {
"class": 2, "class": 2,
"cost": 4312, "cost": 4320,
"edID": 128734690, "edID": 128734690,
"eddbID": 1563, "eddbID": 1563,
"grp": "pce", "grp": "pce",
@@ -10,13 +10,11 @@
"mass": 2.5, "mass": 2.5,
"passengers": 2, "passengers": 2,
"rating": "E", "rating": "E",
"symbol": "Int_PassengerCabin_Size2_Class1", "symbol": "Int_PassengerCabin_Size2_Class1"
"ukName": "EC Passenger Cabin",
"ukDiscript": "Economy Class Passenger Cabin."
}, },
{ {
"class": 3, "class": 3,
"cost": 8657, "cost": 8659,
"edID": 128734691, "edID": 128734691,
"eddbID": 1564, "eddbID": 1564,
"grp": "pce", "grp": "pce",
@@ -24,13 +22,11 @@
"mass": 5, "mass": 5,
"passengers": 4, "passengers": 4,
"rating": "E", "rating": "E",
"symbol": "Int_PassengerCabin_Size3_Class1", "symbol": "Int_PassengerCabin_Size3_Class1"
"ukName": "EC Passenger Cabin",
"ukDiscript": "Economy Class Passenger Cabin."
}, },
{ {
"class": 4, "class": 4,
"cost": 18954, "cost": 18960,
"edID": 128727922, "edID": 128727922,
"eddbID": 1565, "eddbID": 1565,
"grp": "pce", "grp": "pce",
@@ -38,13 +34,11 @@
"mass": 10, "mass": 10,
"passengers": 8, "passengers": 8,
"rating": "E", "rating": "E",
"symbol": "Int_PassengerCabin_Size4_Class1", "symbol": "Int_PassengerCabin_Size4_Class1"
"ukName": "EC Passenger Cabin",
"ukDiscript": "Economy Class Passenger Cabin."
}, },
{ {
"class": 5, "class": 5,
"cost": 34954, "cost": 34960,
"edID": 128734693, "edID": 128734693,
"eddbID": 1566, "eddbID": 1566,
"grp": "pce", "grp": "pce",
@@ -52,13 +46,11 @@
"mass": 20, "mass": 20,
"passengers": 16, "passengers": 16,
"rating": "E", "rating": "E",
"symbol": "Int_PassengerCabin_Size5_Class1", "symbol": "Int_PassengerCabin_Size5_Class1"
"ukName": "EC Passenger Cabin",
"ukDiscript": "Economy Class Passenger Cabin."
}, },
{ {
"class": 6, "class": 6,
"cost": 61410, "cost": 61420,
"edID": 128727926, "edID": 128727926,
"eddbID": 1567, "eddbID": 1567,
"grp": "pce", "grp": "pce",
@@ -66,9 +58,7 @@
"mass": 40, "mass": 40,
"passengers": 32, "passengers": 32,
"rating": "E", "rating": "E",
"symbol": "Int_PassengerCabin_Size6_Class1", "symbol": "Int_PassengerCabin_Size6_Class1"
"ukName": "EC Passenger Cabin",
"ukDiscript": "Economy Class Passenger Cabin."
} }
] ]
} }

View File

@@ -1,32 +0,0 @@
{
"ews": [
{
"rating": "F",
"class": 3,
"mass": 8,
"id": "3z",
"edID": 129019260,
"eddbID": 1836,
"power": 1.5,
"cost": 2000000,
"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": 4000000,
"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

@@ -3,7 +3,7 @@
{ {
"bays": 1, "bays": 1,
"class": 5, "class": 5,
"cost": 575643, "cost": 575644,
"edID": 128727930, "edID": 128727930,
"eddbID": 1562, "eddbID": 1562,
"fightercost": 1030, "fightercost": 1030,
@@ -14,14 +14,12 @@
"power": 0.25, "power": 0.25,
"rating": "D", "rating": "D",
"rebuildsperbay": 6, "rebuildsperbay": 6,
"symbol": "Int_FighterBay_Size5_Class1", "symbol": "Int_FighterBay_Size5_Class1"
"ukName": "Fighter Hangar",
"ukDiscript": "A module designed to house ship launched vehicles."
}, },
{ {
"bays": 2, "bays": 2,
"class": 6, "class": 6,
"cost": 1869340, "cost": 1869350,
"edID": 128727931, "edID": 128727931,
"eddbID": 1561, "eddbID": 1561,
"fightercost": 1030, "fightercost": 1030,
@@ -32,15 +30,13 @@
"power": 0.35, "power": 0.35,
"rating": "D", "rating": "D",
"rebuildsperbay": 8, "rebuildsperbay": 8,
"symbol": "Int_FighterBay_Size6_Class1", "symbol": "Int_FighterBay_Size6_Class1"
"ukName": "Fighter Hangar",
"ukDiscript": "A module designed to house ship launched vehicles."
}, },
{ {
"bays": 2, "bays": 2,
"class": 7, "class": 7,
"edID": 128727932, "edID": 128727932,
"cost": 2369320, "cost": 2369330,
"eddbID": 1560, "eddbID": 1560,
"fightercost": 1030, "fightercost": 1030,
"grp": "fh", "grp": "fh",
@@ -50,9 +46,7 @@
"power": 0.35, "power": 0.35,
"rating": "D", "rating": "D",
"rebuildsperbay": 15, "rebuildsperbay": 15,
"symbol": "Int_FighterBay_Size7_Class1", "symbol": "Int_FighterBay_Size7_Class1"
"ukName": "Fighter Hangar",
"ukDiscript": "A module designed to house ship launched vehicles."
} }
] ]
} }

View File

@@ -2,7 +2,7 @@
"pcm": [ "pcm": [
{ {
"class": 4, "class": 4,
"cost": 170586, "cost": 170587,
"edID": 128727924, "edID": 128727924,
"eddbID": 1572, "eddbID": 1572,
"grp": "pcm", "grp": "pcm",
@@ -10,13 +10,11 @@
"mass": 10, "mass": 10,
"passengers": 3, "passengers": 3,
"rating": "C", "rating": "C",
"symbol": "Int_PassengerCabin_Size4_Class3", "symbol": "Int_PassengerCabin_Size4_Class3"
"ukName": "FC Passenger Cabin",
"ukDiscript": "First Class Passenger Cabin."
}, },
{ {
"class": 5, "class": 5,
"cost": 340526, "cost": 340528,
"edID": 128734695, "edID": 128734695,
"eddbID": 1573, "eddbID": 1573,
"grp": "pcm", "grp": "pcm",
@@ -24,13 +22,11 @@
"mass": 20, "mass": 20,
"passengers": 6, "passengers": 6,
"rating": "C", "rating": "C",
"symbol": "Int_PassengerCabin_Size5_Class3", "symbol": "Int_PassengerCabin_Size5_Class3"
"ukName": "FC Passenger Cabin",
"ukDiscript": "First Class Passenger Cabin."
}, },
{ {
"class": 6, "class": 6,
"cost": 552698, "cost": 552700,
"edID": 128727928, "edID": 128727928,
"eddbID": 1574, "eddbID": 1574,
"grp": "pcm", "grp": "pcm",
@@ -38,9 +34,7 @@
"mass": 40, "mass": 40,
"passengers": 12, "passengers": 12,
"rating": "C", "rating": "C",
"symbol": "Int_PassengerCabin_Size6_Class3", "symbol": "Int_PassengerCabin_Size6_Class3"
"ukName": "FC Passenger Cabin",
"ukDiscript": "First Class Passenger Cabin."
} }
] ]
} }

View File

@@ -14,9 +14,7 @@
"power": 0.14, "power": 0.14,
"ranget": 3, "ranget": 3,
"rating": "E", "rating": "E",
"symbol": "Int_FSDInterdictor_Size1_Class1", "symbol": "Int_FSDInterdictor_Size1_Class1"
"ukName": "FSD Interdictor",
"ukDiscript": "Used to pull targets out of supercruise."
}, },
{ {
"boot": 15, "boot": 15,
@@ -32,9 +30,7 @@
"power": 0.18, "power": 0.18,
"ranget": 4, "ranget": 4,
"rating": "D", "rating": "D",
"symbol": "Int_FSDInterdictor_Size1_Class2", "symbol": "Int_FSDInterdictor_Size1_Class2"
"ukName": "FSD Interdictor",
"ukDiscript": "Used to pull targets out of supercruise."
}, },
{ {
"boot": 15, "boot": 15,
@@ -50,9 +46,7 @@
"power": 0.23, "power": 0.23,
"ranget": 5, "ranget": 5,
"rating": "C", "rating": "C",
"symbol": "Int_FSDInterdictor_Size1_Class3", "symbol": "Int_FSDInterdictor_Size1_Class3"
"ukName": "FSD Interdictor",
"ukDiscript": "Used to pull targets out of supercruise."
}, },
{ {
"boot": 15, "boot": 15,
@@ -68,9 +62,7 @@
"power": 0.28, "power": 0.28,
"ranget": 6, "ranget": 6,
"rating": "B", "rating": "B",
"symbol": "Int_FSDInterdictor_Size1_Class4", "symbol": "Int_FSDInterdictor_Size1_Class4"
"ukName": "FSD Interdictor",
"ukDiscript": "Used to pull targets out of supercruise."
}, },
{ {
"boot": 15, "boot": 15,
@@ -86,9 +78,7 @@
"power": 0.32, "power": 0.32,
"ranget": 7, "ranget": 7,
"rating": "A", "rating": "A",
"symbol": "Int_FSDInterdictor_Size1_Class5", "symbol": "Int_FSDInterdictor_Size1_Class5"
"ukName": "FSD Interdictor",
"ukDiscript": "Used to pull targets out of supercruise."
}, },
{ {
"boot": 15, "boot": 15,
@@ -104,9 +94,7 @@
"power": 0.17, "power": 0.17,
"ranget": 6, "ranget": 6,
"rating": "E", "rating": "E",
"symbol": "Int_FSDInterdictor_Size2_Class1", "symbol": "Int_FSDInterdictor_Size2_Class1"
"ukName": "FSD Interdictor",
"ukDiscript": "Used to pull targets out of supercruise."
}, },
{ {
"boot": 15, "boot": 15,
@@ -122,9 +110,7 @@
"power": 0.22, "power": 0.22,
"ranget": 7, "ranget": 7,
"rating": "D", "rating": "D",
"symbol": "Int_FSDInterdictor_Size2_Class2", "symbol": "Int_FSDInterdictor_Size2_Class2"
"ukName": "FSD Interdictor",
"ukDiscript": "Used to pull targets out of supercruise."
}, },
{ {
"boot": 15, "boot": 15,
@@ -140,9 +126,7 @@
"power": 0.28, "power": 0.28,
"ranget": 8, "ranget": 8,
"rating": "C", "rating": "C",
"symbol": "Int_FSDInterdictor_Size2_Class3", "symbol": "Int_FSDInterdictor_Size2_Class3"
"ukName": "FSD Interdictor",
"ukDiscript": "Used to pull targets out of supercruise."
}, },
{ {
"boot": 15, "boot": 15,
@@ -158,9 +142,7 @@
"power": 0.34, "power": 0.34,
"ranget": 9, "ranget": 9,
"rating": "B", "rating": "B",
"symbol": "Int_FSDInterdictor_Size2_Class4", "symbol": "Int_FSDInterdictor_Size2_Class4"
"ukName": "FSD Interdictor",
"ukDiscript": "Used to pull targets out of supercruise."
}, },
{ {
"boot": 15, "boot": 15,
@@ -176,9 +158,7 @@
"power": 0.39, "power": 0.39,
"ranget": 10, "ranget": 10,
"rating": "A", "rating": "A",
"symbol": "Int_FSDInterdictor_Size2_Class5", "symbol": "Int_FSDInterdictor_Size2_Class5"
"ukName": "FSD Interdictor",
"ukDiscript": "Used to pull targets out of supercruise."
}, },
{ {
"boot": 15, "boot": 15,
@@ -194,9 +174,7 @@
"power": 0.2, "power": 0.2,
"ranget": 9, "ranget": 9,
"rating": "E", "rating": "E",
"symbol": "Int_FSDInterdictor_Size3_Class1", "symbol": "Int_FSDInterdictor_Size3_Class1"
"ukName": "FSD Interdictor",
"ukDiscript": "Used to pull targets out of supercruise."
}, },
{ {
"boot": 15, "boot": 15,
@@ -212,9 +190,7 @@
"power": 0.27, "power": 0.27,
"ranget": 10, "ranget": 10,
"rating": "D", "rating": "D",
"symbol": "Int_FSDInterdictor_Size3_Class2", "symbol": "Int_FSDInterdictor_Size3_Class2"
"ukName": "FSD Interdictor",
"ukDiscript": "Used to pull targets out of supercruise."
}, },
{ {
"boot": 15, "boot": 15,
@@ -230,9 +206,7 @@
"power": 0.34, "power": 0.34,
"ranget": 11, "ranget": 11,
"rating": "C", "rating": "C",
"symbol": "Int_FSDInterdictor_Size3_Class3", "symbol": "Int_FSDInterdictor_Size3_Class3"
"ukName": "FSD Interdictor",
"ukDiscript": "Used to pull targets out of supercruise."
}, },
{ {
"boot": 15, "boot": 15,
@@ -248,9 +222,7 @@
"power": 0.41, "power": 0.41,
"ranget": 12, "ranget": 12,
"rating": "B", "rating": "B",
"symbol": "Int_FSDInterdictor_Size3_Class4", "symbol": "Int_FSDInterdictor_Size3_Class4"
"ukName": "FSD Interdictor",
"ukDiscript": "Used to pull targets out of supercruise."
}, },
{ {
"boot": 15, "boot": 15,
@@ -266,14 +238,12 @@
"power": 0.48, "power": 0.48,
"ranget": 13, "ranget": 13,
"rating": "A", "rating": "A",
"symbol": "Int_FSDInterdictor_Size3_Class5", "symbol": "Int_FSDInterdictor_Size3_Class5"
"ukName": "FSD Interdictor",
"ukDiscript": "Used to pull targets out of supercruise."
}, },
{ {
"boot": 15, "boot": 15,
"class": 4, "class": 4,
"cost": 263424, "cost": 263420,
"edID": 128666707, "edID": 128666707,
"eddbID": 1309, "eddbID": 1309,
"facinglimit": 50, "facinglimit": 50,
@@ -284,14 +254,12 @@
"power": 0.25, "power": 0.25,
"ranget": 12, "ranget": 12,
"rating": "E", "rating": "E",
"symbol": "Int_FSDInterdictor_Size4_Class1", "symbol": "Int_FSDInterdictor_Size4_Class1"
"ukName": "FSD Interdictor",
"ukDiscript": "Used to pull targets out of supercruise."
}, },
{ {
"boot": 15, "boot": 15,
"class": 4, "class": 4,
"cost": 790272, "cost": 790270,
"edID": 128666711, "edID": 128666711,
"eddbID": 1313, "eddbID": 1313,
"facinglimit": 50, "facinglimit": 50,
@@ -302,14 +270,12 @@
"power": 0.33, "power": 0.33,
"ranget": 13, "ranget": 13,
"rating": "D", "rating": "D",
"symbol": "Int_FSDInterdictor_Size4_Class2", "symbol": "Int_FSDInterdictor_Size4_Class2"
"ukName": "FSD Interdictor",
"ukDiscript": "Used to pull targets out of supercruise."
}, },
{ {
"boot": 15, "boot": 15,
"class": 4, "class": 4,
"cost": 2370816, "cost": 2370820,
"edID": 128666715, "edID": 128666715,
"eddbID": 1317, "eddbID": 1317,
"facinglimit": 50, "facinglimit": 50,
@@ -320,14 +286,12 @@
"power": 0.41, "power": 0.41,
"ranget": 14, "ranget": 14,
"rating": "C", "rating": "C",
"symbol": "Int_FSDInterdictor_Size4_Class3", "symbol": "Int_FSDInterdictor_Size4_Class3"
"ukName": "FSD Interdictor",
"ukDiscript": "Used to pull targets out of supercruise."
}, },
{ {
"boot": 15, "boot": 15,
"class": 4, "class": 4,
"cost": 7112448, "cost": 7112450,
"edID": 128666719, "edID": 128666719,
"eddbID": 1321, "eddbID": 1321,
"facinglimit": 50, "facinglimit": 50,
@@ -338,14 +302,12 @@
"power": 0.49, "power": 0.49,
"ranget": 15, "ranget": 15,
"rating": "B", "rating": "B",
"symbol": "Int_FSDInterdictor_Size4_Class4", "symbol": "Int_FSDInterdictor_Size4_Class4"
"ukName": "FSD Interdictor",
"ukDiscript": "Used to pull targets out of supercruise."
}, },
{ {
"boot": 15, "boot": 15,
"class": 4, "class": 4,
"cost": 21337344, "cost": 21337340,
"edID": 128666723, "edID": 128666723,
"eddbID": 1325, "eddbID": 1325,
"facinglimit": 50, "facinglimit": 50,
@@ -356,9 +318,7 @@
"power": 0.57, "power": 0.57,
"ranget": 16, "ranget": 16,
"rating": "A", "rating": "A",
"symbol": "Int_FSDInterdictor_Size4_Class5", "symbol": "Int_FSDInterdictor_Size4_Class5"
"ukName": "FSD Interdictor",
"ukDiscript": "Used to pull targets out of supercruise."
} }
] ]
} }

View File

@@ -2,7 +2,7 @@
"fs": [ "fs": [
{ {
"class": 1, "class": 1,
"cost": 309, "cost": 310,
"edID": 128666644, "edID": 128666644,
"eddbID": 1246, "eddbID": 1246,
"grp": "fs", "grp": "fs",
@@ -10,13 +10,11 @@
"power": 0.14, "power": 0.14,
"rate": 18, "rate": 18,
"rating": "E", "rating": "E",
"symbol": "Int_FuelScoop_Size1_Class1", "symbol": "Int_FuelScoop_Size1_Class1"
"ukName": "Fuel Scoop",
"ukDiscript": "Fly close to the sun with an active fuel scoop to collect fuel."
}, },
{ {
"class": 1, "class": 1,
"cost": 1285, "cost": 1290,
"edID": 128666652, "edID": 128666652,
"eddbID": 1254, "eddbID": 1254,
"grp": "fs", "grp": "fs",
@@ -24,13 +22,11 @@
"power": 0.18, "power": 0.18,
"rate": 24, "rate": 24,
"rating": "D", "rating": "D",
"symbol": "Int_FuelScoop_Size1_Class2", "symbol": "Int_FuelScoop_Size1_Class2"
"ukName": "Fuel Scoop",
"ukDiscript": "Fly close to the sun with an active fuel scoop to collect fuel."
}, },
{ {
"class": 1, "class": 1,
"cost": 5142, "cost": 5140,
"edID": 128666660, "edID": 128666660,
"eddbID": 1262, "eddbID": 1262,
"grp": "fs", "grp": "fs",
@@ -38,13 +34,11 @@
"power": 0.23, "power": 0.23,
"rate": 30, "rate": 30,
"rating": "C", "rating": "C",
"symbol": "Int_FuelScoop_Size1_Class3", "symbol": "Int_FuelScoop_Size1_Class3"
"ukName": "Fuel Scoop",
"ukDiscript": "Fly close to the sun with an active fuel scoop to collect fuel."
}, },
{ {
"class": 1, "class": 1,
"cost": 20568, "cost": 20570,
"edID": 128666668, "edID": 128666668,
"eddbID": 1270, "eddbID": 1270,
"grp": "fs", "grp": "fs",
@@ -52,9 +46,7 @@
"power": 0.28, "power": 0.28,
"rate": 36, "rate": 36,
"rating": "B", "rating": "B",
"symbol": "Int_FuelScoop_Size1_Class4", "symbol": "Int_FuelScoop_Size1_Class4"
"ukName": "Fuel Scoop",
"ukDiscript": "Fly close to the sun with an active fuel scoop to collect fuel."
}, },
{ {
"class": 1, "class": 1,
@@ -66,13 +58,11 @@
"power": 0.32, "power": 0.32,
"rate": 42, "rate": 42,
"rating": "A", "rating": "A",
"symbol": "Int_FuelScoop_Size1_Class5", "symbol": "Int_FuelScoop_Size1_Class5"
"ukName": "Fuel Scoop",
"ukDiscript": "Fly close to the sun with an active fuel scoop to collect fuel."
}, },
{ {
"class": 2, "class": 2,
"cost": 1068, "cost": 1070,
"edID": 128666645, "edID": 128666645,
"eddbID": 1247, "eddbID": 1247,
"grp": "fs", "grp": "fs",
@@ -80,13 +70,11 @@
"power": 0.17, "power": 0.17,
"rate": 32, "rate": 32,
"rating": "E", "rating": "E",
"symbol": "Int_FuelScoop_Size2_Class1", "symbol": "Int_FuelScoop_Size2_Class1"
"ukName": "Fuel Scoop",
"ukDiscript": "Fly close to the sun with an active fuel scoop to collect fuel."
}, },
{ {
"class": 2, "class": 2,
"cost": 4451, "cost": 4450,
"edID": 128666653, "edID": 128666653,
"eddbID": 1255, "eddbID": 1255,
"grp": "fs", "grp": "fs",
@@ -94,13 +82,11 @@
"power": 0.22, "power": 0.22,
"rate": 43, "rate": 43,
"rating": "D", "rating": "D",
"symbol": "Int_FuelScoop_Size2_Class2", "symbol": "Int_FuelScoop_Size2_Class2"
"ukName": "Fuel Scoop",
"ukDiscript": "Fly close to the sun with an active fuel scoop to collect fuel."
}, },
{ {
"class": 2, "class": 2,
"cost": 17803, "cost": 17800,
"edID": 128666661, "edID": 128666661,
"eddbID": 1263, "eddbID": 1263,
"grp": "fs", "grp": "fs",
@@ -108,13 +94,11 @@
"power": 0.28, "power": 0.28,
"rate": 54, "rate": 54,
"rating": "C", "rating": "C",
"symbol": "Int_FuelScoop_Size2_Class3", "symbol": "Int_FuelScoop_Size2_Class3"
"ukName": "Fuel Scoop",
"ukDiscript": "Fly close to the sun with an active fuel scoop to collect fuel."
}, },
{ {
"class": 2, "class": 2,
"cost": 71211, "cost": 71210,
"edID": 128666669, "edID": 128666669,
"eddbID": 1271, "eddbID": 1271,
"grp": "fs", "grp": "fs",
@@ -122,13 +106,11 @@
"power": 0.34, "power": 0.34,
"rate": 65, "rate": 65,
"rating": "B", "rating": "B",
"symbol": "Int_FuelScoop_Size2_Class4", "symbol": "Int_FuelScoop_Size2_Class4"
"ukName": "Fuel Scoop",
"ukDiscript": "Fly close to the sun with an active fuel scoop to collect fuel."
}, },
{ {
"class": 2, "class": 2,
"cost": 284844, "cost": 284840,
"edID": 128666677, "edID": 128666677,
"eddbID": 1279, "eddbID": 1279,
"grp": "fs", "grp": "fs",
@@ -136,13 +118,11 @@
"power": 0.39, "power": 0.39,
"rate": 75, "rate": 75,
"rating": "A", "rating": "A",
"symbol": "Int_FuelScoop_Size2_Class5", "symbol": "Int_FuelScoop_Size2_Class5"
"ukName": "Fuel Scoop",
"ukDiscript": "Fly close to the sun with an active fuel scoop to collect fuel."
}, },
{ {
"class": 3, "class": 3,
"cost": 3386, "cost": 3390,
"edID": 128666646, "edID": 128666646,
"eddbID": 1248, "eddbID": 1248,
"grp": "fs", "grp": "fs",
@@ -150,13 +130,11 @@
"power": 0.2, "power": 0.2,
"rate": 75, "rate": 75,
"rating": "E", "rating": "E",
"symbol": "Int_FuelScoop_Size3_Class1", "symbol": "Int_FuelScoop_Size3_Class1"
"ukName": "Fuel Scoop",
"ukDiscript": "Fly close to the sun with an active fuel scoop to collect fuel."
}, },
{ {
"class": 3, "class": 3,
"cost": 14109, "cost": 14110,
"edID": 128666654, "edID": 128666654,
"eddbID": 1256, "eddbID": 1256,
"grp": "fs", "grp": "fs",
@@ -164,13 +142,11 @@
"power": 0.27, "power": 0.27,
"rate": 100, "rate": 100,
"rating": "D", "rating": "D",
"symbol": "Int_FuelScoop_Size3_Class2", "symbol": "Int_FuelScoop_Size3_Class2"
"ukName": "Fuel Scoop",
"ukDiscript": "Fly close to the sun with an active fuel scoop to collect fuel."
}, },
{ {
"class": 3, "class": 3,
"cost": 56435, "cost": 56440,
"edID": 128666662, "edID": 128666662,
"eddbID": 1264, "eddbID": 1264,
"grp": "fs", "grp": "fs",
@@ -178,13 +154,11 @@
"power": 0.34, "power": 0.34,
"rate": 126, "rate": 126,
"rating": "C", "rating": "C",
"symbol": "Int_FuelScoop_Size3_Class3", "symbol": "Int_FuelScoop_Size3_Class3"
"ukName": "Fuel Scoop",
"ukDiscript": "Fly close to the sun with an active fuel scoop to collect fuel."
}, },
{ {
"class": 3, "class": 3,
"cost": 225738, "cost": 225740,
"edID": 128666670, "edID": 128666670,
"eddbID": 1272, "eddbID": 1272,
"grp": "fs", "grp": "fs",
@@ -192,13 +166,11 @@
"power": 0.41, "power": 0.41,
"rate": 151, "rate": 151,
"rating": "B", "rating": "B",
"symbol": "Int_FuelScoop_Size3_Class4", "symbol": "Int_FuelScoop_Size3_Class4"
"ukName": "Fuel Scoop",
"ukDiscript": "Fly close to the sun with an active fuel scoop to collect fuel."
}, },
{ {
"class": 3, "class": 3,
"cost": 902954, "cost": 902950,
"edID": 128666678, "edID": 128666678,
"eddbID": 1280, "eddbID": 1280,
"grp": "fs", "grp": "fs",
@@ -206,13 +178,11 @@
"power": 0.48, "power": 0.48,
"rate": 176, "rate": 176,
"rating": "A", "rating": "A",
"symbol": "Int_FuelScoop_Size3_Class5", "symbol": "Int_FuelScoop_Size3_Class5"
"ukName": "Fuel Scoop",
"ukDiscript": "Fly close to the sun with an active fuel scoop to collect fuel."
}, },
{ {
"class": 4, "class": 4,
"cost": 10734, "cost": 10730,
"edID": 128666647, "edID": 128666647,
"eddbID": 1249, "eddbID": 1249,
"grp": "fs", "grp": "fs",
@@ -220,13 +190,11 @@
"power": 0.25, "power": 0.25,
"rate": 147, "rate": 147,
"rating": "E", "rating": "E",
"symbol": "Int_FuelScoop_Size4_Class1", "symbol": "Int_FuelScoop_Size4_Class1"
"ukName": "Fuel Scoop",
"ukDiscript": "Fly close to the sun with an active fuel scoop to collect fuel."
}, },
{ {
"class": 4, "class": 4,
"cost": 44724, "cost": 44720,
"edID": 128666655, "edID": 128666655,
"eddbID": 1257, "eddbID": 1257,
"grp": "fs", "grp": "fs",
@@ -234,13 +202,11 @@
"power": 0.33, "power": 0.33,
"rate": 196, "rate": 196,
"rating": "D", "rating": "D",
"symbol": "Int_FuelScoop_Size4_Class2", "symbol": "Int_FuelScoop_Size4_Class2"
"ukName": "Fuel Scoop",
"ukDiscript": "Fly close to the sun with an active fuel scoop to collect fuel."
}, },
{ {
"class": 4, "class": 4,
"cost": 178898, "cost": 178900,
"edID": 128666663, "edID": 128666663,
"eddbID": 1265, "eddbID": 1265,
"grp": "fs", "grp": "fs",
@@ -248,13 +214,11 @@
"power": 0.41, "power": 0.41,
"rate": 245, "rate": 245,
"rating": "C", "rating": "C",
"symbol": "Int_FuelScoop_Size4_Class3", "symbol": "Int_FuelScoop_Size4_Class3"
"ukName": "Fuel Scoop",
"ukDiscript": "Fly close to the sun with an active fuel scoop to collect fuel."
}, },
{ {
"class": 4, "class": 4,
"cost": 715591, "cost": 715590,
"edID": 128666671, "edID": 128666671,
"eddbID": 1273, "eddbID": 1273,
"grp": "fs", "grp": "fs",
@@ -262,13 +226,11 @@
"power": 0.49, "power": 0.49,
"rate": 294, "rate": 294,
"rating": "B", "rating": "B",
"symbol": "Int_FuelScoop_Size4_Class4", "symbol": "Int_FuelScoop_Size4_Class4"
"ukName": "Fuel Scoop",
"ukDiscript": "Fly close to the sun with an active fuel scoop to collect fuel."
}, },
{ {
"class": 4, "class": 4,
"cost": 2862364, "cost": 2862360,
"edID": 128666679, "edID": 128666679,
"eddbID": 1281, "eddbID": 1281,
"grp": "fs", "grp": "fs",
@@ -276,13 +238,11 @@
"power": 0.57, "power": 0.57,
"rate": 342, "rate": 342,
"rating": "A", "rating": "A",
"symbol": "Int_FuelScoop_Size4_Class5", "symbol": "Int_FuelScoop_Size4_Class5"
"ukName": "Fuel Scoop",
"ukDiscript": "Fly close to the sun with an active fuel scoop to collect fuel."
}, },
{ {
"class": 5, "class": 5,
"cost": 34026, "cost": 34030,
"edID": 128666648, "edID": 128666648,
"eddbID": 1250, "eddbID": 1250,
"grp": "fs", "grp": "fs",
@@ -290,13 +250,11 @@
"power": 0.3, "power": 0.3,
"rate": 247, "rate": 247,
"rating": "E", "rating": "E",
"symbol": "Int_FuelScoop_Size5_Class1", "symbol": "Int_FuelScoop_Size5_Class1"
"ukName": "Fuel Scoop",
"ukDiscript": "Fly close to the sun with an active fuel scoop to collect fuel."
}, },
{ {
"class": 5, "class": 5,
"cost": 141776, "cost": 141780,
"edID": 128666656, "edID": 128666656,
"eddbID": 1258, "eddbID": 1258,
"grp": "fs", "grp": "fs",
@@ -304,13 +262,11 @@
"power": 0.4, "power": 0.4,
"rate": 330, "rate": 330,
"rating": "D", "rating": "D",
"symbol": "Int_FuelScoop_Size5_Class2", "symbol": "Int_FuelScoop_Size5_Class2"
"ukName": "Fuel Scoop",
"ukDiscript": "Fly close to the sun with an active fuel scoop to collect fuel."
}, },
{ {
"class": 5, "class": 5,
"cost": 567106, "cost": 567110,
"edID": 128666664, "edID": 128666664,
"eddbID": 1266, "eddbID": 1266,
"grp": "fs", "grp": "fs",
@@ -318,13 +274,11 @@
"power": 0.5, "power": 0.5,
"rate": 412, "rate": 412,
"rating": "C", "rating": "C",
"symbol": "Int_FuelScoop_Size5_Class3", "symbol": "Int_FuelScoop_Size5_Class3"
"ukName": "Fuel Scoop",
"ukDiscript": "Fly close to the sun with an active fuel scoop to collect fuel."
}, },
{ {
"class": 5, "class": 5,
"cost": 2268424, "cost": 2268420,
"edID": 128666672, "edID": 128666672,
"eddbID": 1274, "eddbID": 1274,
"grp": "fs", "grp": "fs",
@@ -332,13 +286,11 @@
"power": 0.6, "power": 0.6,
"rate": 494, "rate": 494,
"rating": "B", "rating": "B",
"symbol": "Int_FuelScoop_Size5_Class4", "symbol": "Int_FuelScoop_Size5_Class4"
"ukName": "Fuel Scoop",
"ukDiscript": "Fly close to the sun with an active fuel scoop to collect fuel."
}, },
{ {
"class": 5, "class": 5,
"cost": 9073694, "cost": 9073690,
"edID": 128666680, "edID": 128666680,
"eddbID": 1282, "eddbID": 1282,
"grp": "fs", "grp": "fs",
@@ -346,13 +298,11 @@
"power": 0.7, "power": 0.7,
"rate": 577, "rate": 577,
"rating": "A", "rating": "A",
"symbol": "Int_FuelScoop_Size5_Class5", "symbol": "Int_FuelScoop_Size5_Class5"
"ukName": "Fuel Scoop",
"ukDiscript": "Fly close to the sun with an active fuel scoop to collect fuel."
}, },
{ {
"class": 6, "class": 6,
"cost": 107864, "cost": 107860,
"edID": 128666649, "edID": 128666649,
"eddbID": 1251, "eddbID": 1251,
"grp": "fs", "grp": "fs",
@@ -360,13 +310,11 @@
"power": 0.35, "power": 0.35,
"rate": 376, "rate": 376,
"rating": "E", "rating": "E",
"symbol": "Int_FuelScoop_Size6_Class1", "symbol": "Int_FuelScoop_Size6_Class1"
"ukName": "Fuel Scoop",
"ukDiscript": "Fly close to the sun with an active fuel scoop to collect fuel."
}, },
{ {
"class": 6, "class": 6,
"cost": 449431, "cost": 449430,
"edID": 128666657, "edID": 128666657,
"eddbID": 1259, "eddbID": 1259,
"grp": "fs", "grp": "fs",
@@ -374,13 +322,11 @@
"power": 0.47, "power": 0.47,
"rate": 502, "rate": 502,
"rating": "D", "rating": "D",
"symbol": "Int_FuelScoop_Size6_Class2", "symbol": "Int_FuelScoop_Size6_Class2"
"ukName": "Fuel Scoop",
"ukDiscript": "Fly close to the sun with an active fuel scoop to collect fuel."
}, },
{ {
"class": 6, "class": 6,
"cost": 1797726, "cost": 1797730,
"edID": 128666665, "edID": 128666665,
"eddbID": 1267, "eddbID": 1267,
"grp": "fs", "grp": "fs",
@@ -388,13 +334,11 @@
"power": 0.59, "power": 0.59,
"rate": 627, "rate": 627,
"rating": "C", "rating": "C",
"symbol": "Int_FuelScoop_Size6_Class3", "symbol": "Int_FuelScoop_Size6_Class3"
"ukName": "Fuel Scoop",
"ukDiscript": "Fly close to the sun with an active fuel scoop to collect fuel."
}, },
{ {
"class": 6, "class": 6,
"cost": 7190903, "cost": 7190900,
"edID": 128666673, "edID": 128666673,
"eddbID": 1275, "eddbID": 1275,
"grp": "fs", "grp": "fs",
@@ -402,9 +346,7 @@
"power": 0.71, "power": 0.71,
"rate": 752, "rate": 752,
"rating": "B", "rating": "B",
"symbol": "Int_FuelScoop_Size6_Class4", "symbol": "Int_FuelScoop_Size6_Class4"
"ukName": "Fuel Scoop",
"ukDiscript": "Fly close to the sun with an active fuel scoop to collect fuel."
}, },
{ {
"class": 6, "class": 6,
@@ -416,13 +358,11 @@
"power": 0.83, "power": 0.83,
"rate": 878, "rate": 878,
"rating": "A", "rating": "A",
"symbol": "Int_FuelScoop_Size6_Class5", "symbol": "Int_FuelScoop_Size6_Class5"
"ukName": "Fuel Scoop",
"ukDiscript": "Fly close to the sun with an active fuel scoop to collect fuel."
}, },
{ {
"class": 7, "class": 7,
"cost": 341927, "cost": 341930,
"edID": 128666650, "edID": 128666650,
"eddbID": 1252, "eddbID": 1252,
"grp": "fs", "grp": "fs",
@@ -430,13 +370,11 @@
"power": 0.41, "power": 0.41,
"rate": 534, "rate": 534,
"rating": "E", "rating": "E",
"symbol": "Int_FuelScoop_Size7_Class1", "symbol": "Int_FuelScoop_Size7_Class1"
"ukName": "Fuel Scoop",
"ukDiscript": "Fly close to the sun with an active fuel scoop to collect fuel."
}, },
{ {
"class": 7, "class": 7,
"cost": 1424698, "cost": 1424700,
"edID": 128666658, "edID": 128666658,
"eddbID": 1260, "eddbID": 1260,
"grp": "fs", "grp": "fs",
@@ -444,9 +382,7 @@
"power": 0.55, "power": 0.55,
"rate": 712, "rate": 712,
"rating": "D", "rating": "D",
"symbol": "Int_FuelScoop_Size7_Class2", "symbol": "Int_FuelScoop_Size7_Class2"
"ukName": "Fuel Scoop",
"ukDiscript": "Fly close to the sun with an active fuel scoop to collect fuel."
}, },
{ {
"class": 7, "class": 7,
@@ -458,13 +394,11 @@
"power": 0.69, "power": 0.69,
"rate": 890, "rate": 890,
"rating": "C", "rating": "C",
"symbol": "Int_FuelScoop_Size7_Class3", "symbol": "Int_FuelScoop_Size7_Class3"
"ukName": "Fuel Scoop",
"ukDiscript": "Fly close to the sun with an active fuel scoop to collect fuel."
}, },
{ {
"class": 7, "class": 7,
"cost": 22795161, "cost": 22795160,
"edID": 128666674, "edID": 128666674,
"eddbID": 1276, "eddbID": 1276,
"grp": "fs", "grp": "fs",
@@ -472,13 +406,11 @@
"power": 0.83, "power": 0.83,
"rate": 1068, "rate": 1068,
"rating": "B", "rating": "B",
"symbol": "Int_FuelScoop_Size7_Class4", "symbol": "Int_FuelScoop_Size7_Class4"
"ukName": "Fuel Scoop",
"ukDiscript": "Fly close to the sun with an active fuel scoop to collect fuel."
}, },
{ {
"class": 7, "class": 7,
"cost": 91180644, "cost": 91180640,
"edID": 128666682, "edID": 128666682,
"eddbID": 1284, "eddbID": 1284,
"grp": "fs", "grp": "fs",
@@ -486,9 +418,7 @@
"power": 0.97, "power": 0.97,
"rate": 1245, "rate": 1245,
"rating": "A", "rating": "A",
"symbol": "Int_FuelScoop_Size7_Class5", "symbol": "Int_FuelScoop_Size7_Class5"
"ukName": "Fuel Scoop",
"ukDiscript": "Fly close to the sun with an active fuel scoop to collect fuel."
}, },
{ {
"class": 8, "class": 8,
@@ -500,13 +430,11 @@
"power": 0.48, "power": 0.48,
"rate": 720, "rate": 720,
"rating": "E", "rating": "E",
"symbol": "Int_FuelScoop_Size8_Class1", "symbol": "Int_FuelScoop_Size8_Class1"
"ukName": "Fuel Scoop",
"ukDiscript": "Fly close to the sun with an active fuel scoop to collect fuel."
}, },
{ {
"class": 8, "class": 8,
"cost": 4516291, "cost": 4516290,
"edID": 128666659, "edID": 128666659,
"eddbID": 1261, "eddbID": 1261,
"grp": "fs", "grp": "fs",
@@ -514,13 +442,11 @@
"power": 0.64, "power": 0.64,
"rate": 960, "rate": 960,
"rating": "D", "rating": "D",
"symbol": "Int_FuelScoop_Size8_Class2", "symbol": "Int_FuelScoop_Size8_Class2"
"ukName": "Fuel Scoop",
"ukDiscript": "Fly close to the sun with an active fuel scoop to collect fuel."
}, },
{ {
"class": 8, "class": 8,
"cost": 18065165, "cost": 18065160,
"edID": 128666667, "edID": 128666667,
"eddbID": 1269, "eddbID": 1269,
"grp": "fs", "grp": "fs",
@@ -528,9 +454,7 @@
"power": 0.8, "power": 0.8,
"rate": 1200, "rate": 1200,
"rating": "C", "rating": "C",
"symbol": "Int_FuelScoop_Size8_Class3", "symbol": "Int_FuelScoop_Size8_Class3"
"ukName": "Fuel Scoop",
"ukDiscript": "Fly close to the sun with an active fuel scoop to collect fuel."
}, },
{ {
"class": 8, "class": 8,
@@ -542,13 +466,11 @@
"power": 0.96, "power": 0.96,
"rate": 1440, "rate": 1440,
"rating": "B", "rating": "B",
"symbol": "Int_FuelScoop_Size8_Class4", "symbol": "Int_FuelScoop_Size8_Class4"
"ukName": "Fuel Scoop",
"ukDiscript": "Fly close to the sun with an active fuel scoop to collect fuel."
}, },
{ {
"class": 8, "class": 8,
"cost": 289042641, "cost": 289042642,
"edID": 128666683, "edID": 128666683,
"eddbID": 1285, "eddbID": 1285,
"grp": "fs", "grp": "fs",
@@ -556,9 +478,7 @@
"power": 1.12, "power": 1.12,
"rate": 1680, "rate": 1680,
"rating": "A", "rating": "A",
"symbol": "Int_FuelScoop_Size8_Class5", "symbol": "Int_FuelScoop_Size8_Class5"
"ukName": "Fuel Scoop",
"ukDiscript": "Fly close to the sun with an active fuel scoop to collect fuel."
} }
] ]
} }

View File

@@ -12,9 +12,7 @@
"power": 0.18, "power": 0.18,
"range": 0.6, "range": 0.6,
"rating": "E", "rating": "E",
"symbol": "Int_DroneControl_FuelTransfer_Size1_Class1", "symbol": "Int_DroneControl_FuelTransfer_Size1_Class1"
"ukName": "Fuel Transfer",
"ukDiscript": "Controls a limpet to transfer 1 ton of fuel to a targeted ship."
}, },
{ {
"class": 1, "class": 1,
@@ -28,9 +26,7 @@
"power": 0.14, "power": 0.14,
"range": 0.8, "range": 0.8,
"rating": "D", "rating": "D",
"symbol": "Int_DroneControl_FuelTransfer_Size1_Class2", "symbol": "Int_DroneControl_FuelTransfer_Size1_Class2"
"ukName": "Fuel Transfer",
"ukDiscript": "Controls a limpet to transfer 1 ton of fuel to a targeted ship."
}, },
{ {
"class": 1, "class": 1,
@@ -44,9 +40,7 @@
"power": 0.23, "power": 0.23,
"range": 1, "range": 1,
"rating": "C", "rating": "C",
"symbol": "Int_DroneControl_FuelTransfer_Size1_Class3", "symbol": "Int_DroneControl_FuelTransfer_Size1_Class3"
"ukName": "Fuel Transfer",
"ukDiscript": "Controls a limpet to transfer 1 ton of fuel to a targeted ship."
}, },
{ {
"class": 1, "class": 1,
@@ -60,9 +54,7 @@
"power": 0.32, "power": 0.32,
"range": 1.2, "range": 1.2,
"rating": "B", "rating": "B",
"symbol": "Int_DroneControl_FuelTransfer_Size1_Class4", "symbol": "Int_DroneControl_FuelTransfer_Size1_Class4"
"ukName": "Fuel Transfer",
"ukDiscript": "Controls a limpet to transfer 1 ton of fuel to a targeted ship."
}, },
{ {
"class": 1, "class": 1,
@@ -76,9 +68,7 @@
"power": 0.28, "power": 0.28,
"range": 1.4, "range": 1.4,
"rating": "A", "rating": "A",
"symbol": "Int_DroneControl_FuelTransfer_Size1_Class5", "symbol": "Int_DroneControl_FuelTransfer_Size1_Class5"
"ukName": "Fuel Transfer",
"ukDiscript": "Controls a limpet to transfer 1 ton of fuel to a targeted ship."
}, },
{ {
"class": 3, "class": 3,
@@ -92,9 +82,7 @@
"power": 0.27, "power": 0.27,
"range": 0.66, "range": 0.66,
"rating": "E", "rating": "E",
"symbol": "Int_DroneControl_FuelTransfer_Size3_Class1", "symbol": "Int_DroneControl_FuelTransfer_Size3_Class1"
"ukName": "Fuel Transfer",
"ukDiscript": "Controls a limpet to transfer 1 ton of fuel to a targeted ship."
}, },
{ {
"class": 3, "class": 3,
@@ -108,9 +96,7 @@
"power": 0.2, "power": 0.2,
"range": 0.88, "range": 0.88,
"rating": "D", "rating": "D",
"symbol": "Int_DroneControl_FuelTransfer_Size3_Class2", "symbol": "Int_DroneControl_FuelTransfer_Size3_Class2"
"ukName": "Fuel Transfer",
"ukDiscript": "Controls a limpet to transfer 1 ton of fuel to a targeted ship."
}, },
{ {
"class": 3, "class": 3,
@@ -124,9 +110,7 @@
"power": 0.34, "power": 0.34,
"range": 1.1, "range": 1.1,
"rating": "C", "rating": "C",
"symbol": "Int_DroneControl_FuelTransfer_Size3_Class3", "symbol": "Int_DroneControl_FuelTransfer_Size3_Class3"
"ukName": "Fuel Transfer",
"ukDiscript": "Controls a limpet to transfer 1 ton of fuel to a targeted ship."
}, },
{ {
"class": 3, "class": 3,
@@ -140,9 +124,7 @@
"power": 0.48, "power": 0.48,
"range": 1.32, "range": 1.32,
"rating": "B", "rating": "B",
"symbol": "Int_DroneControl_FuelTransfer_Size3_Class4", "symbol": "Int_DroneControl_FuelTransfer_Size3_Class4"
"ukName": "Fuel Transfer",
"ukDiscript": "Controls a limpet to transfer 1 ton of fuel to a targeted ship."
}, },
{ {
"class": 3, "class": 3,
@@ -156,9 +138,7 @@
"power": 0.41, "power": 0.41,
"range": 1.54, "range": 1.54,
"rating": "A", "rating": "A",
"symbol": "Int_DroneControl_FuelTransfer_Size3_Class5", "symbol": "Int_DroneControl_FuelTransfer_Size3_Class5"
"ukName": "Fuel Transfer",
"ukDiscript": "Controls a limpet to transfer 1 ton of fuel to a targeted ship."
}, },
{ {
"class": 5, "class": 5,
@@ -172,9 +152,7 @@
"power": 0.4, "power": 0.4,
"range": 0.78, "range": 0.78,
"rating": "E", "rating": "E",
"symbol": "Int_DroneControl_FuelTransfer_Size5_Class1", "symbol": "Int_DroneControl_FuelTransfer_Size5_Class1"
"ukName": "Fuel Transfer",
"ukDiscript": "Controls a limpet to transfer 1 ton of fuel to a targeted ship."
}, },
{ {
"class": 5, "class": 5,
@@ -188,9 +166,7 @@
"power": 0.3, "power": 0.3,
"range": 1.04, "range": 1.04,
"rating": "D", "rating": "D",
"symbol": "Int_DroneControl_FuelTransfer_Size5_Class2", "symbol": "Int_DroneControl_FuelTransfer_Size5_Class2"
"ukName": "Fuel Transfer",
"ukDiscript": "Controls a limpet to transfer 1 ton of fuel to a targeted ship."
}, },
{ {
"class": 5, "class": 5,
@@ -204,9 +180,7 @@
"power": 0.5, "power": 0.5,
"range": 1.3, "range": 1.3,
"rating": "C", "rating": "C",
"symbol": "Int_DroneControl_FuelTransfer_Size5_Class3", "symbol": "Int_DroneControl_FuelTransfer_Size5_Class3"
"ukName": "Fuel Transfer",
"ukDiscript": "Controls a limpet to transfer 1 ton of fuel to a targeted ship."
}, },
{ {
"class": 5, "class": 5,
@@ -220,9 +194,7 @@
"power": 0.97, "power": 0.97,
"range": 1.56, "range": 1.56,
"rating": "B", "rating": "B",
"symbol": "Int_DroneControl_FuelTransfer_Size5_Class4", "symbol": "Int_DroneControl_FuelTransfer_Size5_Class4"
"ukName": "Fuel Transfer",
"ukDiscript": "Controls a limpet to transfer 1 ton of fuel to a targeted ship."
}, },
{ {
"class": 5, "class": 5,
@@ -236,9 +208,7 @@
"power": 0.6, "power": 0.6,
"range": 1.82, "range": 1.82,
"rating": "A", "rating": "A",
"symbol": "Int_DroneControl_FuelTransfer_Size5_Class5", "symbol": "Int_DroneControl_FuelTransfer_Size5_Class5"
"ukName": "Fuel Transfer",
"ukDiscript": "Controls a limpet to transfer 1 ton of fuel to a targeted ship."
}, },
{ {
"class": 7, "class": 7,
@@ -252,9 +222,7 @@
"power": 0.55, "power": 0.55,
"range": 1.02, "range": 1.02,
"rating": "E", "rating": "E",
"symbol": "Int_DroneControl_FuelTransfer_Size7_Class1", "symbol": "Int_DroneControl_FuelTransfer_Size7_Class1"
"ukName": "Fuel Transfer",
"ukDiscript": "Controls a limpet to transfer 1 ton of fuel to a targeted ship."
}, },
{ {
"class": 7, "class": 7,
@@ -268,9 +236,7 @@
"power": 0.41, "power": 0.41,
"range": 1.36, "range": 1.36,
"rating": "D", "rating": "D",
"symbol": "Int_DroneControl_FuelTransfer_Size7_Class2", "symbol": "Int_DroneControl_FuelTransfer_Size7_Class2"
"ukName": "Fuel Transfer",
"ukDiscript": "Controls a limpet to transfer 1 ton of fuel to a targeted ship."
}, },
{ {
"class": 7, "class": 7,
@@ -284,9 +250,7 @@
"power": 0.69, "power": 0.69,
"range": 1.7, "range": 1.7,
"rating": "C", "rating": "C",
"symbol": "Int_DroneControl_FuelTransfer_Size7_Class3", "symbol": "Int_DroneControl_FuelTransfer_Size7_Class3"
"ukName": "Fuel Transfer",
"ukDiscript": "Controls a limpet to transfer 1 ton of fuel to a targeted ship."
}, },
{ {
"class": 7, "class": 7,
@@ -300,9 +264,7 @@
"power": 0.97, "power": 0.97,
"range": 2.04, "range": 2.04,
"rating": "B", "rating": "B",
"symbol": "Int_DroneControl_FuelTransfer_Size7_Class4", "symbol": "Int_DroneControl_FuelTransfer_Size7_Class4"
"ukName": "Fuel Transfer",
"ukDiscript": "Controls a limpet to transfer 1 ton of fuel to a targeted ship."
}, },
{ {
"class": 7, "class": 7,
@@ -316,9 +278,7 @@
"power": 0.83, "power": 0.83,
"range": 2.38, "range": 2.38,
"rating": "A", "rating": "A",
"symbol": "Int_DroneControl_FuelTransfer_Size7_Class5", "symbol": "Int_DroneControl_FuelTransfer_Size7_Class5"
"ukName": "Fuel Transfer",
"ukDiscript": "Controls a limpet to transfer 1 ton of fuel to a targeted ship."
} }
] ]
} }

View File

@@ -7,14 +7,12 @@
"cost": 405022, "cost": 405022,
"edID": 128833975, "edID": 128833975,
"power": 0.75, "power": 0.75,
"eddbID": 1730, "eddbID": 1373,
"grp": "gfsb", "grp": "gfsb",
"id": "1H", "id": "1H",
"mass": 1.3, "mass": 1.3,
"rating": "H", "rating": "H",
"symbol": "Int_GuardianFSDBooster_Size1", "symbol": "Int_GuardianFSDBooster_Size1"
"ukName": "Guardian FSD Booster",
"ukDiscript": "Used to boost the output of Frame Shift Drives, but at the cost of overall fuel efficiency."
}, },
{ {
"jumpboost": 6, "jumpboost": 6,
@@ -23,14 +21,12 @@
"cost": 810521, "cost": 810521,
"edID": 128833976, "edID": 128833976,
"power": 0.98, "power": 0.98,
"eddbID": 1731, "eddbID": 1373,
"grp": "gfsb", "grp": "gfsb",
"id": "1M", "id": "1M",
"mass": 1.3, "mass": 1.3,
"rating": "H", "rating": "H",
"symbol": "Int_GuardianFSDBooster_Size2", "symbol": "Int_GuardianFSDBooster_Size2"
"ukName": "Guardian FSD Booster",
"ukDiscript": "Used to boost the output of Frame Shift Drives, but at the cost of overall fuel efficiency."
}, },
{ {
"jumpboost": 7.75, "jumpboost": 7.75,
@@ -39,14 +35,12 @@
"cost": 1620431, "cost": 1620431,
"edID": 128833977, "edID": 128833977,
"power": 1.27, "power": 1.27,
"eddbID": 1732, "eddbID": 1373,
"grp": "gfsb", "grp": "gfsb",
"id": "1N", "id": "1N",
"mass": 1.3, "mass": 1.3,
"rating": "H", "rating": "H",
"symbol": "Int_GuardianFSDBooster_Size3", "symbol": "Int_GuardianFSDBooster_Size3"
"ukName": "Guardian FSD Booster",
"ukDiscript": "Used to boost the output of Frame Shift Drives, but at the cost of overall fuel efficiency."
}, },
{ {
"jumpboost": 9.25, "jumpboost": 9.25,
@@ -55,14 +49,12 @@
"cost": 3245013, "cost": 3245013,
"edID": 128833978, "edID": 128833978,
"power": 1.65, "power": 1.65,
"eddbID": 1733, "eddbID": 1373,
"grp": "gfsb", "grp": "gfsb",
"id": "1P", "id": "1P",
"mass": 1.3, "mass": 1.3,
"rating": "H", "rating": "H",
"symbol": "Int_GuardianFSDBooster_Size4", "symbol": "Int_GuardianFSDBooster_Size4"
"ukName": "Guardian FSD Booster",
"ukDiscript": "Used to boost the output of Frame Shift Drives, but at the cost of overall fuel efficiency."
}, },
{ {
"jumpboost": 10.5, "jumpboost": 10.5,
@@ -71,14 +63,12 @@
"cost": 6483101, "cost": 6483101,
"edID": 128833979, "edID": 128833979,
"power": 2.14, "power": 2.14,
"eddbID": 1734, "eddbID": 1373,
"grp": "gfsb", "grp": "gfsb",
"id": "1O", "id": "1O",
"mass": 1.3, "mass": 1.3,
"rating": "H", "rating": "H",
"symbol": "Int_GuardianFSDBooster_Size5", "symbol": "Int_GuardianFSDBooster_Size5"
"ukName": "Guardian FSD Booster",
"ukDiscript": "Used to boost the output of Frame Shift Drives, but at the cost of overall fuel efficiency."
} }
] ]
} }

View File

@@ -2,11 +2,11 @@
"ghrp": [ "ghrp": [
{ {
"rating": "D", "rating": "D",
"class": 1, "class": "1",
"mass": 1, "mass": 1,
"id": "1V", "id": "1V",
"edID": 128833946, "edID": 128833946,
"eddbID": 1701, "eddbID": 0,
"power": 0.56, "power": 0.56,
"hullreinforcement": 138, "hullreinforcement": 138,
"causres": 0.05, "causres": 0.05,
@@ -15,17 +15,15 @@
"thermres": 0.02, "thermres": 0.02,
"cost": 30000, "cost": 30000,
"symbol": "Int_GuardianHullReinforcement_Size1_Class2", "symbol": "Int_GuardianHullReinforcement_Size1_Class2",
"grp": "ghrp", "grp": "ghrp"
"ukName": "Guardian Hull Reinforcement",
"ukDiscript": "Powered module that increases the ship's hull integrity and resistance to Thargoid, caustic and thermic damage."
}, },
{ {
"rating": "E", "rating": "E",
"class": 1, "class": "1",
"mass": 2, "mass": 2,
"id": "1W", "id": "1W",
"edID": 128833945, "edID": 128833945,
"eddbID": 1700, "eddbID": 0,
"power": 0.45, "power": 0.45,
"hullreinforcement": 100, "hullreinforcement": 100,
"causres": 0.05, "causres": 0.05,
@@ -34,17 +32,15 @@
"thermres": 0.02, "thermres": 0.02,
"cost": 10000, "cost": 10000,
"symbol": "Int_GuardianHullReinforcement_Size1_Class1", "symbol": "Int_GuardianHullReinforcement_Size1_Class1",
"grp": "ghrp", "grp": "ghrp"
"ukName": "Guardian Hull Reinforcement",
"ukDiscript": "Powered module that increases the ship's hull integrity and resistance to Thargoid, caustic and thermic damage."
}, },
{ {
"rating": "D", "rating": "D",
"class": 2, "class": "2",
"mass": 2, "mass": 2,
"id": "1X", "id": "1X",
"edID": 128833948, "edID": 128833948,
"eddbID": 1703, "eddbID": 0,
"power": 0.79, "power": 0.79,
"hullreinforcement": 238, "hullreinforcement": 238,
"causres": 0.05, "causres": 0.05,
@@ -53,17 +49,15 @@
"thermres": 0.02, "thermres": 0.02,
"cost": 72000, "cost": 72000,
"symbol": "Int_GuardianHullReinforcement_Size2_Class2", "symbol": "Int_GuardianHullReinforcement_Size2_Class2",
"grp": "ghrp", "grp": "ghrp"
"ukName": "Guardian Hull Reinforcement",
"ukDiscript": "Powered module that increases the ship's hull integrity and resistance to Thargoid, caustic and thermic damage."
}, },
{ {
"rating": "E", "rating": "E",
"class": 2, "class": "2",
"mass": 4, "mass": 4,
"id": "1Y", "id": "1Y",
"edID": 128833947, "edID": 128833947,
"eddbID": 1702, "eddbID": 0,
"power": 0.68, "power": 0.68,
"hullreinforcement": 188, "hullreinforcement": 188,
"causres": 0.05, "causres": 0.05,
@@ -72,17 +66,15 @@
"thermres": 0.02, "thermres": 0.02,
"cost": 24000, "cost": 24000,
"symbol": "Int_GuardianHullReinforcement_Size2_Class1", "symbol": "Int_GuardianHullReinforcement_Size2_Class1",
"grp": "ghrp", "grp": "ghrp"
"ukName": "Guardian Hull Reinforcement",
"ukDiscript": "Powered module that increases the ship's hull integrity and resistance to Thargoid, caustic and thermic damage."
}, },
{ {
"rating": "D", "rating": "D",
"class": 3, "class": "3",
"mass": 4, "mass": 4,
"id": "1Z", "id": "1Z",
"edID": 128833950, "edID": 128833950,
"eddbID": 1705, "eddbID": 0,
"power": 1.01, "power": 1.01,
"hullreinforcement": 325, "hullreinforcement": 325,
"causres": 0.05, "causres": 0.05,
@@ -91,17 +83,15 @@
"thermres": 0.02, "thermres": 0.02,
"cost": 172800, "cost": 172800,
"symbol": "Int_GuardianHullReinforcement_Size3_Class2", "symbol": "Int_GuardianHullReinforcement_Size3_Class2",
"grp": "ghrp", "grp": "ghrp"
"ukName": "Guardian Hull Reinforcement",
"ukDiscript": "Powered module that increases the ship's hull integrity and resistance to Thargoid, caustic and thermic damage."
}, },
{ {
"rating": "E", "rating": "E",
"class": 3, "class": "3",
"mass": 8, "mass": 8,
"id": "2A", "id": "2A",
"edID": 128833949, "edID": 128833949,
"eddbID": 1704, "eddbID": 0,
"power": 0.9, "power": 0.9,
"hullreinforcement": 288, "hullreinforcement": 288,
"causres": 0.05, "causres": 0.05,
@@ -110,16 +100,14 @@
"thermres": 0.02, "thermres": 0.02,
"cost": 57600, "cost": 57600,
"symbol": "Int_GuardianHullReinforcement_Size3_Class1", "symbol": "Int_GuardianHullReinforcement_Size3_Class1",
"grp": "ghrp", "grp": "ghrp"
"ukName": "Guardian Hull Reinforcement",
"ukDiscript": "Powered module that increases the ship's hull integrity and resistance to Thargoid, caustic and thermic damage."
}, },
{ {
"rating": "D", "rating": "D",
"class": 4, "class": "4",
"mass": 8, "mass": 8,
"edID": 128833952, "edID": 128833952,
"eddbID": 1707, "eddbID": 0,
"power": 1.24, "power": 1.24,
"hullreinforcement": 413, "hullreinforcement": 413,
"causres": 0.05, "causres": 0.05,
@@ -129,16 +117,14 @@
"cost": 414720, "cost": 414720,
"id": "2R", "id": "2R",
"symbol": "Int_GuardianHullReinforcement_Size4_Class2", "symbol": "Int_GuardianHullReinforcement_Size4_Class2",
"grp": "ghrp", "grp": "ghrp"
"ukName": "Guardian Hull Reinforcement",
"ukDiscript": "Powered module that increases the ship's hull integrity and resistance to Thargoid, caustic and thermic damage."
}, },
{ {
"rating": "E", "rating": "E",
"class": 4, "class": "4",
"mass": 16, "mass": 16,
"edID": 128833951, "edID": 128833951,
"eddbID": 1706, "eddbID": 0,
"power": 1.13, "power": 1.13,
"hullreinforcement": 375, "hullreinforcement": 375,
"causres": 0.05, "causres": 0.05,
@@ -148,16 +134,14 @@
"cost": 138240, "cost": 138240,
"id": "2B", "id": "2B",
"symbol": "Int_GuardianHullReinforcement_Size4_Class1", "symbol": "Int_GuardianHullReinforcement_Size4_Class1",
"grp": "ghrp", "grp": "ghrp"
"ukName": "Guardian Hull Reinforcement",
"ukDiscript": "Powered module that increases the ship's hull integrity and resistance to Thargoid, caustic and thermic damage."
}, },
{ {
"rating": "D", "rating": "D",
"class": 5, "class": "5",
"mass": 16, "mass": 16,
"edID": 128833954, "edID": 128833954,
"eddbID": 1709, "eddbID": 0,
"power": 1.46, "power": 1.46,
"hullreinforcement": 488, "hullreinforcement": 488,
"causres": 0.05, "causres": 0.05,
@@ -167,16 +151,14 @@
"cost": 995330, "cost": 995330,
"id": "2C", "id": "2C",
"symbol": "Int_GuardianHullReinforcement_Size5_Class2", "symbol": "Int_GuardianHullReinforcement_Size5_Class2",
"grp": "ghrp", "grp": "ghrp"
"ukName": "Guardian Hull Reinforcement",
"ukDiscript": "Powered module that increases the ship's hull integrity and resistance to Thargoid, caustic and thermic damage."
}, },
{ {
"rating": "E", "rating": "E",
"class": 5, "class": "5",
"mass": 32, "mass": 32,
"edID": 128833953, "edID": 128833953,
"eddbID": 1708, "eddbID": 0,
"power": 1.35, "power": 1.35,
"hullreinforcement": 450, "hullreinforcement": 450,
"causres": 0.05, "causres": 0.05,
@@ -186,9 +168,7 @@
"cost": 331778, "cost": 331778,
"id": "2D", "id": "2D",
"symbol": "Int_GuardianHullReinforcement_Size5_Class1", "symbol": "Int_GuardianHullReinforcement_Size5_Class1",
"grp": "ghrp", "grp": "ghrp"
"ukName": "Guardian Hull Reinforcement",
"ukDiscript": "Powered module that increases the ship's hull integrity and resistance to Thargoid, caustic and thermic damage."
} }
] ]
} }

View File

@@ -2,9 +2,9 @@
"gmrp": [ "gmrp": [
{ {
"rating": "D", "rating": "D",
"class": 1, "class": "1",
"mass": 1, "mass": 1,
"eddbID": 1711, "eddbID": 0,
"power": 0.34, "power": 0.34,
"protection": 0.6, "protection": 0.6,
"integrity": 77, "integrity": 77,
@@ -12,15 +12,13 @@
"id": "2E", "id": "2E",
"edID": 128833956, "edID": 128833956,
"symbol": "Int_GuardianModuleReinforcement_Size1_Class2", "symbol": "Int_GuardianModuleReinforcement_Size1_Class2",
"grp": "gmrp", "grp": "gmrp"
"ukName": "Guardian Module Reinforcement",
"ukDiscript": "Powered module that protects a ships modules from any weapons fire penetrating the hull. It utilises it's own damage capacity to absorb a proportion of the damage applied to modules, eventually burning out when it's capacity reaches zero. This version is based on Guardian research and has resistances to Thargoid specific disruption technology."
}, },
{ {
"rating": "E", "rating": "E",
"class": 1, "class": "1",
"mass": 2, "mass": 2,
"eddbID": 1710, "eddbID": 0,
"power": 0.27, "power": 0.27,
"protection": 0.3, "protection": 0.3,
"integrity": 85, "integrity": 85,
@@ -28,15 +26,13 @@
"id": "2F", "id": "2F",
"edID": 128833955, "edID": 128833955,
"symbol": "Int_GuardianModuleReinforcement_Size1_Class1", "symbol": "Int_GuardianModuleReinforcement_Size1_Class1",
"grp": "gmrp", "grp": "gmrp"
"ukName": "Guardian Module Reinforcement",
"ukDiscript": "Powered module that protects a ships modules from any weapons fire penetrating the hull. It utilises it's own damage capacity to absorb a proportion of the damage applied to modules, eventually burning out when it's capacity reaches zero. This version is based on Guardian research and has resistances to Thargoid specific disruption technology."
}, },
{ {
"rating": "D", "rating": "D",
"class": 2, "class": "2",
"mass": 2, "mass": 2,
"eddbID": 1713, "eddbID": 0,
"power": 0.47, "power": 0.47,
"protection": 0.6, "protection": 0.6,
"integrity": 116, "integrity": 116,
@@ -44,15 +40,13 @@
"id": "2G", "id": "2G",
"edID": 128833958, "edID": 128833958,
"symbol": "Int_GuardianModuleReinforcement_Size2_Class2", "symbol": "Int_GuardianModuleReinforcement_Size2_Class2",
"grp": "gmrp", "grp": "gmrp"
"ukName": "Guardian Module Reinforcement",
"ukDiscript": "Powered module that protects a ships modules from any weapons fire penetrating the hull. It utilises it's own damage capacity to absorb a proportion of the damage applied to modules, eventually burning out when it's capacity reaches zero. This version is based on Guardian research and has resistances to Thargoid specific disruption technology."
}, },
{ {
"rating": "E", "rating": "E",
"class": 2, "class": "2",
"mass": 4, "mass": 4,
"eddbID": 1712, "eddbID": 0,
"power": 0.41, "power": 0.41,
"protection": 0.3, "protection": 0.3,
"integrity": 127, "integrity": 127,
@@ -60,15 +54,13 @@
"id": "2S", "id": "2S",
"edID": 128833957, "edID": 128833957,
"symbol": "Int_GuardianModuleReinforcement_Size2_Class1", "symbol": "Int_GuardianModuleReinforcement_Size2_Class1",
"grp": "gmrp", "grp": "gmrp"
"ukName": "Guardian Module Reinforcement",
"ukDiscript": "Powered module that protects a ships modules from any weapons fire penetrating the hull. It utilises it's own damage capacity to absorb a proportion of the damage applied to modules, eventually burning out when it's capacity reaches zero. This version is based on Guardian research and has resistances to Thargoid specific disruption technology."
}, },
{ {
"rating": "D", "rating": "D",
"class": 3, "class": "3",
"mass": 4, "mass": 4,
"eddbID": 1715, "eddbID": 0,
"power": 0.61, "power": 0.61,
"protection": 0.6, "protection": 0.6,
"integrity": 171, "integrity": 171,
@@ -76,15 +68,13 @@
"id": "2H", "id": "2H",
"edID": 128833960, "edID": 128833960,
"symbol": "Int_GuardianModuleReinforcement_Size3_Class2", "symbol": "Int_GuardianModuleReinforcement_Size3_Class2",
"grp": "gmrp", "grp": "gmrp"
"ukName": "Guardian Module Reinforcement",
"ukDiscript": "Powered module that protects a ships modules from any weapons fire penetrating the hull. It utilises it's own damage capacity to absorb a proportion of the damage applied to modules, eventually burning out when it's capacity reaches zero. This version is based on Guardian research and has resistances to Thargoid specific disruption technology."
}, },
{ {
"rating": "E", "rating": "E",
"class": 3, "class": "3",
"mass": 8, "mass": 8,
"eddbID": 1714, "eddbID": 0,
"power": 0.54, "power": 0.54,
"protection": 0.3, "protection": 0.3,
"integrity": 187, "integrity": 187,
@@ -92,15 +82,13 @@
"id": "2I", "id": "2I",
"edID": 128833959, "edID": 128833959,
"symbol": "Int_GuardianModuleReinforcement_Size3_Class1", "symbol": "Int_GuardianModuleReinforcement_Size3_Class1",
"grp": "gmrp", "grp": "gmrp"
"ukName": "Guardian Module Reinforcement",
"ukDiscript": "Powered module that protects a ships modules from any weapons fire penetrating the hull. It utilises it's own damage capacity to absorb a proportion of the damage applied to modules, eventually burning out when it's capacity reaches zero. This version is based on Guardian research and has resistances to Thargoid specific disruption technology."
}, },
{ {
"rating": "D", "rating": "D",
"class": 4, "class": "4",
"mass": 8, "mass": 8,
"eddbID": 1717, "eddbID": 0,
"power": 0.74, "power": 0.74,
"protection": 0.6, "protection": 0.6,
"integrity": 259, "integrity": 259,
@@ -108,15 +96,13 @@
"id": "2J", "id": "2J",
"edID": 128833962, "edID": 128833962,
"symbol": "Int_GuardianModuleReinforcement_Size4_Class2", "symbol": "Int_GuardianModuleReinforcement_Size4_Class2",
"grp": "gmrp", "grp": "gmrp"
"ukName": "Guardian Module Reinforcement",
"ukDiscript": "Powered module that protects a ships modules from any weapons fire penetrating the hull. It utilises it's own damage capacity to absorb a proportion of the damage applied to modules, eventually burning out when it's capacity reaches zero. This version is based on Guardian research and has resistances to Thargoid specific disruption technology."
}, },
{ {
"rating": "E", "rating": "E",
"class": 4, "class": "4",
"mass": 16, "mass": 16,
"eddbID": 1716, "eddbID": 0,
"power": 0.68, "power": 0.68,
"protection": 0.3, "protection": 0.3,
"integrity": 286, "integrity": 286,
@@ -124,15 +110,13 @@
"id": "2K", "id": "2K",
"edID": 128833961, "edID": 128833961,
"symbol": "Int_GuardianModuleReinforcement_Size4_Class1", "symbol": "Int_GuardianModuleReinforcement_Size4_Class1",
"grp": "gmrp", "grp": "gmrp"
"ukName": "Guardian Module Reinforcement",
"ukDiscript": "Powered module that protects a ships modules from any weapons fire penetrating the hull. It utilises it's own damage capacity to absorb a proportion of the damage applied to modules, eventually burning out when it's capacity reaches zero. This version is based on Guardian research and has resistances to Thargoid specific disruption technology."
}, },
{ {
"rating": "D", "rating": "D",
"class": 5, "class": "5",
"mass": 16, "mass": 16,
"eddbID": 1719, "eddbID": 0,
"power": 0.88, "power": 0.88,
"protection": 0.6, "protection": 0.6,
"integrity": 385, "integrity": 385,
@@ -140,15 +124,13 @@
"id": "2L", "id": "2L",
"edID": 128833964, "edID": 128833964,
"symbol": "Int_GuardianModuleReinforcement_Size5_Class2", "symbol": "Int_GuardianModuleReinforcement_Size5_Class2",
"grp": "gmrp", "grp": "gmrp"
"ukName": "Guardian Module Reinforcement",
"ukDiscript": "Powered module that protects a ships modules from any weapons fire penetrating the hull. It utilises it's own damage capacity to absorb a proportion of the damage applied to modules, eventually burning out when it's capacity reaches zero. This version is based on Guardian research and has resistances to Thargoid specific disruption technology."
}, },
{ {
"rating": "E", "rating": "E",
"class": 5, "class": "5",
"mass": 32, "mass": 32,
"eddbID": 1718, "eddbID": 0,
"power": 0.81, "power": 0.81,
"protection": 0.3, "protection": 0.3,
"integrity": 424, "integrity": 424,
@@ -156,9 +138,7 @@
"id": "2M", "id": "2M",
"edID": 128833963, "edID": 128833963,
"symbol": "Int_GuardianModuleReinforcement_Size5_Class1", "symbol": "Int_GuardianModuleReinforcement_Size5_Class1",
"grp": "gmrp", "grp": "gmrp"
"ukName": "Guardian Module Reinforcement",
"ukDiscript": "Powered module that protects a ships modules from any weapons fire penetrating the hull. It utilises it's own damage capacity to absorb a proportion of the damage applied to modules, eventually burning out when it's capacity reaches zero. This version is based on Guardian research and has resistances to Thargoid specific disruption technology."
} }
] ]
} }

View File

@@ -7,14 +7,12 @@
"cost": 10000, "cost": 10000,
"edID": 128833965, "edID": 128833965,
"power": 0.35, "power": 0.35,
"eddbID": 1720, "eddbID": 1373,
"grp": "gsrp", "grp": "gsrp",
"id": "0Z", "id": "0Z",
"mass": 2, "mass": 2,
"rating": "E", "rating": "E",
"symbol": "Int_GuardianShieldReinforcement_Size1_Class1", "symbol": "Int_GuardianShieldReinforcement_Size1_Class1"
"ukName": "Guardian Shield Reinforcement",
"ukDiscript": ""
}, },
{ {
"shieldaddition": 61, "shieldaddition": 61,
@@ -23,14 +21,12 @@
"cost": 30000, "cost": 30000,
"edID": 128833966, "edID": 128833966,
"power": 0.46, "power": 0.46,
"eddbID": 1721, "eddbID": 1373,
"grp": "gsrp", "grp": "gsrp",
"id": "0y", "id": "0y",
"mass": 1, "mass": 1,
"rating": "D", "rating": "D",
"symbol": "Int_GuardianShieldReinforcement_Size1_Class2", "symbol": "Int_GuardianShieldReinforcement_Size1_Class2"
"ukName": "Guardian Shield Reinforcement",
"ukDiscript": ""
}, },
{ {
"shieldaddition": 83, "shieldaddition": 83,
@@ -39,14 +35,12 @@
"cost": 24000, "cost": 24000,
"edID": 128833967, "edID": 128833967,
"power": 0.56, "power": 0.56,
"eddbID": 1722, "eddbID": 1373,
"grp": "gsrp", "grp": "gsrp",
"id": "0z", "id": "0z",
"mass": 4, "mass": 4,
"rating": "E", "rating": "E",
"symbol": "Int_GuardianShieldReinforcement_Size2_Class1", "symbol": "Int_GuardianShieldReinforcement_Size2_Class1"
"ukName": "Guardian Shield Reinforcement",
"ukDiscript": ""
}, },
{ {
"shieldaddition": 105, "shieldaddition": 105,
@@ -55,14 +49,12 @@
"cost": 72000, "cost": 72000,
"edID": 128833968, "edID": 128833968,
"power": 0.67, "power": 0.67,
"eddbID": 1723, "eddbID": 1373,
"grp": "gsrp", "grp": "gsrp",
"id": "1E", "id": "1E",
"mass": 2, "mass": 2,
"rating": "D", "rating": "D",
"symbol": "Int_GuardianShieldReinforcement_Size2_Class2", "symbol": "Int_GuardianShieldReinforcement_Size2_Class2"
"ukName": "Guardian Shield Reinforcement",
"ukDiscript": ""
}, },
{ {
"shieldaddition": 143, "shieldaddition": 143,
@@ -71,14 +63,12 @@
"cost": 172800, "cost": 172800,
"edID": 128833970, "edID": 128833970,
"power": 0.84, "power": 0.84,
"eddbID": 1725, "eddbID": 1373,
"grp": "gsrp", "grp": "gsrp",
"id": "1F", "id": "1F",
"mass": 4, "mass": 4,
"rating": "D", "rating": "D",
"symbol": "Int_GuardianShieldReinforcement_Size3_Class2", "symbol": "Int_GuardianShieldReinforcement_Size3_Class2"
"ukName": "Guardian Shield Reinforcement",
"ukDiscript": ""
}, },
{ {
"shieldaddition": 127, "shieldaddition": 127,
@@ -87,14 +77,12 @@
"cost": 57600, "cost": 57600,
"edID": 128833969, "edID": 128833969,
"power": 0.74, "power": 0.74,
"eddbID": 1724, "eddbID": 1373,
"grp": "gsrp", "grp": "gsrp",
"id": "1G", "id": "1G",
"mass": 8, "mass": 8,
"rating": "E", "rating": "E",
"symbol": "Int_GuardianShieldReinforcement_Size3_Class1", "symbol": "Int_GuardianShieldReinforcement_Size3_Class1"
"ukName": "Guardian Shield Reinforcement",
"ukDiscript": ""
}, },
{ {
"shieldaddition": 165, "shieldaddition": 165,
@@ -103,14 +91,12 @@
"cost": 138240, "cost": 138240,
"edID": 128833971, "edID": 128833971,
"power": 0.95, "power": 0.95,
"eddbID": 1726, "eddbID": 1373,
"grp": "gsrp", "grp": "gsrp",
"id": "1I", "id": "1I",
"mass": 16, "mass": 16,
"rating": "E", "rating": "E",
"symbol": "Int_GuardianShieldReinforcement_Size4_Class1", "symbol": "Int_GuardianShieldReinforcement_Size4_Class1"
"ukName": "Guardian Shield Reinforcement",
"ukDiscript": ""
}, },
{ {
"shieldaddition": 182, "shieldaddition": 182,
@@ -119,14 +105,12 @@
"cost": 414720, "cost": 414720,
"edID": 128833972, "edID": 128833972,
"power": 1.05, "power": 1.05,
"eddbID": 1727, "eddbID": 1373,
"grp": "gsrp", "grp": "gsrp",
"id": "1J", "id": "1J",
"mass": 8, "mass": 8,
"rating": "D", "rating": "D",
"symbol": "Int_GuardianShieldReinforcement_Size4_Class2", "symbol": "Int_GuardianShieldReinforcement_Size4_Class2"
"ukName": "Guardian Shield Reinforcement",
"ukDiscript": ""
}, },
{ {
"shieldaddition": 215, "shieldaddition": 215,
@@ -135,14 +119,12 @@
"cost": 995330, "cost": 995330,
"edID": 128833974, "edID": 128833974,
"power": 1.26, "power": 1.26,
"eddbID": 1729, "eddbID": 1373,
"grp": "gsrp", "grp": "gsrp",
"id": "1K", "id": "1K",
"mass": 16, "mass": 16,
"rating": "D", "rating": "D",
"symbol": "Int_GuardianShieldReinforcement_Size5_Class2", "symbol": "Int_GuardianShieldReinforcement_Size5_Class2"
"ukName": "Guardian Shield Reinforcement",
"ukDiscript": ""
}, },
{ {
"shieldaddition": 198, "shieldaddition": 198,
@@ -151,14 +133,12 @@
"cost": 331778, "cost": 331778,
"edID": 128833973, "edID": 128833973,
"power": 1.16, "power": 1.16,
"eddbID": 1728, "eddbID": 1373,
"grp": "gsrp", "grp": "gsrp",
"id": "1L", "id": "1L",
"mass": 32, "mass": 32,
"rating": "E", "rating": "E",
"symbol": "Int_GuardianShieldReinforcement_Size5_Class1", "symbol": "Int_GuardianShieldReinforcement_Size5_Class1"
"ukName": "Guardian Shield Reinforcement",
"ukDiscript": ""
} }
] ]
} }

View File

@@ -13,9 +13,7 @@
"range": 1.5, "range": 1.5,
"rating": "E", "rating": "E",
"time": 42, "time": 42,
"symbol": "Int_DroneControl_ResourceSiphon_Size1_Class1", "symbol": "Int_DroneControl_ResourceSiphon_Size1_Class1"
"ukName": "Hatch Breaker",
"ukDiscript": "Control unit that can program a blank limpet to hack a target's hold, causing cargo ejection."
}, },
{ {
"class": 1, "class": 1,
@@ -30,9 +28,7 @@
"range": 2, "range": 2,
"rating": "D", "rating": "D",
"time": 36, "time": 36,
"symbol": "Int_DroneControl_ResourceSiphon_Size1_Class2", "symbol": "Int_DroneControl_ResourceSiphon_Size1_Class2"
"ukName": "Hatch Breaker",
"ukDiscript": "Control unit that can program a blank limpet to hack a target's hold, causing cargo ejection."
}, },
{ {
"class": 1, "class": 1,
@@ -47,9 +43,7 @@
"range": 2.5, "range": 2.5,
"rating": "C", "rating": "C",
"time": 30, "time": 30,
"symbol": "Int_DroneControl_ResourceSiphon_Size1_Class3", "symbol": "Int_DroneControl_ResourceSiphon_Size1_Class3"
"ukName": "Hatch Breaker",
"ukDiscript": "Control unit that can program a blank limpet to hack a target's hold, causing cargo ejection."
}, },
{ {
"class": 1, "class": 1,
@@ -64,9 +58,7 @@
"range": 3, "range": 3,
"rating": "B", "rating": "B",
"time": 24, "time": 24,
"symbol": "Int_DroneControl_ResourceSiphon_Size1_Class4", "symbol": "Int_DroneControl_ResourceSiphon_Size1_Class4"
"ukName": "Hatch Breaker",
"ukDiscript": "Control unit that can program a blank limpet to hack a target's hold, causing cargo ejection."
}, },
{ {
"class": 1, "class": 1,
@@ -81,9 +73,7 @@
"range": 3.5, "range": 3.5,
"rating": "A", "rating": "A",
"time": 18, "time": 18,
"symbol": "Int_DroneControl_ResourceSiphon_Size1_Class5", "symbol": "Int_DroneControl_ResourceSiphon_Size1_Class5"
"ukName": "Hatch Breaker",
"ukDiscript": "Control unit that can program a blank limpet to hack a target's hold, causing cargo ejection."
}, },
{ {
"class": 3, "class": 3,
@@ -98,9 +88,7 @@
"range": 1.62, "range": 1.62,
"rating": "E", "rating": "E",
"time": 36, "time": 36,
"symbol": "Int_DroneControl_ResourceSiphon_Size3_Class1", "symbol": "Int_DroneControl_ResourceSiphon_Size3_Class1"
"ukName": "Hatch Breaker",
"ukDiscript": "Control unit that can program a blank limpet to hack a target's hold, causing cargo ejection."
}, },
{ {
"class": 3, "class": 3,
@@ -115,9 +103,7 @@
"range": 2.16, "range": 2.16,
"rating": "D", "rating": "D",
"time": 31, "time": 31,
"symbol": "Int_DroneControl_ResourceSiphon_Size3_Class2", "symbol": "Int_DroneControl_ResourceSiphon_Size3_Class2"
"ukName": "Hatch Breaker",
"ukDiscript": "Control unit that can program a blank limpet to hack a target's hold, causing cargo ejection."
}, },
{ {
"class": 3, "class": 3,
@@ -132,9 +118,7 @@
"range": 2.7, "range": 2.7,
"rating": "C", "rating": "C",
"time": 26, "time": 26,
"symbol": "Int_DroneControl_ResourceSiphon_Size3_Class3", "symbol": "Int_DroneControl_ResourceSiphon_Size3_Class3"
"ukName": "Hatch Breaker",
"ukDiscript": "Control unit that can program a blank limpet to hack a target's hold, causing cargo ejection."
}, },
{ {
"class": 3, "class": 3,
@@ -149,9 +133,7 @@
"range": 3.24, "range": 3.24,
"rating": "B", "rating": "B",
"time": 21, "time": 21,
"symbol": "Int_DroneControl_ResourceSiphon_Size3_Class4", "symbol": "Int_DroneControl_ResourceSiphon_Size3_Class4"
"ukName": "Hatch Breaker",
"ukDiscript": "Control unit that can program a blank limpet to hack a target's hold, causing cargo ejection."
}, },
{ {
"class": 3, "class": 3,
@@ -166,9 +148,7 @@
"range": 3.78, "range": 3.78,
"rating": "A", "rating": "A",
"time": 16, "time": 16,
"symbol": "Int_DroneControl_ResourceSiphon_Size3_Class5", "symbol": "Int_DroneControl_ResourceSiphon_Size3_Class5"
"ukName": "Hatch Breaker",
"ukDiscript": "Control unit that can program a blank limpet to hack a target's hold, causing cargo ejection."
}, },
{ {
"class": 5, "class": 5,
@@ -183,9 +163,7 @@
"range": 1.98, "range": 1.98,
"rating": "E", "rating": "E",
"time": 31, "time": 31,
"symbol": "Int_DroneControl_ResourceSiphon_Size5_Class1", "symbol": "Int_DroneControl_ResourceSiphon_Size5_Class1"
"ukName": "Hatch Breaker",
"ukDiscript": "Control unit that can program a blank limpet to hack a target's hold, causing cargo ejection."
}, },
{ {
"class": 5, "class": 5,
@@ -200,9 +178,7 @@
"range": 2.64, "range": 2.64,
"rating": "D", "rating": "D",
"time": 26, "time": 26,
"symbol": "Int_DroneControl_ResourceSiphon_Size5_Class2", "symbol": "Int_DroneControl_ResourceSiphon_Size5_Class2"
"ukName": "Hatch Breaker",
"ukDiscript": "Control unit that can program a blank limpet to hack a target's hold, causing cargo ejection."
}, },
{ {
"class": 5, "class": 5,
@@ -217,9 +193,7 @@
"range": 3.3, "range": 3.3,
"rating": "C", "rating": "C",
"time": 22, "time": 22,
"symbol": "Int_DroneControl_ResourceSiphon_Size5_Class3", "symbol": "Int_DroneControl_ResourceSiphon_Size5_Class3"
"ukName": "Hatch Breaker",
"ukDiscript": "Control unit that can program a blank limpet to hack a target's hold, causing cargo ejection."
}, },
{ {
"class": 5, "class": 5,
@@ -234,9 +208,7 @@
"range": 3.96, "range": 3.96,
"rating": "B", "rating": "B",
"time": 18, "time": 18,
"symbol": "Int_DroneControl_ResourceSiphon_Size5_Class4", "symbol": "Int_DroneControl_ResourceSiphon_Size5_Class4"
"ukName": "Hatch Breaker",
"ukDiscript": "Control unit that can program a blank limpet to hack a target's hold, causing cargo ejection."
}, },
{ {
"class": 5, "class": 5,
@@ -251,9 +223,7 @@
"range": 4.62, "range": 4.62,
"rating": "A", "rating": "A",
"time": 13, "time": 13,
"symbol": "Int_DroneControl_ResourceSiphon_Size5_Class5", "symbol": "Int_DroneControl_ResourceSiphon_Size5_Class5"
"ukName": "Hatch Breaker",
"ukDiscript": "Control unit that can program a blank limpet to hack a target's hold, causing cargo ejection."
}, },
{ {
"class": 7, "class": 7,
@@ -268,9 +238,7 @@
"range": 2.58, "range": 2.58,
"rating": "E", "rating": "E",
"time": 25, "time": 25,
"symbol": "Int_DroneControl_ResourceSiphon_Size7_Class1", "symbol": "Int_DroneControl_ResourceSiphon_Size7_Class1"
"ukName": "Hatch Breaker",
"ukDiscript": "Control unit that can program a blank limpet to hack a target's hold, causing cargo ejection."
}, },
{ {
"class": 7, "class": 7,
@@ -285,9 +253,7 @@
"range": 3.44, "range": 3.44,
"rating": "D", "rating": "D",
"time": 22, "time": 22,
"symbol": "Int_DroneControl_ResourceSiphon_Size7_Class2", "symbol": "Int_DroneControl_ResourceSiphon_Size7_Class2"
"ukName": "Hatch Breaker",
"ukDiscript": "Control unit that can program a blank limpet to hack a target's hold, causing cargo ejection."
}, },
{ {
"class": 7, "class": 7,
@@ -302,9 +268,7 @@
"range": 4.3, "range": 4.3,
"rating": "C", "rating": "C",
"time": 18, "time": 18,
"symbol": "Int_DroneControl_ResourceSiphon_Size7_Class3", "symbol": "Int_DroneControl_ResourceSiphon_Size7_Class3"
"ukName": "Hatch Breaker",
"ukDiscript": "Control unit that can program a blank limpet to hack a target's hold, causing cargo ejection."
}, },
{ {
"class": 7, "class": 7,
@@ -319,9 +283,7 @@
"range": 5.16, "range": 5.16,
"rating": "B", "rating": "B",
"time": 14, "time": 14,
"symbol": "Int_DroneControl_ResourceSiphon_Size7_Class4", "symbol": "Int_DroneControl_ResourceSiphon_Size7_Class4"
"ukName": "Hatch Breaker",
"ukDiscript": "Control unit that can program a blank limpet to hack a target's hold, causing cargo ejection."
}, },
{ {
"class": 7, "class": 7,
@@ -336,9 +298,7 @@
"range": 6.02, "range": 6.02,
"rating": "A", "rating": "A",
"time": 11, "time": 11,
"symbol": "Int_DroneControl_ResourceSiphon_Size7_Class5", "symbol": "Int_DroneControl_ResourceSiphon_Size7_Class5"
"ukName": "Hatch Breaker",
"ukDiscript": "Control unit that can program a blank limpet to hack a target's hold, causing cargo ejection."
} }
] ]
} }

View File

@@ -14,9 +14,7 @@
"mass": 2, "mass": 2,
"rating": "E", "rating": "E",
"thermres": 0.005, "thermres": 0.005,
"symbol": "Int_HullReinforcement_Size1_Class1", "symbol": "Int_HullReinforcement_Size1_Class1"
"ukName": "Hull Reinforcement",
"ukDiscript": "Increases the ship's hull integrity and resistance to damage."
}, },
{ {
"hullreinforcement": 110, "hullreinforcement": 110,
@@ -32,9 +30,7 @@
"mass": 1, "mass": 1,
"rating": "D", "rating": "D",
"thermres": 0.005, "thermres": 0.005,
"symbol": "Int_HullReinforcement_Size1_Class2", "symbol": "Int_HullReinforcement_Size1_Class2"
"ukName": "Hull Reinforcement",
"ukDiscript": "Increases the ship's hull integrity and resistance to damage."
}, },
{ {
"hullreinforcement": 150, "hullreinforcement": 150,
@@ -50,9 +46,7 @@
"mass": 4, "mass": 4,
"rating": "E", "rating": "E",
"thermres": 0.01, "thermres": 0.01,
"symbol": "Int_HullReinforcement_Size2_Class1", "symbol": "Int_HullReinforcement_Size2_Class1"
"ukName": "Hull Reinforcement",
"ukDiscript": "Increases the ship's hull integrity and resistance to damage."
}, },
{ {
"hullreinforcement": 190, "hullreinforcement": 190,
@@ -68,9 +62,7 @@
"mass": 2, "mass": 2,
"rating": "D", "rating": "D",
"thermres": 0.01, "thermres": 0.01,
"symbol": "Int_HullReinforcement_Size2_Class2", "symbol": "Int_HullReinforcement_Size2_Class2"
"ukName": "Hull Reinforcement",
"ukDiscript": "Increases the ship's hull integrity and resistance to damage."
}, },
{ {
"hullreinforcement": 230, "hullreinforcement": 230,
@@ -86,9 +78,7 @@
"mass": 8, "mass": 8,
"rating": "E", "rating": "E",
"thermres": 0.015, "thermres": 0.015,
"symbol": "Int_HullReinforcement_Size3_Class1", "symbol": "Int_HullReinforcement_Size3_Class1"
"ukName": "Hull Reinforcement",
"ukDiscript": "Increases the ship's hull integrity and resistance to damage."
}, },
{ {
"hullreinforcement": 260, "hullreinforcement": 260,
@@ -104,9 +94,7 @@
"mass": 4, "mass": 4,
"rating": "D", "rating": "D",
"thermres": 0.015, "thermres": 0.015,
"symbol": "Int_HullReinforcement_Size3_Class2", "symbol": "Int_HullReinforcement_Size3_Class2"
"ukName": "Hull Reinforcement",
"ukDiscript": "Increases the ship's hull integrity and resistance to damage."
}, },
{ {
"hullreinforcement": 300, "hullreinforcement": 300,
@@ -122,9 +110,7 @@
"mass": 16, "mass": 16,
"rating": "E", "rating": "E",
"thermres": 0.02, "thermres": 0.02,
"symbol": "Int_HullReinforcement_Size4_Class1", "symbol": "Int_HullReinforcement_Size4_Class1"
"ukName": "Hull Reinforcement",
"ukDiscript": "Increases the ship's hull integrity and resistance to damage."
}, },
{ {
"hullreinforcement": 330, "hullreinforcement": 330,
@@ -140,9 +126,7 @@
"mass": 8, "mass": 8,
"rating": "D", "rating": "D",
"thermres": 0.02, "thermres": 0.02,
"symbol": "Int_HullReinforcement_Size4_Class2", "symbol": "Int_HullReinforcement_Size4_Class2"
"ukName": "Hull Reinforcement",
"ukDiscript": "Increases the ship's hull integrity and resistance to damage."
}, },
{ {
"hullreinforcement": 360, "hullreinforcement": 360,
@@ -158,9 +142,7 @@
"mass": 32, "mass": 32,
"rating": "E", "rating": "E",
"thermres": 0.025, "thermres": 0.025,
"symbol": "Int_HullReinforcement_Size5_Class1", "symbol": "Int_HullReinforcement_Size5_Class1"
"ukName": "Hull Reinforcement",
"ukDiscript": "Increases the ship's hull integrity and resistance to damage."
}, },
{ {
"hullreinforcement": 390, "hullreinforcement": 390,
@@ -176,9 +158,7 @@
"mass": 16, "mass": 16,
"rating": "D", "rating": "D",
"thermres": 0.025, "thermres": 0.025,
"symbol": "Int_HullReinforcement_Size5_Class2", "symbol": "Int_HullReinforcement_Size5_Class2"
"ukName": "Hull Reinforcement",
"ukDiscript": "Increases the ship's hull integrity and resistance to damage."
} }
] ]
} }

View File

@@ -9,9 +9,7 @@
"grp": "ft", "grp": "ft",
"id": "f1", "id": "f1",
"rating": "C", "rating": "C",
"symbol": "Int_FuelTank_Size1_Class3", "symbol": "Int_FuelTank_Size1_Class3"
"ukName": "Fuel Tank",
"ukDiscript": "Storage container for fuel used by ship's power plant."
}, },
{ {
"class": 2, "class": 2,
@@ -22,9 +20,7 @@
"grp": "ft", "grp": "ft",
"id": "f2", "id": "f2",
"rating": "C", "rating": "C",
"symbol": "Int_FuelTank_Size2_Class3", "symbol": "Int_FuelTank_Size2_Class3"
"ukName": "Fuel Tank",
"ukDiscript": "Storage container for fuel used by ship's power plant."
}, },
{ {
"class": 3, "class": 3,
@@ -35,9 +31,7 @@
"grp": "ft", "grp": "ft",
"id": "f3", "id": "f3",
"rating": "C", "rating": "C",
"symbol": "Int_FuelTank_Size3_Class3", "symbol": "Int_FuelTank_Size3_Class3"
"ukName": "Fuel Tank",
"ukDiscript": "Storage container for fuel used by ship's power plant."
}, },
{ {
"class": 4, "class": 4,
@@ -48,9 +42,7 @@
"grp": "ft", "grp": "ft",
"id": "f4", "id": "f4",
"rating": "C", "rating": "C",
"symbol": "Int_FuelTank_Size4_Class3", "symbol": "Int_FuelTank_Size4_Class3"
"ukName": "Fuel Tank",
"ukDiscript": "Storage container for fuel used by ship's power plant."
}, },
{ {
"class": 5, "class": 5,
@@ -61,9 +53,7 @@
"grp": "ft", "grp": "ft",
"id": "f5", "id": "f5",
"rating": "C", "rating": "C",
"symbol": "Int_FuelTank_Size5_Class3", "symbol": "Int_FuelTank_Size5_Class3"
"ukName": "Fuel Tank",
"ukDiscript": "Storage container for fuel used by ship's power plant."
}, },
{ {
"class": 6, "class": 6,
@@ -74,9 +64,7 @@
"grp": "ft", "grp": "ft",
"id": "f6", "id": "f6",
"rating": "C", "rating": "C",
"symbol": "Int_FuelTank_Size6_Class3", "symbol": "Int_FuelTank_Size6_Class3"
"ukName": "Fuel Tank",
"ukDiscript": "Storage container for fuel used by ship's power plant."
}, },
{ {
"class": 7, "class": 7,
@@ -87,9 +75,7 @@
"grp": "ft", "grp": "ft",
"id": "f7", "id": "f7",
"rating": "C", "rating": "C",
"symbol": "Int_FuelTank_Size7_Class3", "symbol": "Int_FuelTank_Size7_Class3"
"ukName": "Fuel Tank",
"ukDiscript": "Storage container for fuel used by ship's power plant."
}, },
{ {
"class": 8, "class": 8,
@@ -100,9 +86,7 @@
"grp": "ft", "grp": "ft",
"id": "f8", "id": "f8",
"rating": "C", "rating": "C",
"symbol": "Int_FuelTank_Size8_Class3", "symbol": "Int_FuelTank_Size8_Class3"
"ukName": "Fuel Tank",
"ukDiscript": "Storage container for fuel used by ship's power plant."
} }
] ]
} }

View File

@@ -2,7 +2,7 @@
"pcq": [ "pcq": [
{ {
"class": 5, "class": 5,
"cost": 1658095, "cost": 1658100,
"edID": 128727925, "edID": 128727925,
"eddbID": 1575, "eddbID": 1575,
"grp": "pcq", "grp": "pcq",
@@ -10,13 +10,11 @@
"mass": 20, "mass": 20,
"passengers": 4, "passengers": 4,
"rating": "B", "rating": "B",
"symbol": "Int_PassengerCabin_Size5_Class4", "symbol": "Int_PassengerCabin_Size5_Class4"
"ukName": "LC Passenger Cabin",
"ukDiscript": "Luxury Class Passenger Cabin."
}, },
{ {
"class": 6, "class": 6,
"cost": 4974287, "cost": 4974288,
"edID": 128727929, "edID": 128727929,
"eddbID": 1576, "eddbID": 1576,
"grp": "pcq", "grp": "pcq",
@@ -24,9 +22,7 @@
"mass": 40, "mass": 40,
"passengers": 8, "passengers": 8,
"rating": "B", "rating": "B",
"symbol": "Int_PassengerCabin_Size6_Class4", "symbol": "Int_PassengerCabin_Size6_Class4"
"ukName": "LC Passenger Cabin",
"ukDiscript": "Luxury Class Passenger Cabin."
} }
] ]
} }

View File

@@ -14,9 +14,7 @@
"rating": "E", "rating": "E",
"thermres": 0, "thermres": 0,
"causres": 0.03, "causres": 0.03,
"symbol": "Int_MetaAlloyHullReinforcement_Size1_Class1", "symbol": "Int_MetaAlloyHullReinforcement_Size1_Class1"
"ukName": "Meta Alloy Hull Reinforcement",
"ukDiscript": "Increases the ship's hull integrity and resistance to caustic damage."
}, },
{ {
"hullreinforcement": 99, "hullreinforcement": 99,
@@ -32,9 +30,7 @@
"rating": "D", "rating": "D",
"thermres": 0, "thermres": 0,
"causres": 0.03, "causres": 0.03,
"symbol": "Int_MetaAlloyHullReinforcement_Size1_Class2", "symbol": "Int_MetaAlloyHullReinforcement_Size1_Class2"
"ukName": "Meta Alloy Hull Reinforcement",
"ukDiscript": "Increases the ship's hull integrity and resistance to caustic damage."
}, },
{ {
"hullreinforcement": 135, "hullreinforcement": 135,
@@ -50,9 +46,7 @@
"rating": "E", "rating": "E",
"thermres": 0, "thermres": 0,
"causres": 0.03, "causres": 0.03,
"symbol": "Int_MetaAlloyHullReinforcement_Size2_Class1", "symbol": "Int_MetaAlloyHullReinforcement_Size2_Class1"
"ukName": "Meta Alloy Hull Reinforcement",
"ukDiscript": "Increases the ship's hull integrity and resistance to caustic damage."
}, },
{ {
"hullreinforcement": 171, "hullreinforcement": 171,
@@ -68,9 +62,7 @@
"rating": "D", "rating": "D",
"thermres": 0, "thermres": 0,
"causres": 0.03, "causres": 0.03,
"symbol": "Int_MetaAlloyHullReinforcement_Size2_Class2", "symbol": "Int_MetaAlloyHullReinforcement_Size2_Class2"
"ukName": "Meta Alloy Hull Reinforcement",
"ukDiscript": "Increases the ship's hull integrity and resistance to caustic damage."
}, },
{ {
"hullreinforcement": 207, "hullreinforcement": 207,
@@ -86,9 +78,7 @@
"rating": "E", "rating": "E",
"thermres": 0, "thermres": 0,
"causres": 0.03, "causres": 0.03,
"symbol": "Int_MetaAlloyHullReinforcement_Size3_Class1", "symbol": "Int_MetaAlloyHullReinforcement_Size3_Class1"
"ukName": "Meta Alloy Hull Reinforcement",
"ukDiscript": "Increases the ship's hull integrity and resistance to caustic damage."
}, },
{ {
"hullreinforcement": 234, "hullreinforcement": 234,
@@ -104,9 +94,7 @@
"rating": "D", "rating": "D",
"thermres": 0, "thermres": 0,
"causres": 0.03, "causres": 0.03,
"symbol": "Int_MetaAlloyHullReinforcement_Size3_Class2", "symbol": "Int_MetaAlloyHullReinforcement_Size3_Class2"
"ukName": "Meta Alloy Hull Reinforcement",
"ukDiscript": "Increases the ship's hull integrity and resistance to caustic damage."
}, },
{ {
"hullreinforcement": 270, "hullreinforcement": 270,
@@ -122,9 +110,7 @@
"rating": "E", "rating": "E",
"thermres": 0, "thermres": 0,
"causres": 0.03, "causres": 0.03,
"symbol": "Int_MetaAlloyHullReinforcement_Size4_Class1", "symbol": "Int_MetaAlloyHullReinforcement_Size4_Class1"
"ukName": "Meta Alloy Hull Reinforcement",
"ukDiscript": "Increases the ship's hull integrity and resistance to caustic damage."
}, },
{ {
"hullreinforcement": 297, "hullreinforcement": 297,
@@ -140,9 +126,7 @@
"rating": "D", "rating": "D",
"thermres": 0, "thermres": 0,
"causres": 0.03, "causres": 0.03,
"symbol": "Int_MetaAlloyHullReinforcement_Size4_Class2", "symbol": "Int_MetaAlloyHullReinforcement_Size4_Class2"
"ukName": "Meta Alloy Hull Reinforcement",
"ukDiscript": "Increases the ship's hull integrity and resistance to caustic damage."
}, },
{ {
"hullreinforcement": 324, "hullreinforcement": 324,
@@ -158,9 +142,7 @@
"rating": "E", "rating": "E",
"thermres": 0, "thermres": 0,
"causres": 0.03, "causres": 0.03,
"symbol": "Int_MetaAlloyHullReinforcement_Size5_Class1", "symbol": "Int_MetaAlloyHullReinforcement_Size5_Class1"
"ukName": "Meta Alloy Hull Reinforcement",
"ukDiscript": "Increases the ship's hull integrity and resistance to caustic damage."
}, },
{ {
"hullreinforcement": 351, "hullreinforcement": 351,
@@ -176,9 +158,7 @@
"rating": "D", "rating": "D",
"thermres": 0, "thermres": 0,
"causres": 0.03, "causres": 0.03,
"symbol": "Int_MetaAlloyHullReinforcement_Size5_Class2", "symbol": "Int_MetaAlloyHullReinforcement_Size5_Class2"
"ukName": "Meta Alloy Hull Reinforcement",
"ukDiscript": "Increases the ship's hull integrity and resistance to caustic damage."
} }
] ]
} }

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

@@ -11,9 +11,7 @@
"mass": 2, "mass": 2,
"protection": 0.3, "protection": 0.3,
"rating": "E", "rating": "E",
"symbol": "Int_ModuleReinforcement_Size1_Class1", "symbol": "Int_ModuleReinforcement_Size1_Class1"
"ukName": "Module Reinforcement",
"ukDiscript": "Protects modules against weapons fire that penetrates the hull. This version of the module has high damage capacity but low absorption of module damage. I.e. it can absorb a small proportion of module damage each time over a long period before running out of damage capacity."
}, },
{ {
"class": 1, "class": 1,
@@ -26,9 +24,7 @@
"mass": 1, "mass": 1,
"protection": 0.6, "protection": 0.6,
"rating": "D", "rating": "D",
"symbol": "Int_ModuleReinforcement_Size1_Class2", "symbol": "Int_ModuleReinforcement_Size1_Class2"
"ukName": "Module Reinforcement",
"ukDiscript": "Protects modules against weapons fire that penetrates the hull. This version of the module has low damage capacity but high absorption of module damage. I.e. it can absorb a large proportion of module damage each time over a short period before running out of damage capacity."
}, },
{ {
"class": 2, "class": 2,
@@ -41,9 +37,7 @@
"mass": 4, "mass": 4,
"protection": 0.3, "protection": 0.3,
"rating": "E", "rating": "E",
"symbol": "Int_ModuleReinforcement_Size2_Class1", "symbol": "Int_ModuleReinforcement_Size2_Class1"
"ukName": "Module Reinforcement",
"ukDiscript": "Protects modules against weapons fire that penetrates the hull. This version of the module has high damage capacity but low absorption of module damage. I.e. it can absorb a small proportion of module damage each time over a long period before running out of damage capacity."
}, },
{ {
"class": 2, "class": 2,
@@ -56,9 +50,7 @@
"mass": 2, "mass": 2,
"protection": 0.6, "protection": 0.6,
"rating": "D", "rating": "D",
"symbol": "Int_ModuleReinforcement_Size2_Class2", "symbol": "Int_ModuleReinforcement_Size2_Class2"
"ukName": "Module Reinforcement",
"ukDiscript": "Protects modules against weapons fire that penetrates the hull. This version of the module has low damage capacity but high absorption of module damage. I.e. it can absorb a large proportion of module damage each time over a short period before running out of damage capacity."
}, },
{ {
"class": 3, "class": 3,
@@ -71,9 +63,7 @@
"mass": 8, "mass": 8,
"protection": 0.3, "protection": 0.3,
"rating": "E", "rating": "E",
"symbol": "Int_ModuleReinforcement_Size3_Class1", "symbol": "Int_ModuleReinforcement_Size3_Class1"
"ukName": "Module Reinforcement",
"ukDiscript": "Protects modules against weapons fire that penetrates the hull. This version of the module has high damage capacity but low absorption of module damage. I.e. it can absorb a small proportion of module damage each time over a long period before running out of damage capacity."
}, },
{ {
"class": 3, "class": 3,
@@ -86,9 +76,7 @@
"mass": 4, "mass": 4,
"protection": 0.6, "protection": 0.6,
"rating": "D", "rating": "D",
"symbol": "Int_ModuleReinforcement_Size3_Class2", "symbol": "Int_ModuleReinforcement_Size3_Class2"
"ukName": "Module Reinforcement",
"ukDiscript": "Protects modules against weapons fire that penetrates the hull. This version of the module has low damage capacity but high absorption of module damage. I.e. it can absorb a large proportion of module damage each time over a short period before running out of damage capacity."
}, },
{ {
"class": 4, "class": 4,
@@ -101,9 +89,7 @@
"mass": 16, "mass": 16,
"protection": 0.3, "protection": 0.3,
"rating": "E", "rating": "E",
"symbol": "Int_ModuleReinforcement_Size4_Class1", "symbol": "Int_ModuleReinforcement_Size4_Class1"
"ukName": "Module Reinforcement",
"ukDiscript": "Protects modules against weapons fire that penetrates the hull. This version of the module has high damage capacity but low absorption of module damage. I.e. it can absorb a small proportion of module damage each time over a long period before running out of damage capacity."
}, },
{ {
"class": 4, "class": 4,
@@ -116,9 +102,7 @@
"mass": 8, "mass": 8,
"protection": 0.6, "protection": 0.6,
"rating": "D", "rating": "D",
"symbol": "Int_ModuleReinforcement_Size4_Class2", "symbol": "Int_ModuleReinforcement_Size4_Class2"
"ukName": "Module Reinforcement",
"ukDiscript": "Protects modules against weapons fire that penetrates the hull. This version of the module has low damage capacity but high absorption of module damage. I.e. it can absorb a large proportion of module damage each time over a short period before running out of damage capacity."
}, },
{ {
"class": 5, "class": 5,
@@ -131,9 +115,7 @@
"mass": 32, "mass": 32,
"protection": 0.3, "protection": 0.3,
"rating": "E", "rating": "E",
"symbol": "Int_ModuleReinforcement_Size5_Class1", "symbol": "Int_ModuleReinforcement_Size5_Class1"
"ukName": "Module Reinforcement",
"ukDiscript": "Protects modules against weapons fire that penetrates the hull. This version of the module has high damage capacity but low absorption of module damage. I.e. it can absorb a small proportion of module damage each time over a long period before running out of damage capacity."
}, },
{ {
"class": 5, "class": 5,
@@ -146,9 +128,7 @@
"mass": 16, "mass": 16,
"protection": 0.6, "protection": 0.6,
"rating": "D", "rating": "D",
"symbol": "Int_ModuleReinforcement_Size5_Class2", "symbol": "Int_ModuleReinforcement_Size5_Class2"
"ukName": "Module Reinforcement",
"ukDiscript": "Protects modules against weapons fire that penetrates the hull. This version of the module has low damage capacity but high absorption of module damage. I.e. it can absorb a large proportion of module damage each time over a short period before running out of damage capacity."
} }
] ]
} }

View File

@@ -1,172 +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": 30000,
"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": 50000,
"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

@@ -12,9 +12,7 @@
"mass": 12, "mass": 12,
"power": 0.25, "power": 0.25,
"rating": "H", "rating": "H",
"symbol": "Int_BuggyBay_Size2_Class1", "symbol": "Int_BuggyBay_Size2_Class1"
"ukName": "Planetary Vehicle Hangar",
"ukDiscript": "A module designed to house ground-based vehicles."
}, },
{ {
"bays": 1, "bays": 1,
@@ -28,9 +26,7 @@
"mass": 6, "mass": 6,
"power": 0.75, "power": 0.75,
"rating": "G", "rating": "G",
"symbol": "Int_BuggyBay_Size2_Class2", "symbol": "Int_BuggyBay_Size2_Class2"
"ukName": "Planetary Vehicle Hangar",
"ukDiscript": "A module designed to house ground-based vehicles."
}, },
{ {
"bays": 2, "bays": 2,
@@ -44,9 +40,7 @@
"mass": 20, "mass": 20,
"power": 0.4, "power": 0.4,
"rating": "H", "rating": "H",
"symbol": "Int_BuggyBay_Size4_Class1", "symbol": "Int_BuggyBay_Size4_Class1"
"ukName": "Planetary Vehicle Hangar",
"ukDiscript": "A module designed to house ground-based vehicles."
}, },
{ {
"bays": 2, "bays": 2,
@@ -60,9 +54,7 @@
"mass": 10, "mass": 10,
"power": 1.2, "power": 1.2,
"rating": "G", "rating": "G",
"symbol": "Int_BuggyBay_Size4_Class2", "symbol": "Int_BuggyBay_Size4_Class2"
"ukName": "Planetary Vehicle Hangar",
"ukDiscript": "A module designed to house ground-based vehicles."
}, },
{ {
"bays": 4, "bays": 4,
@@ -76,9 +68,7 @@
"mass": 34, "mass": 34,
"power": 0.6, "power": 0.6,
"rating": "H", "rating": "H",
"symbol": "Int_BuggyBay_Size6_Class1", "symbol": "Int_BuggyBay_Size6_Class1"
"ukName": "Planetary Vehicle Hangar",
"ukDiscript": "A module designed to house ground-based vehicles."
}, },
{ {
"bays": 4, "bays": 4,
@@ -92,9 +82,7 @@
"mass": 17, "mass": 17,
"power": 1.8, "power": 1.8,
"rating": "G", "rating": "G",
"symbol": "Int_BuggyBay_Size6_Class2", "symbol": "Int_BuggyBay_Size6_Class2"
"ukName": "Planetary Vehicle Hangar",
"ukDiscript": "A module designed to house ground-based vehicles."
} }
] ]
} }

View File

@@ -24,9 +24,7 @@
"rating": "A", "rating": "A",
"regen": 1, "regen": 1,
"thermres": -0.2, "thermres": -0.2,
"symbol": "Int_ShieldGenerator_Size1_Class5_Strong", "symbol": "Int_ShieldGenerator_Size1_Class5_Strong"
"ukName": "Prismatic Shield",
"ukDiscript": "An alternative shield generator that has higher than normal strength but requires a higher power draw and weight allowance."
}, },
{ {
"brokenregen": 1.2, "brokenregen": 1.2,
@@ -52,9 +50,7 @@
"rating": "A", "rating": "A",
"regen": 1, "regen": 1,
"thermres": -0.2, "thermres": -0.2,
"symbol": "Int_ShieldGenerator_Size2_Class5_Strong", "symbol": "Int_ShieldGenerator_Size2_Class5_Strong"
"ukName": "Prismatic Shield",
"ukDiscript": "An alternative shield generator that has higher than normal strength but requires a higher power draw and weight allowance."
}, },
{ {
"brokenregen": 1.3, "brokenregen": 1.3,
@@ -80,9 +76,7 @@
"rating": "A", "rating": "A",
"regen": 1, "regen": 1,
"thermres": -0.2, "thermres": -0.2,
"symbol": "Int_ShieldGenerator_Size3_Class5_Strong", "symbol": "Int_ShieldGenerator_Size3_Class5_Strong"
"ukName": "Prismatic Shield",
"ukDiscript": "An alternative shield generator that has higher than normal strength but requires a higher power draw and weight allowance."
}, },
{ {
"brokenregen": 1.7, "brokenregen": 1.7,
@@ -108,9 +102,7 @@
"rating": "A", "rating": "A",
"regen": 1, "regen": 1,
"thermres": -0.2, "thermres": -0.2,
"symbol": "Int_ShieldGenerator_Size4_Class5_Strong", "symbol": "Int_ShieldGenerator_Size4_Class5_Strong"
"ukName": "Prismatic Shield",
"ukDiscript": "An alternative shield generator that has higher than normal strength but requires a higher power draw and weight allowance."
}, },
{ {
"brokenregen": 2.3, "brokenregen": 2.3,
@@ -136,9 +128,7 @@
"rating": "A", "rating": "A",
"regen": 1, "regen": 1,
"thermres": -0.2, "thermres": -0.2,
"symbol": "Int_ShieldGenerator_Size5_Class5_Strong", "symbol": "Int_ShieldGenerator_Size5_Class5_Strong"
"ukName": "Prismatic Shield",
"ukDiscript": "An alternative shield generator that has higher than normal strength but requires a higher power draw and weight allowance."
}, },
{ {
"brokenregen": 3.2, "brokenregen": 3.2,
@@ -164,9 +154,7 @@
"rating": "A", "rating": "A",
"regen": 1, "regen": 1,
"thermres": -0.2, "thermres": -0.2,
"symbol": "Int_ShieldGenerator_Size6_Class5_Strong", "symbol": "Int_ShieldGenerator_Size6_Class5_Strong"
"ukName": "Prismatic Shield",
"ukDiscript": "An alternative shield generator that has higher than normal strength but requires a higher power draw and weight allowance."
}, },
{ {
"brokenregen": 4.2, "brokenregen": 4.2,
@@ -192,9 +180,7 @@
"rating": "A", "rating": "A",
"regen": 1.1, "regen": 1.1,
"thermres": -0.2, "thermres": -0.2,
"symbol": "Int_ShieldGenerator_Size7_Class5_Strong", "symbol": "Int_ShieldGenerator_Size7_Class5_Strong"
"ukName": "Prismatic Shield",
"ukDiscript": "An alternative shield generator that has higher than normal strength but requires a higher power draw and weight allowance."
}, },
{ {
"brokenregen": 5.4, "brokenregen": 5.4,
@@ -220,9 +206,7 @@
"rating": "A", "rating": "A",
"regen": 1.4, "regen": 1.4,
"thermres": -0.2, "thermres": -0.2,
"symbol": "Int_ShieldGenerator_Size8_Class5_Strong", "symbol": "Int_ShieldGenerator_Size8_Class5_Strong"
"ukName": "Prismatic Shield",
"ukDiscript": "An alternative shield generator that has higher than normal strength but requires a higher power draw and weight allowance."
} }
] ]
} }

View File

@@ -12,9 +12,7 @@
"power": 0.18, "power": 0.18,
"range": 3, "range": 3,
"rating": "E", "rating": "E",
"symbol": "Int_DroneControl_Prospector_Size1_Class1", "symbol": "Int_DroneControl_Prospector_Size1_Class1"
"ukName": "Prospector",
"ukDiscript": "Controls a limpet to prospect an asteroid to discover its composition."
}, },
{ {
"class": 1, "class": 1,
@@ -28,9 +26,7 @@
"power": 0.14, "power": 0.14,
"range": 4, "range": 4,
"rating": "D", "rating": "D",
"symbol": "Int_DroneControl_Prospector_Size1_Class2", "symbol": "Int_DroneControl_Prospector_Size1_Class2"
"ukName": "Prospector",
"ukDiscript": "Controls a limpet to prospect an asteroid to discover its composition."
}, },
{ {
"class": 1, "class": 1,
@@ -44,9 +40,7 @@
"power": 0.23, "power": 0.23,
"range": 5, "range": 5,
"rating": "C", "rating": "C",
"symbol": "Int_DroneControl_Prospector_Size1_Class3", "symbol": "Int_DroneControl_Prospector_Size1_Class3"
"ukName": "Prospector",
"ukDiscript": "Controls a limpet to prospect an asteroid to discover its composition."
}, },
{ {
"class": 1, "class": 1,
@@ -60,9 +54,7 @@
"power": 0.32, "power": 0.32,
"range": 6, "range": 6,
"rating": "B", "rating": "B",
"symbol": "Int_DroneControl_Prospector_Size1_Class4", "symbol": "Int_DroneControl_Prospector_Size1_Class4"
"ukName": "Prospector",
"ukDiscript": "Controls a limpet to prospect an asteroid to discover its composition."
}, },
{ {
"class": 1, "class": 1,
@@ -76,9 +68,7 @@
"power": 0.28, "power": 0.28,
"range": 7, "range": 7,
"rating": "A", "rating": "A",
"symbol": "Int_DroneControl_Prospector_Size1_Class5", "symbol": "Int_DroneControl_Prospector_Size1_Class5"
"ukName": "Prospector",
"ukDiscript": "Controls a limpet to prospect an asteroid to discover its composition."
}, },
{ {
"class": 3, "class": 3,
@@ -92,9 +82,7 @@
"power": 0.27, "power": 0.27,
"range": 3.3, "range": 3.3,
"rating": "E", "rating": "E",
"symbol": "Int_DroneControl_Prospector_Size3_Class1", "symbol": "Int_DroneControl_Prospector_Size3_Class1"
"ukName": "Prospector",
"ukDiscript": "Controls a limpet to prospect an asteroid to discover its composition."
}, },
{ {
"class": 3, "class": 3,
@@ -108,9 +96,7 @@
"power": 0.2, "power": 0.2,
"range": 4.4, "range": 4.4,
"rating": "D", "rating": "D",
"symbol": "Int_DroneControl_Prospector_Size3_Class2", "symbol": "Int_DroneControl_Prospector_Size3_Class2"
"ukName": "Prospector",
"ukDiscript": "Controls a limpet to prospect an asteroid to discover its composition."
}, },
{ {
"class": 3, "class": 3,
@@ -124,9 +110,7 @@
"power": 0.34, "power": 0.34,
"range": 5.5, "range": 5.5,
"rating": "C", "rating": "C",
"symbol": "Int_DroneControl_Prospector_Size3_Class3", "symbol": "Int_DroneControl_Prospector_Size3_Class3"
"ukName": "Prospector",
"ukDiscript": "Controls a limpet to prospect an asteroid to discover its composition."
}, },
{ {
"class": 3, "class": 3,
@@ -140,9 +124,7 @@
"power": 0.48, "power": 0.48,
"range": 6.6, "range": 6.6,
"rating": "B", "rating": "B",
"symbol": "Int_DroneControl_Prospector_Size3_Class4", "symbol": "Int_DroneControl_Prospector_Size3_Class4"
"ukName": "Prospector",
"ukDiscript": "Controls a limpet to prospect an asteroid to discover its composition."
}, },
{ {
"class": 3, "class": 3,
@@ -156,9 +138,7 @@
"power": 0.41, "power": 0.41,
"range": 7.7, "range": 7.7,
"rating": "A", "rating": "A",
"symbol": "Int_DroneControl_Prospector_Size3_Class5", "symbol": "Int_DroneControl_Prospector_Size3_Class5"
"ukName": "Prospector",
"ukDiscript": "Controls a limpet to prospect an asteroid to discover its composition."
}, },
{ {
"class": 5, "class": 5,
@@ -172,9 +152,7 @@
"power": 0.4, "power": 0.4,
"range": 3.9, "range": 3.9,
"rating": "E", "rating": "E",
"symbol": "Int_DroneControl_Prospector_Size5_Class1", "symbol": "Int_DroneControl_Prospector_Size5_Class1"
"ukName": "Prospector",
"ukDiscript": "Controls a limpet to prospect an asteroid to discover its composition."
}, },
{ {
"class": 5, "class": 5,
@@ -188,9 +166,7 @@
"power": 0.3, "power": 0.3,
"range": 5.2, "range": 5.2,
"rating": "D", "rating": "D",
"symbol": "Int_DroneControl_Prospector_Size5_Class2", "symbol": "Int_DroneControl_Prospector_Size5_Class2"
"ukName": "Prospector",
"ukDiscript": "Controls a limpet to prospect an asteroid to discover its composition."
}, },
{ {
"class": 5, "class": 5,
@@ -204,9 +180,7 @@
"power": 0.5, "power": 0.5,
"range": 6.5, "range": 6.5,
"rating": "C", "rating": "C",
"symbol": "Int_DroneControl_Prospector_Size5_Class3", "symbol": "Int_DroneControl_Prospector_Size5_Class3"
"ukName": "Prospector",
"ukDiscript": "Controls a limpet to prospect an asteroid to discover its composition."
}, },
{ {
"class": 5, "class": 5,
@@ -220,9 +194,7 @@
"power": 0.97, "power": 0.97,
"range": 7.8, "range": 7.8,
"rating": "B", "rating": "B",
"symbol": "Int_DroneControl_Prospector_Size5_Class4", "symbol": "Int_DroneControl_Prospector_Size5_Class4"
"ukName": "Prospector",
"ukDiscript": "Controls a limpet to prospect an asteroid to discover its composition."
}, },
{ {
"class": 5, "class": 5,
@@ -236,9 +208,7 @@
"power": 0.6, "power": 0.6,
"range": 9.1, "range": 9.1,
"rating": "A", "rating": "A",
"symbol": "Int_DroneControl_Prospector_Size5_Class5", "symbol": "Int_DroneControl_Prospector_Size5_Class5"
"ukName": "Prospector",
"ukDiscript": "Controls a limpet to prospect an asteroid to discover its composition."
}, },
{ {
"class": 7, "class": 7,
@@ -252,9 +222,7 @@
"power": 0.55, "power": 0.55,
"range": 5.1, "range": 5.1,
"rating": "E", "rating": "E",
"symbol": "Int_DroneControl_Prospector_Size7_Class1", "symbol": "Int_DroneControl_Prospector_Size7_Class1"
"ukName": "Prospector",
"ukDiscript": "Controls a limpet to prospect an asteroid to discover its composition."
}, },
{ {
"class": 7, "class": 7,
@@ -268,9 +236,7 @@
"power": 0.41, "power": 0.41,
"range": 6.8, "range": 6.8,
"rating": "D", "rating": "D",
"symbol": "Int_DroneControl_Prospector_Size7_Class2", "symbol": "Int_DroneControl_Prospector_Size7_Class2"
"ukName": "Prospector",
"ukDiscript": "Controls a limpet to prospect an asteroid to discover its composition."
}, },
{ {
"class": 7, "class": 7,
@@ -284,9 +250,7 @@
"power": 0.69, "power": 0.69,
"range": 8.5, "range": 8.5,
"rating": "C", "rating": "C",
"symbol": "Int_DroneControl_Prospector_Size7_Class3", "symbol": "Int_DroneControl_Prospector_Size7_Class3"
"ukName": "Prospector",
"ukDiscript": "Controls a limpet to prospect an asteroid to discover its composition."
}, },
{ {
"class": 7, "class": 7,
@@ -300,9 +264,7 @@
"power": 0.97, "power": 0.97,
"range": 10.2, "range": 10.2,
"rating": "B", "rating": "B",
"symbol": "Int_DroneControl_Prospector_Size7_Class4", "symbol": "Int_DroneControl_Prospector_Size7_Class4"
"ukName": "Prospector",
"ukDiscript": "Controls a limpet to prospect an asteroid to discover its composition."
}, },
{ {
"class": 7, "class": 7,
@@ -316,9 +278,7 @@
"power": 0.83, "power": 0.83,
"range": 11.9, "range": 11.9,
"rating": "A", "rating": "A",
"symbol": "Int_DroneControl_Prospector_Size7_Class5", "symbol": "Int_DroneControl_Prospector_Size7_Class5"
"ukName": "Prospector",
"ukDiscript": "Controls a limpet to prospect an asteroid to discover its composition."
} }
] ]
} }

View File

@@ -14,9 +14,7 @@
"rating": "E", "rating": "E",
"integrity": 24, "integrity": 24,
"hacktime": 22, "hacktime": 22,
"symbol": "Int_DroneControl_Recon_Size1_Class1", "symbol": "Int_DroneControl_Recon_Size1_Class1"
"ukName": "Recon",
"ukDiscript": "Controls a limpet that can hack into data points."
}, },
{ {
"class": 3, "class": 3,
@@ -32,9 +30,7 @@
"rating": "E", "rating": "E",
"integrity": 51, "integrity": 51,
"hacktime": 17, "hacktime": 17,
"symbol": "Int_DroneControl_Recon_Size3_Class1", "symbol": "Int_DroneControl_Recon_Size3_Class1"
"ukName": "Recon",
"ukDiscript": "Controls a limpet that can hack into data points."
}, },
{ {
"class": 5, "class": 5,
@@ -50,9 +46,7 @@
"rating": "E", "rating": "E",
"integrity": 96, "integrity": 96,
"hacktime": 13, "hacktime": 13,
"symbol": "Int_DroneControl_Recon_Size5_Class1", "symbol": "Int_DroneControl_Recon_Size5_Class1"
"ukName": "Recon",
"ukDiscript": "Controls a limpet that can hack into data points."
}, },
{ {
"class": 7, "class": 7,
@@ -68,9 +62,7 @@
"rating": "E", "rating": "E",
"integrity": 157, "integrity": 157,
"hacktime": 10, "hacktime": 10,
"symbol": "Int_DroneControl_Recon_Size7_Class1", "symbol": "Int_DroneControl_Recon_Size7_Class1"
"ukName": "Recon",
"ukDiscript": "Controls a limpet that can hack into data points."
} }
] ]
} }

View File

@@ -10,9 +10,7 @@
"id": "1k", "id": "1k",
"power": 0.14, "power": 0.14,
"rating": "E", "rating": "E",
"symbol": "Int_Refinery_Size1_Class1", "symbol": "Int_Refinery_Size1_Class1"
"ukName": "Refinery",
"ukDiscript": "Converts scooped fragments into usable resources (requires mining laser)."
}, },
{ {
"bins": 1, "bins": 1,
@@ -24,9 +22,7 @@
"id": "1j", "id": "1j",
"power": 0.18, "power": 0.18,
"rating": "D", "rating": "D",
"symbol": "Int_Refinery_Size1_Class2", "symbol": "Int_Refinery_Size1_Class2"
"ukName": "Refinery",
"ukDiscript": "Converts scooped fragments into usable resources (requires mining laser)."
}, },
{ {
"bins": 2, "bins": 2,
@@ -38,9 +34,7 @@
"id": "1i", "id": "1i",
"power": 0.23, "power": 0.23,
"rating": "C", "rating": "C",
"symbol": "Int_Refinery_Size1_Class3", "symbol": "Int_Refinery_Size1_Class3"
"ukName": "Refinery",
"ukDiscript": "Converts scooped fragments into usable resources (requires mining laser)."
}, },
{ {
"bins": 3, "bins": 3,
@@ -52,9 +46,7 @@
"id": "1h", "id": "1h",
"power": 0.28, "power": 0.28,
"rating": "B", "rating": "B",
"symbol": "Int_Refinery_Size1_Class4", "symbol": "Int_Refinery_Size1_Class4"
"ukName": "Refinery",
"ukDiscript": "Converts scooped fragments into usable resources (requires mining laser)."
}, },
{ {
"bins": 4, "bins": 4,
@@ -66,9 +58,7 @@
"id": "1g", "id": "1g",
"power": 0.32, "power": 0.32,
"rating": "A", "rating": "A",
"symbol": "Int_Refinery_Size1_Class5", "symbol": "Int_Refinery_Size1_Class5"
"ukName": "Refinery",
"ukDiscript": "Converts scooped fragments into usable resources (requires mining laser)."
}, },
{ {
"bins": 2, "bins": 2,
@@ -80,9 +70,7 @@
"id": "1p", "id": "1p",
"power": 0.17, "power": 0.17,
"rating": "E", "rating": "E",
"symbol": "Int_Refinery_Size2_Class1", "symbol": "Int_Refinery_Size2_Class1"
"ukName": "Refinery",
"ukDiscript": "Converts scooped fragments into usable resources (requires mining laser)."
}, },
{ {
"bins": 3, "bins": 3,
@@ -94,9 +82,7 @@
"id": "1o", "id": "1o",
"power": 0.22, "power": 0.22,
"rating": "D", "rating": "D",
"symbol": "Int_Refinery_Size2_Class2", "symbol": "Int_Refinery_Size2_Class2"
"ukName": "Refinery",
"ukDiscript": "Converts scooped fragments into usable resources (requires mining laser)."
}, },
{ {
"bins": 4, "bins": 4,
@@ -108,9 +94,7 @@
"id": "1n", "id": "1n",
"power": 0.28, "power": 0.28,
"rating": "C", "rating": "C",
"symbol": "Int_Refinery_Size2_Class3", "symbol": "Int_Refinery_Size2_Class3"
"ukName": "Refinery",
"ukDiscript": "Converts scooped fragments into usable resources (requires mining laser)."
}, },
{ {
"bins": 5, "bins": 5,
@@ -122,9 +106,7 @@
"id": "1m", "id": "1m",
"power": 0.34, "power": 0.34,
"rating": "B", "rating": "B",
"symbol": "Int_Refinery_Size2_Class4", "symbol": "Int_Refinery_Size2_Class4"
"ukName": "Refinery",
"ukDiscript": "Converts scooped fragments into usable resources (requires mining laser)."
}, },
{ {
"bins": 6, "bins": 6,
@@ -136,9 +118,7 @@
"id": "1l", "id": "1l",
"power": 0.39, "power": 0.39,
"rating": "A", "rating": "A",
"symbol": "Int_Refinery_Size2_Class5", "symbol": "Int_Refinery_Size2_Class5"
"ukName": "Refinery",
"ukDiscript": "Converts scooped fragments into usable resources (requires mining laser)."
}, },
{ {
"bins": 3, "bins": 3,
@@ -150,9 +130,7 @@
"id": "1u", "id": "1u",
"power": 0.2, "power": 0.2,
"rating": "E", "rating": "E",
"symbol": "Int_Refinery_Size3_Class1", "symbol": "Int_Refinery_Size3_Class1"
"ukName": "Refinery",
"ukDiscript": "Converts scooped fragments into usable resources (requires mining laser)."
}, },
{ {
"bins": 4, "bins": 4,
@@ -164,9 +142,7 @@
"id": "1t", "id": "1t",
"power": 0.27, "power": 0.27,
"rating": "D", "rating": "D",
"symbol": "Int_Refinery_Size3_Class2", "symbol": "Int_Refinery_Size3_Class2"
"ukName": "Refinery",
"ukDiscript": "Converts scooped fragments into usable resources (requires mining laser)."
}, },
{ {
"bins": 6, "bins": 6,
@@ -178,9 +154,7 @@
"id": "1s", "id": "1s",
"power": 0.34, "power": 0.34,
"rating": "C", "rating": "C",
"symbol": "Int_Refinery_Size3_Class3", "symbol": "Int_Refinery_Size3_Class3"
"ukName": "Refinery",
"ukDiscript": "Converts scooped fragments into usable resources (requires mining laser)."
}, },
{ {
"bins": 7, "bins": 7,
@@ -192,9 +166,7 @@
"id": "1r", "id": "1r",
"power": 0.41, "power": 0.41,
"rating": "B", "rating": "B",
"symbol": "Int_Refinery_Size3_Class4", "symbol": "Int_Refinery_Size3_Class4"
"ukName": "Refinery",
"ukDiscript": "Converts scooped fragments into usable resources (requires mining laser)."
}, },
{ {
"bins": 8, "bins": 8,
@@ -206,79 +178,67 @@
"id": "1q", "id": "1q",
"power": 0.48, "power": 0.48,
"rating": "A", "rating": "A",
"symbol": "Int_Refinery_Size3_Class5", "symbol": "Int_Refinery_Size3_Class5"
"ukName": "Refinery",
"ukDiscript": "Converts scooped fragments into usable resources (requires mining laser)."
}, },
{ {
"bins": 4, "bins": 4,
"class": 4, "class": 4,
"cost": 55566, "cost": 55570,
"edID": 128666687, "edID": 128666687,
"eddbID": 1289, "eddbID": 1289,
"grp": "rf", "grp": "rf",
"id": "23", "id": "23",
"power": 0.25, "power": 0.25,
"rating": "E", "rating": "E",
"symbol": "Int_Refinery_Size4_Class1", "symbol": "Int_Refinery_Size4_Class1"
"ukName": "Refinery",
"ukDiscript": "Converts scooped fragments into usable resources (requires mining laser)."
}, },
{ {
"bins": 5, "bins": 5,
"class": 4, "class": 4,
"cost": 166698, "cost": 166700,
"edID": 128666691, "edID": 128666691,
"eddbID": 1293, "eddbID": 1293,
"grp": "rf", "grp": "rf",
"id": "22", "id": "22",
"power": 0.33, "power": 0.33,
"rating": "D", "rating": "D",
"symbol": "Int_Refinery_Size4_Class2", "symbol": "Int_Refinery_Size4_Class2"
"ukName": "Refinery",
"ukDiscript": "Converts scooped fragments into usable resources (requires mining laser)."
}, },
{ {
"bins": 7, "bins": 7,
"class": 4, "class": 4,
"cost": 500094, "cost": 500090,
"edID": 128666695, "edID": 128666695,
"eddbID": 1297, "eddbID": 1297,
"grp": "rf", "grp": "rf",
"id": "21", "id": "21",
"power": 0.41, "power": 0.41,
"rating": "C", "rating": "C",
"symbol": "Int_Refinery_Size4_Class3", "symbol": "Int_Refinery_Size4_Class3"
"ukName": "Refinery",
"ukDiscript": "Converts scooped fragments into usable resources (requires mining laser)."
}, },
{ {
"bins": 9, "bins": 9,
"class": 4, "class": 4,
"cost": 1500282, "cost": 1500280,
"edID": 128666699, "edID": 128666699,
"eddbID": 1301, "eddbID": 1301,
"grp": "rf", "grp": "rf",
"id": "20", "id": "20",
"power": 0.49, "power": 0.49,
"rating": "B", "rating": "B",
"symbol": "Int_Refinery_Size4_Class4", "symbol": "Int_Refinery_Size4_Class4"
"ukName": "Refinery",
"ukDiscript": "Converts scooped fragments into usable resources (requires mining laser)."
}, },
{ {
"bins": 10, "bins": 10,
"class": 4, "class": 4,
"cost": 4500846, "cost": 4500850,
"edID": 128666703, "edID": 128666703,
"eddbID": 1305, "eddbID": 1305,
"grp": "rf", "grp": "rf",
"id": "1v", "id": "1v",
"power": 0.57, "power": 0.57,
"rating": "A", "rating": "A",
"symbol": "Int_Refinery_Size4_Class5", "symbol": "Int_Refinery_Size4_Class5"
"ukName": "Refinery",
"ukDiscript": "Converts scooped fragments into usable resources (requires mining laser)."
} }
] ]
} }

View File

@@ -12,9 +12,7 @@
"power": 0.18, "power": 0.18,
"range": 0.6, "range": 0.6,
"rating": "E", "rating": "E",
"symbol": "Int_DroneControl_Repair_Size1_Class1", "symbol": "Int_DroneControl_Repair_Size1_Class1"
"ukName": "Repair",
"ukDiscript": "Controls a limpet that repairs an amount of damage to the hull of a targeted ship."
}, },
{ {
"class": 1, "class": 1,
@@ -28,9 +26,7 @@
"power": 0.14, "power": 0.14,
"range": 0.8, "range": 0.8,
"rating": "D", "rating": "D",
"symbol": "Int_DroneControl_Repair_Size1_Class2", "symbol": "Int_DroneControl_Repair_Size1_Class2"
"ukName": "Repair",
"ukDiscript": "Controls a limpet that repairs an amount of damage to the hull of a targeted ship."
}, },
{ {
"class": 1, "class": 1,
@@ -44,9 +40,7 @@
"power": 0.23, "power": 0.23,
"range": 1, "range": 1,
"rating": "C", "rating": "C",
"symbol": "Int_DroneControl_Repair_Size1_Class3", "symbol": "Int_DroneControl_Repair_Size1_Class3"
"ukName": "Repair",
"ukDiscript": "Controls a limpet that repairs an amount of damage to the hull of a targeted ship."
}, },
{ {
"class": 1, "class": 1,
@@ -60,9 +54,7 @@
"power": 0.32, "power": 0.32,
"range": 1.2, "range": 1.2,
"rating": "B", "rating": "B",
"symbol": "Int_DroneControl_Repair_Size1_Class4", "symbol": "Int_DroneControl_Repair_Size1_Class4"
"ukName": "Repair",
"ukDiscript": "Controls a limpet that repairs an amount of damage to the hull of a targeted ship."
}, },
{ {
"class": 1, "class": 1,
@@ -76,9 +68,7 @@
"power": 0.28, "power": 0.28,
"range": 1.4, "range": 1.4,
"rating": "A", "rating": "A",
"symbol": "Int_DroneControl_Repair_Size1_Class5", "symbol": "Int_DroneControl_Repair_Size1_Class5"
"ukName": "Repair",
"ukDiscript": "Controls a limpet that repairs an amount of damage to the hull of a targeted ship."
}, },
{ {
"class": 3, "class": 3,
@@ -92,9 +82,7 @@
"power": 0.27, "power": 0.27,
"range": 0.66, "range": 0.66,
"rating": "E", "rating": "E",
"symbol": "Int_DroneControl_Repair_Size3_Class1", "symbol": "Int_DroneControl_Repair_Size3_Class1"
"ukName": "Repair",
"ukDiscript": "Controls a limpet that repairs an amount of damage to the hull of a targeted ship."
}, },
{ {
"class": 3, "class": 3,
@@ -108,9 +96,7 @@
"power": 0.2, "power": 0.2,
"range": 0.88, "range": 0.88,
"rating": "D", "rating": "D",
"symbol": "Int_DroneControl_Repair_Size3_Class2", "symbol": "Int_DroneControl_Repair_Size3_Class2"
"ukName": "Repair",
"ukDiscript": "Controls a limpet that repairs an amount of damage to the hull of a targeted ship."
}, },
{ {
"class": 3, "class": 3,
@@ -124,9 +110,7 @@
"power": 0.34, "power": 0.34,
"range": 1.1, "range": 1.1,
"rating": "C", "rating": "C",
"symbol": "Int_DroneControl_Repair_Size3_Class3", "symbol": "Int_DroneControl_Repair_Size3_Class3"
"ukName": "Repair",
"ukDiscript": "Controls a limpet that repairs an amount of damage to the hull of a targeted ship."
}, },
{ {
"class": 3, "class": 3,
@@ -140,9 +124,7 @@
"power": 0.48, "power": 0.48,
"range": 1.32, "range": 1.32,
"rating": "B", "rating": "B",
"symbol": "Int_DroneControl_Repair_Size3_Class4", "symbol": "Int_DroneControl_Repair_Size3_Class4"
"ukName": "Repair",
"ukDiscript": "Controls a limpet that repairs an amount of damage to the hull of a targeted ship."
}, },
{ {
"class": 3, "class": 3,
@@ -156,9 +138,7 @@
"power": 0.41, "power": 0.41,
"range": 1.54, "range": 1.54,
"rating": "A", "rating": "A",
"symbol": "Int_DroneControl_Repair_Size3_Class5", "symbol": "Int_DroneControl_Repair_Size3_Class5"
"ukName": "Repair",
"ukDiscript": "Controls a limpet that repairs an amount of damage to the hull of a targeted ship."
}, },
{ {
"class": 5, "class": 5,
@@ -172,9 +152,7 @@
"power": 0.4, "power": 0.4,
"range": 0.78, "range": 0.78,
"rating": "E", "rating": "E",
"symbol": "Int_DroneControl_Repair_Size5_Class1", "symbol": "Int_DroneControl_Repair_Size5_Class1"
"ukName": "Repair",
"ukDiscript": "Controls a limpet that repairs an amount of damage to the hull of a targeted ship."
}, },
{ {
"class": 5, "class": 5,
@@ -188,9 +166,7 @@
"power": 0.3, "power": 0.3,
"range": 1.04, "range": 1.04,
"rating": "D", "rating": "D",
"symbol": "Int_DroneControl_Repair_Size5_Class2", "symbol": "Int_DroneControl_Repair_Size5_Class2"
"ukName": "Repair",
"ukDiscript": "Controls a limpet that repairs an amount of damage to the hull of a targeted ship."
}, },
{ {
"class": 5, "class": 5,
@@ -204,9 +180,7 @@
"power": 0.5, "power": 0.5,
"range": 1.3, "range": 1.3,
"rating": "C", "rating": "C",
"symbol": "Int_DroneControl_Repair_Size5_Class3", "symbol": "Int_DroneControl_Repair_Size5_Class3"
"ukName": "Repair",
"ukDiscript": "Controls a limpet that repairs an amount of damage to the hull of a targeted ship."
}, },
{ {
"class": 5, "class": 5,
@@ -220,9 +194,7 @@
"power": 0.97, "power": 0.97,
"range": 1.56, "range": 1.56,
"rating": "B", "rating": "B",
"symbol": "Int_DroneControl_Repair_Size5_Class4", "symbol": "Int_DroneControl_Repair_Size5_Class4"
"ukName": "Repair",
"ukDiscript": "Controls a limpet that repairs an amount of damage to the hull of a targeted ship."
}, },
{ {
"class": 5, "class": 5,
@@ -236,9 +208,7 @@
"power": 0.6, "power": 0.6,
"range": 1.82, "range": 1.82,
"rating": "A", "rating": "A",
"symbol": "Int_DroneControl_Repair_Size5_Class5", "symbol": "Int_DroneControl_Repair_Size5_Class5"
"ukName": "Repair",
"ukDiscript": "Controls a limpet that repairs an amount of damage to the hull of a targeted ship."
}, },
{ {
"class": 7, "class": 7,
@@ -252,9 +222,7 @@
"power": 0.55, "power": 0.55,
"range": 1.02, "range": 1.02,
"rating": "E", "rating": "E",
"symbol": "Int_DroneControl_Repair_Size7_Class1", "symbol": "Int_DroneControl_Repair_Size7_Class1"
"ukName": "Repair",
"ukDiscript": "Controls a limpet that repairs an amount of damage to the hull of a targeted ship."
}, },
{ {
"class": 7, "class": 7,
@@ -268,9 +236,7 @@
"power": 0.41, "power": 0.41,
"range": 1.36, "range": 1.36,
"rating": "D", "rating": "D",
"symbol": "Int_DroneControl_Repair_Size7_Class2", "symbol": "Int_DroneControl_Repair_Size7_Class2"
"ukName": "Repair",
"ukDiscript": "Controls a limpet that repairs an amount of damage to the hull of a targeted ship."
}, },
{ {
"class": 7, "class": 7,
@@ -284,9 +250,7 @@
"power": 0.69, "power": 0.69,
"range": 1.7, "range": 1.7,
"rating": "C", "rating": "C",
"symbol": "Int_DroneControl_Repair_Size7_Class3", "symbol": "Int_DroneControl_Repair_Size7_Class3"
"ukName": "Repair",
"ukDiscript": "Controls a limpet that repairs an amount of damage to the hull of a targeted ship."
}, },
{ {
"class": 7, "class": 7,
@@ -300,9 +264,7 @@
"power": 0.97, "power": 0.97,
"range": 2.04, "range": 2.04,
"rating": "B", "rating": "B",
"symbol": "Int_DroneControl_Repair_Size7_Class4", "symbol": "Int_DroneControl_Repair_Size7_Class4"
"ukName": "Repair",
"ukDiscript": "Controls a limpet that repairs an amount of damage to the hull of a targeted ship."
}, },
{ {
"class": 7, "class": 7,
@@ -316,9 +278,7 @@
"power": 0.83, "power": 0.83,
"range": 2.38, "range": 2.38,
"rating": "A", "rating": "A",
"symbol": "Int_DroneControl_Repair_Size7_Class5", "symbol": "Int_DroneControl_Repair_Size7_Class5"
"ukName": "Repair",
"ukDiscript": "Controls a limpet that repairs an amount of damage to the hull of a targeted ship."
} }
] ]
} }

View File

@@ -4,14 +4,14 @@
"rating": "E", "rating": "E",
"class": 1, "class": 1,
"grp": "rsl", "grp": "rsl",
"id": "2w", "id": "0",
"eddbID": 1617, "eddbID": 1617,
"edID": 128793116, "edID": 128793116,
"cost": 1749600, "cost": 1749600,
"mass": 1.3, "mass": 1.3,
"maximum": 1, "maximum": 1,
"power": 0.4, "power": 0.4,
"range": 2, "range": 2000,
"symbol": "Int_DroneControl_UnkVesselResearch", "symbol": "Int_DroneControl_UnkVesselResearch",
"time": 300, "time": 300,
"integrity": 20 "integrity": 20

View File

@@ -0,0 +1,21 @@
{
"sc": [
{
"class": 1,
"cost": 1000,
"edID": 128662535,
"eddbID": 1242,
"grp": "sc",
"id": "2h",
"integrity": 40,
"mass": 2,
"name": "Discovery Scanner",
"power": 0,
"passiveRangeLS": 33.36,
"activeRangeLS": null,
"scanTimeSec": 5,
"rating": "E",
"symbol": "Int_StellarBodyDiscoveryScanner_Standard"
}
]
}

View File

@@ -20,9 +20,7 @@
"rechargerating": "E", "rechargerating": "E",
"spinup": 5, "spinup": 5,
"thermload": 170, "thermload": 170,
"symbol": "Int_ShieldCellBank_Size1_Class1", "symbol": "Int_ShieldCellBank_Size1_Class1"
"ukName": "Shield Cell Bank",
"ukDiscript": "Device that uses pre-charged cells to rapidly repair active shields. No effect on collapsed shields."
}, },
{ {
"ammo": 0, "ammo": 0,
@@ -44,9 +42,7 @@
"rechargerating": "D", "rechargerating": "D",
"spinup": 5, "spinup": 5,
"thermload": 170, "thermload": 170,
"symbol": "Int_ShieldCellBank_Size1_Class2", "symbol": "Int_ShieldCellBank_Size1_Class2"
"ukName": "Shield Cell Bank",
"ukDiscript": "Device that uses pre-charged cells to rapidly repair active shields. No effect on collapsed shields."
}, },
{ {
"ammo": 2, "ammo": 2,
@@ -68,9 +64,7 @@
"rechargerating": "C", "rechargerating": "C",
"spinup": 5, "spinup": 5,
"thermload": 170, "thermload": 170,
"symbol": "Int_ShieldCellBank_Size1_Class3", "symbol": "Int_ShieldCellBank_Size1_Class3"
"ukName": "Shield Cell Bank",
"ukDiscript": "Device that uses pre-charged cells to rapidly repair active shields. No effect on collapsed shields."
}, },
{ {
"ammo": 3, "ammo": 3,
@@ -92,9 +86,7 @@
"rechargerating": "B", "rechargerating": "B",
"spinup": 5, "spinup": 5,
"thermload": 170, "thermload": 170,
"symbol": "Int_ShieldCellBank_Size1_Class4", "symbol": "Int_ShieldCellBank_Size1_Class4"
"ukName": "Shield Cell Bank",
"ukDiscript": "Device that uses pre-charged cells to rapidly repair active shields. No effect on collapsed shields."
}, },
{ {
"ammo": 2, "ammo": 2,
@@ -116,9 +108,7 @@
"rechargerating": "A", "rechargerating": "A",
"spinup": 5, "spinup": 5,
"thermload": 170, "thermload": 170,
"symbol": "Int_ShieldCellBank_Size1_Class5", "symbol": "Int_ShieldCellBank_Size1_Class5"
"ukName": "Shield Cell Bank",
"ukDiscript": "Device that uses pre-charged cells to rapidly repair active shields. No effect on collapsed shields."
}, },
{ {
"ammo": 4, "ammo": 4,
@@ -140,9 +130,7 @@
"rechargerating": "E", "rechargerating": "E",
"spinup": 5, "spinup": 5,
"thermload": 240, "thermload": 240,
"symbol": "Int_ShieldCellBank_Size2_Class1", "symbol": "Int_ShieldCellBank_Size2_Class1"
"ukName": "Shield Cell Bank",
"ukDiscript": "Device that uses pre-charged cells to rapidly repair active shields. No effect on collapsed shields."
}, },
{ {
"ammo": 2, "ammo": 2,
@@ -164,9 +152,7 @@
"rechargerating": "D", "rechargerating": "D",
"spinup": 5, "spinup": 5,
"thermload": 240, "thermload": 240,
"symbol": "Int_ShieldCellBank_Size2_Class2", "symbol": "Int_ShieldCellBank_Size2_Class2"
"ukName": "Shield Cell Bank",
"ukDiscript": "Device that uses pre-charged cells to rapidly repair active shields. No effect on collapsed shields."
}, },
{ {
"ammo": 3, "ammo": 3,
@@ -188,9 +174,7 @@
"rechargerating": "C", "rechargerating": "C",
"spinup": 5, "spinup": 5,
"thermload": 240, "thermload": 240,
"symbol": "Int_ShieldCellBank_Size2_Class3", "symbol": "Int_ShieldCellBank_Size2_Class3"
"ukName": "Shield Cell Bank",
"ukDiscript": "Device that uses pre-charged cells to rapidly repair active shields. No effect on collapsed shields."
}, },
{ {
"ammo": 4, "ammo": 4,
@@ -212,9 +196,7 @@
"rechargerating": "B", "rechargerating": "B",
"spinup": 5, "spinup": 5,
"thermload": 240, "thermload": 240,
"symbol": "Int_ShieldCellBank_Size2_Class4", "symbol": "Int_ShieldCellBank_Size2_Class4"
"ukName": "Shield Cell Bank",
"ukDiscript": "Device that uses pre-charged cells to rapidly repair active shields. No effect on collapsed shields."
}, },
{ {
"ammo": 3, "ammo": 3,
@@ -236,9 +218,7 @@
"rechargerating": "A", "rechargerating": "A",
"spinup": 5, "spinup": 5,
"thermload": 240, "thermload": 240,
"symbol": "Int_ShieldCellBank_Size2_Class5", "symbol": "Int_ShieldCellBank_Size2_Class5"
"ukName": "Shield Cell Bank",
"ukDiscript": "Device that uses pre-charged cells to rapidly repair active shields. No effect on collapsed shields."
}, },
{ {
"ammo": 4, "ammo": 4,
@@ -260,9 +240,7 @@
"rechargerating": "E", "rechargerating": "E",
"spinup": 5, "spinup": 5,
"thermload": 340, "thermload": 340,
"symbol": "Int_ShieldCellBank_Size3_Class1", "symbol": "Int_ShieldCellBank_Size3_Class1"
"ukName": "Shield Cell Bank",
"ukDiscript": "Device that uses pre-charged cells to rapidly repair active shields. No effect on collapsed shields."
}, },
{ {
"ammo": 2, "ammo": 2,
@@ -284,9 +262,7 @@
"rechargerating": "D", "rechargerating": "D",
"spinup": 5, "spinup": 5,
"thermload": 340, "thermload": 340,
"symbol": "Int_ShieldCellBank_Size3_Class2", "symbol": "Int_ShieldCellBank_Size3_Class2"
"ukName": "Shield Cell Bank",
"ukDiscript": "Device that uses pre-charged cells to rapidly repair active shields. No effect on collapsed shields."
}, },
{ {
"ammo": 3, "ammo": 3,
@@ -308,9 +284,7 @@
"rechargerating": "C", "rechargerating": "C",
"spinup": 5, "spinup": 5,
"thermload": 340, "thermload": 340,
"symbol": "Int_ShieldCellBank_Size3_Class3", "symbol": "Int_ShieldCellBank_Size3_Class3"
"ukName": "Shield Cell Bank",
"ukDiscript": "Device that uses pre-charged cells to rapidly repair active shields. No effect on collapsed shields."
}, },
{ {
"ammo": 4, "ammo": 4,
@@ -332,9 +306,7 @@
"rechargerating": "B", "rechargerating": "B",
"spinup": 5, "spinup": 5,
"thermload": 340, "thermload": 340,
"symbol": "Int_ShieldCellBank_Size3_Class4", "symbol": "Int_ShieldCellBank_Size3_Class4"
"ukName": "Shield Cell Bank",
"ukDiscript": "Device that uses pre-charged cells to rapidly repair active shields. No effect on collapsed shields."
}, },
{ {
"ammo": 3, "ammo": 3,
@@ -356,9 +328,7 @@
"rechargerating": "A", "rechargerating": "A",
"spinup": 5, "spinup": 5,
"thermload": 340, "thermload": 340,
"symbol": "Int_ShieldCellBank_Size3_Class5", "symbol": "Int_ShieldCellBank_Size3_Class5"
"ukName": "Shield Cell Bank",
"ukDiscript": "Device that uses pre-charged cells to rapidly repair active shields. No effect on collapsed shields."
}, },
{ {
"ammo": 4, "ammo": 4,
@@ -380,9 +350,7 @@
"rechargerating": "E", "rechargerating": "E",
"spinup": 5, "spinup": 5,
"thermload": 410, "thermload": 410,
"symbol": "Int_ShieldCellBank_Size4_Class1", "symbol": "Int_ShieldCellBank_Size4_Class1"
"ukName": "Shield Cell Bank",
"ukDiscript": "Device that uses pre-charged cells to rapidly repair active shields. No effect on collapsed shields."
}, },
{ {
"ammo": 2, "ammo": 2,
@@ -404,9 +372,7 @@
"rechargerating": "D", "rechargerating": "D",
"spinup": 5, "spinup": 5,
"thermload": 410, "thermload": 410,
"symbol": "Int_ShieldCellBank_Size4_Class2", "symbol": "Int_ShieldCellBank_Size4_Class2"
"ukName": "Shield Cell Bank",
"ukDiscript": "Device that uses pre-charged cells to rapidly repair active shields. No effect on collapsed shields."
}, },
{ {
"ammo": 3, "ammo": 3,
@@ -428,9 +394,7 @@
"rechargerating": "C", "rechargerating": "C",
"spinup": 5, "spinup": 5,
"thermload": 410, "thermload": 410,
"symbol": "Int_ShieldCellBank_Size4_Class3", "symbol": "Int_ShieldCellBank_Size4_Class3"
"ukName": "Shield Cell Bank",
"ukDiscript": "Device that uses pre-charged cells to rapidly repair active shields. No effect on collapsed shields."
}, },
{ {
"ammo": 4, "ammo": 4,
@@ -452,9 +416,7 @@
"rechargerating": "B", "rechargerating": "B",
"spinup": 5, "spinup": 5,
"thermload": 410, "thermload": 410,
"symbol": "Int_ShieldCellBank_Size4_Class4", "symbol": "Int_ShieldCellBank_Size4_Class4"
"ukName": "Shield Cell Bank",
"ukDiscript": "Device that uses pre-charged cells to rapidly repair active shields. No effect on collapsed shields."
}, },
{ {
"ammo": 3, "ammo": 3,
@@ -476,9 +438,7 @@
"rechargerating": "A", "rechargerating": "A",
"spinup": 5, "spinup": 5,
"thermload": 410, "thermload": 410,
"symbol": "Int_ShieldCellBank_Size4_Class5", "symbol": "Int_ShieldCellBank_Size4_Class5"
"ukName": "Shield Cell Bank",
"ukDiscript": "Device that uses pre-charged cells to rapidly repair active shields. No effect on collapsed shields."
}, },
{ {
"ammo": 4, "ammo": 4,
@@ -500,9 +460,7 @@
"rechargerating": "E", "rechargerating": "E",
"spinup": 5, "spinup": 5,
"thermload": 540, "thermload": 540,
"symbol": "Int_ShieldCellBank_Size5_Class1", "symbol": "Int_ShieldCellBank_Size5_Class1"
"ukName": "Shield Cell Bank",
"ukDiscript": "Device that uses pre-charged cells to rapidly repair active shields. No effect on collapsed shields."
}, },
{ {
"ammo": 2, "ammo": 2,
@@ -524,9 +482,7 @@
"rechargerating": "D", "rechargerating": "D",
"spinup": 5, "spinup": 5,
"thermload": 540, "thermload": 540,
"symbol": "Int_ShieldCellBank_Size5_Class2", "symbol": "Int_ShieldCellBank_Size5_Class2"
"ukName": "Shield Cell Bank",
"ukDiscript": "Device that uses pre-charged cells to rapidly repair active shields. No effect on collapsed shields."
}, },
{ {
"ammo": 3, "ammo": 3,
@@ -534,7 +490,7 @@
"boot": 25, "boot": 25,
"class": 5, "class": 5,
"clip": 1, "clip": 1,
"cost": 198611, "cost": 198612,
"duration": 5, "duration": 5,
"edID": 128064320, "edID": 128064320,
"eddbID": 1173, "eddbID": 1173,
@@ -548,9 +504,7 @@
"rechargerating": "C", "rechargerating": "C",
"spinup": 5, "spinup": 5,
"thermload": 540, "thermload": 540,
"symbol": "Int_ShieldCellBank_Size5_Class3", "symbol": "Int_ShieldCellBank_Size5_Class3"
"ukName": "Shield Cell Bank",
"ukDiscript": "Device that uses pre-charged cells to rapidly repair active shields. No effect on collapsed shields."
}, },
{ {
"ammo": 4, "ammo": 4,
@@ -572,9 +526,7 @@
"rechargerating": "B", "rechargerating": "B",
"spinup": 5, "spinup": 5,
"thermload": 540, "thermload": 540,
"symbol": "Int_ShieldCellBank_Size5_Class4", "symbol": "Int_ShieldCellBank_Size5_Class4"
"ukName": "Shield Cell Bank",
"ukDiscript": "Device that uses pre-charged cells to rapidly repair active shields. No effect on collapsed shields."
}, },
{ {
"ammo": 3, "ammo": 3,
@@ -582,7 +534,7 @@
"boot": 25, "boot": 25,
"class": 5, "class": 5,
"clip": 1, "clip": 1,
"cost": 1241317, "cost": 1241319,
"duration": 5, "duration": 5,
"edID": 128064322, "edID": 128064322,
"eddbID": 1175, "eddbID": 1175,
@@ -596,9 +548,7 @@
"rechargerating": "A", "rechargerating": "A",
"spinup": 5, "spinup": 5,
"thermload": 540, "thermload": 540,
"symbol": "Int_ShieldCellBank_Size5_Class5", "symbol": "Int_ShieldCellBank_Size5_Class5"
"ukName": "Shield Cell Bank",
"ukDiscript": "Device that uses pre-charged cells to rapidly repair active shields. No effect on collapsed shields."
}, },
{ {
"ammo": 5, "ammo": 5,
@@ -606,7 +556,7 @@
"boot": 25, "boot": 25,
"class": 6, "class": 6,
"clip": 1, "clip": 1,
"cost": 88978, "cost": 88987,
"duration": 8, "duration": 8,
"edID": 128064323, "edID": 128064323,
"eddbID": 1176, "eddbID": 1176,
@@ -620,9 +570,7 @@
"rechargerating": "E", "rechargerating": "E",
"spinup": 5, "spinup": 5,
"thermload": 640, "thermload": 640,
"symbol": "Int_ShieldCellBank_Size6_Class1", "symbol": "Int_ShieldCellBank_Size6_Class1"
"ukName": "Shield Cell Bank",
"ukDiscript": "Device that uses pre-charged cells to rapidly repair active shields. No effect on collapsed shields."
}, },
{ {
"ammo": 3, "ammo": 3,
@@ -644,9 +592,7 @@
"rechargerating": "D", "rechargerating": "D",
"spinup": 5, "spinup": 5,
"thermload": 640, "thermload": 640,
"symbol": "Int_ShieldCellBank_Size6_Class2", "symbol": "Int_ShieldCellBank_Size6_Class2"
"ukName": "Shield Cell Bank",
"ukDiscript": "Device that uses pre-charged cells to rapidly repair active shields. No effect on collapsed shields."
}, },
{ {
"ammo": 4, "ammo": 4,
@@ -668,9 +614,7 @@
"rechargerating": "C", "rechargerating": "C",
"spinup": 5, "spinup": 5,
"thermload": 640, "thermload": 640,
"symbol": "Int_ShieldCellBank_Size6_Class3", "symbol": "Int_ShieldCellBank_Size6_Class3"
"ukName": "Shield Cell Bank",
"ukDiscript": "Device that uses pre-charged cells to rapidly repair active shields. No effect on collapsed shields."
}, },
{ {
"ammo": 5, "ammo": 5,
@@ -692,9 +636,7 @@
"rechargerating": "B", "rechargerating": "B",
"spinup": 5, "spinup": 5,
"thermload": 640, "thermload": 640,
"symbol": "Int_ShieldCellBank_Size6_Class4", "symbol": "Int_ShieldCellBank_Size6_Class4"
"ukName": "Shield Cell Bank",
"ukDiscript": "Device that uses pre-charged cells to rapidly repair active shields. No effect on collapsed shields."
}, },
{ {
"ammo": 4, "ammo": 4,
@@ -716,9 +658,7 @@
"rechargerating": "A", "rechargerating": "A",
"spinup": 5, "spinup": 5,
"thermload": 640, "thermload": 640,
"symbol": "Int_ShieldCellBank_Size6_Class5", "symbol": "Int_ShieldCellBank_Size6_Class5"
"ukName": "Shield Cell Bank",
"ukDiscript": "Device that uses pre-charged cells to rapidly repair active shields. No effect on collapsed shields."
}, },
{ {
"ammo": 5, "ammo": 5,
@@ -740,9 +680,7 @@
"rechargerating": "E", "rechargerating": "E",
"spinup": 5, "spinup": 5,
"thermload": 720, "thermload": 720,
"symbol": "Int_ShieldCellBank_Size7_Class1", "symbol": "Int_ShieldCellBank_Size7_Class1"
"ukName": "Shield Cell Bank",
"ukDiscript": "Device that uses pre-charged cells to rapidly repair active shields. No effect on collapsed shields."
}, },
{ {
"ammo": 3, "ammo": 3,
@@ -764,9 +702,7 @@
"rechargerating": "D", "rechargerating": "D",
"spinup": 5, "spinup": 5,
"thermload": 720, "thermload": 720,
"symbol": "Int_ShieldCellBank_Size7_Class2", "symbol": "Int_ShieldCellBank_Size7_Class2"
"ukName": "Shield Cell Bank",
"ukDiscript": "Device that uses pre-charged cells to rapidly repair active shields. No effect on collapsed shields."
}, },
{ {
"ammo": 4, "ammo": 4,
@@ -788,9 +724,7 @@
"rechargerating": "C", "rechargerating": "C",
"spinup": 5, "spinup": 5,
"thermload": 720, "thermload": 720,
"symbol": "Int_ShieldCellBank_Size7_Class3", "symbol": "Int_ShieldCellBank_Size7_Class3"
"ukName": "Shield Cell Bank",
"ukDiscript": "Device that uses pre-charged cells to rapidly repair active shields. No effect on collapsed shields."
}, },
{ {
"ammo": 5, "ammo": 5,
@@ -812,9 +746,7 @@
"rechargerating": "B", "rechargerating": "B",
"spinup": 5, "spinup": 5,
"thermload": 720, "thermload": 720,
"symbol": "Int_ShieldCellBank_Size7_Class4", "symbol": "Int_ShieldCellBank_Size7_Class4"
"ukName": "Shield Cell Bank",
"ukDiscript": "Device that uses pre-charged cells to rapidly repair active shields. No effect on collapsed shields."
}, },
{ {
"ammo": 4, "ammo": 4,
@@ -836,9 +768,7 @@
"rechargerating": "A", "rechargerating": "A",
"spinup": 5, "spinup": 5,
"thermload": 720, "thermload": 720,
"symbol": "Int_ShieldCellBank_Size7_Class5", "symbol": "Int_ShieldCellBank_Size7_Class5"
"ukName": "Shield Cell Bank",
"ukDiscript": "Device that uses pre-charged cells to rapidly repair active shields. No effect on collapsed shields."
}, },
{ {
"ammo": 5, "ammo": 5,
@@ -860,9 +790,7 @@
"rechargerating": "C", "rechargerating": "C",
"spinup": 5, "spinup": 5,
"thermload": 800, "thermload": 800,
"symbol": "Int_ShieldCellBank_Size8_Class1", "symbol": "Int_ShieldCellBank_Size8_Class1"
"ukName": "Shield Cell Bank",
"ukDiscript": "Device that uses pre-charged cells to rapidly repair active shields. No effect on collapsed shields."
}, },
{ {
"ammo": 3, "ammo": 3,
@@ -884,9 +812,7 @@
"rechargerating": "D", "rechargerating": "D",
"spinup": 5, "spinup": 5,
"thermload": 800, "thermload": 800,
"symbol": "Int_ShieldCellBank_Size8_Class2", "symbol": "Int_ShieldCellBank_Size8_Class2"
"ukName": "Shield Cell Bank",
"ukDiscript": "Device that uses pre-charged cells to rapidly repair active shields. No effect on collapsed shields."
}, },
{ {
"ammo": 4, "ammo": 4,
@@ -908,9 +834,7 @@
"rechargerating": "C", "rechargerating": "C",
"spinup": 5, "spinup": 5,
"thermload": 800, "thermload": 800,
"symbol": "Int_ShieldCellBank_Size8_Class3", "symbol": "Int_ShieldCellBank_Size8_Class3"
"ukName": "Shield Cell Bank",
"ukDiscript": "Device that uses pre-charged cells to rapidly repair active shields. No effect on collapsed shields."
}, },
{ {
"ammo": 5, "ammo": 5,
@@ -932,9 +856,7 @@
"rechargerating": "B", "rechargerating": "B",
"spinup": 5, "spinup": 5,
"thermload": 800, "thermload": 800,
"symbol": "Int_ShieldCellBank_Size8_Class4", "symbol": "Int_ShieldCellBank_Size8_Class4"
"ukName": "Shield Cell Bank",
"ukDiscript": "Device that uses pre-charged cells to rapidly repair active shields. No effect on collapsed shields."
}, },
{ {
"ammo": 4, "ammo": 4,
@@ -956,9 +878,7 @@
"rechargerating": "A", "rechargerating": "A",
"spinup": 5, "spinup": 5,
"thermload": 800, "thermload": 800,
"symbol": "Int_ShieldCellBank_Size8_Class5", "symbol": "Int_ShieldCellBank_Size8_Class5"
"ukName": "Shield Cell Bank",
"ukDiscript": "Device that uses pre-charged cells to rapidly repair active shields. No effect on collapsed shields."
} }
] ]
} }

View File

@@ -1,86 +1,5 @@
{ {
"sg": [ "sg": [
{
"brokenregen": 1.6,
"class": 1,
"cost": 300,
"distdraw": 0.6,
"edID": 128064258,
"eddbID": 1804,
"explres": 0.5,
"grp": "sg",
"id": "4x",
"integrity": 32,
"kinres": 0.4,
"mass": 1.3,
"maxmass": 63,
"maxmul": 1.3,
"minmass": 13,
"minmul": 0.3,
"optmass": 25,
"optmul": 0.8,
"power": 0.72,
"rating": "E",
"regen": 1,
"thermres": -0.2,
"symbol": "Int_ShieldGenerator_Size1_Class1",
"ukName": "Shield Generator",
"ukDiscript": "Forms a continually regenerating protective energy shield around the vessel."
},
{
"brokenregen": 1.6,
"class": 1,
"cost": 1240,
"distdraw": 0.6,
"edID": 128064259,
"eddbID": 1805,
"explres": 0.5,
"grp": "sg",
"id": "4z",
"integrity": 24,
"kinres": 0.4,
"mass": 0.50,
"maxmass": 63,
"maxmul": 1.4,
"minmass": 13,
"minmul": 0.4,
"optmass": 25,
"optmul": 0.9,
"power": 0.96,
"rating": "D",
"regen": 1,
"thermres": -0.2,
"symbol": "Int_ShieldGenerator_Size1_Class2",
"ukName": "Shield Generator",
"ukDiscript": "Forms a continually regenerating protective energy shield around the vessel."
},
{
"brokenregen": 1.6,
"class": 1,
"cost": 5140,
"distdraw": 0.6,
"edID": 128064260,
"eddbID": 1806,
"explres": 0.5,
"grp": "sg",
"id": "4y",
"integrity": 40,
"kinres": 0.4,
"mass": 1.3,
"maxmass": 63,
"maxmul": 1.5,
"minmass": 13,
"minmul": 0.5,
"optmass": 25,
"optmul": 1.0,
"power": 1.20,
"rating": "C",
"regen": 1,
"thermres": -0.2,
"symbol": "Int_ShieldGenerator_Size1_Class3",
"ukName": "Shield Generator",
"ukDiscript": "Forms a continually regenerating protective energy shield around the vessel."
},
{ {
"brokenregen": 1.6, "brokenregen": 1.6,
"class": 1, "class": 1,
@@ -104,14 +23,12 @@
"rating": "A", "rating": "A",
"regen": 1, "regen": 1,
"thermres": -0.2, "thermres": -0.2,
"symbol": "Int_ShieldGenerator_Size1_Class5", "symbol": "Int_ShieldGenerator_Size1_Class5"
"ukName": "Shield Generator",
"ukDiscript": "Forms a continually regenerating protective energy shield around the vessel."
}, },
{ {
"brokenregen": 1.6, "brokenregen": 1.6,
"class": 2, "class": 2,
"cost": 1978, "cost": 1980,
"distdraw": 0.6, "distdraw": 0.6,
"edID": 128064263, "edID": 128064263,
"eddbID": 1116, "eddbID": 1116,
@@ -131,14 +48,12 @@
"rating": "E", "rating": "E",
"regen": 1, "regen": 1,
"thermres": -0.2, "thermres": -0.2,
"symbol": "Int_ShieldGenerator_Size2_Class1", "symbol": "Int_ShieldGenerator_Size2_Class1"
"ukName": "Shield Generator",
"ukDiscript": "Forms a continually regenerating protective energy shield around the vessel."
}, },
{ {
"brokenregen": 1.6, "brokenregen": 1.6,
"class": 2, "class": 2,
"cost": 5934, "cost": 5930,
"distdraw": 0.6, "distdraw": 0.6,
"edID": 128064264, "edID": 128064264,
"eddbID": 1117, "eddbID": 1117,
@@ -158,14 +73,12 @@
"rating": "D", "rating": "D",
"regen": 1, "regen": 1,
"thermres": -0.2, "thermres": -0.2,
"symbol": "Int_ShieldGenerator_Size2_Class2", "symbol": "Int_ShieldGenerator_Size2_Class2"
"ukName": "Shield Generator",
"ukDiscript": "Forms a continually regenerating protective energy shield around the vessel."
}, },
{ {
"brokenregen": 1.6, "brokenregen": 1.6,
"class": 2, "class": 2,
"cost": 17803, "cost": 17800,
"distdraw": 0.6, "distdraw": 0.6,
"edID": 128064265, "edID": 128064265,
"eddbID": 1118, "eddbID": 1118,
@@ -185,14 +98,12 @@
"rating": "C", "rating": "C",
"regen": 1, "regen": 1,
"thermres": -0.2, "thermres": -0.2,
"symbol": "Int_ShieldGenerator_Size2_Class3", "symbol": "Int_ShieldGenerator_Size2_Class3"
"ukName": "Shield Generator",
"ukDiscript": "Forms a continually regenerating protective energy shield around the vessel."
}, },
{ {
"brokenregen": 1.6, "brokenregen": 1.6,
"class": 2, "class": 2,
"cost": 53408, "cost": 53410,
"distdraw": 0.6, "distdraw": 0.6,
"edID": 128064266, "edID": 128064266,
"eddbID": 1119, "eddbID": 1119,
@@ -212,14 +123,12 @@
"rating": "B", "rating": "B",
"regen": 1, "regen": 1,
"thermres": -0.2, "thermres": -0.2,
"symbol": "Int_ShieldGenerator_Size2_Class4", "symbol": "Int_ShieldGenerator_Size2_Class4"
"ukName": "Shield Generator",
"ukDiscript": "Forms a continually regenerating protective energy shield around the vessel."
}, },
{ {
"brokenregen": 1.6, "brokenregen": 1.6,
"class": 2, "class": 2,
"cost": 160224, "cost": 160220,
"distdraw": 0.6, "distdraw": 0.6,
"edID": 128064267, "edID": 128064267,
"eddbID": 1120, "eddbID": 1120,
@@ -239,14 +148,12 @@
"rating": "A", "rating": "A",
"regen": 1, "regen": 1,
"thermres": -0.2, "thermres": -0.2,
"symbol": "Int_ShieldGenerator_Size2_Class5", "symbol": "Int_ShieldGenerator_Size2_Class5"
"ukName": "Shield Generator",
"ukDiscript": "Forms a continually regenerating protective energy shield around the vessel."
}, },
{ {
"brokenregen": 1.87, "brokenregen": 1.9,
"class": 3, "class": 3,
"cost": 6271, "cost": 6270,
"distdraw": 0.6, "distdraw": 0.6,
"edID": 128064268, "edID": 128064268,
"eddbID": 1121, "eddbID": 1121,
@@ -266,14 +173,12 @@
"rating": "E", "rating": "E",
"regen": 1, "regen": 1,
"thermres": -0.2, "thermres": -0.2,
"symbol": "Int_ShieldGenerator_Size3_Class1", "symbol": "Int_ShieldGenerator_Size3_Class1"
"ukName": "Shield Generator",
"ukDiscript": "Forms a continually regenerating protective energy shield around the vessel."
}, },
{ {
"brokenregen": 1.87, "brokenregen": 1.9,
"class": 3, "class": 3,
"cost": 18812, "cost": 18810,
"distdraw": 0.6, "distdraw": 0.6,
"edID": 128064269, "edID": 128064269,
"eddbID": 1122, "eddbID": 1122,
@@ -293,14 +198,12 @@
"rating": "D", "rating": "D",
"regen": 1, "regen": 1,
"thermres": -0.2, "thermres": -0.2,
"symbol": "Int_ShieldGenerator_Size3_Class2", "symbol": "Int_ShieldGenerator_Size3_Class2"
"ukName": "Shield Generator",
"ukDiscript": "Forms a continually regenerating protective energy shield around the vessel."
}, },
{ {
"brokenregen": 1.87, "brokenregen": 1.9,
"class": 3, "class": 3,
"cost": 56435, "cost": 56440,
"distdraw": 0.6, "distdraw": 0.6,
"edID": 128064270, "edID": 128064270,
"eddbID": 1123, "eddbID": 1123,
@@ -320,14 +223,12 @@
"rating": "C", "rating": "C",
"regen": 1, "regen": 1,
"thermres": -0.2, "thermres": -0.2,
"symbol": "Int_ShieldGenerator_Size3_Class3", "symbol": "Int_ShieldGenerator_Size3_Class3"
"ukName": "Shield Generator",
"ukDiscript": "Forms a continually regenerating protective energy shield around the vessel."
}, },
{ {
"brokenregen": 1.87, "brokenregen": 1.9,
"class": 3, "class": 3,
"cost": 169304, "cost": 169300,
"distdraw": 0.6, "distdraw": 0.6,
"edID": 128064271, "edID": 128064271,
"eddbID": 1124, "eddbID": 1124,
@@ -347,14 +248,12 @@
"rating": "B", "rating": "B",
"regen": 1, "regen": 1,
"thermres": -0.2, "thermres": -0.2,
"symbol": "Int_ShieldGenerator_Size3_Class4", "symbol": "Int_ShieldGenerator_Size3_Class4"
"ukName": "Shield Generator",
"ukDiscript": "Forms a continually regenerating protective energy shield around the vessel."
}, },
{ {
"brokenregen": 1.87, "brokenregen": 1.9,
"class": 3, "class": 3,
"cost": 507912, "cost": 507910,
"distdraw": 0.6, "distdraw": 0.6,
"edID": 128064272, "edID": 128064272,
"eddbID": 1125, "eddbID": 1125,
@@ -374,14 +273,12 @@
"rating": "A", "rating": "A",
"regen": 1, "regen": 1,
"thermres": -0.2, "thermres": -0.2,
"symbol": "Int_ShieldGenerator_Size3_Class5", "symbol": "Int_ShieldGenerator_Size3_Class5"
"ukName": "Shield Generator",
"ukDiscript": "Forms a continually regenerating protective energy shield around the vessel."
}, },
{ {
"brokenregen": 2.53, "brokenregen": 2.5,
"class": 4, "class": 4,
"cost": 19878, "cost": 19880,
"distdraw": 0.6, "distdraw": 0.6,
"edID": 128064273, "edID": 128064273,
"eddbID": 1126, "eddbID": 1126,
@@ -401,14 +298,12 @@
"rating": "E", "rating": "E",
"regen": 1, "regen": 1,
"thermres": -0.2, "thermres": -0.2,
"symbol": "Int_ShieldGenerator_Size4_Class1", "symbol": "Int_ShieldGenerator_Size4_Class1"
"ukName": "Shield Generator",
"ukDiscript": "Forms a continually regenerating protective energy shield around the vessel."
}, },
{ {
"brokenregen": 2.53, "brokenregen": 2.5,
"class": 4, "class": 4,
"cost": 59633, "cost": 59630,
"distdraw": 0.6, "distdraw": 0.6,
"edID": 128064274, "edID": 128064274,
"eddbID": 1127, "eddbID": 1127,
@@ -428,14 +323,12 @@
"rating": "D", "rating": "D",
"regen": 1, "regen": 1,
"thermres": -0.2, "thermres": -0.2,
"symbol": "Int_ShieldGenerator_Size4_Class2", "symbol": "Int_ShieldGenerator_Size4_Class2"
"ukName": "Shield Generator",
"ukDiscript": "Forms a continually regenerating protective energy shield around the vessel."
}, },
{ {
"brokenregen": 2.53, "brokenregen": 2.5,
"class": 4, "class": 4,
"cost": 178898, "cost": 178900,
"distdraw": 0.6, "distdraw": 0.6,
"edID": 128064275, "edID": 128064275,
"eddbID": 1128, "eddbID": 1128,
@@ -455,14 +348,12 @@
"rating": "C", "rating": "C",
"regen": 1, "regen": 1,
"thermres": -0.2, "thermres": -0.2,
"symbol": "Int_ShieldGenerator_Size4_Class3", "symbol": "Int_ShieldGenerator_Size4_Class3"
"ukName": "Shield Generator",
"ukDiscript": "Forms a continually regenerating protective energy shield around the vessel."
}, },
{ {
"brokenregen": 2.53, "brokenregen": 2.5,
"class": 4, "class": 4,
"cost": 536693, "cost": 536690,
"distdraw": 0.6, "distdraw": 0.6,
"edID": 128064276, "edID": 128064276,
"eddbID": 1129, "eddbID": 1129,
@@ -482,12 +373,10 @@
"rating": "B", "rating": "B",
"regen": 1, "regen": 1,
"thermres": -0.2, "thermres": -0.2,
"symbol": "Int_ShieldGenerator_Size4_Class4", "symbol": "Int_ShieldGenerator_Size4_Class4"
"ukName": "Shield Generator",
"ukDiscript": "Forms a continually regenerating protective energy shield around the vessel."
}, },
{ {
"brokenregen": 2.53, "brokenregen": 2.5,
"class": 4, "class": 4,
"cost": 1610080, "cost": 1610080,
"distdraw": 0.6, "distdraw": 0.6,
@@ -509,14 +398,12 @@
"rating": "A", "rating": "A",
"regen": 1, "regen": 1,
"thermres": -0.2, "thermres": -0.2,
"symbol": "Int_ShieldGenerator_Size4_Class5", "symbol": "Int_ShieldGenerator_Size4_Class5"
"ukName": "Shield Generator",
"ukDiscript": "Forms a continually regenerating protective energy shield around the vessel."
}, },
{ {
"brokenregen": 3.75, "brokenregen": 3.7,
"class": 5, "class": 5,
"cost": 63012, "cost": 63010,
"distdraw": 0.6, "distdraw": 0.6,
"edID": 128064278, "edID": 128064278,
"eddbID": 1131, "eddbID": 1131,
@@ -536,14 +423,12 @@
"rating": "E", "rating": "E",
"regen": 1, "regen": 1,
"thermres": -0.2, "thermres": -0.2,
"symbol": "Int_ShieldGenerator_Size5_Class1", "symbol": "Int_ShieldGenerator_Size5_Class1"
"ukName": "Shield Generator",
"ukDiscript": "Forms a continually regenerating protective energy shield around the vessel."
}, },
{ {
"brokenregen": 3.75, "brokenregen": 3.7,
"class": 5, "class": 5,
"cost": 189035, "cost": 189040,
"distdraw": 0.6, "distdraw": 0.6,
"edID": 128064279, "edID": 128064279,
"eddbID": 1132, "eddbID": 1132,
@@ -563,14 +448,12 @@
"rating": "D", "rating": "D",
"regen": 1, "regen": 1,
"thermres": -0.2, "thermres": -0.2,
"symbol": "Int_ShieldGenerator_Size5_Class2", "symbol": "Int_ShieldGenerator_Size5_Class2"
"ukName": "Shield Generator",
"ukDiscript": "Forms a continually regenerating protective energy shield around the vessel."
}, },
{ {
"brokenregen": 3.75, "brokenregen": 3.7,
"class": 5, "class": 5,
"cost": 567106, "cost": 567110,
"distdraw": 0.6, "distdraw": 0.6,
"edID": 128064280, "edID": 128064280,
"eddbID": 1133, "eddbID": 1133,
@@ -590,14 +473,12 @@
"rating": "C", "rating": "C",
"regen": 1, "regen": 1,
"thermres": -0.2, "thermres": -0.2,
"symbol": "Int_ShieldGenerator_Size5_Class3", "symbol": "Int_ShieldGenerator_Size5_Class3"
"ukName": "Shield Generator",
"ukDiscript": "Forms a continually regenerating protective energy shield around the vessel."
}, },
{ {
"brokenregen": 3.75, "brokenregen": 3.7,
"class": 5, "class": 5,
"cost": 1701318, "cost": 1701320,
"distdraw": 0.6, "distdraw": 0.6,
"edID": 128064281, "edID": 128064281,
"eddbID": 1134, "eddbID": 1134,
@@ -617,14 +498,12 @@
"rating": "B", "rating": "B",
"regen": 1, "regen": 1,
"thermres": -0.2, "thermres": -0.2,
"symbol": "Int_ShieldGenerator_Size5_Class4", "symbol": "Int_ShieldGenerator_Size5_Class4"
"ukName": "Shield Generator",
"ukDiscript": "Forms a continually regenerating protective energy shield around the vessel."
}, },
{ {
"brokenregen": 3.75, "brokenregen": 3.7,
"class": 5, "class": 5,
"cost": 5103953, "cost": 5103950,
"distdraw": 0.6, "distdraw": 0.6,
"edID": 128064282, "edID": 128064282,
"eddbID": 1135, "eddbID": 1135,
@@ -644,14 +523,12 @@
"rating": "A", "rating": "A",
"regen": 1, "regen": 1,
"thermres": -0.2, "thermres": -0.2,
"symbol": "Int_ShieldGenerator_Size5_Class5", "symbol": "Int_ShieldGenerator_Size5_Class5"
"ukName": "Shield Generator",
"ukDiscript": "Forms a continually regenerating protective energy shield around the vessel."
}, },
{ {
"brokenregen": 5.33, "brokenregen": 5.3,
"class": 6, "class": 6,
"cost": 199747, "cost": 199750,
"distdraw": 0.6, "distdraw": 0.6,
"edID": 128064283, "edID": 128064283,
"eddbID": 1136, "eddbID": 1136,
@@ -671,14 +548,12 @@
"rating": "E", "rating": "E",
"regen": 1.3, "regen": 1.3,
"thermres": -0.2, "thermres": -0.2,
"symbol": "Int_ShieldGenerator_Size6_Class1", "symbol": "Int_ShieldGenerator_Size6_Class1"
"ukName": "Shield Generator",
"ukDiscript": "Forms a continually regenerating protective energy shield around the vessel."
}, },
{ {
"brokenregen": 5.33, "brokenregen": 5.3,
"class": 6, "class": 6,
"cost": 599242, "cost": 599240,
"distdraw": 0.6, "distdraw": 0.6,
"edID": 128064284, "edID": 128064284,
"eddbID": 1137, "eddbID": 1137,
@@ -698,14 +573,12 @@
"rating": "D", "rating": "D",
"regen": 1.3, "regen": 1.3,
"thermres": -0.2, "thermres": -0.2,
"symbol": "Int_ShieldGenerator_Size6_Class2", "symbol": "Int_ShieldGenerator_Size6_Class2"
"ukName": "Shield Generator",
"ukDiscript": "Forms a continually regenerating protective energy shield around the vessel."
}, },
{ {
"brokenregen": 5.33, "brokenregen": 5.3,
"class": 6, "class": 6,
"cost": 1797726, "cost": 1797730,
"distdraw": 0.6, "distdraw": 0.6,
"edID": 128064285, "edID": 128064285,
"eddbID": 1138, "eddbID": 1138,
@@ -725,14 +598,12 @@
"rating": "C", "rating": "C",
"regen": 1.3, "regen": 1.3,
"thermres": -0.2, "thermres": -0.2,
"symbol": "Int_ShieldGenerator_Size6_Class3", "symbol": "Int_ShieldGenerator_Size6_Class3"
"ukName": "Shield Generator",
"ukDiscript": "Forms a continually regenerating protective energy shield around the vessel."
}, },
{ {
"brokenregen": 5.33, "brokenregen": 5.3,
"class": 6, "class": 6,
"cost": 5393177, "cost": 5393180,
"distdraw": 0.6, "distdraw": 0.6,
"edID": 128064286, "edID": 128064286,
"eddbID": 1139, "eddbID": 1139,
@@ -752,14 +623,12 @@
"rating": "B", "rating": "B",
"regen": 1.3, "regen": 1.3,
"thermres": -0.2, "thermres": -0.2,
"symbol": "Int_ShieldGenerator_Size6_Class4", "symbol": "Int_ShieldGenerator_Size6_Class4"
"ukName": "Shield Generator",
"ukDiscript": "Forms a continually regenerating protective energy shield around the vessel."
}, },
{ {
"brokenregen": 5.33, "brokenregen": 5.3,
"class": 6, "class": 6,
"cost": 16179531, "cost": 16179530,
"distdraw": 0.6, "distdraw": 0.6,
"edID": 128064287, "edID": 128064287,
"eddbID": 1140, "eddbID": 1140,
@@ -779,14 +648,12 @@
"rating": "A", "rating": "A",
"regen": 1.3, "regen": 1.3,
"thermres": -0.2, "thermres": -0.2,
"symbol": "Int_ShieldGenerator_Size6_Class5", "symbol": "Int_ShieldGenerator_Size6_Class5"
"ukName": "Shield Generator",
"ukDiscript": "Forms a continually regenerating protective energy shield around the vessel."
}, },
{ {
"brokenregen": 7.33, "brokenregen": 7.3,
"class": 7, "class": 7,
"cost": 633199, "cost": 633200,
"distdraw": 0.6, "distdraw": 0.6,
"edID": 128064288, "edID": 128064288,
"eddbID": 1141, "eddbID": 1141,
@@ -806,14 +673,12 @@
"rating": "E", "rating": "E",
"regen": 1.8, "regen": 1.8,
"thermres": -0.2, "thermres": -0.2,
"symbol": "Int_ShieldGenerator_Size7_Class1", "symbol": "Int_ShieldGenerator_Size7_Class1"
"ukName": "Shield Generator",
"ukDiscript": "Forms a continually regenerating protective energy shield around the vessel."
}, },
{ {
"brokenregen": 7.33, "brokenregen": 7.3,
"class": 7, "class": 7,
"cost": 1899597, "cost": 1899600,
"distdraw": 0.6, "distdraw": 0.6,
"edID": 128064289, "edID": 128064289,
"eddbID": 1142, "eddbID": 1142,
@@ -833,12 +698,10 @@
"rating": "D", "rating": "D",
"regen": 1.8, "regen": 1.8,
"thermres": -0.2, "thermres": -0.2,
"symbol": "Int_ShieldGenerator_Size7_Class2", "symbol": "Int_ShieldGenerator_Size7_Class2"
"ukName": "Shield Generator",
"ukDiscript": "Forms a continually regenerating protective energy shield around the vessel."
}, },
{ {
"brokenregen": 7.33, "brokenregen": 7.3,
"class": 7, "class": 7,
"cost": 5698790, "cost": 5698790,
"distdraw": 0.6, "distdraw": 0.6,
@@ -860,14 +723,12 @@
"rating": "C", "rating": "C",
"regen": 1.8, "regen": 1.8,
"thermres": -0.2, "thermres": -0.2,
"symbol": "Int_ShieldGenerator_Size7_Class3", "symbol": "Int_ShieldGenerator_Size7_Class3"
"ukName": "Shield Generator",
"ukDiscript": "Forms a continually regenerating protective energy shield around the vessel."
}, },
{ {
"brokenregen": 7.33, "brokenregen": 7.3,
"class": 7, "class": 7,
"cost": 17096371, "cost": 17096370,
"distdraw": 0.6, "distdraw": 0.6,
"edID": 128064291, "edID": 128064291,
"eddbID": 1144, "eddbID": 1144,
@@ -887,14 +748,12 @@
"rating": "B", "rating": "B",
"regen": 1.8, "regen": 1.8,
"thermres": -0.2, "thermres": -0.2,
"symbol": "Int_ShieldGenerator_Size7_Class4", "symbol": "Int_ShieldGenerator_Size7_Class4"
"ukName": "Shield Generator",
"ukDiscript": "Forms a continually regenerating protective energy shield around the vessel."
}, },
{ {
"brokenregen": 7.33, "brokenregen": 7.3,
"class": 7, "class": 7,
"cost": 51289112, "cost": 51289110,
"distdraw": 0.6, "distdraw": 0.6,
"edID": 128064292, "edID": 128064292,
"eddbID": 1145, "eddbID": 1145,
@@ -914,14 +773,12 @@
"rating": "A", "rating": "A",
"regen": 1.8, "regen": 1.8,
"thermres": -0.2, "thermres": -0.2,
"symbol": "Int_ShieldGenerator_Size7_Class5", "symbol": "Int_ShieldGenerator_Size7_Class5"
"ukName": "Shield Generator",
"ukDiscript": "Forms a continually regenerating protective energy shield around the vessel."
}, },
{ {
"brokenregen": 9.6, "brokenregen": 9.6,
"class": 8, "class": 8,
"cost": 2007241, "cost": 2007240,
"distdraw": 0.6, "distdraw": 0.6,
"edID": 128064293, "edID": 128064293,
"eddbID": 1146, "eddbID": 1146,
@@ -941,14 +798,12 @@
"rating": "E", "rating": "E",
"regen": 2.4, "regen": 2.4,
"thermres": -0.2, "thermres": -0.2,
"symbol": "Int_ShieldGenerator_Size8_Class1", "symbol": "Int_ShieldGenerator_Size8_Class1"
"ukName": "Shield Generator",
"ukDiscript": "Forms a continually regenerating protective energy shield around the vessel."
}, },
{ {
"brokenregen": 9.6, "brokenregen": 9.6,
"class": 8, "class": 8,
"cost": 6021722, "cost": 6021720,
"distdraw": 0.6, "distdraw": 0.6,
"edID": 128064294, "edID": 128064294,
"eddbID": 1147, "eddbID": 1147,
@@ -968,14 +823,12 @@
"rating": "D", "rating": "D",
"regen": 2.4, "regen": 2.4,
"thermres": -0.2, "thermres": -0.2,
"symbol": "Int_ShieldGenerator_Size8_Class2", "symbol": "Int_ShieldGenerator_Size8_Class2"
"ukName": "Shield Generator",
"ukDiscript": "Forms a continually regenerating protective energy shield around the vessel."
}, },
{ {
"brokenregen": 9.6, "brokenregen": 9.6,
"class": 8, "class": 8,
"cost": 18065165, "cost": 18065170,
"distdraw": 0.6, "distdraw": 0.6,
"edID": 128064295, "edID": 128064295,
"eddbID": 1148, "eddbID": 1148,
@@ -995,14 +848,12 @@
"rating": "C", "rating": "C",
"regen": 2.4, "regen": 2.4,
"thermres": -0.2, "thermres": -0.2,
"symbol": "Int_ShieldGenerator_Size8_Class3", "symbol": "Int_ShieldGenerator_Size8_Class3"
"ukName": "Shield Generator",
"ukDiscript": "Forms a continually regenerating protective energy shield around the vessel."
}, },
{ {
"brokenregen": 9.6, "brokenregen": 9.6,
"class": 8, "class": 8,
"cost": 54195495, "cost": 54195500,
"distdraw": 0.6, "distdraw": 0.6,
"edID": 128064296, "edID": 128064296,
"eddbID": 1149, "eddbID": 1149,
@@ -1022,14 +873,12 @@
"rating": "B", "rating": "B",
"regen": 2.4, "regen": 2.4,
"thermres": -0.2, "thermres": -0.2,
"symbol": "Int_ShieldGenerator_Size8_Class4", "symbol": "Int_ShieldGenerator_Size8_Class4"
"ukName": "Shield Generator",
"ukDiscript": "Forms a continually regenerating protective energy shield around the vessel."
}, },
{ {
"brokenregen": 9.6, "brokenregen": 9.6,
"class": 8, "class": 8,
"cost": 162586486, "cost": 162586490,
"distdraw": 0.6, "distdraw": 0.6,
"edID": 128064297, "edID": 128064297,
"eddbID": 1150, "eddbID": 1150,
@@ -1049,9 +898,7 @@
"rating": "A", "rating": "A",
"regen": 2.4, "regen": 2.4,
"thermres": -0.2, "thermres": -0.2,
"symbol": "Int_ShieldGenerator_Size8_Class5", "symbol": "Int_ShieldGenerator_Size8_Class5"
"ukName": "Shield Generator",
"ukDiscript": "Forms a continually regenerating protective energy shield around the vessel."
} }
] ]
} }

View File

@@ -1,19 +0,0 @@
{
"sua": [
{
"class": 1,
"cost": 9121,
"edID": 128932273,
"eddbID": 1809,
"grp": "sua",
"id": "3w",
"mass": 0,
"power": 0.3,
"rating": "E",
"symbol": "Int_SupercruiseAssist",
"name": "Supercruise Assist",
"ukName": "Supercruise Assist",
"ukDiscript": "Provides additional supercruise guidance to a predetermined destination."
}
]
}

View File

@@ -8,13 +8,13 @@
"grp": "ss", "grp": "ss",
"id": "2i", "id": "2i",
"mass": 0, "mass": 0,
"ammo": 3,
"integrity": 20,
"probeRadius": 20,
"name": "Detailed Surface Scanner", "name": "Detailed Surface Scanner",
"power": 0, "power": 0,
"proberadius": 0.2, "rating": "C",
"rating": "I", "symbol": "Int_DetailedSurfaceScanner_Tiny"
"symbol": "Int_DetailedSurfaceScanner_Tiny",
"ukName": "Surface Scanner",
"ukDiscript": "Advanced stellar body scanner used during exploration."
} }
] ]
} }

View File

@@ -1,21 +0,0 @@
import json
import os
def rof_to_fireint(module: dict):
rof = module.get('rof', None)
if rof is not None:
del module['rof']
module['fireint'] = 1 / rof
return module
if __name__ == "__main__":
for root, _, files in os.walk('./hardpoints'):
for f in files:
hardpoint_groups = None
path = os.path.join(root, f)
with open(path) as fp:
hardpoint_groups = json.load(fp)
hardpoint_groups = { k: list(map(rof_to_fireint, v)) for k, v in hardpoint_groups.items() }
with open(path, 'w') as fp:
json.dump(hardpoint_groups, fp, indent=2)

File diff suppressed because it is too large Load Diff

View File

@@ -10,9 +10,7 @@
"grp": "ft", "grp": "ft",
"id": "f1", "id": "f1",
"rating": "C", "rating": "C",
"symbol": "Int_FuelTank_Size1_Class3", "symbol": "Int_FuelTank_Size1_Class3"
"ukName": "Fuel Tank",
"ukDiscript": "Storage container for fuel used by ship's power plant."
}, },
{ {
"class": 2, "class": 2,
@@ -24,13 +22,11 @@
"grp": "ft", "grp": "ft",
"id": "f2", "id": "f2",
"rating": "C", "rating": "C",
"symbol": "Int_FuelTank_Size2_Class3", "symbol": "Int_FuelTank_Size2_Class3"
"ukName": "Fuel Tank",
"ukDiscript": "Storage container for fuel used by ship's power plant."
}, },
{ {
"class": 3, "class": 3,
"cost": 7063, "cost": 7060,
"edID": 128064348, "edID": 128064348,
"eddbID": 1201, "eddbID": 1201,
"fuel": 8, "fuel": 8,
@@ -38,13 +34,11 @@
"grp": "ft", "grp": "ft",
"id": "f3", "id": "f3",
"rating": "C", "rating": "C",
"symbol": "Int_FuelTank_Size3_Class3", "symbol": "Int_FuelTank_Size3_Class3"
"ukName": "Fuel Tank",
"ukDiscript": "Storage container for fuel used by ship's power plant."
}, },
{ {
"class": 4, "class": 4,
"cost": 24734, "cost": 24730,
"edID": 128064349, "edID": 128064349,
"eddbID": 1202, "eddbID": 1202,
"fuel": 16, "fuel": 16,
@@ -52,13 +46,11 @@
"grp": "ft", "grp": "ft",
"id": "f4", "id": "f4",
"rating": "C", "rating": "C",
"symbol": "Int_FuelTank_Size4_Class3", "symbol": "Int_FuelTank_Size4_Class3"
"ukName": "Fuel Tank",
"ukDiscript": "Storage container for fuel used by ship's power plant."
}, },
{ {
"class": 5, "class": 5,
"cost": 97754, "cost": 97750,
"edID": 128064350, "edID": 128064350,
"eddbID": 1203, "eddbID": 1203,
"fuel": 32, "fuel": 32,
@@ -66,13 +58,11 @@
"grp": "ft", "grp": "ft",
"id": "f5", "id": "f5",
"rating": "C", "rating": "C",
"symbol": "Int_FuelTank_Size5_Class3", "symbol": "Int_FuelTank_Size5_Class3"
"ukName": "Fuel Tank",
"ukDiscript": "Storage container for fuel used by ship's power plant."
}, },
{ {
"class": 6, "class": 6,
"cost": 341577, "cost": 341580,
"edID": 128064351, "edID": 128064351,
"eddbID": 1204, "eddbID": 1204,
"fuel": 64, "fuel": 64,
@@ -80,13 +70,11 @@
"grp": "ft", "grp": "ft",
"id": "f6", "id": "f6",
"rating": "C", "rating": "C",
"symbol": "Int_FuelTank_Size6_Class3", "symbol": "Int_FuelTank_Size6_Class3"
"ukName": "Fuel Tank",
"ukDiscript": "Storage container for fuel used by ship's power plant."
}, },
{ {
"class": 7, "class": 7,
"cost": 1780914, "cost": 1780910,
"edID": 128064352, "edID": 128064352,
"eddbID": 1205, "eddbID": 1205,
"fuel": 128, "fuel": 128,
@@ -94,13 +82,11 @@
"grp": "ft", "grp": "ft",
"id": "f7", "id": "f7",
"rating": "C", "rating": "C",
"symbol": "Int_FuelTank_Size7_Class3", "symbol": "Int_FuelTank_Size7_Class3"
"ukName": "Fuel Tank",
"ukDiscript": "Storage container for fuel used by ship's power plant."
}, },
{ {
"class": 8, "class": 8,
"cost": 5428429, "cost": 5428431,
"edID": 128064353, "edID": 128064353,
"eddbID": 1206, "eddbID": 1206,
"fuel": 256, "fuel": 256,
@@ -108,24 +94,7 @@
"grp": "ft", "grp": "ft",
"id": "f8", "id": "f8",
"rating": "C", "rating": "C",
"symbol": "Int_FuelTank_Size8_Class3", "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

@@ -3,7 +3,7 @@
{ {
"boot": 1, "boot": 1,
"class": 8, "class": 8,
"cost": 697584, "cost": 697590,
"edID": 128064173, "edID": 128064173,
"eddbID": 1031, "eddbID": 1031,
"grp": "ls", "grp": "ls",
@@ -13,14 +13,12 @@
"power": 0.8, "power": 0.8,
"rating": "E", "rating": "E",
"time": 300, "time": 300,
"symbol": "Int_LifeSupport_Size8_Class1", "symbol": "Int_LifeSupport_Size8_Class1"
"ukName": "Life Support",
"ukDiscript": "Regulates habitable ship atmosphere and provides emergency reservoir for pilot's Remlock system. "
}, },
{ {
"boot": 1, "boot": 1,
"class": 8, "class": 8,
"cost": 1743961, "cost": 1743970,
"edID": 128064174, "edID": 128064174,
"eddbID": 1032, "eddbID": 1032,
"grp": "ls", "grp": "ls",
@@ -30,14 +28,12 @@
"power": 0.9, "power": 0.9,
"rating": "D", "rating": "D",
"time": 450, "time": 450,
"symbol": "Int_LifeSupport_Size8_Class2", "symbol": "Int_LifeSupport_Size8_Class2"
"ukName": "Life Support",
"ukDiscript": "Regulates habitable ship atmosphere and provides emergency reservoir for pilot's Remlock system. "
}, },
{ {
"boot": 1, "boot": 1,
"class": 8, "class": 8,
"cost": 4359903, "cost": 4359900,
"edID": 128064175, "edID": 128064175,
"eddbID": 1033, "eddbID": 1033,
"grp": "ls", "grp": "ls",
@@ -47,14 +43,12 @@
"power": 1, "power": 1,
"rating": "C", "rating": "C",
"time": 600, "time": 600,
"symbol": "Int_LifeSupport_Size8_Class3", "symbol": "Int_LifeSupport_Size8_Class3"
"ukName": "Life Support",
"ukDiscript": "Regulates habitable ship atmosphere and provides emergency reservoir for pilot's Remlock system. "
}, },
{ {
"boot": 1, "boot": 1,
"class": 8, "class": 8,
"cost": 10899756, "cost": 10899757,
"edID": 128064176, "edID": 128064176,
"eddbID": 1034, "eddbID": 1034,
"grp": "ls", "grp": "ls",
@@ -64,14 +58,12 @@
"power": 1.1, "power": 1.1,
"rating": "B", "rating": "B",
"time": 900, "time": 900,
"symbol": "Int_LifeSupport_Size8_Class4", "symbol": "Int_LifeSupport_Size8_Class4"
"ukName": "Life Support",
"ukDiscript": "Regulates habitable ship atmosphere and provides emergency reservoir for pilot's Remlock system. "
}, },
{ {
"boot": 1, "boot": 1,
"class": 8, "class": 8,
"cost": 27249391, "cost": 27249400,
"edID": 128064177, "edID": 128064177,
"eddbID": 1035, "eddbID": 1035,
"grp": "ls", "grp": "ls",
@@ -81,14 +73,12 @@
"power": 1.2, "power": 1.2,
"rating": "A", "rating": "A",
"time": 1500, "time": 1500,
"symbol": "Int_LifeSupport_Size8_Class5", "symbol": "Int_LifeSupport_Size8_Class5"
"ukName": "Life Support",
"ukDiscript": "Regulates habitable ship atmosphere and provides emergency reservoir for pilot's Remlock system. "
}, },
{ {
"boot": 1, "boot": 1,
"class": 7, "class": 7,
"cost": 249137, "cost": 249140,
"edID": 128064168, "edID": 128064168,
"eddbID": 1026, "eddbID": 1026,
"grp": "ls", "grp": "ls",
@@ -98,14 +88,12 @@
"power": 0.72, "power": 0.72,
"rating": "E", "rating": "E",
"time": 300, "time": 300,
"symbol": "Int_LifeSupport_Size7_Class1", "symbol": "Int_LifeSupport_Size7_Class1"
"ukName": "Life Support",
"ukDiscript": "Regulates habitable ship atmosphere and provides emergency reservoir for pilot's Remlock system. "
}, },
{ {
"boot": 1, "boot": 1,
"class": 7, "class": 7,
"cost": 622843, "cost": 622840,
"edID": 128064169, "edID": 128064169,
"eddbID": 1027, "eddbID": 1027,
"grp": "ls", "grp": "ls",
@@ -115,14 +103,12 @@
"power": 0.81, "power": 0.81,
"rating": "D", "rating": "D",
"time": 450, "time": 450,
"symbol": "Int_LifeSupport_Size7_Class2", "symbol": "Int_LifeSupport_Size7_Class2"
"ukName": "Life Support",
"ukDiscript": "Regulates habitable ship atmosphere and provides emergency reservoir for pilot's Remlock system. "
}, },
{ {
"boot": 1, "boot": 1,
"class": 7, "class": 7,
"cost": 1557108, "cost": 1557110,
"edID": 128064170, "edID": 128064170,
"eddbID": 1028, "eddbID": 1028,
"grp": "ls", "grp": "ls",
@@ -132,9 +118,7 @@
"power": 0.9, "power": 0.9,
"rating": "C", "rating": "C",
"time": 600, "time": 600,
"symbol": "Int_LifeSupport_Size7_Class3", "symbol": "Int_LifeSupport_Size7_Class3"
"ukName": "Life Support",
"ukDiscript": "Regulates habitable ship atmosphere and provides emergency reservoir for pilot's Remlock system. "
}, },
{ {
"boot": 1, "boot": 1,
@@ -149,14 +133,12 @@
"power": 0.99, "power": 0.99,
"rating": "B", "rating": "B",
"time": 900, "time": 900,
"symbol": "Int_LifeSupport_Size7_Class4", "symbol": "Int_LifeSupport_Size7_Class4"
"ukName": "Life Support",
"ukDiscript": "Regulates habitable ship atmosphere and provides emergency reservoir for pilot's Remlock system. "
}, },
{ {
"boot": 1, "boot": 1,
"class": 7, "class": 7,
"cost": 9731925, "cost": 9731930,
"edID": 128064172, "edID": 128064172,
"eddbID": 1030, "eddbID": 1030,
"grp": "ls", "grp": "ls",
@@ -166,14 +148,12 @@
"power": 1.08, "power": 1.08,
"rating": "A", "rating": "A",
"time": 1500, "time": 1500,
"symbol": "Int_LifeSupport_Size7_Class5", "symbol": "Int_LifeSupport_Size7_Class5"
"ukName": "Life Support",
"ukDiscript": "Regulates habitable ship atmosphere and provides emergency reservoir for pilot's Remlock system. "
}, },
{ {
"boot": 1, "boot": 1,
"class": 6, "class": 6,
"cost": 88978, "cost": 88980,
"edID": 128064163, "edID": 128064163,
"eddbID": 1021, "eddbID": 1021,
"grp": "ls", "grp": "ls",
@@ -183,14 +163,12 @@
"power": 0.64, "power": 0.64,
"rating": "E", "rating": "E",
"time": 300, "time": 300,
"symbol": "Int_LifeSupport_Size6_Class1", "symbol": "Int_LifeSupport_Size6_Class1"
"ukName": "Life Support",
"ukDiscript": "Regulates habitable ship atmosphere and provides emergency reservoir for pilot's Remlock system. "
}, },
{ {
"boot": 1, "boot": 1,
"class": 6, "class": 6,
"cost": 222444, "cost": 222440,
"edID": 128064164, "edID": 128064164,
"eddbID": 1022, "eddbID": 1022,
"grp": "ls", "grp": "ls",
@@ -200,9 +178,7 @@
"power": 0.72, "power": 0.72,
"rating": "D", "rating": "D",
"time": 450, "time": 450,
"symbol": "Int_LifeSupport_Size6_Class2", "symbol": "Int_LifeSupport_Size6_Class2"
"ukName": "Life Support",
"ukDiscript": "Regulates habitable ship atmosphere and provides emergency reservoir for pilot's Remlock system. "
}, },
{ {
"boot": 1, "boot": 1,
@@ -217,14 +193,12 @@
"power": 0.8, "power": 0.8,
"rating": "C", "rating": "C",
"time": 600, "time": 600,
"symbol": "Int_LifeSupport_Size6_Class3", "symbol": "Int_LifeSupport_Size6_Class3"
"ukName": "Life Support",
"ukDiscript": "Regulates habitable ship atmosphere and provides emergency reservoir for pilot's Remlock system. "
}, },
{ {
"boot": 1, "boot": 1,
"class": 6, "class": 6,
"cost": 1390275, "cost": 1390280,
"edID": 128064166, "edID": 128064166,
"eddbID": 1024, "eddbID": 1024,
"grp": "ls", "grp": "ls",
@@ -234,14 +208,12 @@
"power": 0.88, "power": 0.88,
"rating": "B", "rating": "B",
"time": 900, "time": 900,
"symbol": "Int_LifeSupport_Size6_Class4", "symbol": "Int_LifeSupport_Size6_Class4"
"ukName": "Life Support",
"ukDiscript": "Regulates habitable ship atmosphere and provides emergency reservoir for pilot's Remlock system. "
}, },
{ {
"boot": 1, "boot": 1,
"class": 6, "class": 6,
"cost": 3475688, "cost": 3475690,
"edID": 128064167, "edID": 128064167,
"eddbID": 1025, "eddbID": 1025,
"grp": "ls", "grp": "ls",
@@ -251,14 +223,12 @@
"power": 0.96, "power": 0.96,
"rating": "A", "rating": "A",
"time": 1500, "time": 1500,
"symbol": "Int_LifeSupport_Size6_Class5", "symbol": "Int_LifeSupport_Size6_Class5"
"ukName": "Life Support",
"ukDiscript": "Regulates habitable ship atmosphere and provides emergency reservoir for pilot's Remlock system. "
}, },
{ {
"boot": 1, "boot": 1,
"class": 5, "class": 5,
"cost": 31778, "cost": 31780,
"edID": 128064158, "edID": 128064158,
"eddbID": 1016, "eddbID": 1016,
"grp": "ls", "grp": "ls",
@@ -268,14 +238,12 @@
"power": 0.57, "power": 0.57,
"rating": "E", "rating": "E",
"time": 300, "time": 300,
"symbol": "Int_LifeSupport_Size5_Class1", "symbol": "Int_LifeSupport_Size5_Class1"
"ukName": "Life Support",
"ukDiscript": "Regulates habitable ship atmosphere and provides emergency reservoir for pilot's Remlock system. "
}, },
{ {
"boot": 1, "boot": 1,
"class": 5, "class": 5,
"cost": 79444, "cost": 79440,
"edID": 128064159, "edID": 128064159,
"eddbID": 1017, "eddbID": 1017,
"grp": "ls", "grp": "ls",
@@ -285,14 +253,12 @@
"power": 0.64, "power": 0.64,
"rating": "D", "rating": "D",
"time": 450, "time": 450,
"symbol": "Int_LifeSupport_Size5_Class2", "symbol": "Int_LifeSupport_Size5_Class2"
"ukName": "Life Support",
"ukDiscript": "Regulates habitable ship atmosphere and provides emergency reservoir for pilot's Remlock system. "
}, },
{ {
"boot": 1, "boot": 1,
"class": 5, "class": 5,
"cost": 198611, "cost": 198610,
"edID": 128064160, "edID": 128064160,
"eddbID": 1018, "eddbID": 1018,
"grp": "ls", "grp": "ls",
@@ -302,14 +268,12 @@
"power": 0.71, "power": 0.71,
"rating": "C", "rating": "C",
"time": 600, "time": 600,
"symbol": "Int_LifeSupport_Size5_Class3", "symbol": "Int_LifeSupport_Size5_Class3"
"ukName": "Life Support",
"ukDiscript": "Regulates habitable ship atmosphere and provides emergency reservoir for pilot's Remlock system. "
}, },
{ {
"boot": 1, "boot": 1,
"class": 5, "class": 5,
"cost": 496527, "cost": 496530,
"edID": 128064161, "edID": 128064161,
"eddbID": 1019, "eddbID": 1019,
"grp": "ls", "grp": "ls",
@@ -319,14 +283,12 @@
"power": 0.78, "power": 0.78,
"rating": "B", "rating": "B",
"time": 900, "time": 900,
"symbol": "Int_LifeSupport_Size5_Class4", "symbol": "Int_LifeSupport_Size5_Class4"
"ukName": "Life Support",
"ukDiscript": "Regulates habitable ship atmosphere and provides emergency reservoir for pilot's Remlock system. "
}, },
{ {
"boot": 1, "boot": 1,
"class": 5, "class": 5,
"cost": 1241317, "cost": 1241320,
"edID": 128064162, "edID": 128064162,
"eddbID": 1020, "eddbID": 1020,
"grp": "ls", "grp": "ls",
@@ -336,14 +298,12 @@
"power": 0.85, "power": 0.85,
"rating": "A", "rating": "A",
"time": 1500, "time": 1500,
"symbol": "Int_LifeSupport_Size5_Class5", "symbol": "Int_LifeSupport_Size5_Class5"
"ukName": "Life Support",
"ukDiscript": "Regulates habitable ship atmosphere and provides emergency reservoir for pilot's Remlock system. "
}, },
{ {
"boot": 1, "boot": 1,
"class": 4, "class": 4,
"cost": 11349, "cost": 11350,
"edID": 128064153, "edID": 128064153,
"eddbID": 1011, "eddbID": 1011,
"grp": "ls", "grp": "ls",
@@ -353,14 +313,12 @@
"power": 0.5, "power": 0.5,
"rating": "E", "rating": "E",
"time": 300, "time": 300,
"symbol": "Int_LifeSupport_Size4_Class1", "symbol": "Int_LifeSupport_Size4_Class1"
"ukName": "Life Support",
"ukDiscript": "Regulates habitable ship atmosphere and provides emergency reservoir for pilot's Remlock system. "
}, },
{ {
"boot": 1, "boot": 1,
"class": 4, "class": 4,
"cost": 28373, "cost": 28370,
"edID": 128064154, "edID": 128064154,
"eddbID": 1012, "eddbID": 1012,
"grp": "ls", "grp": "ls",
@@ -370,14 +328,12 @@
"power": 0.56, "power": 0.56,
"rating": "D", "rating": "D",
"time": 450, "time": 450,
"symbol": "Int_LifeSupport_Size4_Class2", "symbol": "Int_LifeSupport_Size4_Class2"
"ukName": "Life Support",
"ukDiscript": "Regulates habitable ship atmosphere and provides emergency reservoir for pilot's Remlock system. "
}, },
{ {
"boot": 1, "boot": 1,
"class": 4, "class": 4,
"cost": 70932, "cost": 70930,
"edID": 128064155, "edID": 128064155,
"eddbID": 1013, "eddbID": 1013,
"grp": "ls", "grp": "ls",
@@ -387,14 +343,12 @@
"power": 0.62, "power": 0.62,
"rating": "C", "rating": "C",
"time": 600, "time": 600,
"symbol": "Int_LifeSupport_Size4_Class3", "symbol": "Int_LifeSupport_Size4_Class3"
"ukName": "Life Support",
"ukDiscript": "Regulates habitable ship atmosphere and provides emergency reservoir for pilot's Remlock system. "
}, },
{ {
"boot": 1, "boot": 1,
"class": 4, "class": 4,
"cost": 177331, "cost": 177330,
"edID": 128064156, "edID": 128064156,
"eddbID": 1014, "eddbID": 1014,
"grp": "ls", "grp": "ls",
@@ -404,14 +358,12 @@
"power": 0.68, "power": 0.68,
"rating": "B", "rating": "B",
"time": 900, "time": 900,
"symbol": "Int_LifeSupport_Size4_Class4", "symbol": "Int_LifeSupport_Size4_Class4"
"ukName": "Life Support",
"ukDiscript": "Regulates habitable ship atmosphere and provides emergency reservoir for pilot's Remlock system. "
}, },
{ {
"boot": 1, "boot": 1,
"class": 4, "class": 4,
"cost": 443328, "cost": 443330,
"edID": 128064157, "edID": 128064157,
"eddbID": 1015, "eddbID": 1015,
"grp": "ls", "grp": "ls",
@@ -421,14 +373,12 @@
"power": 0.74, "power": 0.74,
"rating": "A", "rating": "A",
"time": 1500, "time": 1500,
"symbol": "Int_LifeSupport_Size4_Class5", "symbol": "Int_LifeSupport_Size4_Class5"
"ukName": "Life Support",
"ukDiscript": "Regulates habitable ship atmosphere and provides emergency reservoir for pilot's Remlock system. "
}, },
{ {
"boot": 1, "boot": 1,
"class": 3, "class": 3,
"cost": 4053, "cost": 4050,
"edID": 128064148, "edID": 128064148,
"eddbID": 1006, "eddbID": 1006,
"grp": "ls", "grp": "ls",
@@ -438,14 +388,12 @@
"power": 0.42, "power": 0.42,
"rating": "E", "rating": "E",
"time": 300, "time": 300,
"symbol": "Int_LifeSupport_Size3_Class1", "symbol": "Int_LifeSupport_Size3_Class1"
"ukName": "Life Support",
"ukDiscript": "Regulates habitable ship atmosphere and provides emergency reservoir for pilot's Remlock system. "
}, },
{ {
"boot": 1, "boot": 1,
"class": 3, "class": 3,
"cost": 10133, "cost": 10130,
"edID": 128064149, "edID": 128064149,
"eddbID": 1007, "eddbID": 1007,
"grp": "ls", "grp": "ls",
@@ -455,14 +403,12 @@
"power": 0.48, "power": 0.48,
"rating": "D", "rating": "D",
"time": 450, "time": 450,
"symbol": "Int_LifeSupport_Size3_Class2", "symbol": "Int_LifeSupport_Size3_Class2"
"ukName": "Life Support",
"ukDiscript": "Regulates habitable ship atmosphere and provides emergency reservoir for pilot's Remlock system. "
}, },
{ {
"boot": 1, "boot": 1,
"class": 3, "class": 3,
"cost": 25333, "cost": 25330,
"edID": 128064150, "edID": 128064150,
"eddbID": 1008, "eddbID": 1008,
"grp": "ls", "grp": "ls",
@@ -472,14 +418,12 @@
"power": 0.53, "power": 0.53,
"rating": "C", "rating": "C",
"time": 600, "time": 600,
"symbol": "Int_LifeSupport_Size3_Class3", "symbol": "Int_LifeSupport_Size3_Class3"
"ukName": "Life Support",
"ukDiscript": "Regulates habitable ship atmosphere and provides emergency reservoir for pilot's Remlock system. "
}, },
{ {
"boot": 1, "boot": 1,
"class": 3, "class": 3,
"cost": 63333, "cost": 63330,
"edID": 128064151, "edID": 128064151,
"eddbID": 1009, "eddbID": 1009,
"grp": "ls", "grp": "ls",
@@ -489,14 +433,12 @@
"power": 0.58, "power": 0.58,
"rating": "B", "rating": "B",
"time": 900, "time": 900,
"symbol": "Int_LifeSupport_Size3_Class4", "symbol": "Int_LifeSupport_Size3_Class4"
"ukName": "Life Support",
"ukDiscript": "Regulates habitable ship atmosphere and provides emergency reservoir for pilot's Remlock system. "
}, },
{ {
"boot": 1, "boot": 1,
"class": 3, "class": 3,
"cost": 158331, "cost": 158330,
"edID": 128064152, "edID": 128064152,
"eddbID": 1010, "eddbID": 1010,
"grp": "ls", "grp": "ls",
@@ -506,14 +448,12 @@
"power": 0.64, "power": 0.64,
"rating": "A", "rating": "A",
"time": 1500, "time": 1500,
"symbol": "Int_LifeSupport_Size3_Class5", "symbol": "Int_LifeSupport_Size3_Class5"
"ukName": "Life Support",
"ukDiscript": "Regulates habitable ship atmosphere and provides emergency reservoir for pilot's Remlock system. "
}, },
{ {
"boot": 1, "boot": 1,
"class": 2, "class": 2,
"cost": 1448, "cost": 1450,
"edID": 128064143, "edID": 128064143,
"eddbID": 1001, "eddbID": 1001,
"grp": "ls", "grp": "ls",
@@ -523,14 +463,12 @@
"power": 0.37, "power": 0.37,
"rating": "E", "rating": "E",
"time": 300, "time": 300,
"symbol": "Int_LifeSupport_Size2_Class1", "symbol": "Int_LifeSupport_Size2_Class1"
"ukName": "Life Support",
"ukDiscript": "Regulates habitable ship atmosphere and provides emergency reservoir for pilot's Remlock system. "
}, },
{ {
"boot": 1, "boot": 1,
"class": 2, "class": 2,
"cost": 3619, "cost": 3620,
"edID": 128064144, "edID": 128064144,
"eddbID": 1002, "eddbID": 1002,
"grp": "ls", "grp": "ls",
@@ -540,14 +478,12 @@
"power": 0.41, "power": 0.41,
"rating": "D", "rating": "D",
"time": 450, "time": 450,
"symbol": "Int_LifeSupport_Size2_Class2", "symbol": "Int_LifeSupport_Size2_Class2"
"ukName": "Life Support",
"ukDiscript": "Regulates habitable ship atmosphere and provides emergency reservoir for pilot's Remlock system. "
}, },
{ {
"boot": 1, "boot": 1,
"class": 2, "class": 2,
"cost": 9048, "cost": 9050,
"edID": 128064145, "edID": 128064145,
"eddbID": 1003, "eddbID": 1003,
"grp": "ls", "grp": "ls",
@@ -557,14 +493,12 @@
"power": 0.46, "power": 0.46,
"rating": "C", "rating": "C",
"time": 600, "time": 600,
"symbol": "Int_LifeSupport_Size2_Class3", "symbol": "Int_LifeSupport_Size2_Class3"
"ukName": "Life Support",
"ukDiscript": "Regulates habitable ship atmosphere and provides emergency reservoir for pilot's Remlock system. "
}, },
{ {
"boot": 1, "boot": 1,
"class": 2, "class": 2,
"cost": 22619, "cost": 22620,
"edID": 128064146, "edID": 128064146,
"eddbID": 1004, "eddbID": 1004,
"grp": "ls", "grp": "ls",
@@ -574,14 +508,12 @@
"power": 0.51, "power": 0.51,
"rating": "B", "rating": "B",
"time": 900, "time": 900,
"symbol": "Int_LifeSupport_Size2_Class4", "symbol": "Int_LifeSupport_Size2_Class4"
"ukName": "Life Support",
"ukDiscript": "Regulates habitable ship atmosphere and provides emergency reservoir for pilot's Remlock system. "
}, },
{ {
"boot": 1, "boot": 1,
"class": 2, "class": 2,
"cost": 56547, "cost": 56550,
"edID": 128064147, "edID": 128064147,
"eddbID": 1005, "eddbID": 1005,
"grp": "ls", "grp": "ls",
@@ -591,14 +523,12 @@
"power": 0.55, "power": 0.55,
"rating": "A", "rating": "A",
"time": 1500, "time": 1500,
"symbol": "Int_LifeSupport_Size2_Class5", "symbol": "Int_LifeSupport_Size2_Class5"
"ukName": "Life Support",
"ukDiscript": "Regulates habitable ship atmosphere and provides emergency reservoir for pilot's Remlock system. "
}, },
{ {
"boot": 1, "boot": 1,
"class": 1, "class": 1,
"cost": 517, "cost": 520,
"edID": 128064138, "edID": 128064138,
"eddbID": 996, "eddbID": 996,
"grp": "ls", "grp": "ls",
@@ -608,14 +538,12 @@
"power": 0.32, "power": 0.32,
"rating": "E", "rating": "E",
"time": 300, "time": 300,
"symbol": "Int_LifeSupport_Size1_Class1", "symbol": "Int_LifeSupport_Size1_Class1"
"ukName": "Life Support",
"ukDiscript": "Regulates habitable ship atmosphere and provides emergency reservoir for pilot's Remlock system. "
}, },
{ {
"boot": 1, "boot": 1,
"class": 1, "class": 1,
"cost": 1293, "cost": 1290,
"edID": 128064139, "edID": 128064139,
"eddbID": 997, "eddbID": 997,
"grp": "ls", "grp": "ls",
@@ -625,14 +553,12 @@
"power": 0.36, "power": 0.36,
"rating": "D", "rating": "D",
"time": 450, "time": 450,
"symbol": "Int_LifeSupport_Size1_Class2", "symbol": "Int_LifeSupport_Size1_Class2"
"ukName": "Life Support",
"ukDiscript": "Regulates habitable ship atmosphere and provides emergency reservoir for pilot's Remlock system. "
}, },
{ {
"boot": 1, "boot": 1,
"class": 1, "class": 1,
"cost": 3231, "cost": 3230,
"edID": 128064140, "edID": 128064140,
"eddbID": 998, "eddbID": 998,
"grp": "ls", "grp": "ls",
@@ -642,14 +568,12 @@
"power": 0.4, "power": 0.4,
"rating": "C", "rating": "C",
"time": 600, "time": 600,
"symbol": "Int_LifeSupport_Size1_Class3", "symbol": "Int_LifeSupport_Size1_Class3"
"ukName": "Life Support",
"ukDiscript": "Regulates habitable ship atmosphere and provides emergency reservoir for pilot's Remlock system. "
}, },
{ {
"boot": 1, "boot": 1,
"class": 1, "class": 1,
"cost": 8078, "cost": 8080,
"edID": 128064141, "edID": 128064141,
"eddbID": 999, "eddbID": 999,
"grp": "ls", "grp": "ls",
@@ -659,14 +583,12 @@
"power": 0.44, "power": 0.44,
"rating": "B", "rating": "B",
"time": 900, "time": 900,
"symbol": "Int_LifeSupport_Size1_Class4", "symbol": "Int_LifeSupport_Size1_Class4"
"ukName": "Life Support",
"ukDiscript": "Regulates habitable ship atmosphere and provides emergency reservoir for pilot's Remlock system. "
}, },
{ {
"boot": 1, "boot": 1,
"class": 1, "class": 1,
"cost": 20195, "cost": 20200,
"edID": 128064142, "edID": 128064142,
"eddbID": 1000, "eddbID": 1000,
"grp": "ls", "grp": "ls",
@@ -676,27 +598,7 @@
"power": 0.48, "power": 0.48,
"rating": "A", "rating": "A",
"time": 1500, "time": 1500,
"symbol": "Int_LifeSupport_Size1_Class5", "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

@@ -0,0 +1,16 @@
{
"pas": [
{
"class": 1,
"cost": 500,
"edID": 128672317,
"eddbID": 1538,
"grp": "pas",
"id": "PA",
"mass": 0,
"power": 0,
"rating": "I",
"symbol": "Int_PlanetApproachSuite"
}
]
}

View File

@@ -2,7 +2,7 @@
"pd": [ "pd": [
{ {
"class": 8, "class": 8,
"cost": 697584, "cost": 697580,
"edID": 128064213, "edID": 128064213,
"eddbID": 1071, "eddbID": 1071,
"engcap": 32, "engcap": 32,
@@ -17,13 +17,11 @@
"sysrate": 3.2, "sysrate": 3.2,
"wepcap": 48, "wepcap": 48,
"weprate": 4.8, "weprate": 4.8,
"symbol": "Int_PowerDistributor_Size8_Class1", "symbol": "Int_PowerDistributor_Size8_Class1"
"ukName": "Power Distributor",
"ukDiscript": "Distribution system for ENG, SYS and WEP capacitors."
}, },
{ {
"class": 8, "class": 8,
"cost": 1743961, "cost": 1743960,
"edID": 128064214, "edID": 128064214,
"eddbID": 1072, "eddbID": 1072,
"engcap": 36, "engcap": 36,
@@ -38,13 +36,11 @@
"sysrate": 3.6, "sysrate": 3.6,
"wepcap": 54, "wepcap": 54,
"weprate": 5.4, "weprate": 5.4,
"symbol": "Int_PowerDistributor_Size8_Class2", "symbol": "Int_PowerDistributor_Size8_Class2"
"ukName": "Power Distributor",
"ukDiscript": "Distribution system for ENG, SYS and WEP capacitors."
}, },
{ {
"class": 8, "class": 8,
"cost": 4359903, "cost": 4359900,
"edID": 128064215, "edID": 128064215,
"eddbID": 1073, "eddbID": 1073,
"engcap": 40, "engcap": 40,
@@ -59,13 +55,11 @@
"sysrate": 4, "sysrate": 4,
"wepcap": 60, "wepcap": 60,
"weprate": 6, "weprate": 6,
"symbol": "Int_PowerDistributor_Size8_Class3", "symbol": "Int_PowerDistributor_Size8_Class3"
"ukName": "Power Distributor",
"ukDiscript": "Distribution system for ENG, SYS and WEP capacitors."
}, },
{ {
"class": 8, "class": 8,
"cost": 10899756, "cost": 10899760,
"edID": 128064216, "edID": 128064216,
"eddbID": 1074, "eddbID": 1074,
"engcap": 44, "engcap": 44,
@@ -80,13 +74,11 @@
"sysrate": 4.4, "sysrate": 4.4,
"wepcap": 66, "wepcap": 66,
"weprate": 6.6, "weprate": 6.6,
"symbol": "Int_PowerDistributor_Size8_Class4", "symbol": "Int_PowerDistributor_Size8_Class4"
"ukName": "Power Distributor",
"ukDiscript": "Distribution system for ENG, SYS and WEP capacitors."
}, },
{ {
"class": 8, "class": 8,
"cost": 27249391, "cost": 27249390,
"edID": 128064217, "edID": 128064217,
"eddbID": 1075, "eddbID": 1075,
"engcap": 48, "engcap": 48,
@@ -101,13 +93,11 @@
"sysrate": 4.8, "sysrate": 4.8,
"wepcap": 72, "wepcap": 72,
"weprate": 7.2, "weprate": 7.2,
"symbol": "Int_PowerDistributor_Size8_Class5", "symbol": "Int_PowerDistributor_Size8_Class5"
"ukName": "Power Distributor",
"ukDiscript": "Distribution system for ENG, SYS and WEP capacitors."
}, },
{ {
"class": 7, "class": 7,
"cost": 249137, "cost": 249140,
"edID": 128064208, "edID": 128064208,
"eddbID": 1066, "eddbID": 1066,
"engcap": 27, "engcap": 27,
@@ -122,13 +112,11 @@
"sysrate": 2.6, "sysrate": 2.6,
"wepcap": 41, "wepcap": 41,
"weprate": 4.1, "weprate": 4.1,
"symbol": "Int_PowerDistributor_Size7_Class1", "symbol": "Int_PowerDistributor_Size7_Class1"
"ukName": "Power Distributor",
"ukDiscript": "Distribution system for ENG, SYS and WEP capacitors."
}, },
{ {
"class": 7, "class": 7,
"cost": 622843, "cost": 622840,
"edID": 128064209, "edID": 128064209,
"eddbID": 1067, "eddbID": 1067,
"engcap": 31, "engcap": 31,
@@ -143,13 +131,11 @@
"sysrate": 3, "sysrate": 3,
"wepcap": 46, "wepcap": 46,
"weprate": 4.6, "weprate": 4.6,
"symbol": "Int_PowerDistributor_Size7_Class2", "symbol": "Int_PowerDistributor_Size7_Class2"
"ukName": "Power Distributor",
"ukDiscript": "Distribution system for ENG, SYS and WEP capacitors."
}, },
{ {
"class": 7, "class": 7,
"cost": 1557108, "cost": 1557110,
"edID": 128064210, "edID": 128064210,
"eddbID": 1068, "eddbID": 1068,
"engcap": 34, "engcap": 34,
@@ -164,9 +150,7 @@
"sysrate": 3.3, "sysrate": 3.3,
"wepcap": 51, "wepcap": 51,
"weprate": 5.1, "weprate": 5.1,
"symbol": "Int_PowerDistributor_Size7_Class3", "symbol": "Int_PowerDistributor_Size7_Class3"
"ukName": "Power Distributor",
"ukDiscript": "Distribution system for ENG, SYS and WEP capacitors."
}, },
{ {
"class": 7, "class": 7,
@@ -185,13 +169,11 @@
"sysrate": 3.6, "sysrate": 3.6,
"wepcap": 56, "wepcap": 56,
"weprate": 5.6, "weprate": 5.6,
"symbol": "Int_PowerDistributor_Size7_Class4", "symbol": "Int_PowerDistributor_Size7_Class4"
"ukName": "Power Distributor",
"ukDiscript": "Distribution system for ENG, SYS and WEP capacitors."
}, },
{ {
"class": 7, "class": 7,
"cost": 9731925, "cost": 9731930,
"edID": 128064212, "edID": 128064212,
"eddbID": 1070, "eddbID": 1070,
"engcap": 41, "engcap": 41,
@@ -206,13 +188,11 @@
"sysrate": 4, "sysrate": 4,
"wepcap": 61, "wepcap": 61,
"weprate": 6.1, "weprate": 6.1,
"symbol": "Int_PowerDistributor_Size7_Class5", "symbol": "Int_PowerDistributor_Size7_Class5"
"ukName": "Power Distributor",
"ukDiscript": "Distribution system for ENG, SYS and WEP capacitors."
}, },
{ {
"class": 6, "class": 6,
"cost": 88978, "cost": 88980,
"edID": 128064203, "edID": 128064203,
"eddbID": 1061, "eddbID": 1061,
"engcap": 23, "engcap": 23,
@@ -227,13 +207,11 @@
"sysrate": 2.2, "sysrate": 2.2,
"wepcap": 34, "wepcap": 34,
"weprate": 3.4, "weprate": 3.4,
"symbol": "Int_PowerDistributor_Size6_Class1", "symbol": "Int_PowerDistributor_Size6_Class1"
"ukName": "Power Distributor",
"ukDiscript": "Distribution system for ENG, SYS and WEP capacitors."
}, },
{ {
"class": 6, "class": 6,
"cost": 222444, "cost": 222440,
"edID": 128064204, "edID": 128064204,
"eddbID": 1062, "eddbID": 1062,
"engcap": 26, "engcap": 26,
@@ -248,9 +226,7 @@
"sysrate": 2.4, "sysrate": 2.4,
"wepcap": 38, "wepcap": 38,
"weprate": 3.9, "weprate": 3.9,
"symbol": "Int_PowerDistributor_Size6_Class2", "symbol": "Int_PowerDistributor_Size6_Class2"
"ukName": "Power Distributor",
"ukDiscript": "Distribution system for ENG, SYS and WEP capacitors."
}, },
{ {
"class": 6, "class": 6,
@@ -269,13 +245,11 @@
"sysrate": 2.7, "sysrate": 2.7,
"wepcap": 42, "wepcap": 42,
"weprate": 4.3, "weprate": 4.3,
"symbol": "Int_PowerDistributor_Size6_Class3", "symbol": "Int_PowerDistributor_Size6_Class3"
"ukName": "Power Distributor",
"ukDiscript": "Distribution system for ENG, SYS and WEP capacitors."
}, },
{ {
"class": 6, "class": 6,
"cost": 1390275, "cost": 1390280,
"edID": 128064206, "edID": 128064206,
"eddbID": 1064, "eddbID": 1064,
"engcap": 32, "engcap": 32,
@@ -290,13 +264,11 @@
"sysrate": 3, "sysrate": 3,
"wepcap": 46, "wepcap": 46,
"weprate": 4.7, "weprate": 4.7,
"symbol": "Int_PowerDistributor_Size6_Class4", "symbol": "Int_PowerDistributor_Size6_Class4"
"ukName": "Power Distributor",
"ukDiscript": "Distribution system for ENG, SYS and WEP capacitors."
}, },
{ {
"class": 6, "class": 6,
"cost": 3475688, "cost": 3475690,
"edID": 128064207, "edID": 128064207,
"eddbID": 1065, "eddbID": 1065,
"engcap": 35, "engcap": 35,
@@ -311,13 +283,11 @@
"sysrate": 3.2, "sysrate": 3.2,
"wepcap": 50, "wepcap": 50,
"weprate": 5.2, "weprate": 5.2,
"symbol": "Int_PowerDistributor_Size6_Class5", "symbol": "Int_PowerDistributor_Size6_Class5"
"ukName": "Power Distributor",
"ukDiscript": "Distribution system for ENG, SYS and WEP capacitors."
}, },
{ {
"class": 5, "class": 5,
"cost": 31778, "cost": 31780,
"edID": 128064198, "edID": 128064198,
"eddbID": 1056, "eddbID": 1056,
"engcap": 19, "engcap": 19,
@@ -332,13 +302,11 @@
"sysrate": 1.7, "sysrate": 1.7,
"wepcap": 27, "wepcap": 27,
"weprate": 2.9, "weprate": 2.9,
"symbol": "Int_PowerDistributor_Size5_Class1", "symbol": "Int_PowerDistributor_Size5_Class1"
"ukName": "Power Distributor",
"ukDiscript": "Distribution system for ENG, SYS and WEP capacitors."
}, },
{ {
"class": 5, "class": 5,
"cost": 79444, "cost": 79440,
"edID": 128064199, "edID": 128064199,
"eddbID": 1057, "eddbID": 1057,
"engcap": 22, "engcap": 22,
@@ -353,13 +321,11 @@
"sysrate": 1.9, "sysrate": 1.9,
"wepcap": 31, "wepcap": 31,
"weprate": 3.2, "weprate": 3.2,
"symbol": "Int_PowerDistributor_Size5_Class2", "symbol": "Int_PowerDistributor_Size5_Class2"
"ukName": "Power Distributor",
"ukDiscript": "Distribution system for ENG, SYS and WEP capacitors."
}, },
{ {
"class": 5, "class": 5,
"cost": 198611, "cost": 198610,
"edID": 128064200, "edID": 128064200,
"eddbID": 1058, "eddbID": 1058,
"engcap": 24, "engcap": 24,
@@ -374,13 +340,11 @@
"sysrate": 2.1, "sysrate": 2.1,
"wepcap": 34, "wepcap": 34,
"weprate": 3.6, "weprate": 3.6,
"symbol": "Int_PowerDistributor_Size5_Class3", "symbol": "Int_PowerDistributor_Size5_Class3"
"ukName": "Power Distributor",
"ukDiscript": "Distribution system for ENG, SYS and WEP capacitors."
}, },
{ {
"class": 5, "class": 5,
"cost": 496527, "cost": 496530,
"edID": 128064201, "edID": 128064201,
"eddbID": 1059, "eddbID": 1059,
"engcap": 26, "engcap": 26,
@@ -395,13 +359,11 @@
"sysrate": 2.3, "sysrate": 2.3,
"wepcap": 37, "wepcap": 37,
"weprate": 4, "weprate": 4,
"symbol": "Int_PowerDistributor_Size5_Class4", "symbol": "Int_PowerDistributor_Size5_Class4"
"ukName": "Power Distributor",
"ukDiscript": "Distribution system for ENG, SYS and WEP capacitors."
}, },
{ {
"class": 5, "class": 5,
"cost": 1241317, "cost": 1241320,
"edID": 128064202, "edID": 128064202,
"eddbID": 1060, "eddbID": 1060,
"engcap": 29, "engcap": 29,
@@ -416,13 +378,11 @@
"sysrate": 2.5, "sysrate": 2.5,
"wepcap": 41, "wepcap": 41,
"weprate": 4.3, "weprate": 4.3,
"symbol": "Int_PowerDistributor_Size5_Class5", "symbol": "Int_PowerDistributor_Size5_Class5"
"ukName": "Power Distributor",
"ukDiscript": "Distribution system for ENG, SYS and WEP capacitors."
}, },
{ {
"class": 4, "class": 4,
"cost": 11349, "cost": 11350,
"edID": 128064193, "edID": 128064193,
"eddbID": 1051, "eddbID": 1051,
"engcap": 15, "engcap": 15,
@@ -437,13 +397,11 @@
"sysrate": 1.3, "sysrate": 1.3,
"wepcap": 22, "wepcap": 22,
"weprate": 2.3, "weprate": 2.3,
"symbol": "Int_PowerDistributor_Size4_Class1", "symbol": "Int_PowerDistributor_Size4_Class1"
"ukName": "Power Distributor",
"ukDiscript": "Distribution system for ENG, SYS and WEP capacitors."
}, },
{ {
"class": 4, "class": 4,
"cost": 28373, "cost": 28370,
"edID": 128064194, "edID": 128064194,
"eddbID": 1052, "eddbID": 1052,
"engcap": 17, "engcap": 17,
@@ -458,13 +416,11 @@
"sysrate": 1.4, "sysrate": 1.4,
"wepcap": 24, "wepcap": 24,
"weprate": 2.6, "weprate": 2.6,
"symbol": "Int_PowerDistributor_Size4_Class2", "symbol": "Int_PowerDistributor_Size4_Class2"
"ukName": "Power Distributor",
"ukDiscript": "Distribution system for ENG, SYS and WEP capacitors."
}, },
{ {
"class": 4, "class": 4,
"cost": 70932, "cost": 70930,
"edID": 128064195, "edID": 128064195,
"eddbID": 1053, "eddbID": 1053,
"engcap": 19, "engcap": 19,
@@ -479,13 +435,11 @@
"sysrate": 1.6, "sysrate": 1.6,
"wepcap": 27, "wepcap": 27,
"weprate": 2.9, "weprate": 2.9,
"symbol": "Int_PowerDistributor_Size4_Class3", "symbol": "Int_PowerDistributor_Size4_Class3"
"ukName": "Power Distributor",
"ukDiscript": "Distribution system for ENG, SYS and WEP capacitors."
}, },
{ {
"class": 4, "class": 4,
"cost": 177331, "cost": 177330,
"edID": 128064196, "edID": 128064196,
"eddbID": 1054, "eddbID": 1054,
"engcap": 21, "engcap": 21,
@@ -500,13 +454,11 @@
"sysrate": 1.8, "sysrate": 1.8,
"wepcap": 30, "wepcap": 30,
"weprate": 3.2, "weprate": 3.2,
"symbol": "Int_PowerDistributor_Size4_Class4", "symbol": "Int_PowerDistributor_Size4_Class4"
"ukName": "Power Distributor",
"ukDiscript": "Distribution system for ENG, SYS and WEP capacitors."
}, },
{ {
"class": 4, "class": 4,
"cost": 443328, "cost": 443330,
"edID": 128064197, "edID": 128064197,
"eddbID": 1055, "eddbID": 1055,
"engcap": 23, "engcap": 23,
@@ -521,13 +473,11 @@
"sysrate": 1.9, "sysrate": 1.9,
"wepcap": 32, "wepcap": 32,
"weprate": 3.5, "weprate": 3.5,
"symbol": "Int_PowerDistributor_Size4_Class5", "symbol": "Int_PowerDistributor_Size4_Class5"
"ukName": "Power Distributor",
"ukDiscript": "Distribution system for ENG, SYS and WEP capacitors."
}, },
{ {
"class": 3, "class": 3,
"cost": 4053, "cost": 4050,
"edID": 128064188, "edID": 128064188,
"eddbID": 1046, "eddbID": 1046,
"engcap": 12, "engcap": 12,
@@ -542,13 +492,11 @@
"sysrate": 0.9, "sysrate": 0.9,
"wepcap": 16, "wepcap": 16,
"weprate": 1.8, "weprate": 1.8,
"symbol": "Int_PowerDistributor_Size3_Class1", "symbol": "Int_PowerDistributor_Size3_Class1"
"ukName": "Power Distributor",
"ukDiscript": "Distribution system for ENG, SYS and WEP capacitors."
}, },
{ {
"class": 3, "class": 3,
"cost": 10133, "cost": 10130,
"edID": 128064189, "edID": 128064189,
"eddbID": 1047, "eddbID": 1047,
"engcap": 14, "engcap": 14,
@@ -563,13 +511,11 @@
"sysrate": 1, "sysrate": 1,
"wepcap": 18, "wepcap": 18,
"weprate": 2.1, "weprate": 2.1,
"symbol": "Int_PowerDistributor_Size3_Class2", "symbol": "Int_PowerDistributor_Size3_Class2"
"ukName": "Power Distributor",
"ukDiscript": "Distribution system for ENG, SYS and WEP capacitors."
}, },
{ {
"class": 3, "class": 3,
"cost": 25333, "cost": 25330,
"edID": 128064190, "edID": 128064190,
"eddbID": 1048, "eddbID": 1048,
"engcap": 15, "engcap": 15,
@@ -584,13 +530,11 @@
"sysrate": 1.1, "sysrate": 1.1,
"wepcap": 20, "wepcap": 20,
"weprate": 2.3, "weprate": 2.3,
"symbol": "Int_PowerDistributor_Size3_Class3", "symbol": "Int_PowerDistributor_Size3_Class3"
"ukName": "Power Distributor",
"ukDiscript": "Distribution system for ENG, SYS and WEP capacitors."
}, },
{ {
"class": 3, "class": 3,
"cost": 63333, "cost": 63330,
"edID": 128064191, "edID": 128064191,
"eddbID": 1049, "eddbID": 1049,
"engcap": 17, "engcap": 17,
@@ -605,13 +549,11 @@
"sysrate": 1.2, "sysrate": 1.2,
"wepcap": 22, "wepcap": 22,
"weprate": 2.5, "weprate": 2.5,
"symbol": "Int_PowerDistributor_Size3_Class4", "symbol": "Int_PowerDistributor_Size3_Class4"
"ukName": "Power Distributor",
"ukDiscript": "Distribution system for ENG, SYS and WEP capacitors."
}, },
{ {
"class": 3, "class": 3,
"cost": 158331, "cost": 158330,
"edID": 128064192, "edID": 128064192,
"eddbID": 1050, "eddbID": 1050,
"engcap": 18, "engcap": 18,
@@ -626,13 +568,11 @@
"sysrate": 1.3, "sysrate": 1.3,
"wepcap": 24, "wepcap": 24,
"weprate": 2.8, "weprate": 2.8,
"symbol": "Int_PowerDistributor_Size3_Class5", "symbol": "Int_PowerDistributor_Size3_Class5"
"ukName": "Power Distributor",
"ukDiscript": "Distribution system for ENG, SYS and WEP capacitors."
}, },
{ {
"class": 2, "class": 2,
"cost": 1448, "cost": 1450,
"edID": 128064183, "edID": 128064183,
"eddbID": 1041, "eddbID": 1041,
"engcap": 10, "engcap": 10,
@@ -647,13 +587,11 @@
"sysrate": 0.6, "sysrate": 0.6,
"wepcap": 12, "wepcap": 12,
"weprate": 1.4, "weprate": 1.4,
"symbol": "Int_PowerDistributor_Size2_Class1", "symbol": "Int_PowerDistributor_Size2_Class1"
"ukName": "Power Distributor",
"ukDiscript": "Distribution system for ENG, SYS and WEP capacitors."
}, },
{ {
"class": 2, "class": 2,
"cost": 3619, "cost": 3620,
"edID": 128064184, "edID": 128064184,
"eddbID": 1042, "eddbID": 1042,
"engcap": 11, "engcap": 11,
@@ -668,13 +606,11 @@
"sysrate": 0.6, "sysrate": 0.6,
"wepcap": 14, "wepcap": 14,
"weprate": 1.6, "weprate": 1.6,
"symbol": "Int_PowerDistributor_Size2_Class2", "symbol": "Int_PowerDistributor_Size2_Class2"
"ukName": "Power Distributor",
"ukDiscript": "Distribution system for ENG, SYS and WEP capacitors."
}, },
{ {
"class": 2, "class": 2,
"cost": 9048, "cost": 9050,
"edID": 128064185, "edID": 128064185,
"eddbID": 1043, "eddbID": 1043,
"engcap": 12, "engcap": 12,
@@ -689,13 +625,11 @@
"sysrate": 0.7, "sysrate": 0.7,
"wepcap": 15, "wepcap": 15,
"weprate": 1.8, "weprate": 1.8,
"symbol": "Int_PowerDistributor_Size2_Class3", "symbol": "Int_PowerDistributor_Size2_Class3"
"ukName": "Power Distributor",
"ukDiscript": "Distribution system for ENG, SYS and WEP capacitors."
}, },
{ {
"class": 2, "class": 2,
"cost": 22619, "cost": 22620,
"edID": 128064186, "edID": 128064186,
"eddbID": 1044, "eddbID": 1044,
"engcap": 13, "engcap": 13,
@@ -710,13 +644,11 @@
"sysrate": 0.8, "sysrate": 0.8,
"wepcap": 17, "wepcap": 17,
"weprate": 2, "weprate": 2,
"symbol": "Int_PowerDistributor_Size2_Class4", "symbol": "Int_PowerDistributor_Size2_Class4"
"ukName": "Power Distributor",
"ukDiscript": "Distribution system for ENG, SYS and WEP capacitors."
}, },
{ {
"class": 2, "class": 2,
"cost": 56547, "cost": 56550,
"edID": 128064187, "edID": 128064187,
"eddbID": 1045, "eddbID": 1045,
"engcap": 14, "engcap": 14,
@@ -731,13 +663,11 @@
"sysrate": 0.8, "sysrate": 0.8,
"wepcap": 18, "wepcap": 18,
"weprate": 2.2, "weprate": 2.2,
"symbol": "Int_PowerDistributor_Size2_Class5", "symbol": "Int_PowerDistributor_Size2_Class5"
"ukName": "Power Distributor",
"ukDiscript": "Distribution system for ENG, SYS and WEP capacitors."
}, },
{ {
"class": 1, "class": 1,
"cost": 517, "cost": 520,
"edID": 128064178, "edID": 128064178,
"eddbID": 1036, "eddbID": 1036,
"engcap": 8, "engcap": 8,
@@ -752,13 +682,11 @@
"sysrate": 0.4, "sysrate": 0.4,
"wepcap": 10, "wepcap": 10,
"weprate": 1.2, "weprate": 1.2,
"symbol": "Int_PowerDistributor_Size1_Class1", "symbol": "Int_PowerDistributor_Size1_Class1"
"ukName": "Power Distributor",
"ukDiscript": "Distribution system for ENG, SYS and WEP capacitors."
}, },
{ {
"class": 1, "class": 1,
"cost": 1293, "cost": 1290,
"edID": 128064179, "edID": 128064179,
"eddbID": 1037, "eddbID": 1037,
"engcap": 9, "engcap": 9,
@@ -773,13 +701,11 @@
"sysrate": 0.5, "sysrate": 0.5,
"wepcap": 11, "wepcap": 11,
"weprate": 1.4, "weprate": 1.4,
"symbol": "Int_PowerDistributor_Size1_Class2", "symbol": "Int_PowerDistributor_Size1_Class2"
"ukName": "Power Distributor",
"ukDiscript": "Distribution system for ENG, SYS and WEP capacitors."
}, },
{ {
"class": 1, "class": 1,
"cost": 3231, "cost": 3230,
"edID": 128064180, "edID": 128064180,
"eddbID": 1038, "eddbID": 1038,
"engcap": 10, "engcap": 10,
@@ -794,13 +720,11 @@
"sysrate": 0.5, "sysrate": 0.5,
"wepcap": 12, "wepcap": 12,
"weprate": 1.5, "weprate": 1.5,
"symbol": "Int_PowerDistributor_Size1_Class3", "symbol": "Int_PowerDistributor_Size1_Class3"
"ukName": "Power Distributor",
"ukDiscript": "Distribution system for ENG, SYS and WEP capacitors."
}, },
{ {
"class": 1, "class": 1,
"cost": 8078, "cost": 8080,
"edID": 128064181, "edID": 128064181,
"eddbID": 1039, "eddbID": 1039,
"engcap": 11, "engcap": 11,
@@ -815,13 +739,11 @@
"sysrate": 0.6, "sysrate": 0.6,
"wepcap": 13, "wepcap": 13,
"weprate": 1.7, "weprate": 1.7,
"symbol": "Int_PowerDistributor_Size1_Class4", "symbol": "Int_PowerDistributor_Size1_Class4"
"ukName": "Power Distributor",
"ukDiscript": "Distribution system for ENG, SYS and WEP capacitors."
}, },
{ {
"class": 1, "class": 1,
"cost": 20195, "cost": 20200,
"edID": 128064182, "edID": 128064182,
"eddbID": 1040, "eddbID": 1040,
"engcap": 12, "engcap": 12,
@@ -836,9 +758,7 @@
"sysrate": 0.6, "sysrate": 0.6,
"wepcap": 14, "wepcap": 14,
"weprate": 1.8, "weprate": 1.8,
"symbol": "Int_PowerDistributor_Size1_Class5", "symbol": "Int_PowerDistributor_Size1_Class5"
"ukName": "Power Distributor",
"ukDiscript": "Distribution system for ENG, SYS and WEP capacitors."
}, },
{ {
"class": 1, "class": 1,
@@ -858,31 +778,27 @@
"wepcap": 10, "wepcap": 10,
"weprate": 2.5, "weprate": 2.5,
"name": "Guardian Power Distributor", "name": "Guardian Power Distributor",
"symbol": "Int_GuardianPowerDistributor_Size1", "symbol": "Int_GuardianPowerDistributor_Size1"
"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": 2, "class": 2,
"cost": 111600, "cost": 111600,
"edID": 128833981, "edID": 128833981,
"eddbID": 1040, "eddbID": 1040,
"engcap": 11, "engcap": 9,
"engrate": 1, "engrate": 0.8,
"grp": "pd", "grp": "pd",
"id": "0U", "id": "0U",
"integrity": 45, "integrity": 56,
"mass": 2.6, "mass": 2.6,
"power": 0.73, "power": 0.73,
"rating": "A", "rating": "A",
"syscap": 11, "syscap": 10,
"sysrate": 1, "sysrate": 0.8,
"wepcap": 13, "wepcap": 10,
"weprate": 3.1, "weprate": 2.5,
"name": "Guardian Power Distributor", "name": "Guardian Power Distributor",
"symbol": "Int_GuardianPowerDistributor_Size2", "symbol": "Int_GuardianPowerDistributor_Size2"
"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": 3, "class": 3,
@@ -902,9 +818,7 @@
"wepcap": 13, "wepcap": 13,
"weprate": 3.1, "weprate": 3.1,
"name": "Guardian Power Distributor", "name": "Guardian Power Distributor",
"symbol": "Int_GuardianPowerDistributor_Size3", "symbol": "Int_GuardianPowerDistributor_Size3"
"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": 4, "class": 4,
@@ -914,7 +828,7 @@
"engcap": 17, "engcap": 17,
"engrate": 2.5, "engrate": 2.5,
"grp": "pd", "grp": "pd",
"id": "3I", "id": "1A",
"integrity": 56, "integrity": 56,
"mass": 10.5, "mass": 10.5,
"power": 0.87, "power": 0.87,
@@ -924,9 +838,7 @@
"wepcap": 22, "wepcap": 22,
"weprate": 4.9, "weprate": 4.9,
"name": "Guardian Power Distributor", "name": "Guardian Power Distributor",
"symbol": "Int_GuardianPowerDistributor_Size4", "symbol": "Int_GuardianPowerDistributor_Size4"
"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": 5, "class": 5,
@@ -936,7 +848,7 @@
"engcap": 22, "engcap": 22,
"engrate": 3.3, "engrate": 3.3,
"grp": "pd", "grp": "pd",
"id": "2Z", "id": "1E",
"integrity": 56, "integrity": 56,
"mass": 21, "mass": 21,
"power": 0.96, "power": 0.96,
@@ -946,9 +858,7 @@
"wepcap": 29, "wepcap": 29,
"weprate": 6, "weprate": 6,
"name": "Guardian Power Distributor", "name": "Guardian Power Distributor",
"symbol": "Int_GuardianPowerDistributor_Size5", "symbol": "Int_GuardianPowerDistributor_Size5"
"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": 6, "class": 6,
@@ -958,7 +868,7 @@
"engcap": 26, "engcap": 26,
"engrate": 4.2, "engrate": 4.2,
"grp": "pd", "grp": "pd",
"id": "3T", "id": "1B",
"integrity": 56, "integrity": 56,
"mass": 42, "mass": 42,
"power": 1.07, "power": 1.07,
@@ -968,9 +878,7 @@
"wepcap": 35, "wepcap": 35,
"weprate": 7.3, "weprate": 7.3,
"name": "Guardian Power Distributor", "name": "Guardian Power Distributor",
"symbol": "Int_GuardianPowerDistributor_Size6", "symbol": "Int_GuardianPowerDistributor_Size6"
"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": 7, "class": 7,
@@ -980,7 +888,7 @@
"engcap": 31, "engcap": 31,
"engrate": 5.2, "engrate": 5.2,
"grp": "pd", "grp": "pd",
"id": "3H", "id": "1C",
"integrity": 56, "integrity": 56,
"mass": 84, "mass": 84,
"power": 1.16, "power": 1.16,
@@ -990,9 +898,7 @@
"wepcap": 43, "wepcap": 43,
"weprate": 8.5, "weprate": 8.5,
"name": "Guardian Power Distributor", "name": "Guardian Power Distributor",
"symbol": "Int_GuardianPowerDistributor_Size7", "symbol": "Int_GuardianPowerDistributor_Size7"
"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": 8, "class": 8,
@@ -1002,7 +908,7 @@
"engcap": 36, "engcap": 36,
"engrate": 6.2, "engrate": 6.2,
"grp": "pd", "grp": "pd",
"id": "3G", "id": "1D",
"integrity": 56, "integrity": 56,
"mass": 168, "mass": 168,
"power": 1.25, "power": 1.25,
@@ -1012,32 +918,7 @@
"wepcap": 50, "wepcap": 50,
"weprate": 10.1, "weprate": 10.1,
"name": "Guardian Power Distributor", "name": "Guardian Power Distributor",
"symbol": "Int_GuardianPowerDistributor_Size8", "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

@@ -2,7 +2,7 @@
"pp": [ "pp": [
{ {
"class": 8, "class": 8,
"cost": 1441233, "cost": 1441234,
"edID": 128064063, "edID": 128064063,
"eddbID": 921, "eddbID": 921,
"eff": 1, "eff": 1,
@@ -12,13 +12,11 @@
"mass": 160, "mass": 160,
"pgen": 24, "pgen": 24,
"rating": "E", "rating": "E",
"symbol": "Int_Powerplant_Size8_Class1", "symbol": "Int_Powerplant_Size8_Class1"
"ukName": "Power Plant",
"ukDiscript": "Consumes fuel to power all ship modules."
}, },
{ {
"class": 8, "class": 8,
"cost": 4323699, "cost": 4323700,
"edID": 128064064, "edID": 128064064,
"eddbID": 922, "eddbID": 922,
"eff": 0.75, "eff": 0.75,
@@ -28,13 +26,11 @@
"mass": 64, "mass": 64,
"pgen": 27, "pgen": 27,
"rating": "D", "rating": "D",
"symbol": "Int_Powerplant_Size8_Class2", "symbol": "Int_Powerplant_Size8_Class2"
"ukName": "Power Plant",
"ukDiscript": "Consumes fuel to power all ship modules."
}, },
{ {
"class": 8, "class": 8,
"cost": 12971097, "cost": 12971099,
"edID": 128064065, "edID": 128064065,
"eddbID": 923, "eddbID": 923,
"eff": 0.5, "eff": 0.5,
@@ -44,9 +40,7 @@
"mass": 80, "mass": 80,
"pgen": 30, "pgen": 30,
"rating": "C", "rating": "C",
"symbol": "Int_Powerplant_Size8_Class3", "symbol": "Int_Powerplant_Size8_Class3"
"ukName": "Power Plant",
"ukDiscript": "Consumes fuel to power all ship modules."
}, },
{ {
"class": 8, "class": 8,
@@ -60,13 +54,11 @@
"mass": 128, "mass": 128,
"pgen": 33, "pgen": 33,
"rating": "B", "rating": "B",
"symbol": "Int_Powerplant_Size8_Class4", "symbol": "Int_Powerplant_Size8_Class4"
"ukName": "Power Plant",
"ukDiscript": "Consumes fuel to power all ship modules."
}, },
{ {
"class": 8, "class": 8,
"cost": 116739873, "cost": 116739874,
"edID": 128064067, "edID": 128064067,
"eddbID": 925, "eddbID": 925,
"eff": 0.4, "eff": 0.4,
@@ -76,9 +68,7 @@
"mass": 80, "mass": 80,
"pgen": 36, "pgen": 36,
"rating": "A", "rating": "A",
"symbol": "Int_Powerplant_Size8_Class5", "symbol": "Int_Powerplant_Size8_Class5"
"ukName": "Power Plant",
"ukDiscript": "Consumes fuel to power all ship modules."
}, },
{ {
"class": 7, "class": 7,
@@ -92,13 +82,11 @@
"mass": 80, "mass": 80,
"pgen": 20, "pgen": 20,
"rating": "E", "rating": "E",
"symbol": "Int_Powerplant_Size7_Class1", "symbol": "Int_Powerplant_Size7_Class1"
"ukName": "Power Plant",
"ukDiscript": "Consumes fuel to power all ship modules."
}, },
{ {
"class": 7, "class": 7,
"cost": 1441233, "cost": 1441234,
"edID": 128064059, "edID": 128064059,
"eddbID": 917, "eddbID": 917,
"eff": 0.75, "eff": 0.75,
@@ -108,13 +96,11 @@
"mass": 32, "mass": 32,
"pgen": 22.5, "pgen": 22.5,
"rating": "D", "rating": "D",
"symbol": "Int_Powerplant_Size7_Class2", "symbol": "Int_Powerplant_Size7_Class2"
"ukName": "Power Plant",
"ukDiscript": "Consumes fuel to power all ship modules."
}, },
{ {
"class": 7, "class": 7,
"cost": 4323699, "cost": 4323700,
"edID": 128064060, "edID": 128064060,
"eddbID": 918, "eddbID": 918,
"eff": 0.5, "eff": 0.5,
@@ -124,13 +110,11 @@
"mass": 40, "mass": 40,
"pgen": 25, "pgen": 25,
"rating": "C", "rating": "C",
"symbol": "Int_Powerplant_Size7_Class3", "symbol": "Int_Powerplant_Size7_Class3"
"ukName": "Power Plant",
"ukDiscript": "Consumes fuel to power all ship modules."
}, },
{ {
"class": 7, "class": 7,
"cost": 12971097, "cost": 12971099,
"edID": 128064061, "edID": 128064061,
"eddbID": 919, "eddbID": 919,
"eff": 0.45, "eff": 0.45,
@@ -140,9 +124,7 @@
"mass": 64, "mass": 64,
"pgen": 27.5, "pgen": 27.5,
"rating": "B", "rating": "B",
"symbol": "Int_Powerplant_Size7_Class4", "symbol": "Int_Powerplant_Size7_Class4"
"ukName": "Power Plant",
"ukDiscript": "Consumes fuel to power all ship modules."
}, },
{ {
"class": 7, "class": 7,
@@ -156,13 +138,11 @@
"mass": 40, "mass": 40,
"pgen": 30, "pgen": 30,
"rating": "A", "rating": "A",
"symbol": "Int_Powerplant_Size7_Class5", "symbol": "Int_Powerplant_Size7_Class5"
"ukName": "Power Plant",
"ukDiscript": "Consumes fuel to power all ship modules."
}, },
{ {
"class": 6, "class": 6,
"cost": 160137, "cost": 160138,
"edID": 128064053, "edID": 128064053,
"eddbID": 911, "eddbID": 911,
"eff": 1, "eff": 1,
@@ -172,9 +152,7 @@
"mass": 40, "mass": 40,
"pgen": 16.8, "pgen": 16.8,
"rating": "E", "rating": "E",
"symbol": "Int_Powerplant_Size6_Class1", "symbol": "Int_Powerplant_Size6_Class1"
"ukName": "Power Plant",
"ukDiscript": "Consumes fuel to power all ship modules."
}, },
{ {
"class": 6, "class": 6,
@@ -188,13 +166,11 @@
"mass": 16, "mass": 16,
"pgen": 18.9, "pgen": 18.9,
"rating": "D", "rating": "D",
"symbol": "Int_Powerplant_Size6_Class2", "symbol": "Int_Powerplant_Size6_Class2"
"ukName": "Power Plant",
"ukDiscript": "Consumes fuel to power all ship modules."
}, },
{ {
"class": 6, "class": 6,
"cost": 1441233, "cost": 1441234,
"edID": 128064055, "edID": 128064055,
"eddbID": 913, "eddbID": 913,
"eff": 0.5, "eff": 0.5,
@@ -204,13 +180,11 @@
"mass": 20, "mass": 20,
"pgen": 21, "pgen": 21,
"rating": "C", "rating": "C",
"symbol": "Int_Powerplant_Size6_Class3", "symbol": "Int_Powerplant_Size6_Class3"
"ukName": "Power Plant",
"ukDiscript": "Consumes fuel to power all ship modules."
}, },
{ {
"class": 6, "class": 6,
"cost": 4323699, "cost": 4323700,
"edID": 128064056, "edID": 128064056,
"eddbID": 914, "eddbID": 914,
"eff": 0.45, "eff": 0.45,
@@ -220,13 +194,11 @@
"mass": 32, "mass": 32,
"pgen": 23.1, "pgen": 23.1,
"rating": "B", "rating": "B",
"symbol": "Int_Powerplant_Size6_Class4", "symbol": "Int_Powerplant_Size6_Class4"
"ukName": "Power Plant",
"ukDiscript": "Consumes fuel to power all ship modules."
}, },
{ {
"class": 6, "class": 6,
"cost": 12971097, "cost": 12971099,
"edID": 128064057, "edID": 128064057,
"eddbID": 915, "eddbID": 915,
"eff": 0.4, "eff": 0.4,
@@ -236,13 +208,11 @@
"mass": 20, "mass": 20,
"pgen": 25.2, "pgen": 25.2,
"rating": "A", "rating": "A",
"symbol": "Int_Powerplant_Size6_Class5", "symbol": "Int_Powerplant_Size6_Class5"
"ukName": "Power Plant",
"ukDiscript": "Consumes fuel to power all ship modules."
}, },
{ {
"class": 5, "class": 5,
"cost": 53379, "cost": 53380,
"edID": 128064048, "edID": 128064048,
"eddbID": 906, "eddbID": 906,
"eff": 1, "eff": 1,
@@ -252,13 +222,11 @@
"mass": 20, "mass": 20,
"pgen": 13.6, "pgen": 13.6,
"rating": "E", "rating": "E",
"symbol": "Int_Powerplant_Size5_Class1", "symbol": "Int_Powerplant_Size5_Class1"
"ukName": "Power Plant",
"ukDiscript": "Consumes fuel to power all ship modules."
}, },
{ {
"class": 5, "class": 5,
"cost": 160137, "cost": 160138,
"edID": 128064049, "edID": 128064049,
"eddbID": 907, "eddbID": 907,
"eff": 0.75, "eff": 0.75,
@@ -268,9 +236,7 @@
"mass": 8, "mass": 8,
"pgen": 15.3, "pgen": 15.3,
"rating": "D", "rating": "D",
"symbol": "Int_Powerplant_Size5_Class2", "symbol": "Int_Powerplant_Size5_Class2"
"ukName": "Power Plant",
"ukDiscript": "Consumes fuel to power all ship modules."
}, },
{ {
"class": 5, "class": 5,
@@ -284,13 +250,11 @@
"mass": 10, "mass": 10,
"pgen": 17, "pgen": 17,
"rating": "C", "rating": "C",
"symbol": "Int_Powerplant_Size5_Class3", "symbol": "Int_Powerplant_Size5_Class3"
"ukName": "Power Plant",
"ukDiscript": "Consumes fuel to power all ship modules."
}, },
{ {
"class": 5, "class": 5,
"cost": 1441233, "cost": 1441234,
"edID": 128064051, "edID": 128064051,
"eddbID": 909, "eddbID": 909,
"eff": 0.45, "eff": 0.45,
@@ -300,13 +264,11 @@
"mass": 16, "mass": 16,
"pgen": 18.7, "pgen": 18.7,
"rating": "B", "rating": "B",
"symbol": "Int_Powerplant_Size5_Class4", "symbol": "Int_Powerplant_Size5_Class4"
"ukName": "Power Plant",
"ukDiscript": "Consumes fuel to power all ship modules."
}, },
{ {
"class": 5, "class": 5,
"cost": 4323699, "cost": 4323700,
"edID": 128064052, "edID": 128064052,
"eddbID": 910, "eddbID": 910,
"eff": 0.4, "eff": 0.4,
@@ -316,13 +278,11 @@
"mass": 10, "mass": 10,
"pgen": 20.4, "pgen": 20.4,
"rating": "A", "rating": "A",
"symbol": "Int_Powerplant_Size5_Class5", "symbol": "Int_Powerplant_Size5_Class5"
"ukName": "Power Plant",
"ukDiscript": "Consumes fuel to power all ship modules."
}, },
{ {
"class": 4, "class": 4,
"cost": 17793, "cost": 17794,
"edID": 128064043, "edID": 128064043,
"eddbID": 901, "eddbID": 901,
"eff": 1, "eff": 1,
@@ -332,13 +292,11 @@
"mass": 10, "mass": 10,
"pgen": 10.4, "pgen": 10.4,
"rating": "E", "rating": "E",
"symbol": "Int_Powerplant_Size4_Class1", "symbol": "Int_Powerplant_Size4_Class1"
"ukName": "Power Plant",
"ukDiscript": "Consumes fuel to power all ship modules."
}, },
{ {
"class": 4, "class": 4,
"cost": 53379, "cost": 53380,
"edID": 128064044, "edID": 128064044,
"eddbID": 902, "eddbID": 902,
"eff": 0.75, "eff": 0.75,
@@ -348,13 +306,11 @@
"mass": 4, "mass": 4,
"pgen": 11.7, "pgen": 11.7,
"rating": "D", "rating": "D",
"symbol": "Int_Powerplant_Size4_Class2", "symbol": "Int_Powerplant_Size4_Class2"
"ukName": "Power Plant",
"ukDiscript": "Consumes fuel to power all ship modules."
}, },
{ {
"class": 4, "class": 4,
"cost": 160137, "cost": 160138,
"edID": 128064045, "edID": 128064045,
"eddbID": 903, "eddbID": 903,
"eff": 0.5, "eff": 0.5,
@@ -364,9 +320,7 @@
"mass": 5, "mass": 5,
"pgen": 13, "pgen": 13,
"rating": "C", "rating": "C",
"symbol": "Int_Powerplant_Size4_Class3", "symbol": "Int_Powerplant_Size4_Class3"
"ukName": "Power Plant",
"ukDiscript": "Consumes fuel to power all ship modules."
}, },
{ {
"class": 4, "class": 4,
@@ -380,13 +334,11 @@
"mass": 8, "mass": 8,
"pgen": 14.3, "pgen": 14.3,
"rating": "B", "rating": "B",
"symbol": "Int_Powerplant_Size4_Class4", "symbol": "Int_Powerplant_Size4_Class4"
"ukName": "Power Plant",
"ukDiscript": "Consumes fuel to power all ship modules."
}, },
{ {
"class": 4, "class": 4,
"cost": 1441233, "cost": 1441234,
"edID": 128064047, "edID": 128064047,
"eddbID": 905, "eddbID": 905,
"eff": 0.4, "eff": 0.4,
@@ -396,13 +348,11 @@
"mass": 5, "mass": 5,
"pgen": 15.6, "pgen": 15.6,
"rating": "A", "rating": "A",
"symbol": "Int_Powerplant_Size4_Class5", "symbol": "Int_Powerplant_Size4_Class5"
"ukName": "Power Plant",
"ukDiscript": "Consumes fuel to power all ship modules."
}, },
{ {
"class": 3, "class": 3,
"cost": 5931, "cost": 5932,
"edID": 128064038, "edID": 128064038,
"eddbID": 896, "eddbID": 896,
"eff": 1, "eff": 1,
@@ -412,13 +362,11 @@
"mass": 5, "mass": 5,
"pgen": 8, "pgen": 8,
"rating": "E", "rating": "E",
"symbol": "Int_Powerplant_Size3_Class1", "symbol": "Int_Powerplant_Size3_Class1"
"ukName": "Power Plant",
"ukDiscript": "Consumes fuel to power all ship modules."
}, },
{ {
"class": 3, "class": 3,
"cost": 17793, "cost": 17794,
"edID": 128064039, "edID": 128064039,
"eddbID": 897, "eddbID": 897,
"eff": 0.75, "eff": 0.75,
@@ -428,13 +376,11 @@
"mass": 2, "mass": 2,
"pgen": 9, "pgen": 9,
"rating": "D", "rating": "D",
"symbol": "Int_Powerplant_Size3_Class2", "symbol": "Int_Powerplant_Size3_Class2"
"ukName": "Power Plant",
"ukDiscript": "Consumes fuel to power all ship modules."
}, },
{ {
"class": 3, "class": 3,
"cost": 53379, "cost": 53380,
"edID": 128064040, "edID": 128064040,
"eddbID": 898, "eddbID": 898,
"eff": 0.5, "eff": 0.5,
@@ -444,13 +390,11 @@
"mass": 2.5, "mass": 2.5,
"pgen": 10, "pgen": 10,
"rating": "C", "rating": "C",
"symbol": "Int_Powerplant_Size3_Class3", "symbol": "Int_Powerplant_Size3_Class3"
"ukName": "Power Plant",
"ukDiscript": "Consumes fuel to power all ship modules."
}, },
{ {
"class": 3, "class": 3,
"cost": 160137, "cost": 160138,
"edID": 128064041, "edID": 128064041,
"eddbID": 899, "eddbID": 899,
"eff": 0.45, "eff": 0.45,
@@ -460,9 +404,7 @@
"mass": 4, "mass": 4,
"pgen": 11, "pgen": 11,
"rating": "B", "rating": "B",
"symbol": "Int_Powerplant_Size3_Class4", "symbol": "Int_Powerplant_Size3_Class4"
"ukName": "Power Plant",
"ukDiscript": "Consumes fuel to power all ship modules."
}, },
{ {
"class": 3, "class": 3,
@@ -476,13 +418,11 @@
"mass": 2.5, "mass": 2.5,
"pgen": 12, "pgen": 12,
"rating": "A", "rating": "A",
"symbol": "Int_Powerplant_Size3_Class5", "symbol": "Int_Powerplant_Size3_Class5"
"ukName": "Power Plant",
"ukDiscript": "Consumes fuel to power all ship modules."
}, },
{ {
"class": 2, "class": 2,
"cost": 1977, "cost": 1980,
"edID": 128064033, "edID": 128064033,
"eddbID": 891, "eddbID": 891,
"eff": 1, "eff": 1,
@@ -492,13 +432,11 @@
"mass": 2.5, "mass": 2.5,
"pgen": 6.4, "pgen": 6.4,
"rating": "E", "rating": "E",
"symbol": "Int_Powerplant_Size2_Class1", "symbol": "Int_Powerplant_Size2_Class1"
"ukName": "Power Plant",
"ukDiscript": "Consumes fuel to power all ship modules."
}, },
{ {
"class": 2, "class": 2,
"cost": 5931, "cost": 5930,
"edID": 128064034, "edID": 128064034,
"eddbID": 892, "eddbID": 892,
"eff": 0.75, "eff": 0.75,
@@ -508,13 +446,11 @@
"mass": 1, "mass": 1,
"pgen": 7.2, "pgen": 7.2,
"rating": "D", "rating": "D",
"symbol": "Int_Powerplant_Size2_Class2", "symbol": "Int_Powerplant_Size2_Class2"
"ukName": "Power Plant",
"ukDiscript": "Consumes fuel to power all ship modules."
}, },
{ {
"class": 2, "class": 2,
"cost": 17793, "cost": 17800,
"edID": 128064035, "edID": 128064035,
"eddbID": 893, "eddbID": 893,
"eff": 0.5, "eff": 0.5,
@@ -524,13 +460,11 @@
"mass": 1.3, "mass": 1.3,
"pgen": 8, "pgen": 8,
"rating": "C", "rating": "C",
"symbol": "Int_Powerplant_Size2_Class3", "symbol": "Int_Powerplant_Size2_Class3"
"ukName": "Power Plant",
"ukDiscript": "Consumes fuel to power all ship modules."
}, },
{ {
"class": 2, "class": 2,
"cost": 53379, "cost": 53380,
"edID": 128064036, "edID": 128064036,
"eddbID": 894, "eddbID": 894,
"eff": 0.45, "eff": 0.45,
@@ -540,13 +474,11 @@
"mass": 2, "mass": 2,
"pgen": 8.8, "pgen": 8.8,
"rating": "B", "rating": "B",
"symbol": "Int_Powerplant_Size2_Class4", "symbol": "Int_Powerplant_Size2_Class4"
"ukName": "Power Plant",
"ukDiscript": "Consumes fuel to power all ship modules."
}, },
{ {
"class": 2, "class": 2,
"cost": 160137, "cost": 160138,
"edID": 128064037, "edID": 128064037,
"eddbID": 895, "eddbID": 895,
"eff": 0.4, "eff": 0.4,
@@ -556,9 +488,7 @@
"mass": 1.3, "mass": 1.3,
"pgen": 9.6, "pgen": 9.6,
"rating": "A", "rating": "A",
"symbol": "Int_Powerplant_Size2_Class5", "symbol": "Int_Powerplant_Size2_Class5"
"ukName": "Power Plant",
"ukDiscript": "Consumes fuel to power all ship modules."
}, },
{ {
"class": 2, "class": 2,
@@ -573,9 +503,7 @@
"pgen": 12.7, "pgen": 12.7,
"rating": "A", "rating": "A",
"name": "Guardian Hybrid Power Plant", "name": "Guardian Hybrid Power Plant",
"symbol": "Int_GuardianPowerplant_Size2", "symbol": "Int_GuardianPowerplant_Size2"
"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": 3, "class": 3,
@@ -590,9 +518,7 @@
"pgen": 15.8, "pgen": 15.8,
"rating": "A", "rating": "A",
"name": "Guardian Hybrid Power Plant", "name": "Guardian Hybrid Power Plant",
"symbol": "Int_GuardianPowerplant_Size3", "symbol": "Int_GuardianPowerplant_Size3"
"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": 4, "class": 4,
@@ -607,9 +533,7 @@
"pgen": 20.6, "pgen": 20.6,
"rating": "A", "rating": "A",
"name": "Guardian Hybrid Power Plant", "name": "Guardian Hybrid Power Plant",
"symbol": "Int_GuardianPowerplant_Size4", "symbol": "Int_GuardianPowerplant_Size4"
"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": 5, "class": 5,
@@ -624,9 +548,7 @@
"pgen": 26.9, "pgen": 26.9,
"rating": "A", "rating": "A",
"name": "Guardian Hybrid Power Plant", "name": "Guardian Hybrid Power Plant",
"symbol": "Int_GuardianPowerplant_Size5", "symbol": "Int_GuardianPowerplant_Size5"
"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": 6, "class": 6,
@@ -641,9 +563,7 @@
"pgen": 33.3, "pgen": 33.3,
"rating": "A", "rating": "A",
"name": "Guardian Hybrid Power Plant", "name": "Guardian Hybrid Power Plant",
"symbol": "Int_GuardianPowerplant_Size6", "symbol": "Int_GuardianPowerplant_Size6"
"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": 7, "class": 7,
@@ -658,9 +578,7 @@
"pgen": 39.6, "pgen": 39.6,
"rating": "A", "rating": "A",
"name": "Guardian Hybrid Power Plant", "name": "Guardian Hybrid Power Plant",
"symbol": "Int_GuardianPowerplant_Size7", "symbol": "Int_GuardianPowerplant_Size7"
"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": 8, "class": 8,
@@ -675,27 +593,7 @@
"pgen": 47.5, "pgen": 47.5,
"rating": "A", "rating": "A",
"name": "Guardian Hybrid Power Plant", "name": "Guardian Hybrid Power Plant",
"symbol": "Int_GuardianPowerplant_Size8", "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"
} }
] ]
} }

Some files were not shown because too many files have changed in this diff Show More