What the thread says, I've been adding these developments to the UK scenario, but in game, they all have completeion dates of August 22nd. Theres no error message and it works fine, except the dates.
Is it becuase I've altered the cost?
Code:
division_development = {
name = "HMS Prince of Wales"
type = battleship
model = 3
cost = 4.2
id = { type = 12700 id = 244 }
date = { year = 1938 month = april day = 30 }
}
division_development = {
name = "HMS Duke of York"
type = battleship
model = 3
cost = 4.2
id = { type = 12700 id = 245 }
date = { year = 1938 month = august day = 15 }
}
division_development = {
name = "HMS Anson"
type = battleship
model = 3
cost = 4.2
id = { type = 12700 id = 246 }
date = { year = 1938 month = october day = 30 }
}
division_development = {
name = "HMS Howe"
type = battleship
model = 3
cost = 4.2
id = { type = 12700 id = 247 }
date = { year = 1938 month = december day = 30 }
}
division_development =
{ name = "HMS Ark Royal"
type = carrier
model = 2
cost = 4
id = { type = 13016 id = 343 }
date = { year = 1938 month = november day = 5 }
}
brigade_development =
{ name = "HMS Ark Royal CAG"
type = cag
model = 2
cost = 2.7
id = { type = 13016 id = 344 }
date = { year = 1936 month = november day = 5 }
}
}
Is it becuase I've altered the cost?