• 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.

unmerged(51913)

Private
Dec 21, 2005
17
0
#########################################################################
# Great Military Parade held in Capital
#########################################################################
event = {
id = 70000
random = no
persistent = yes
trigger = {

}
name = "EVT_1005R_NAME"
desc = "EVT_1005R_DESC"
picture = "military_parade"
style = 0

action_a = {
name = "ACTIONNAME1005A"
command = { type = add_division which = armor when = 5 }
command = { type = add_division which = armor when = 5 }
command = { type = add_division which = armor when = 5 }
command = { type = add_division which = armor when = 5 }
command = { type = add_division which = armor when = 5 }
command = { type = add_division which = armor when = 5 }
command = { type = add_division which = armor when = 5 }
command = { type = add_division which = armor when = 5 }
}
}
i am not sure what is wrong with my event gives me infantary instead of armor
 

Ayeshteni

Jehanne's Slave
111 Badges
Jul 31, 2002
6.280
108
  • 500k Club
  • Europa Universalis III Complete
  • March of the Eagles
  • Europa Universalis III Complete
  • Penumbra - Black Plague
  • Europa Universalis IV: Res Publica
  • Europa Universalis: Rome
  • Semper Fi
  • Sengoku
  • Victoria 2
  • Victoria 2: A House Divided
  • Rome: Vae Victis
  • 200k Club
  • Heir to the Throne
  • Cities: Skylines
  • Crusader Kings II: Holy Knight (pre-order)
  • Europa Universalis III: Collection
  • Europa Universalis IV: El Dorado
  • Europa Universalis IV: Pre-order
  • Pride of Nations
  • Rise of Prussia
  • Crusader Kings II: Way of Life
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Horse Lords
  • Cities: Skylines - After Dark
  • Hearts of Iron IV: No Step Back
  • Europa Universalis III
  • Hearts of Iron II: Armageddon
  • Crusader Kings II
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Sword of Islam
  • Darkest Hour
  • Deus Vult
  • A Game of Dwarves
  • Divine Wind
  • Europa Universalis IV
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Call to arms event
  • For The Glory
  • For the Motherland
  • Hearts of Iron III
  • Hearts of Iron III: Their Finest Hour
I am not used to this command, but this is what it says in the event_commands...

Code:
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 assume therefore that it should be VALUE = armor (or is it armour?).

the which = x is for the name of the division.

Ayeshteni