﻿add_namespace = germany

# Egypt national focus -  Join Axis
country_event = {
	id = germany.1001
	title = germany.1001.t
	desc = germany.1001.d
	picture = GFX_report_event_vienna_award_hungary

	is_triggered_only = yes
		
	option = {
		name = germany.1001.a
		GER = { add_to_faction = EGY }
		EGY = {
			add_ai_strategy = {
				type = alliance
				id = "GER"
				value = 200
			}
		}
		hidden_effect = {
			news_event = { hours = 6 id = news.1006 }
		}
	}
	option = {
		name = germany.1001.b
		ai_chance = { factor = 0 }
		EGY = {
			add_opinion_modifier = {
				target = GER
				modifier = SOV_FRA_join_comintern_reject
			}
		}
	}
}

