The 6 events will increase moral and org for landunits of the USSR. This will countereffect the reduction of moral and org in event 2609, The Great Officer Purge. So far, so fine. But this event will not fire is stalin is not in charge. So far, still so fine. But in this case the 6 events will still fire and give a bonus to moral by 30 and a bonus to org by 20 for free. I don't guess it was meant to be that way. So those 6 events schould only fire after The Great Officer Purge has fired. This can easily be implemented:
event = {
id = 2651
random = no
country = SOV
trigger = {
event = 2609 # The Great Officer Purge
NOT = { event = 2657 }
OR = {
year = 1940
atwar = GER
lost_national = { country = SOV value = 2 }
}
}
date = { day = 1 month = january year = 1936 }
offset = 7
deathdate = { day = 29 month = june year = 1953 }
name = "USSR_GEAR_1"
desc = "USSR_GEAR_2"
style = 0
picture = "soviet_strategic_victory"
action_a = {
name = "OK"
#command = { type = ground_def_eff value = 0.3 } # Set it to 0.3
command = { type = morale which = land value = 5 }
command = { type = max_organization which = land value = 5 }
}
}
The line "NOT = { event = 2657 }" seems to be useless and might be deleted, but that is of no importance.
event = {
id = 2651
random = no
country = SOV
trigger = {
event = 2609 # The Great Officer Purge
NOT = { event = 2657 }
OR = {
year = 1940
atwar = GER
lost_national = { country = SOV value = 2 }
}
}
date = { day = 1 month = january year = 1936 }
offset = 7
deathdate = { day = 29 month = june year = 1953 }
name = "USSR_GEAR_1"
desc = "USSR_GEAR_2"
style = 0
picture = "soviet_strategic_victory"
action_a = {
name = "OK"
#command = { type = ground_def_eff value = 0.3 } # Set it to 0.3
command = { type = morale which = land value = 5 }
command = { type = max_organization which = land value = 5 }
}
}
The line "NOT = { event = 2657 }" seems to be useless and might be deleted, but that is of no importance.
Upvote
0