How do you create an armored division with the latest heavy armored brigade attached? I have 'Heavy Panzer tech Improved' (Tiger) researched but the unit shows with the old basic heavy armor attached (Vk. 3001) when the event pops up. I read somewhere it should be always latest but it's not in this case (1.07 or 1.08b4)
command = { type = add_division which = "26. Pz-Div'" value = armor when = 4 where = heavy_armor }
Tried with tank_destroyer brigade and it shows up as the first old model when I have researched the other ones.
command = { type = add_division which = "26. Pz-Div'" value = armor when = 4 where = heavy_armor }
Code:
#########################################################################
# Pz Div
#########################################################################
event = {
id = 77771
random = no
country = GER
name = "new unit arrives'"
desc = "Pz div"
picture = "Panzer2"
style = 0
trigger = {
atwar=yes
technology = { country = GER value = 2080 }
}
date = { day = 1 month = may year = 1943 }
offset = 0
deathdate = { day = 30 month = december year = 1999 }
action_a = {
name = "add division"
command = { type = add_division which = "26. Pz-Div." value = armor when = 4 where = heavy_armor }
}
}
Tried with tank_destroyer brigade and it shows up as the first old model when I have researched the other ones.
Last edited: