I don't know how many of you have noticed that in the *.inc files for each country, it is possible to define non-standard units. For example, in the germany.inc file, the German light cruisers Nürnberg, Leipzig, Königsberg, Karlsruhe and Köln are defined in this way to have less firepower and armour.
As soon as I saw this, I thought that the German pocket Battleships should be modded with this tool, they were after all way more powerfull than a normal cruiser. They had six 280mm (11') guns where most cruiser would have had only 200 mm (8') guns or smaller, but would also have been slower.
So this is how I did it:
The numbers themselves are of course debatable, I assumed that speed was set in knots and this was the actual speed for this class of ships, 26 knots. They are faster than a basic BB but slower than a cruiser.
As for firepower, I thought they would not be quite the equal of the 150+ mm BB (which is misnamed, it was agreed on the bug reporting forum that this class should be named 280+ mm BB but that it was to much work for little improvement) since most BBs would have 8 or 9 guns, so I set that to 8, and the seadefence also in between a cruiser and a BB to 9.
Anyway, I like it like that!
As soon as I saw this, I thought that the German pocket Battleships should be modded with this tool, they were after all way more powerfull than a normal cruiser. They had six 280mm (11') guns where most cruiser would have had only 200 mm (8') guns or smaller, but would also have been slower.
So this is how I did it:
Code:
division = { id = { type = 17702 id = 1 } name = "Deutschland" type = cruiser model = 1 maxspeed = 26 seadefence = 9 seaattack = 8 }
division = { id = { type = 17702 id = 2 } name = "Admiral Scheer" type = cruiser model = 1 maxspeed = 26 seadefence = 9 seaattack = 8 }
division = { id = { type = 17702 id = 3 } name = "Admiral Graf Spee" type = cruiser model = 1 maxspeed = 26 seadefence = 9 seaattack = 8 }
The numbers themselves are of course debatable, I assumed that speed was set in knots and this was the actual speed for this class of ships, 26 knots. They are faster than a basic BB but slower than a cruiser.
As for firepower, I thought they would not be quite the equal of the 150+ mm BB (which is misnamed, it was agreed on the bug reporting forum that this class should be named 280+ mm BB but that it was to much work for little improvement) since most BBs would have 8 or 9 guns, so I set that to 8, and the seadefence also in between a cruiser and a BB to 9.
Anyway, I like it like that!