Zuckergußgebäck said:Why not just have an event named 'Bavarian soviet republic', that adds revoltrisk and spawns rebel armies across Bavaria?
Zuckergußgebäck said:Why not just have an event named 'Bavarian soviet republic', that adds revoltrisk and spawns rebel armies across Bavaria?
##########################################
#Reichskanzler Hitler?
##########################################
event = {
id = xxx
random = no
country = GER
name = "Reichskanzler Hitler?"
desc = "Today President Hindenburg has decided to consider making Adolf Hitler, head of the NSDAP, Reichskanzler of Germany."
style = 0
date = { day = ? month = ? year = 1933 }
action_a = {
name = "Yes, make him Reichskanzler!"
command = { type = pop_militancy which = communist value = 1 }
command = { type = pop_militancy which = socialist value = 1 }
command = { type = pop_militancy which = anarcho_liberal value = 1 }
command = { type = pop_consciousness which = communist value = 3 }
command = { type = pop_consciousness which = socialist value = 3 }
command = { type = pop_consciousness which = anarcho_liberal value = 3 }
}
action_b = {
name = "NO! We despise Fascists!"
command = { type = pop_militancy which = conservative value = 1 }
command = { type = pop_militancy which = reactionary value = 1 }
command = { type = pop_consciousness which = conservative value = -3 }
command = { type = pop_consciousness which = reactionary value = -3 }
}
}
##########################################
#Hindenburg Dies!
##########################################
event = {
id = xxx
random = no
country = GER
name = "Hindenburg Dies!"
desc = "Today President Hindenburg has died, leaving a greatful Germany behind him. Hitler now becomes President of the German Republic."
style = 0
date = { day = ? month = ? year = 19?? }
action_a = {
name = "A great man has left us."
command = { type = set_ruling_party which = ???? } #NSDAP
command = { type = pop_militancy which = conservative value = -1 }
command = { type = pop_militancy which = reactionary value = -1 }
command = { type = pop_militancy which = communist value = 1 }
command = { type = pop_militancy which = socialist value = 1 }
command = { type = pop_militancy which = anarcho_liberal value = 1 }
}
}
##########################################
#Reichstag Burns!
##########################################
event = {
id = xxx
random = no
country = GER
name = "Reichstag Burns!"
desc = "Today the Reichstag is in flames as an anarchist admits to setting the beloved building alight! The country is in deep shock."
style = 0
date = { day = ? month = ? year = 19?? }
action_a = {
name = "How could they!?"
command = { type = pop_consciousness which = 100 value = 2 }
command = { type = pop_militancy which = 100 value = 1 }
}
}
##########################################
#Enabling Act
##########################################
event = {
id = xxx
random = no
country = GER
name = "Enabling Act"
desc = "Today, after the major threat to the Country by communist and socialist anarchists, the government has decided to consider a new act to protect and help the German people."
style = 0
date = { day = ? month = ? year = 19?? }
action_a = {
name = "Pass the Act!"
command = { type = pop_militancy which = communist value = 1 }
command = { type = pop_militancy which = socialist value = 1 }
command = { type = pop_militancy which = anarcho_liberal value = 1 }
command = { type = pop_consciousness which = communist value = 3 }
command = { type = pop_consciousness which = socialist value = 3 }
command = { type = pop_consciousness which = anarcho_liberal value = 3 }
command = { type = constitution which = presidential_dictatorship }
command = { type = executive_designation which = laws_by_decree }
command = { type = national_value which = order }
command = { type = voting_rights which = none }
command = { type = party_system which = one_party }
command = { type = press_rights which = state_press }
command = { type = political_parties which = none }
command = { type = trade_unions which = none }
command = { type = public_meetings value = no }
}
action_b = {
name = "Don't do it! It will only end in tears!"
command = { type = pop_militancy which = reactionary value = 1 }
}
}