mirror of
https://github.com/EDCD/coriolis-data.git
synced 2025-12-08 15:13:23 +00:00
Compare commits
35 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1ac1c85c7b | ||
|
|
9e1f7934d8 | ||
|
|
63751d1f26 | ||
|
|
ad99e37c66 | ||
|
|
aa75ea6e85 | ||
|
|
3ea5731067 | ||
|
|
4254abcc15 | ||
|
|
7260d2f75d | ||
|
|
84c2a2ad30 | ||
|
|
1a478758ee | ||
|
|
b58cb71e5a | ||
|
|
6b13b3a673 | ||
|
|
cff8cf71df | ||
|
|
e7bcba7360 | ||
|
|
68682f062c | ||
|
|
c81e4fd554 | ||
|
|
ae744982c6 | ||
|
|
e7a8c2eeb9 | ||
|
|
90035fc057 | ||
|
|
c67fcc6497 | ||
|
|
2f3410c462 | ||
|
|
d9729fa252 | ||
|
|
0e6d01e145 | ||
|
|
a11731c7ea | ||
|
|
4a16789340 | ||
|
|
37fd278e23 | ||
|
|
cf5352aaef | ||
|
|
fbafd96386 | ||
|
|
e9bb7fe748 | ||
|
|
be5f139dc5 | ||
|
|
1275242796 | ||
|
|
f2baefc4c8 | ||
|
|
d1e0e937ab | ||
|
|
69afe0a89d | ||
|
|
a110545bd7 |
1453
dist/index.js
vendored
1453
dist/index.js
vendored
File diff suppressed because it is too large
Load Diff
2249
dist/index.json
vendored
2249
dist/index.json
vendored
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -341,7 +341,7 @@
|
||||
},
|
||||
"special_powerplant_highcharge": {
|
||||
"mass": 0.1,
|
||||
"power": 0.05
|
||||
"pgen": 0.05
|
||||
},
|
||||
"special_powerplant_cooled": {
|
||||
"eff": -0.1
|
||||
@@ -400,7 +400,7 @@
|
||||
},
|
||||
"special_weapon_rateoffire": {
|
||||
"power": 0.05,
|
||||
"rof": 0.03
|
||||
"rof": -0.03
|
||||
},
|
||||
"special_weapon_efficient": {
|
||||
"power": -0.1
|
||||
@@ -443,9 +443,9 @@
|
||||
},
|
||||
"special_hullreinforcement_chunky": {
|
||||
"hullreinforcement": 0.1,
|
||||
"explres": 2,
|
||||
"thermres": 2,
|
||||
"kinres": 2
|
||||
"explres": -2,
|
||||
"thermres": -2,
|
||||
"kinres": -2
|
||||
},
|
||||
"special_shieldbooster_thermic": {
|
||||
"optmul": -0.01,
|
||||
|
||||
@@ -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.10",
|
||||
"version": "2.9.16",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "coriolis-data",
|
||||
"version": "2.9.10",
|
||||
"version": "2.9.16",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/EDCD/coriolis-data"
|
||||
|
||||
@@ -27,10 +27,10 @@
|
||||
},
|
||||
"bulkheads": [
|
||||
{ "id": "CI", "edID": 128816576, "eddbID": 1640, "grp": "bh", "cost": 0, "mass": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 0.8 },
|
||||
{ "id": "CJ", "edID": 128816577, "eddbID": 1641, "grp": "bh", "cost": 6803170, "mass": 75, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 1.52 },
|
||||
{ "id": "CK", "edID": 128816578, "eddbID": 1642, "grp": "bh", "cost": 15307134, "mass": 150, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 2.5 },
|
||||
{ "id": "CL", "edID": 128816579, "eddbID": 1643, "grp": "bh", "cost": 36175859, "mass": 150, "explres": -0.5, "kinres": -0.75, "thermres": 0.5, "hullboost": 2.5 },
|
||||
{ "id": "CM", "edID": 128816580, "eddbID": 1644, "grp": "bh", "cost": 40087682, "mass": 150, "explres": 0.2, "kinres": 0.25, "thermres": -0.4, "hullboost": 2.5 }
|
||||
{ "id": "CJ", "edID": 128816577, "eddbID": 1641, "grp": "bh", "cost": 6803170, "mass": 40, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 1.52 },
|
||||
{ "id": "CK", "edID": 128816578, "eddbID": 1642, "grp": "bh", "cost": 15307134, "mass": 78, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 2.5 },
|
||||
{ "id": "CL", "edID": 128816579, "eddbID": 1643, "grp": "bh", "cost": 36175859, "mass": 78, "explres": -0.5, "kinres": -0.75, "thermres": 0.5, "hullboost": 2.5 },
|
||||
{ "id": "CM", "edID": 128816580, "eddbID": 1644, "grp": "bh", "cost": 40087682, "mass": 78, "explres": 0.2, "kinres": 0.25, "thermres": -0.4, "hullboost": 2.5 }
|
||||
],
|
||||
"slots": {
|
||||
"standard": [6, 6, 5, 5, 6, 4, 4],
|
||||
|
||||
Reference in New Issue
Block a user