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:
@@ -24,25 +24,135 @@
|
||||
},
|
||||
"retailCost": 110830,
|
||||
"bulkheads": [
|
||||
{ "id": "bu", "edID": 128672140, "eddbID": 1461, "grp": "bh", "cost": 0, "mass": 0, "causres": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 0.8 },
|
||||
{ "id": "bv", "edID": 128672141, "eddbID": 1462, "grp": "bh", "cost": 66500, "mass": 4, "causres": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 1.52 },
|
||||
{ "id": "bw", "edID": 128672142, "eddbID": 1463, "grp": "bh", "cost": 222760, "mass": 8, "causres": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 2.5 },
|
||||
{ "id": "bx", "edID": 128672143, "eddbID": 1464, "grp": "bh", "cost": 346550, "mass": 8, "causres": 0, "explres": -0.5, "kinres": -0.75, "thermres": 0.5, "hullboost": 2.5 },
|
||||
{ "id": "by", "edID": 128672144, "eddbID": 1465, "grp": "bh", "cost": 372040, "mass": 8, "causres": 0, "explres": 0.2, "kinres": 0.25, "thermres": -0.4, "hullboost": 2.5 }
|
||||
{
|
||||
"id": "bu",
|
||||
"edID": 128672140,
|
||||
"eddbID": 1461,
|
||||
"grp": "bh",
|
||||
"cost": 0,
|
||||
"mass": 0,
|
||||
"causres": 0,
|
||||
"explres": -0.4,
|
||||
"kinres": -0.2,
|
||||
"thermres": 0,
|
||||
"hullboost": 0.8
|
||||
},
|
||||
{
|
||||
"id": "bv",
|
||||
"edID": 128672141,
|
||||
"eddbID": 1462,
|
||||
"grp": "bh",
|
||||
"cost": 66500,
|
||||
"mass": 4,
|
||||
"causres": 0,
|
||||
"explres": -0.4,
|
||||
"kinres": -0.2,
|
||||
"thermres": 0,
|
||||
"hullboost": 1.52
|
||||
},
|
||||
{
|
||||
"id": "bw",
|
||||
"edID": 128672142,
|
||||
"eddbID": 1463,
|
||||
"grp": "bh",
|
||||
"cost": 222760,
|
||||
"mass": 8,
|
||||
"causres": 0,
|
||||
"explres": -0.4,
|
||||
"kinres": -0.2,
|
||||
"thermres": 0,
|
||||
"hullboost": 2.5
|
||||
},
|
||||
{
|
||||
"id": "bx",
|
||||
"edID": 128672143,
|
||||
"eddbID": 1464,
|
||||
"grp": "bh",
|
||||
"cost": 346550,
|
||||
"mass": 8,
|
||||
"causres": 0,
|
||||
"explres": -0.5,
|
||||
"kinres": -0.75,
|
||||
"thermres": 0.5,
|
||||
"hullboost": 2.5
|
||||
},
|
||||
{
|
||||
"id": "by",
|
||||
"edID": 128672144,
|
||||
"eddbID": 1465,
|
||||
"grp": "bh",
|
||||
"cost": 372040,
|
||||
"mass": 8,
|
||||
"causres": 0,
|
||||
"explres": 0.2,
|
||||
"kinres": 0.25,
|
||||
"thermres": -0.4,
|
||||
"hullboost": 2.5
|
||||
}
|
||||
],
|
||||
"slots": {
|
||||
"standard": [3, 3, 3, 1, 2, 2, 2],
|
||||
"hardpoints": [2, 1, 1, 0],
|
||||
"standard": [
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
1,
|
||||
2,
|
||||
2,
|
||||
2
|
||||
],
|
||||
"hardpoints": [
|
||||
2,
|
||||
1,
|
||||
1,
|
||||
0
|
||||
],
|
||||
"internal": [
|
||||
3, 2,
|
||||
{ "class": 2, "name": "Military", "eligible": { "mahr":1, "hr": 1, "scb": 1, "mrp": 1, "gsrp": 1, "gmrp": 1, "ghrp": 1 } },
|
||||
1, 1
|
||||
3,
|
||||
2,
|
||||
{
|
||||
"class": 2,
|
||||
"name": "Military",
|
||||
"eligible": {
|
||||
"mahr": 1,
|
||||
"hr": 1,
|
||||
"scb": 1,
|
||||
"mrp": 1,
|
||||
"gsrp": 1,
|
||||
"gmrp": 1,
|
||||
"ghrp": 1
|
||||
}
|
||||
},
|
||||
1,
|
||||
1,
|
||||
1,
|
||||
1
|
||||
]
|
||||
},
|
||||
"defaults": {
|
||||
"standard": ["3E", "3E", "3E", "1E", "2E", "2E", "2C"],
|
||||
"hardpoints": [0, 17, 17, 0],
|
||||
"internal": ["44", "00", 0, "", 0]
|
||||
"standard": [
|
||||
"3E",
|
||||
"3E",
|
||||
"3E",
|
||||
"1E",
|
||||
"2E",
|
||||
"2E",
|
||||
"2C"
|
||||
],
|
||||
"hardpoints": [
|
||||
0,
|
||||
17,
|
||||
17,
|
||||
0
|
||||
],
|
||||
"internal": [
|
||||
"44",
|
||||
"00",
|
||||
0,
|
||||
"",
|
||||
0,
|
||||
0,
|
||||
0
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user