I need help with this event. The action is meant to modify military stats of the germans. Now, each command individually works, but all in a single event it only registers the brekthrough chance improvement...
here is the event:
event = {
id = 50000
random = no
country = GER
trigger = {
government = fascist
exists = GER
}
date = { day = 1 month = january year = 1936 }
name = "German Wehrmacht"
desc = "The German army is based upon the prospect of high precision warfare mized with speed. As such she can crush enemies utterly given enough mobility and proper timing, but will not want to be engaged in a war of attrition. The Heer, as such, relied upon armored and mechanized unites with SP brigades. The Kriegsmarine is slowly evolving its doctrine to that of the carrier. Fleet carriers, not escort, as such while German carriers may be strong the power of a strong and determined enemy navy could defeat it with numbers. The Luftwaffe operates on a tactical doctrine. It relies on strong air cover for tactical raids on enemy positions instead of carpet bombing or total fighter technique."
style = 0
action_a = {
name = "We Shall Prevail!"
ai_chance = 100
command = { type = speed which = motorized value = 3 }
command = { type = build_cost which = armor value = -2 }
command = { type = breakthrough value = 5 }
}
}
Thank you in advance
here is the event:
event = {
id = 50000
random = no
country = GER
trigger = {
government = fascist
exists = GER
}
date = { day = 1 month = january year = 1936 }
name = "German Wehrmacht"
desc = "The German army is based upon the prospect of high precision warfare mized with speed. As such she can crush enemies utterly given enough mobility and proper timing, but will not want to be engaged in a war of attrition. The Heer, as such, relied upon armored and mechanized unites with SP brigades. The Kriegsmarine is slowly evolving its doctrine to that of the carrier. Fleet carriers, not escort, as such while German carriers may be strong the power of a strong and determined enemy navy could defeat it with numbers. The Luftwaffe operates on a tactical doctrine. It relies on strong air cover for tactical raids on enemy positions instead of carpet bombing or total fighter technique."
style = 0
action_a = {
name = "We Shall Prevail!"
ai_chance = 100
command = { type = speed which = motorized value = 3 }
command = { type = build_cost which = armor value = -2 }
command = { type = breakthrough value = 5 }
}
}
Thank you in advance