It's late here, and maybe I'm just confused. But I was looking at the Italian surrender event, and found this condition:
It reads like it's supposed to fire when Italy loses control of one of the southern provinces. But doesn't the NOT>-OR logic mean that Italy has to lose all of them before the event fires?
What are people's experiences with Italian surrender? Never finished a UK game before, so I haven't seen this.
Code:
# South Italy invaded
NOT = {
OR = {
control = { province = 515 data = ITA } #Roma NOT controlled by Italy
control = { province = 523 data = ITA } #Taranto NOT controlled by Italy
control = { province = 525 data = ITA } #Siracusa NOT controlled by Italy
control = { province = 526 data = ITA } #Messina NOT controlled by Italy
control = { province = 522 data = ITA } #Cosenza NOT controlled by Italy
control = { province = 521 data = ITA } #Napoli NOT controlled by Italy
}
}
It reads like it's supposed to fire when Italy loses control of one of the southern provinces. But doesn't the NOT>-OR logic mean that Italy has to lose all of them before the event fires?
What are people's experiences with Italian surrender? Never finished a UK game before, so I haven't seen this.