mirror of
https://github.com/EDCD/coriolis-data.git
synced 2025-12-08 23:23:23 +00:00
Compare commits
18 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
84c2a2ad30 | ||
|
|
1a478758ee | ||
|
|
b58cb71e5a | ||
|
|
6b13b3a673 | ||
|
|
cff8cf71df | ||
|
|
e7bcba7360 | ||
|
|
68682f062c | ||
|
|
c81e4fd554 | ||
|
|
ae744982c6 | ||
|
|
e7a8c2eeb9 | ||
|
|
90035fc057 | ||
|
|
c67fcc6497 | ||
|
|
2f3410c462 | ||
|
|
d9729fa252 | ||
|
|
0e6d01e145 | ||
|
|
a11731c7ea | ||
|
|
4a16789340 | ||
|
|
37fd278e23 |
1427
dist/index.js
vendored
1427
dist/index.js
vendored
File diff suppressed because it is too large
Load Diff
2221
dist/index.json
vendored
2221
dist/index.json
vendored
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -1740,6 +1740,11 @@
|
||||
"Colonel Bris Dekker",
|
||||
"Tiana Fortune"
|
||||
]
|
||||
},
|
||||
"4": {
|
||||
"engineers": [
|
||||
"Colonel Bris Dekker"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -3724,6 +3729,7 @@
|
||||
"special_dispersal_field",
|
||||
"special_phasing_sequence",
|
||||
"special_plasma_slug",
|
||||
"special_plasma_slug_cooled",
|
||||
"special_lock_breaker",
|
||||
"special_thermal_conduit",
|
||||
"special_weapon_damage",
|
||||
@@ -3945,6 +3951,16 @@
|
||||
"Marco Qwent",
|
||||
"The Dweller"
|
||||
]
|
||||
},
|
||||
"4": {
|
||||
"engineers": [
|
||||
"The Dweller"
|
||||
]
|
||||
},
|
||||
"5": {
|
||||
"engineers": [
|
||||
"The Dweller"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -4040,6 +4056,16 @@
|
||||
"Marco Qwent",
|
||||
"The Dweller"
|
||||
]
|
||||
},
|
||||
"4": {
|
||||
"engineers": [
|
||||
"The Dweller"
|
||||
]
|
||||
},
|
||||
"5": {
|
||||
"engineers": [
|
||||
"The Dweller"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -4065,6 +4091,16 @@
|
||||
"Marco Qwent",
|
||||
"The Dweller"
|
||||
]
|
||||
},
|
||||
"4": {
|
||||
"engineers": [
|
||||
"The Dweller"
|
||||
]
|
||||
},
|
||||
"5": {
|
||||
"engineers": [
|
||||
"The Dweller"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -4546,6 +4582,17 @@
|
||||
"Hera Tani",
|
||||
"Marco Qwent"
|
||||
]
|
||||
},
|
||||
"4": {
|
||||
"engineers": [
|
||||
"Hera Tani",
|
||||
"Marco Qwent"
|
||||
]
|
||||
},
|
||||
"5": {
|
||||
"engineers": [
|
||||
"Hera Tani"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -5337,6 +5384,7 @@
|
||||
"kinres",
|
||||
"mass",
|
||||
"power",
|
||||
"optmul",
|
||||
"shieldboost",
|
||||
"thermres"
|
||||
],
|
||||
|
||||
@@ -64,6 +64,7 @@ module.exports = {
|
||||
scb: require('./internal/shield_cell_bank').scb,
|
||||
sg: require('./internal/shield_generator').sg,
|
||||
ss: require('./internal/surface_scanner').ss,
|
||||
rpl: require('./internal/repair_limpet_controller').rpl
|
||||
rpl: require('./internal/repair_limpet_controller').rpl,
|
||||
rcpl: require('./internal/recon_limpet_controllers').rcpl
|
||||
}
|
||||
}
|
||||
|
||||
68
modules/internal/recon_limpet_controllers.json
Normal file
68
modules/internal/recon_limpet_controllers.json
Normal file
@@ -0,0 +1,68 @@
|
||||
{
|
||||
"rcpl": [
|
||||
{
|
||||
"class": 1,
|
||||
"cost": 2600,
|
||||
"edID": 128837858,
|
||||
"eddbID": 1636,
|
||||
"grp": "rcpl",
|
||||
"id": "0L",
|
||||
"mass": 1.3,
|
||||
"maximum": 1,
|
||||
"power": 0.18,
|
||||
"range": 1.2,
|
||||
"rating": "E",
|
||||
"integrity": 24,
|
||||
"hacktime": 22,
|
||||
"symbol": "Int_DroneControl_Recon_Size1_Class1"
|
||||
},
|
||||
{
|
||||
"class": 3,
|
||||
"cost": 8200,
|
||||
"edID": 128841592,
|
||||
"eddbID": 1637,
|
||||
"grp": "rcpl",
|
||||
"id": "0M",
|
||||
"mass": 2,
|
||||
"maximum": 1,
|
||||
"power": 0.2,
|
||||
"range": 1.4,
|
||||
"rating": "E",
|
||||
"integrity": 51,
|
||||
"hacktime": 17,
|
||||
"symbol": "Int_DroneControl_Recon_Size3_Class1"
|
||||
},
|
||||
{
|
||||
"class": 5,
|
||||
"cost": 75800,
|
||||
"edID": 128841593,
|
||||
"eddbID": 1638,
|
||||
"grp": "rcpl",
|
||||
"id": "0N",
|
||||
"mass": 20,
|
||||
"maximum": 1,
|
||||
"power": 0.5,
|
||||
"range": 1.7,
|
||||
"rating": "E",
|
||||
"integrity": 96,
|
||||
"hacktime": 13,
|
||||
"symbol": "Int_DroneControl_Recon_Size5_Class1"
|
||||
},
|
||||
{
|
||||
"class": 7,
|
||||
"cost": 612200,
|
||||
"edID": 128841594,
|
||||
"eddbID": 1639,
|
||||
"grp": "rcpl",
|
||||
"id": "0O",
|
||||
"mass": 128,
|
||||
"maximum": 1,
|
||||
"power": 0.97,
|
||||
"range": 2,
|
||||
"rating": "E",
|
||||
"integrity": 157,
|
||||
"hacktime": 10,
|
||||
"symbol": "Int_DroneControl_Recon_Size7_Class1"
|
||||
}
|
||||
]
|
||||
}
|
||||
2
package-lock.json
generated
2
package-lock.json
generated
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "coriolis-data",
|
||||
"version": "2.9.11",
|
||||
"version": "2.9.14",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "coriolis-data",
|
||||
"version": "2.9.11",
|
||||
"version": "2.9.14",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/EDCD/coriolis-data"
|
||||
|
||||
Reference in New Issue
Block a user