• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

Fürstbischof

General
17 Badges
Jan 25, 2009
1.767
92
  • Arsenal of Democracy
  • Deus Vult
  • Europa Universalis III
  • Europa Universalis III Complete
  • Divine Wind
  • For The Glory
  • Heir to the Throne
  • Hearts of Iron Anthology
  • 500k Club
  • Europa Universalis: Rome
  • Victoria 2: A House Divided
  • Europa Universalis III: Collection
  • 200k Club
  • Rome: Vae Victis
  • Victoria 2
  • Europa Universalis III Complete
  • Europa Universalis III Complete
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.

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