From e4d544f2d3bc5f976dd03806afc85d71bbca7795 Mon Sep 17 00:00:00 2001 From: willyb321 Date: Mon, 15 Apr 2019 06:41:03 +1000 Subject: [PATCH] gitflow-feature-stash: 3.4 --- dist/index.js | 29 +++++++++++++++++++++ dist/index.json | 32 ++++++++++++++++++++++++ modules/index.js | 3 ++- modules/internal/docking_computer.json | 15 +++++++++++ modules/internal/supercruise_assist.json | 19 ++++++++++++++ 5 files changed, 97 insertions(+), 1 deletion(-) create mode 100644 modules/internal/supercruise_assist.json diff --git a/dist/index.js b/dist/index.js index eabb6f3..5919674 100644 --- a/dist/index.js +++ b/dist/index.js @@ -14379,6 +14379,20 @@ module.exports = { symbol: "Int_DockingComputer_Standard", ukName: "Docking Computer", ukDiscript: "Allows automated docking sequence at all starports and outposts." + }, { + class: 1, + cost: 4500, + edID: 128049549, + eddbID: 890, + grp: "dc", + id: "3x", + integrity: 10, + name: "Advanced Docking Computer", + power: .39, + rating: "E", + symbol: "Int_DockingComputer_Advanced", + ukName: "Advanced Docking Computer", + ukDiscript: "TODO" } ], dtl: [ { class: 1, @@ -20430,6 +20444,21 @@ module.exports = { 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." + } ], + sua: [ { + class: 1, + cost: 500, + edID: 128672317, + eddbID: 1538, + grp: "sua", + id: "3w", + mass: 0, + power: 0, + rating: "I", + symbol: "Int_SupercruiseAssist", + name: "Supercruise Assist", + ukName: "Supercruise Assist", + ukDiscript: "TODO" } ] } }, diff --git a/dist/index.json b/dist/index.json index cfa2d14..b7d4fc3 100644 --- a/dist/index.json +++ b/dist/index.json @@ -17219,6 +17219,21 @@ "symbol": "Int_DockingComputer_Standard", "ukName": "Docking Computer", "ukDiscript": "Allows automated docking sequence at all starports and outposts." + }, + { + "class": 1, + "cost": 4500, + "edID": 128049549, + "eddbID": 890, + "grp": "dc", + "id": "3x", + "integrity": 10, + "name": "Advanced Docking Computer", + "power": 0.39, + "rating": "E", + "symbol": "Int_DockingComputer_Advanced", + "ukName": "Advanced Docking Computer", + "ukDiscript": "TODO" } ], "dtl": [ @@ -23649,6 +23664,23 @@ "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." } + ], + "sua": [ + { + "class": 1, + "cost": 500, + "edID": 128672317, + "eddbID": 1538, + "grp": "sua", + "id": "3w", + "mass": 0, + "power": 0, + "rating": "I", + "symbol": "Int_SupercruiseAssist", + "name": "Supercruise Assist", + "ukName": "Supercruise Assist", + "ukDiscript": "TODO" + } ] } }, diff --git a/modules/index.js b/modules/index.js index d240727..3d6af88 100644 --- a/modules/index.js +++ b/modules/index.js @@ -79,6 +79,7 @@ module.exports = { gsrp: require('./internal/guardian_shield_reinforcement_package').gsrp, gfsb: require('./internal/guardian_fsd_booster').gfsb, 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, } } diff --git a/modules/internal/docking_computer.json b/modules/internal/docking_computer.json index d1debd0..f979658 100644 --- a/modules/internal/docking_computer.json +++ b/modules/internal/docking_computer.json @@ -14,6 +14,21 @@ "symbol": "Int_DockingComputer_Standard", "ukName": "Docking Computer", "ukDiscript": "Allows automated docking sequence at all starports and outposts." + }, + { + "class": 1, + "cost": 4500, + "edID": 128049549, + "eddbID": 890, + "grp": "dc", + "id": "3x", + "integrity": 10, + "name": "Advanced Docking Computer", + "power": 0.39, + "rating": "E", + "symbol": "Int_DockingComputer_Advanced", + "ukName": "Advanced Docking Computer", + "ukDiscript": "TODO" } ] } diff --git a/modules/internal/supercruise_assist.json b/modules/internal/supercruise_assist.json new file mode 100644 index 0000000..e300ba1 --- /dev/null +++ b/modules/internal/supercruise_assist.json @@ -0,0 +1,19 @@ +{ + "sua": [ + { + "class": 1, + "cost": 500, + "edID": 128672317, + "eddbID": 1538, + "grp": "sua", + "id": "3w", + "mass": 0, + "power": 0, + "rating": "I", + "symbol": "Int_SupercruiseAssist", + "name": "Supercruise Assist", + "ukName": "Supercruise Assist", + "ukDiscript": "TODO" + } + ] +}