﻿add_namespace = Germany

#Krater von Wattenscheid			#ETD REMOVED
country_event = {
	id = Germany.1
	title = Germany.1.t
	desc = Germany.1.d
	picture = GFX_mining
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = Germany.1.a
		log = "[GetDateText]: [This.GetName]: Germany.1.a executed"
		add_political_power = -5
	}
	
	option = {
		name = Germany.1.b
		log = "[GetDateText]: [This.GetName]: Germany.1.b executed"
		add_political_power = -50
		add_stability = 0.01
		add_popularity = {
			ideology = democratic
			popularity = 0.01
		}
		add_popularity = {
			ideology = neutrality
			popularity = 0.02
		}
		add_to_variable = { party_pop_array^3 = 0.01 }
		add_to_variable = { party_pop_array^18 = 0.02 }
		recalculate_party = yes
	}
}

#N24
country_event = {
	id = Germany.2
	title = Germany.2.t
	desc = Germany.2.d
	picture = GFX_computer
	fire_only_once = yes
	
	is_triggered_only = yes
	
	option = {	#Excellent
		name = Germany.2.a
		log = "[GetDateText]: [This.GetName]: Germany.2.a executed"
		add_political_power = 3
		add_popularity = { ideology = democratic popularity = 0.03 }
		
		add_to_variable = { party_pop_array^3 = 0.0001 }
		add_to_variable = { party_pop_array^2 = 0.0001 }
		add_to_variable = { party_pop_array^1 = 0.0001 }
		recalculate_party = yes
	}
}

#Klaus-Peter Sabotta
country_event = {
	id = Germany.3
	title = Germany.3.t
	desc = Germany.3.d
	picture = GFX_jury
	fire_only_once = yes
	
	is_triggered_only = yes
	
	option = {	#Good decision.
		name = Germany.3.a
		log = "[GetDateText]: [This.GetName]: Germany.3.a executed"
		add_political_power = 5
	}
	
	option = {	#Workers in violent struggle for their rights is a good thing.
		name = Germany.3.b
		log = "[GetDateText]: [This.GetName]: Germany.3.b executed"
		add_popularity = {
			ideology = communism
			popularity = 0.01
		}
		add_to_variable = { party_pop_array^4 = 0.01 }
		recalculate_party = yes
		add_stability = -0.01
		add_political_power = -25
	}
}

#Expo 2000
country_event = {
	id = Germany.4
	title = Germany.4.t
	desc = Germany.4.d
	picture = GFX_computer
	
	is_triggered_only = yes
	
	option = {
		name = Germany.4.a
		log = "[GetDateText]: [This.GetName]: Germany.4.a executed"
		add_political_power = 10
		add_stability = 0.01
	}
}

#Golzheim synagogue attack
country_event = {
	id = Germany.5
	title = Germany.5.t
	desc = Germany.5.d
	picture = GFX_terrorist_attack
	
	is_triggered_only = yes
	
	option = {
		name = Germany.5.a
		log = "[GetDateText]: [This.GetName]: Germany.5.a executed"
		add_political_power = -20
	}
	
	option = {
		name = Germany.5.b
		log = "[GetDateText]: [This.GetName]: Germany.5.b executed"
		add_popularity = {
			ideology = nationalist
			popularity = 0.01
		}
		recalculate_party = yes
	}
}

#10 years of German Unity
country_event = {
	id = Germany.6
	title = Germany.6.t
	desc = Germany.6.d
	picture = GFX_german_flag
	
	is_triggered_only = yes
	
	option = {
		name = Germany.6.a
		log = "[GetDateText]: [This.GetName]: Germany.6.a executed"
		add_stability = 0.02
		add_political_power = 30
		add_stability = 0.01
	}
}

#Borussia Dortmund joins the stock market
country_event = {
	id = Germany.7
	title = Germany.7.t
	desc = Germany.7.d
	picture = GFX_stock_market
	
	is_triggered_only = yes
	
	option = {
		name = Germany.7.a
		log = "[GetDateText]: [This.GetName]: Germany.7.a executed"
		add_political_power = 1
	}
}