Code:
#########################################################################
# Churchill becomes Prime Minister
#########################################################################
event = {
id = 65
random = no
country = ENG
name = EVT_65_NAME
desc = EVT_65_DESC
style = 0
picture = "churchill"
trigger = {
OR = {
war = { country = ENG country = GER }
war = { country = ENG country = SOV }
}
government = democratic
OR = {
war = { country = ENG country = SOV }
control = { province = 56 data = GER } #Paris in German hands
control = { province = 51 data = GER } #Brussels in German hands
control = { province = 107 data = GER } #Oslo in German hands
}
}
date = { day = 0 month = january year = 1936 }
offset = 5
deathdate = { day = 29 month = december year = 1953 }
action_a = {
ai_chance = 95
name = EVT_65_ACTA
command = { type = headofgovernment which = 1038 }
command = { type = foreignminister which = 1003 }
command = { type = money value = 500 }
command = { type = set_domestic which = democratic value = 10 }
command = { type = set_domestic which = political_left value = 2 }
command = { type = domestic which = interventionism value = 1 }
command = { type = domestic which = defense_lobby value = 2 }
command = { type = dissent value = -2 }
}
action_b = {
ai_chance = 5
name = EVT_65_ACTB
command = { type = headofgovernment which = 1157 } #Halifax
command = { type = foreignminister which = 1158 } #Templewood
command = { type = armamentminister which = 1060 } #Simon
command = { type = ministerofsecurity which = 1159 } #Anderson
command = { type = domestic which = interventionism value = -1 }
command = { type = domestic which = defense_lobby value = -1 }
command = { type = dissent value = 2 }
}
}