mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-09 14:45:35 +00:00
Include v1.4-beta ships.
Adds the Federal Assault Ship, Federal Gunship and Imperial Eagle to the ship selection. Note: Values for `boostEnergy` and `masslock` attributes are currently based on their parent ships. Should be updated as soon as data is available.
This commit is contained in:
81
data/ships/federal_gunship.json
Normal file
81
data/ships/federal_gunship.json
Normal file
@@ -0,0 +1,81 @@
|
||||
{
|
||||
"federal_gunship": {
|
||||
"properties": {
|
||||
"name": "Federal Gunship",
|
||||
"manufacturer": "Core Dynamics",
|
||||
"class": 2,
|
||||
"hullCost": 34774802,
|
||||
"speed": 172,
|
||||
"boost": 284,
|
||||
"boostEnergy": 21,
|
||||
"agility": 2,
|
||||
"baseShieldStrength": 240,
|
||||
"baseArmour": 630,
|
||||
"hullMass": 580,
|
||||
"masslock": 14
|
||||
},
|
||||
"retailCost": 35814211,
|
||||
"slots": {
|
||||
"common": [
|
||||
6,
|
||||
6,
|
||||
5,
|
||||
5,
|
||||
7,
|
||||
5,
|
||||
4
|
||||
],
|
||||
"hardpoints": [
|
||||
3,
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
1,
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"internal": [
|
||||
6,
|
||||
6,
|
||||
5,
|
||||
2,
|
||||
2
|
||||
]
|
||||
},
|
||||
"defaults": {
|
||||
"common": [
|
||||
"6E",
|
||||
"6E",
|
||||
"5E",
|
||||
"5E",
|
||||
"7E",
|
||||
"5E",
|
||||
"4C"
|
||||
],
|
||||
"hardpoints": [
|
||||
0,
|
||||
17,
|
||||
17,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"internal": [
|
||||
0,
|
||||
"4j",
|
||||
"03",
|
||||
0,
|
||||
"2h"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user