mirror of
https://github.com/EDCD/coriolis-data.git
synced 2025-12-08 15:13:23 +00:00
3.4 new slots
This commit is contained in:
@@ -24,21 +24,121 @@
|
||||
},
|
||||
"retailCost": 32000,
|
||||
"bulkheads": [
|
||||
{ "id": "b0", "edID": 128049250, "eddbID": 738, "grp": "bh", "cost": 0, "mass": 0, "causres": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 0.8 },
|
||||
{ "id": "b1", "edID": 128049251, "eddbID": 739, "grp": "bh", "cost": 25600, "mass": 2, "causres": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 1.52 },
|
||||
{ "id": "b2", "edID": 128049252, "eddbID": 740, "grp": "bh", "cost": 80320, "mass": 4, "causres": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 2.5 },
|
||||
{ "id": "b3", "edID": 128049253, "eddbID": 741, "grp": "bh", "cost": 132060, "mass": 4, "causres": 0, "explres": -0.5, "kinres": -0.75, "thermres": 0.5, "hullboost": 2.5 },
|
||||
{ "id": "b4", "edID": 128049254, "eddbID": 742, "grp": "bh", "cost": 139420, "mass": 4, "causres": 0, "explres": 0.2, "kinres": 0.25, "thermres": -0.4, "hullboost": 2.5 }
|
||||
{
|
||||
"id": "b0",
|
||||
"edID": 128049250,
|
||||
"eddbID": 738,
|
||||
"grp": "bh",
|
||||
"cost": 0,
|
||||
"mass": 0,
|
||||
"causres": 0,
|
||||
"explres": -0.4,
|
||||
"kinres": -0.2,
|
||||
"thermres": 0,
|
||||
"hullboost": 0.8
|
||||
},
|
||||
{
|
||||
"id": "b1",
|
||||
"edID": 128049251,
|
||||
"eddbID": 739,
|
||||
"grp": "bh",
|
||||
"cost": 25600,
|
||||
"mass": 2,
|
||||
"causres": 0,
|
||||
"explres": -0.4,
|
||||
"kinres": -0.2,
|
||||
"thermres": 0,
|
||||
"hullboost": 1.52
|
||||
},
|
||||
{
|
||||
"id": "b2",
|
||||
"edID": 128049252,
|
||||
"eddbID": 740,
|
||||
"grp": "bh",
|
||||
"cost": 80320,
|
||||
"mass": 4,
|
||||
"causres": 0,
|
||||
"explres": -0.4,
|
||||
"kinres": -0.2,
|
||||
"thermres": 0,
|
||||
"hullboost": 2.5
|
||||
},
|
||||
{
|
||||
"id": "b3",
|
||||
"edID": 128049253,
|
||||
"eddbID": 741,
|
||||
"grp": "bh",
|
||||
"cost": 132060,
|
||||
"mass": 4,
|
||||
"causres": 0,
|
||||
"explres": -0.5,
|
||||
"kinres": -0.75,
|
||||
"thermres": 0.5,
|
||||
"hullboost": 2.5
|
||||
},
|
||||
{
|
||||
"id": "b4",
|
||||
"edID": 128049254,
|
||||
"eddbID": 742,
|
||||
"grp": "bh",
|
||||
"cost": 139420,
|
||||
"mass": 4,
|
||||
"causres": 0,
|
||||
"explres": 0.2,
|
||||
"kinres": 0.25,
|
||||
"thermres": -0.4,
|
||||
"hullboost": 2.5
|
||||
}
|
||||
],
|
||||
"slots": {
|
||||
"standard": [2, 2, 2, 1, 1, 1, 1],
|
||||
"hardpoints": [1, 1, 0, 0],
|
||||
"internal": [2, 2, 1, 1]
|
||||
"standard": [
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
1,
|
||||
1,
|
||||
1,
|
||||
1
|
||||
],
|
||||
"hardpoints": [
|
||||
1,
|
||||
1,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"internal": [
|
||||
2,
|
||||
2,
|
||||
1,
|
||||
1,
|
||||
1,
|
||||
1
|
||||
]
|
||||
},
|
||||
"defaults": {
|
||||
"standard": ["2E", "2E", "2E", "1E", "1E", "1E", "1C"],
|
||||
"hardpoints": [18, 18, 0, 0],
|
||||
"internal": ["3v", "01", "", 0]
|
||||
"standard": [
|
||||
"2E",
|
||||
"2E",
|
||||
"2E",
|
||||
"1E",
|
||||
"1E",
|
||||
"1E",
|
||||
"1C"
|
||||
],
|
||||
"hardpoints": [
|
||||
18,
|
||||
18,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"internal": [
|
||||
"3v",
|
||||
"01",
|
||||
"",
|
||||
0,
|
||||
0,
|
||||
0
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user