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

Pang Bingxun

Field Marshal
2 Badges
Nov 22, 2011
5.596
186
  • Arsenal of Democracy
  • 500k Club
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.
 
Upvote 0
But this event will not fire is stalin is not in charge.

I just detected that the great purge event 2609 does even fire when stalin is not in charge due to a fascist soviet union. In that case the expliot can't work anyway or at least only if stalin was assassinated before march 1938. But the great purge itself is somehow buggy and fixing that will make the expliot possible.