vichy_france.txt
Event 4003 creates the military forces of Vichy. Several divisions and some wings are given to them in addition to a major part of the former french navy. This has for nearly all of the ships the unwanted side effect that they are unbrigaded.
If we had a command which allows a (random) unit of a certain type (BB, TAC or Para etc) to defect to another nation, this might be a better way to model such a situation.
france.inc
The BB Richelieu can be found in the french 1936 scenario file in the chapter "Naval units under construction", but there it's only model 2 which should ofc model 3.
Event 4003 creates the military forces of Vichy. Several divisions and some wings are given to them in addition to a major part of the former french navy. This has for nearly all of the ships the unwanted side effect that they are unbrigaded.
command = { type = add_division which = "Richelieu" value = battleship when = 3 }
If we had a command which allows a (random) unit of a certain type (BB, TAC or Para etc) to defect to another nation, this might be a better way to model such a situation.
france.inc
The BB Richelieu can be found in the french 1936 scenario file in the chapter "Naval units under construction", but there it's only model 2 which should ofc model 3.
division_development =
{ name = "Richelieu"
type = battleship
model = 2
extra1 = naval_sa_l
extra2 = naval_fire_controll_l
extra3 = naval_spotter_l
extra4 = naval_anti_air_l
brigade_model1 = 1
brigade_model2 = 1
brigade_model3 = 1
brigade_model4 = 1
cost = 5.4
id = { type = 13500 id = 150 }
date = { year = 1939 month = september day = 1 }
}
Upvote
0