Owing to the recent discovery, owing to some reading on the forums, that the trigger for the Bitter Peace events is basically flawed, as was also confirmed on closer examination, I set about rewriting it. The end result is that, if you replace the original buggy trigger, you will be able to trigger the event WITHOUT having to DOW France or take Paris first. So, all of you crusaders against Bolshevism, rejoice
Alright, feel free to test these and report back in this thread
SOV2624
trigger = {
war = { country = GER country = SOV }
random = 5
OR = {
AND = {
lost_national = { country = SOV value = 25 } #maybe raise this number
NOT = {
war = { country = GER country = ENG }
war = { country = GER country = FRA }
war = { country = GER country = USA }
}
}
AND = {
OR = {
control = { province = 56 data = GER } # Paris is not free
control = { province = 56 data = VIC } # Paris is not free
}
NOT = {
control = { province = 187 data = SOV } # Leningrad has fallen
control = { province = 163 data = SOV } # Stalingrad has fallen
control = { province = 175 data = SOV } # Moscow has fallen
control = { province = 1907 data = SOV } # Baku has fallen
control = { province = 1572 data = SOV } # Sverdlovsk has fallen
}
}
}
NOT = {
war = { country = GER country = JAP }
alliance = { country = GER country = JAP }
AND = {
flag = JAPtripartite
war = { country = SOV country = JAP }
}
}
}
SOV2645
trigger = {
war = { country = GER country = SOV }
random = 5
OR = {
AND = {
lost_national = { country = SOV value = 20 } #5% less needed if Japan is participating
NOT = {
war = { country = GER country = ENG }
war = { country = GER country = FRA }
war = { country = GER country = USA }
}
NOT = {
control = { province = 1372 data = SOV } # Vladivostok has fallen
}
}
AND = {
OR = {
control = { province = 56 data = GER } # Paris is not free
control = { province = 56 data = VIC } # Paris is not free
}
NOT = {
control = { province = 187 data = SOV } # Leningrad has fallen
control = { province = 163 data = SOV } # Stalingrad has fallen
control = { province = 175 data = SOV } # Moscow has fallen
control = { province = 1907 data = SOV } # Baku has fallen
control = { province = 1372 data = SOV } # Vladivostok has fallen
}
}
}
OR = {
alliance = { country = GER country = JAP }
AND = {
flag = JAPtripartite
war = { country = SOV country = JAP }
}
}
}
Alright, feel free to test these and report back in this thread
SOV2624
trigger = {
war = { country = GER country = SOV }
random = 5
OR = {
AND = {
lost_national = { country = SOV value = 25 } #maybe raise this number
NOT = {
war = { country = GER country = ENG }
war = { country = GER country = FRA }
war = { country = GER country = USA }
}
}
AND = {
OR = {
control = { province = 56 data = GER } # Paris is not free
control = { province = 56 data = VIC } # Paris is not free
}
NOT = {
control = { province = 187 data = SOV } # Leningrad has fallen
control = { province = 163 data = SOV } # Stalingrad has fallen
control = { province = 175 data = SOV } # Moscow has fallen
control = { province = 1907 data = SOV } # Baku has fallen
control = { province = 1572 data = SOV } # Sverdlovsk has fallen
}
}
}
NOT = {
war = { country = GER country = JAP }
alliance = { country = GER country = JAP }
AND = {
flag = JAPtripartite
war = { country = SOV country = JAP }
}
}
}
SOV2645
trigger = {
war = { country = GER country = SOV }
random = 5
OR = {
AND = {
lost_national = { country = SOV value = 20 } #5% less needed if Japan is participating
NOT = {
war = { country = GER country = ENG }
war = { country = GER country = FRA }
war = { country = GER country = USA }
}
NOT = {
control = { province = 1372 data = SOV } # Vladivostok has fallen
}
}
AND = {
OR = {
control = { province = 56 data = GER } # Paris is not free
control = { province = 56 data = VIC } # Paris is not free
}
NOT = {
control = { province = 187 data = SOV } # Leningrad has fallen
control = { province = 163 data = SOV } # Stalingrad has fallen
control = { province = 175 data = SOV } # Moscow has fallen
control = { province = 1907 data = SOV } # Baku has fallen
control = { province = 1372 data = SOV } # Vladivostok has fallen
}
}
}
OR = {
alliance = { country = GER country = JAP }
AND = {
flag = JAPtripartite
war = { country = SOV country = JAP }
}
}
}
Last edited: