This repository has been archived by the owner on Apr 7, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
1 parent
3b11b31
commit ff9a38f
Showing
4 changed files
with
332 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
{ | ||
"federal_assault_ship": { | ||
"properties": { | ||
"name": "Federal Assault Ship", | ||
"manufacturer": "Core Dynamics", | ||
"class": 2, | ||
"hullCost": 19071993, | ||
"speed": 216, | ||
"boost": 361, | ||
"boostEnergy": 21, | ||
"agility": 6, | ||
"baseShieldStrength": 180, | ||
"baseArmour": 540, | ||
"hullMass": 480, | ||
"masslock": 14 | ||
}, | ||
"retailCost": 19814205, | ||
"slots": { | ||
"common": [ | ||
6, | ||
6, | ||
5, | ||
5, | ||
6, | ||
4, | ||
4 | ||
], | ||
"hardpoints": [ | ||
3, | ||
3, | ||
2, | ||
2, | ||
0, | ||
0, | ||
0, | ||
0 | ||
], | ||
"internal": [ | ||
5, | ||
5, | ||
4, | ||
3, | ||
2, | ||
2 | ||
] | ||
}, | ||
"defaults": { | ||
"common": [ | ||
"6E", | ||
"6E", | ||
"5E", | ||
"5E", | ||
"6E", | ||
"4E", | ||
"4C" | ||
], | ||
"hardpoints": [ | ||
0, | ||
0, | ||
17, | ||
17, | ||
0, | ||
0, | ||
0, | ||
0 | ||
], | ||
"internal": [ | ||
"4e", | ||
"03", | ||
"02", | ||
"02", | ||
0, | ||
0 | ||
] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
{ | ||
"imperial_eagle": { | ||
"properties": { | ||
"name": "Imperial Eagle", | ||
"manufacturer": "Core Dynamics", | ||
"class": 1, | ||
"hullCost": 72186, | ||
"speed": 303, | ||
"boost": 405, | ||
"boostEnergy": 9, | ||
"agility": 6, | ||
"baseShieldStrength": 80, | ||
"baseArmour": 108, | ||
"hullMass": 50, | ||
"masslock": 6 | ||
}, | ||
"retailCost": 110833, | ||
"slots": { | ||
"common": [ | ||
3, | ||
3, | ||
3, | ||
1, | ||
2, | ||
2, | ||
2 | ||
], | ||
"hardpoints": [ | ||
2, | ||
1, | ||
1, | ||
0 | ||
], | ||
"internal": [ | ||
3, | ||
2, | ||
1 | ||
] | ||
}, | ||
"defaults": { | ||
"common": [ | ||
"3E", | ||
"3E", | ||
"3E", | ||
"1E", | ||
"2E", | ||
"2E", | ||
"2C" | ||
], | ||
"hardpoints": [ | ||
0, | ||
17, | ||
17, | ||
0 | ||
], | ||
"internal": [ | ||
"44", | ||
"00", | ||
"2h" | ||
] | ||
} | ||
} | ||
} |