1--[[                  Dreadnought
2Dreadnoughts are the largest ships.
3They are so large and uncommon that every type is pretty much their own subclass.
4They usually come with 6 or more shield sections, require a crew of 250+ to operate.
5
6Think: Stardestroyer.
7----------------------------------------------------------]]
8
9template = ShipTemplate():setName("Odin"):setLocaleName(_("ship", "Odin")):setClass(_("class", "Dreadnought"), _("subclass", "Odin")):setModel("space_station_2")
10template:setRadarTrace("radartrace_largestation.png")
11template:setDescription(_([[The Odin is a "ship" so large and unique that it's almost a class of its own.
12
13The ship is often nicknamed the "all-father", a name that aptly describes the many roles this ship can fulfill. It's both a supply station and an extremely heavily armored and shielded weapon station capable of annihilating small fleets on its own.
14
15Odin's core contains the largest jump drive ever created. About 150 support crew are needed to operate the jump drive alone, and it takes 5 days of continuous operation to power it.
16
17Due to the enormous cost of this Dreadnought, only the richest star systems are able to build and maintain ships like the Odin.
18
19This machine's primary tactic is to jump into an unsuspecting enemy system and destroy everything before they know what hit them. It's effective and destructive, but extremely expensive.]]))
20template:setJumpDrive(true)
21template:setTubes(16, 3.0)
22template:setWeaponStorage("Homing", 1000)
23for n=0,15 do
24    template:setBeamWeapon(n, 90,  n * 22.5, 3200, 3, 10)
25    template:setTubeDirection(n, n * 22.5)
26    template:setTubeSize(n, "large")
27end
28template:setHull(2000)
29template:setShields(1200, 1200, 1200, 1200, 1200, 1200)
30template:setSpeed(0, 1, 0)
31