namespace = FEE_Cusco_Events

# Pachacuti's Hymns
country_event = {
	id = FEE_Cusco_Events.1
	title = FEE_Cusco_Events.1.T
	desc = FEE_Cusco_Events.1.D
	picture = BIG_BOOK_eventPicture

	fire_only_once = yes

	trigger = {
		OR = {
			tag = CSU
			tag = INC
		}
		religion = inti
		culture = inca
		has_ruler = "Pachacuti"
		NOT = { is_year = 1450 }
	}

	mean_time_to_happen = {
		months = 18
	}

	option = {
		name = FEE_Cusco_Events.1.OPT1 #This year's Situa Raymi will be better than all others!

		add_prestige_or_monarch_power = { amount = 15 }
		change_religious_influence_equivalent_fee = { add = 5 }
	}
}