Interesting stuff! I think the best idea is to have West Germany claim the lands if WW3 breaks out.
Trot--I prefer the HOI2 flag set because I don't have to redo all existing flags. If someone wants to redo 200 shields I'll consider a change.
On another note to Mrdie: Here is the Yugoslav event you requested:
##############################
# Yugoslavia expelled from Cominform
##############################
event = {
id = 610502
random = no
country = YUG
trigger = {
headofstate = 20031
government = communist
alliance = { country = YUG country = SOV }
}
date = { day = 27 month = june year = 1948 }
name = "Yugoslavia Expelled from Cominform"
desc = "The Soviet Union established the Cominform to counter the Marshall Plan and coordinate the political activities of member states under the direction of the Soviet Union. Tito refused obedience and the member countries of the Cominform expelled Yugoslavia. Tito later became one of the founders of the Non-Aligned Movement."
action_a = {
name = "So be it"
ai_chance = 99
command = { type = leave_alliance }
command = { type = relation which = SOV value = -150 }
command = { type = relation which = ROM value = -150 }
command = { type = relation which = CZE value = -150 }
command = { type = relation which = HUN value = -150 }
command = { type = relation which = POL value = -150 }
command = { type = relation which = DDR value = -150 }
command = { type = relation which = BUL value = -150 }
}
action_a = {
name = "Accept Soviet Direction"
ai_chance = 1
command = { }
}
}
So your triggers are:
event = 610502
NOT = { alliance = { country = YUG country = SOV } }
plus whatever else you want
I'd like to get a release out soon, so if your events don't all make it into the next version (0.21) they'll make it into 0.22
Trot--I prefer the HOI2 flag set because I don't have to redo all existing flags. If someone wants to redo 200 shields I'll consider a change.
On another note to Mrdie: Here is the Yugoslav event you requested:
##############################
# Yugoslavia expelled from Cominform
##############################
event = {
id = 610502
random = no
country = YUG
trigger = {
headofstate = 20031
government = communist
alliance = { country = YUG country = SOV }
}
date = { day = 27 month = june year = 1948 }
name = "Yugoslavia Expelled from Cominform"
desc = "The Soviet Union established the Cominform to counter the Marshall Plan and coordinate the political activities of member states under the direction of the Soviet Union. Tito refused obedience and the member countries of the Cominform expelled Yugoslavia. Tito later became one of the founders of the Non-Aligned Movement."
action_a = {
name = "So be it"
ai_chance = 99
command = { type = leave_alliance }
command = { type = relation which = SOV value = -150 }
command = { type = relation which = ROM value = -150 }
command = { type = relation which = CZE value = -150 }
command = { type = relation which = HUN value = -150 }
command = { type = relation which = POL value = -150 }
command = { type = relation which = DDR value = -150 }
command = { type = relation which = BUL value = -150 }
}
action_a = {
name = "Accept Soviet Direction"
ai_chance = 1
command = { }
}
}
So your triggers are:
event = 610502
NOT = { alliance = { country = YUG country = SOV } }
plus whatever else you want
I'd like to get a release out soon, so if your events don't all make it into the next version (0.21) they'll make it into 0.22