diff --git a/data/components/bulkheads.json b/data/components/bulkheads.json index 0bcd2cb2..36ec50dc 100755 --- a/data/components/bulkheads.json +++ b/data/components/bulkheads.json @@ -36,6 +36,80 @@ "mass": 4 } ], + "diamondback": [ + { + "name": "Lightweight Alloy", + "class": 1, + "rating": "I", + "cost": 0, + "mass": 0 + }, + { + "name": "Reinforced Alloy", + "class": 1, + "rating": "I", + "cost": 225700, + "mass": 13 + }, + { + "name": "Military Grade Composite", + "class": 1, + "rating": "I", + "cost": 507900, + "mass": 26 + }, + { + "name": "Mirrored Surface Composite", + "class": 1, + "rating": "I", + "cost": 1185100, + "mass": 26 + }, + { + "name": "Reactive Surface Composite", + "class": 1, + "rating": "I", + "cost": 1330100, + "mass": 26 + } + ], + "imperial_courier": [ + { + "name": "Lightweight Alloy", + "class": 1, + "rating": "I", + "cost": 0, + "mass": 0 + }, + { + "name": "Reinforced Alloy", + "class": 1, + "rating": "I", + "cost": 1017200, + "mass": 4 + }, + { + "name": "Military Grade Composite", + "class": 1, + "rating": "I", + "cost": 2288600, + "mass": 8 + }, + { + "name": "Mirrored Surface Composite", + "class": 1, + "rating": "I", + "cost": 5408800, + "mass": 8 + }, + { + "name": "Reactive Surface Composite", + "class": 1, + "rating": "I", + "cost": 5993700, + "mass": 8 + } + ], "cobra_mk_iii": [ { "name": "Lightweight Alloy", diff --git a/data/ships/diamondback.json b/data/ships/diamondback.json new file mode 100644 index 00000000..66ac56e4 --- /dev/null +++ b/data/ships/diamondback.json @@ -0,0 +1,72 @@ +{ + "diamondback": { + "properties": { + "grp": "ex", + "name": "Diamondback", + "manufacturer": "Lakon", + "class": 1, + "cost": 564300, + "speed": 283, + "boost": 384, + "agility": 3, + "shields": 93, + "armour": 216, + "fuelcost": 50, + "mass": 170 + }, + "slots": { + "common": [ + 4, + 4, + 4, + 2, + 3, + 2, + 4 + ], + "hardpoints": [ + 2, + 2, + 1, + 1, + 0, + 0, + 0, + 0 + ], + "internal": [ + 3, + 3, + 3, + 2 + ] + }, + "defaults": { + "common": [ + "4E", + "4E", + "4E", + "2E", + "3E", + "2E", + "4C" + ], + "hardpoints": [ + 17, + 17, + 0, + 0, + 0, + 0, + 0, + 0 + ], + "internal": [ + "44", + 0, + 0, + "2h" + ] + } + } +} \ No newline at end of file diff --git a/data/ships/imperial_courier.json b/data/ships/imperial_courier.json new file mode 100644 index 00000000..caf4b36a --- /dev/null +++ b/data/ships/imperial_courier.json @@ -0,0 +1,74 @@ +{ + "imperial_courier": { + "properties": { + "grp": "mp", + "name": "Imperial Courier", + "manufacturer": "Gutamaya", + "class": 1, + "cost": 2479400, + "speed": 277, + "boost": 380, + "agility": 6, + "shields": 230, + "armour": 144, + "fuelcost": 50, + "mass": 35 + }, + "slots": { + "common": [ + 4, + 3, + 3, + 1, + 3, + 2, + 3 + ], + "hardpoints": [ + 2, + 2, + 2, + 0, + 0, + 0, + 0 + ], + "internal": [ + 3, + 3, + 2, + 2, + 2, + 1 + ] + }, + "defaults": { + "common": [ + "4E", + "3E", + "3E", + "1E", + "3E", + "2E", + "3C" + ], + "hardpoints": [ + 17, + 17, + 0, + 0, + 0, + 0, + 0 + ], + "internal": [ + "02", + "44", + "01", + 0, + 0, + "2h" + ] + } + } +} \ No newline at end of file