Re: 1.03 bitter peace bugs
Here are the triggers
It is any 3 of the 4 provinces, Moscow Lennigrad, Baku and Stalingrad. So yes you do not need Moscow.
Plus the bitter peace event can fire twice. Once with Germany on its own and then again if Japan joins the war.
Originally posted by Brock Landers
I managed to get the bitter peace event to happen without taking moscow. I took Leningrad, then I took stalingrad. Then I was kicked out of stalingrad and had to retake it again. A few days later the bitter peace event came up. Maybe it counted me taking stalingrad twice as the same as taking all 3 cities.
Also:
The bitter peace event came up again about 2 months after it already happened. Kind of weird.
Here are the triggers
Code:
OR = {
NOT = {
control = { province = 788 data = SOV } # Leningrad
control = { province = 1225 data = SOV } # Stalingrad
control = { province = 846 data = SOV } # Moscow
}
NOT = {
control = { province = 788 data = SOV } # Leningrad
control = { province = 1225 data = SOV } # Stalingrad
control = { province = 1359 data = SOV } # Baku
}
NOT = {
control = { province = 788 data = SOV } # Leningrad
control = { province = 846 data = SOV } # Moscow
control = { province = 1359 data = SOV } # Baku
}
NOT = {
control = { province = 1225 data = SOV } # Stalingrad
control = { province = 846 data = SOV } # Moscow
control = { province = 1359 data = SOV } # Baku
}
}
It is any 3 of the 4 provinces, Moscow Lennigrad, Baku and Stalingrad. So yes you do not need Moscow.
Plus the bitter peace event can fire twice. Once with Germany on its own and then again if Japan joins the war.