gitflow-feature-stash: 3.4

This commit is contained in:
willyb321
2019-04-15 06:41:03 +10:00
parent b3c530c745
commit e4d544f2d3
5 changed files with 97 additions and 1 deletions

29
dist/index.js vendored
View File

@@ -14379,6 +14379,20 @@ module.exports = {
symbol: "Int_DockingComputer_Standard", symbol: "Int_DockingComputer_Standard",
ukName: "Docking Computer", ukName: "Docking Computer",
ukDiscript: "Allows automated docking sequence at all starports and outposts." 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: [ { dtl: [ {
class: 1, class: 1,
@@ -20430,6 +20444,21 @@ module.exports = {
grp: "gmrp", grp: "gmrp",
ukName: "Guardian Module Reinforcement", 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." 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"
} ] } ]
} }
}, },

32
dist/index.json vendored
View File

@@ -17219,6 +17219,21 @@
"symbol": "Int_DockingComputer_Standard", "symbol": "Int_DockingComputer_Standard",
"ukName": "Docking Computer", "ukName": "Docking Computer",
"ukDiscript": "Allows automated docking sequence at all starports and outposts." "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": [ "dtl": [
@@ -23649,6 +23664,23 @@
"ukName": "Guardian Module Reinforcement", "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." "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"
}
] ]
} }
}, },

View File

@@ -79,6 +79,7 @@ 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,
} }
} }

View File

@@ -14,6 +14,21 @@
"symbol": "Int_DockingComputer_Standard", "symbol": "Int_DockingComputer_Standard",
"ukName": "Docking Computer", "ukName": "Docking Computer",
"ukDiscript": "Allows automated docking sequence at all starports and outposts." "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"
} }
] ]
} }

View File

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