######################################
# Event Chain for Hugo von Berenkrenz
######################################

add_namespace = hugo

# First Reforms
country_event = { 
	id = hugo.1
	title = hugo.1.t
	desc = hugo.1.d
	
	is_triggered_only = yes
	
	# Was that the best Idea?
	option = {
		name = hugo.1.a
		ai_chance = { factor = 33 }
	}	
	
	# Replace "good" and "bad" with "Hugo"
	option = {
		name = hugo.1.b
		ai_chance = { factor = 33 }
			hidden_effect = {
				country_event = {
					id = hugo.2
					hours = 168
				}	
			}
	}
	
	# Only "Bad" is "Hugo"
	option = {
		name = hugo.1.c
		ai_chance = { factor = 33 }
	}
}

# Second Reform
country_event = { 
	id = hugo.2
	title = hugo.2.t
	desc = hugo.2.d
	
	is_triggered_only = yes
	
	# The Reichstag burns! Blame the Neutrals for that!
	option = {
		name = hugo.2.a
		ai_chance = { factor = 33 }
			hidden_effect = {
				remove_country_leader_trait = exiled
				country_event = {
					id = hugo.3
					hours = 168
				}	
			}
	}
	
	# Let's rather do a Fackelmarsch
	option = {
		name = hugo.2.b
		ai_chance = { factor = 33 }
	}	
	
	# Call the Firefighters, the Führer burns!
	option = {
		name = hugo.2.c
		ai_chance = { factor = 33 }
	}
}

# Third Reform
country_event = { 
	id = hugo.3
	title = hugo.3.t
	desc = hugo.3.d
	
	is_triggered_only = yes
	
	# Better take the Oktoberfest to Berlin.
	option = {
		name = hugo.3.a
		ai_chance = { factor = 33 }
	}	
	
	# I don't like Bayern either, but that goes too far
	option = {
		name = hugo.2.b
		ai_chance = { factor = 33 }
	}

	# Declare war to the Octoberfest!
	option = {
		name = hugo.3.c
		ai_chance = { factor = 33 }
			hidden_effect = {
				remove_country_leader_trait = ww_one_trauma
				country_event = {
					id = hugo.4
					hours = 168
				}	
			}
	}
}

# Forth Reform
country_event = { 
	id = hugo.4
	title = hugo.4.t
	desc = hugo.4.d
	
	is_triggered_only = yes
	
	# Now he really lost his mind
	option = {
		name = hugo.4.a
		ai_chance = { factor = 33 }
	}	
	
	# Isn't the moon doing the job already?
	option = {
		name = hugo.4.b
		ai_chance = { factor = 33 }
	}

	# Cause the sun never sets on the british empire, she will enver shine again!
	option = {
		name = hugo.4.c
		ai_chance = { factor = 33 }
			hidden_effect = {
				country_event = {
					id = hugo.5
					hours = 168
				}	
			}
	}
}

# FINAL
country_event = { 
	id = hugo.5
	title = hugo.5.t
	desc = hugo.5.d
	
	is_triggered_only = yes
	
# Storm on the outburned Reichstag!
	option = {
		name = hugo.5.a
		ai_chance = { factor = 33 }
			hidden_effect = {
				remove_country_leader_trait = cabinet_crisis
				remove_country_leader_trait = incompetent_leader
				set_cosmetic_tag = GER_HUGO_neutrality
				country_event = { 
					id = germany.valkyrie.3
					hours = 6		
			
				}
			}	
	}
}
