mirror of
https://github.com/EDCD/coriolis-data.git
synced 2025-12-09 15:35:35 +00:00
gitflow-feature-stash: 3.4
This commit is contained in:
29
dist/index.js
vendored
29
dist/index.js
vendored
@@ -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"
|
||||
} ]
|
||||
}
|
||||
},
|
||||
|
||||
32
dist/index.json
vendored
32
dist/index.json
vendored
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
@@ -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,
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
19
modules/internal/supercruise_assist.json
Normal file
19
modules/internal/supercruise_assist.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user