Consider this as a passing thought. After examining the statistics of the Armoured cruiser and the Pre-dreadnought in 1.02b, here is my proposal for the Coastal Defense Battleship:
and the Gunboat:
Of course I know this will not be implemented, I'm posting it just as an idea.
Code:
# 0 - Coastal Defense Battleship
model = {
cost = 8
buildtime = 550
defaultorganisation = 30
manpower = 1
maxspeed = 12
surfacedetectioncapability = 1
airdetectioncapability = 1
subdetectioncapability = 1
visibility = 70
seadefence = 8
airdefence = 2
seaattack = 7
subattack = 1
airattack = 1
shorebombardment = 4
transportcapability = 0
aircraftcapacity = 0
range = 4000
supplyconsumption = 0.7
fuelconsumption = 1
}
Code:
# 1 - Gunboat
model = {
cost = 5
buildtime = 120
defaultorganisation = 25
manpower = 1
maxspeed = 12
surfacedetectioncapability = 2
airdetectioncapability = 1
subdetectioncapability = 1
visibility = 50
seadefence = 3
airdefence = 2
seaattack = 4
subattack = 1
airattack = 1
shorebombardment = 2
transportcapability = 0
aircraftcapacity = 0
range = 8000
supplyconsumption = 0.5
fuelconsumption = 1
}
Last edited: