Here's what I have so far:
Here's what I got so far:
Replacement for Munich Event in germany.txt
#########################################################################
# The Treaty of Munich
#########################################################################
event = {
id = 2030
random = no
country = GER
trigger = {
exists = CZE
OR = {
control = { province = 578 data = CZE }
control = { province = 613 data = CZE }
control = { province = 616 data = CZE }
control = { province = 617 data = CZE }
}
NOT = {
OR = {
war = { country = CZE country = GER }
alliance = { country = CZE country = GER }
ispuppet = GER
puppet = { country = CZE country = GER }
}
}
}
name = "EVT_2030_NAME"
desc = "EVT_2030_DESC"
style = 0
date = { day = 29 month = september year = 1938 }
action_a = {
name = "ACTIONNAME2030A" # Demand Sudetenland!
command = { type = trigger which = 750 } # ENG
# Also trigger events for England and France that allow them to declare war?
}
action_b = {
name = "ACTIONNAME2030B" # Leave well enough alone
command = { type = warentry which = USA value = -4 }
command = { type = warentry which = FRA value = -4 }
command = { type = warentry which = ENG value = -4 }
command = { type = dissent value = 5 }
}
}
Hitler AssassinatioN Events
#########################################################################
# The Beer Hall Bomb
#########################################################################
event = {
id = 739
random = no
country = GER
trigger = {
government = fascist
minister = 1 # AH alive
}
name = "The George Elser Bomb Plot"
desc = "After Stauffenberg's 20 July 1944 plot, George Elser's November 1939 assassination attempt comes the closest to killing Hitler. Working at night, the Swiss clock-maker hid a powerful time-bomb inside the podium Hitler was to use during his annual speech to honor the 'old comrades' in Munich. For some inexplicable reason, Hitler finished his speech early and left 12 minutes before the scheduled end of his speech, and the bomb went off, killing six and wounding sixty-five, but not Hitler."
style = 0
date = { day = 8 month = November year = 1939 }
action_a = {
name = "Hitler Leaves the Hall Early"
command = { type = dissent value = 10 }
}
action_b = {
name = "Hitler Finishes His Speech" #
command = { type = sleepminister which = 1 } # AH
command = { type = sleepminister which = 2 } # AH
command = { type = sleepminister which = 64 } # AH
command = { type = dissent value = 25 }
command = { type = headofstate which = 42 }
command = { type = headofgovernment which = 44 }
}
}
#########################################################################
# The von Gersdorff Attempt
#########################################################################
event = {
id = 740
random = no
country = GER
trigger = {
government = fascist
minister = 1 # AH alive
war = { country = GER country = SOV }
}
name = "The von Gersdorff Attempt"
desc = "On March 21, 1943, another attempt was made on Hitler's life, this time by an army officer holding a time bomb under his coat with a ten-minute fuze. The plan was to keep Hitler occupied for ten minutes at a exhibit of captured Soviet weapons in Berlin long enough for the time-bomb's timer to burn down and detonate the explosives, killing both von Gersdorff and Hitler. Once again, Hitler cheated death by suddenly dashing out of the exhibit hall after merely two minutes of listening to von Gersdorff, forcing the would-be suicide bomber to disable his bomb in the bathroom."
style = 0
date = { day = 21 month = March year = 1943 }
action_a = {
name = "Hitler leaves the exhibit early"
command = { }
}
action_b = {
name = "Hitler stays in the exhibit the full 10 minutes" #
command = { type = sleepminister which = 1 } # AH
command = { type = sleepminister which = 2 } # AH
command = { type = sleepminister which = 64 } # AH
command = { type = dissent value = 25 }
command = { type = headofstate which = 42 }
command = { type = headofgovernment which = 44 }
}
}
#########################################################################
# The Treaty of Munich - British Reply
#########################################################################
event = {
id = 750
random = no
country = ENG
name = "The Treaty Of Munich - Shall We Stand up to Hitler?"
desc = "During the negotiations for the Treaty of Munich, the British were informed that if they stood up to Hitler at Munich, an army-led and backed plot to coup Hitler and remove him from power would happen. 'Give me certain proof that Britain will fight for Czechoslovakia,' Gen. Beck tells his emissaries to Britain, 'and I will make an end of this regime.' The British chose to appease Hitler instead, and the stage was set for six years of destructive warfare in Europe."
style = 0
action_a = {
name = "Appease Hitler and hope for the best."
command = { type = trigger which = 2200 } # CZE
}
action_b = {
name = "Stand up to Hitler!" #
command = { type = trigger which = 751 } # GER
}
}
#########################################################################
# The German Army Coups Hitler
#########################################################################
event = {
id = 751
random = no
country = GER
name = "Hitler is Couped!"
desc = "An army-led coup, led by General Beck, has deposed of the Hitler Regime and installed a democratic government."
style = 0
action_a = {
name = "OK"
command = { type = sleepminister which = 1 } # AH
command = { type = sleepminister which = 2 } # AH
command = { type = sleepminister which = 64 } # AH
command = { type = sleepminister which = 43 } # HH
command = { type = sleepminister which = 54 } # HH
command = { type = sleepminister which = 44 } # JG
command = { type = sleepminister which = 57}
command = { type = headofstate which = 11 }
command = { type = headofgovernment which = 12 }
command = { type = foreignminister which = 13 }
command = { type = armamentminister which = 14 }
command = { type = ministerofsecurity which = 15 }
command = { type = ministerofintelligence which = 16 }
command = { type = chiefofstaff which = 17 }
command = { type = chiefofarmy which = 18 }
command = { type = chiefofnavy which = 19 }
command = { type = chiefofair which = 20 }
command = { type = leave_alliance }
command = { type = alignment which = communist value = -100 }
command = { type = alignment which = democratic value = 200 }
command = { type = alignment which = fascist value = -100 }
}
}