Files
coriolis-data/ships/imperial_clipper.json
Thomas Hurst 1dec931962 Add reserve fuel tank capacities to ships
These contribute towards ship mass, and are necessary for accurate jump
range calculation.

Ref: https://forums.frontier.co.uk/threads/reserve-tank-sizes-for-all-ships.460434/
2019-12-10 00:38:28 +00:00

163 lines
2.7 KiB
JSON
Executable File

{
"imperial_clipper": {
"edID": 128049315,
"eddbID": 13,
"properties": {
"name": "Imperial Clipper",
"manufacturer": "Gutamaya",
"class": 3,
"hullCost": 21077780,
"speed": 300,
"boost": 380,
"boostEnergy": 19,
"baseShieldStrength": 180,
"baseArmour": 270,
"hardness": 60,
"hullMass": 400,
"masslock": 12,
"heatCapacity": 304,
"pipSpeed": 0.1,
"pitch": 40,
"roll": 80,
"yaw": 18,
"crew": 2,
"reserveFuelCapacity": 0.74
},
"retailCost": 22296860,
"requirements": {
"empireRank": 7
},
"bulkheads": [
{
"id": "bp",
"edID": 128049316,
"eddbID": 788,
"grp": "bh",
"cost": 0,
"mass": 0,
"causres": 0,
"explres": -0.4,
"kinres": -0.2,
"thermres": 0,
"hullboost": 0.8
},
{
"id": "bq",
"edID": 128049317,
"eddbID": 789,
"grp": "bh",
"cost": 8918340,
"mass": 30,
"causres": 0,
"explres": -0.4,
"kinres": -0.2,
"thermres": 0,
"hullboost": 1.52
},
{
"id": "br",
"edID": 128049318,
"eddbID": 790,
"grp": "bh",
"cost": 20066270,
"mass": 60,
"causres": 0,
"explres": -0.4,
"kinres": -0.2,
"thermres": 0,
"hullboost": 2.5
},
{
"id": "bs",
"edID": 128049319,
"eddbID": 791,
"grp": "bh",
"cost": 47423290,
"mass": 60,
"causres": 0,
"explres": -0.5,
"kinres": -0.75,
"thermres": 0.5,
"hullboost": 2.5
},
{
"id": "bt",
"edID": 128049320,
"eddbID": 792,
"grp": "bh",
"cost": 52551340,
"mass": 60,
"causres": 0,
"explres": 0.2,
"kinres": 0.25,
"thermres": -0.4,
"hullboost": 2.5
}
],
"slots": {
"standard": [
6,
6,
5,
5,
6,
5,
4
],
"hardpoints": [
3,
3,
2,
2,
0,
0,
0,
0
],
"internal": [
7,
6,
4,
4,
3,
3,
2,
2,
1
]
},
"defaults": {
"standard": [
"6E",
"6E",
"5E",
"5E",
"6E",
"5E",
"4C"
],
"hardpoints": [
0,
0,
17,
17,
0,
0,
0,
0
],
"internal": [
"05",
"4j",
"02",
0,
0,
0,
"00",
"",
0
]
}
}
}