mirror of
https://github.com/EDCD/coriolis-data.git
synced 2025-12-08 23:23:23 +00:00
3.4 new slots
This commit is contained in:
@@ -27,21 +27,131 @@
|
||||
"empireRank": 3
|
||||
},
|
||||
"bulkheads": [
|
||||
{ "id": "bf", "edID": 128671224, "eddbID": 1389, "grp": "bh", "cost": 0, "mass": 0, "causres": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 0.8 },
|
||||
{ "id": "bg", "edID": 128671225, "eddbID": 1390, "grp": "bh", "cost": 1017200, "mass": 4, "causres": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 1.52 },
|
||||
{ "id": "bh", "edID": 128671226, "eddbID": 1391, "grp": "bh", "cost": 2288600, "mass": 8, "causres": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 2.5 },
|
||||
{ "id": "bi", "edID": 128671227, "eddbID": 1392, "grp": "bh", "cost": 5408800, "mass": 8, "causres": 0, "explres": -0.5, "kinres": -0.75, "thermres": 0.5, "hullboost": 2.5 },
|
||||
{ "id": "bj", "edID": 128671228, "eddbID": 1393, "grp": "bh", "cost": 5993700, "mass": 8, "causres": 0, "explres": 0.2, "kinres": 0.25, "thermres": -0.4, "hullboost": 2.5 }
|
||||
{
|
||||
"id": "bf",
|
||||
"edID": 128671224,
|
||||
"eddbID": 1389,
|
||||
"grp": "bh",
|
||||
"cost": 0,
|
||||
"mass": 0,
|
||||
"causres": 0,
|
||||
"explres": -0.4,
|
||||
"kinres": -0.2,
|
||||
"thermres": 0,
|
||||
"hullboost": 0.8
|
||||
},
|
||||
{
|
||||
"id": "bg",
|
||||
"edID": 128671225,
|
||||
"eddbID": 1390,
|
||||
"grp": "bh",
|
||||
"cost": 1017200,
|
||||
"mass": 4,
|
||||
"causres": 0,
|
||||
"explres": -0.4,
|
||||
"kinres": -0.2,
|
||||
"thermres": 0,
|
||||
"hullboost": 1.52
|
||||
},
|
||||
{
|
||||
"id": "bh",
|
||||
"edID": 128671226,
|
||||
"eddbID": 1391,
|
||||
"grp": "bh",
|
||||
"cost": 2288600,
|
||||
"mass": 8,
|
||||
"causres": 0,
|
||||
"explres": -0.4,
|
||||
"kinres": -0.2,
|
||||
"thermres": 0,
|
||||
"hullboost": 2.5
|
||||
},
|
||||
{
|
||||
"id": "bi",
|
||||
"edID": 128671227,
|
||||
"eddbID": 1392,
|
||||
"grp": "bh",
|
||||
"cost": 5408800,
|
||||
"mass": 8,
|
||||
"causres": 0,
|
||||
"explres": -0.5,
|
||||
"kinres": -0.75,
|
||||
"thermres": 0.5,
|
||||
"hullboost": 2.5
|
||||
},
|
||||
{
|
||||
"id": "bj",
|
||||
"edID": 128671228,
|
||||
"eddbID": 1393,
|
||||
"grp": "bh",
|
||||
"cost": 5993700,
|
||||
"mass": 8,
|
||||
"causres": 0,
|
||||
"explres": 0.2,
|
||||
"kinres": 0.25,
|
||||
"thermres": -0.4,
|
||||
"hullboost": 2.5
|
||||
}
|
||||
],
|
||||
"slots": {
|
||||
"standard": [ 4, 3, 3, 1, 3, 2, 3],
|
||||
"hardpoints": [ 2, 2, 2, 0, 0, 0, 0],
|
||||
"internal": [ 3, 3, 2, 2, 2, 1]
|
||||
"standard": [
|
||||
4,
|
||||
3,
|
||||
3,
|
||||
1,
|
||||
3,
|
||||
2,
|
||||
3
|
||||
],
|
||||
"hardpoints": [
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"internal": [
|
||||
3,
|
||||
3,
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
1,
|
||||
1,
|
||||
1
|
||||
]
|
||||
},
|
||||
"defaults": {
|
||||
"standard": ["4E", "3E", "3E", "1E", "3E", "2E", "3C"],
|
||||
"hardpoints": [17, 17, 0, 0, 0, 0, 0],
|
||||
"internal": ["01", "01", "3v", "00", "00", ""]
|
||||
"standard": [
|
||||
"4E",
|
||||
"3E",
|
||||
"3E",
|
||||
"1E",
|
||||
"3E",
|
||||
"2E",
|
||||
"3C"
|
||||
],
|
||||
"hardpoints": [
|
||||
17,
|
||||
17,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"internal": [
|
||||
"01",
|
||||
"01",
|
||||
"3v",
|
||||
"00",
|
||||
"00",
|
||||
"",
|
||||
0,
|
||||
0
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user