diff --git a/app/less/shipyard.less b/app/less/shipyard.less index e5db769e..61d92352 100755 --- a/app/less/shipyard.less +++ b/app/less/shipyard.less @@ -20,6 +20,7 @@ a.ship { width: 100%; margin: 0; text-align: left; + font-size: 1.1em; } small { diff --git a/data/components/bulkheads.json b/data/components/bulkheads.json index 36ec50dc..3a8ec791 100755 --- a/data/components/bulkheads.json +++ b/data/components/bulkheads.json @@ -73,6 +73,43 @@ "mass": 26 } ], + "diamondback_explorer": [ + { + "name": "Lightweight Alloy", + "class": 1, + "rating": "I", + "cost": 0, + "mass": 0 + }, + { + "name": "Reinforced Alloy", + "class": 1, + "rating": "I", + "cost": 800000, + "mass": 23 + }, + { + "name": "Military Grade Composite", + "class": 1, + "rating": "I", + "cost": 1800000, + "mass": 47 + }, + { + "name": "Mirrored Surface Composite", + "class": 1, + "rating": "I", + "cost": 4200000, + "mass": 26 + }, + { + "name": "Reactive Surface Composite", + "class": 1, + "rating": "I", + "cost": 4714000, + "mass": 47 + } + ], "imperial_courier": [ { "name": "Lightweight Alloy", diff --git a/data/ships/diamondback_explorer.json b/data/ships/diamondback_explorer.json new file mode 100644 index 00000000..2f432da0 --- /dev/null +++ b/data/ships/diamondback_explorer.json @@ -0,0 +1,72 @@ +{ + "diamondback_explorer": { + "properties": { + "grp": "ex", + "name": "Diamondback Explorer", + "manufacturer": "Lakon", + "class": 1, + "cost": 2000000, + "speed": 242, + "boost": 316, + "agility": 5, + "shields": 115, + "armour": 270, + "fuelcost": 50, + "mass": 298 + }, + "slots": { + "common": [ + 4, + 4, + 5, + 3, + 4, + 3, + 5 + ], + "hardpoints": [ + 3, + 2, + 2, + 0, + 0, + 0, + 0 + ], + "internal": [ + 4, + 4, + 3, + 3, + 2 + ] + }, + "defaults": { + "common": [ + "4E", + "4E", + "5E", + "3E", + "4E", + "3E", + "5C" + ], + "hardpoints": [ + 0, + 17, + 17, + 0, + 0, + 0, + 0 + ], + "internal": [ + "49", + "02", + "01", + 0, + "2h" + ] + } + } +} \ No newline at end of file