• 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
Wondering why this german general is a spanish one?

leader = {
id = { type = 6 id = 1 }
name = "Abraham"
picture = "gfx\interface\pics\Abraham_Erich_ger.bmp"
category = general
rank = 2
rank_year = 1943
rank_year = 1944
rank_year = 1945
rank_year = 1990
max_skill = 5
startyear = 1943
endyear = 1960
skill = 2
experience = 20.0000
origin = "SPA"
changed = yes
}

Check event 3003:

command = { type = add_corps which = "Aviación Legionaria" value = air when = 1 where = 334 }
command = { type = add_division which = "Bombarderos Aviación Legionaria" value = naval_bomber when = 0 }
command = { type = add_division which = "Cazas Aviación Legionaria" value = interceptor when = 0 }

event commands.txt:

type = add_corps which = [name] value = [land/air/naval] when = [leader ID] where = [province_ID]
 
Upvote 0
Wondering why SPA always gets a bunch of Militias in Seville?

command = { type = add_corps which = "Tropas de África" value = land when = 3422 where = 347 } #Seville
command = { type = add_division which = "Regulares Marroquíes" value = infantry when = 0 }
command = { type = add_division value = militia }
command = { type = add_division value = militia }
command = { type = add_division value = militia }
command = { type = add_division value = militia }
command = { type = add_division value = militia }


type = add_division which = [name] value = [div type] when = model where = [brigade type]
# Brigade model is always the latest.
# If a preceding add_corps command has been used, the division will go to that unit, otherwise to the force pool.

I don't know if this is actually a bug or an oversight by P'dox. But having it this way leads to the situation that a major part of Nationalist Spains army is sitting in Seville while the rest of their territory is uncovered.