From ff9a38f23fc5303add0b5175c1df65864fb6d0a2 Mon Sep 17 00:00:00 2001 From: michaelhue Date: Wed, 2 Sep 2015 17:48:42 +0200 Subject: [PATCH] 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. --- data/components/bulkheads.json | 111 +++++++++++++++++++++++++++ data/ships/federal_assault_ship.json | 77 +++++++++++++++++++ data/ships/federal_gunship.json | 81 +++++++++++++++++++ data/ships/imperial_eagle.json | 63 +++++++++++++++ 4 files changed, 332 insertions(+) create mode 100644 data/ships/federal_assault_ship.json create mode 100644 data/ships/federal_gunship.json create mode 100644 data/ships/imperial_eagle.json diff --git a/data/components/bulkheads.json b/data/components/bulkheads.json index 3a8ec791..ec17d138 100755 --- a/data/components/bulkheads.json +++ b/data/components/bulkheads.json @@ -221,6 +221,80 @@ "mass": 60 } ], + "imperial_eagle": [ + { + "name": "Lightweight Alloy", + "class": 1, + "rating": "I", + "cost": 0, + "mass": 0 + }, + { + "name": "Reinforced Alloy", + "class": 1, + "rating": "I", + "cost": 66500, + "mass": 4 + }, + { + "name": "Military Grade Composite", + "class": 1, + "rating": "I", + "cost": 222765, + "mass": 8 + }, + { + "name": "Mirrored Surface Composite", + "class": 1, + "rating": "I", + "cost": 346555, + "mass": 8 + }, + { + "name": "Reactive Surface Composite", + "class": 1, + "rating": "I", + "cost": 372044, + "mass": 8 + } + ], + "federal_assault_ship": [ + { + "name": "Lightweight Alloy", + "class": 1, + "rating": "I", + "cost": 0, + "mass": 0 + }, + { + "name": "Reinforced Alloy", + "class": 1, + "rating": "I", + "cost": 7925682, + "mass": 44 + }, + { + "name": "Military Grade Composite", + "class": 1, + "rating": "I", + "cost": 17832784, + "mass": 87 + }, + { + "name": "Mirrored Surface Composite", + "class": 1, + "rating": "I", + "cost": 42144814, + "mass": 87 + }, + { + "name": "Reactive Surface Composite", + "class": 1, + "rating": "I", + "cost": 46702081, + "mass": 87 + } + ], "federal_dropship": [ { "name": "Lightweight Alloy", @@ -258,6 +332,43 @@ "mass": 87 } ], + "federal_gunship": [ + { + "name": "Lightweight Alloy", + "class": 1, + "rating": "I", + "cost": 0, + "mass": 0 + }, + { + "name": "Reinforced Alloy", + "class": 1, + "rating": "I", + "cost": 14325688, + "mass": 44 + }, + { + "name": "Military Grade Composite", + "class": 1, + "rating": "I", + "cost": 32232788, + "mass": 87 + }, + { + "name": "Mirrored Surface Composite", + "class": 1, + "rating": "I", + "cost": 76176811, + "mass": 87 + }, + { + "name": "Reactive Surface Composite", + "class": 1, + "rating": "I", + "cost": 84414088, + "mass": 87 + } + ], "python": [ { "name": "Lightweight Alloy", diff --git a/data/ships/federal_assault_ship.json b/data/ships/federal_assault_ship.json new file mode 100644 index 00000000..ee8b5b07 --- /dev/null +++ b/data/ships/federal_assault_ship.json @@ -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 + ] + } + } +} \ No newline at end of file diff --git a/data/ships/federal_gunship.json b/data/ships/federal_gunship.json new file mode 100644 index 00000000..0d44cd66 --- /dev/null +++ b/data/ships/federal_gunship.json @@ -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" + ] + } + } +} \ No newline at end of file diff --git a/data/ships/imperial_eagle.json b/data/ships/imperial_eagle.json new file mode 100644 index 00000000..34ec0c44 --- /dev/null +++ b/data/ships/imperial_eagle.json @@ -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" + ] + } + } +} \ No newline at end of file