﻿########################################
# Opperation Valkyre Events for Germany
########################################

add_namespace = germany.valkyrie

# Operation Valkyre
country_event = {
	id = germany.valkyrie.1
	title = germany.valkyrie.1.t
	desc = germany.valkyrie.1.d
	picture = GFX_operation_valkyrie_event_image
	
	is_triggered_only = yes
	
	option = { # Keep the second bomb with you
		name = germany.valkyrie.1.a
		ai_chance = { factor = 10 }
		hidden_effect = {
			news_event = {
				id = news.valkyrie.1 # Hitler Tot - was nun?
			}	
			country_event = { 
				id = germany.valkyrie.2
				hours = 6 
			}
			GER_heinrich_himmler = {
				add_country_leader_role = {
					promote_leader = yes
					country_leader = {
						ideology = nazism
						expire = "1965.1.1.1"
						traits = {}
					}
				}
			}
		}		
	}
	option = { # Not enough time, one is better then none
		name = germany.valkyrie.1.b
		ai_chance = { factor = 90 }	
		add_popularity = {
			ideology = fascism
			popularity = 0.1
		}
		hidden_effect = {
			news_event = {
				id = news.valkyrie.2
			}
		}	
	}
}	

# Peacedeals with the allies
country_event = {
	id = germany.valkyrie.3
	title = germany.valkyrie.3.t
	desc = germany.valkyrie.3.d
	picture = GFX_opperation_valkyrie_treaties_event_image

	is_triggered_only = yes
	
	option = {
		name = germany.valkyrie.3.a # Peacedeal
		ai_chance = { factor = 33 }
			add_political_power = -100
			ENG = { country_event = { 
				id = england.valkyrie.1
				hours = 24
			}
		}
	}
	
	option = {
		name = germany.valkyrie.3.b # Peacedeal Elsass Lothringen and Danzig
		ai_chance = { factor = 33 }
			add_political_power = -100
			ENG = { country_event = { 
				id = england.valkyrie.4
				hours = 24
			}
		}
	}
	
	option = {
		name = germany.valkyrie.3.e	# Join the allies 
		ai_chance = { factor = 33 }
			add_political_power = -200
			ENG = { country_event = { 
				id = england.valkyrie.5
				hours = 24
			}
		}
	}
	
	option = {
		name = germany.valkyrie.3.f	# Join the allies for Danzig and Elsass Lothringen
		ai_chance = { factor = 33 }
			add_political_power = -200
			ENG = { country_event = { 
				id = england.valkyrie.8
				hours = 24
			}
		}
	}
} 