# -*- ck2.events -*-

#######################################
#
# A New Family Events
#
# Event ID ANF 001 - ?
#
#######################################

# Written by Me

namespace = ANF

narrative_event = { #Who You Are and Your Rise
	id = ANF.010
	desc = ANF_Your_Rise
	picture = GFX_evt_book_carolingian_script
	
	hide_new = yes
	
	is_triggered_only = yes
	
	ai = no
	
	option = { #I Will Not Fail
		name = ANF.Accept
		trigger = {
			trait = sensible_genetics_player
		}
		hidden_tooltip = {
			character_event = { id = coreMD.001 }
			character_event = { id = coreMD.002 }
			character_event = { id = coreMD.003 }
			any_close_relative = {
				character_event = { id = coreMD.001 }
				character_event = { id = coreMD.002 }
				character_event = { id = coreMD.003 }
			}
			remove_trait = a_new_family
		}
	}
	option = { #I Will Not Fail
		name = ANF.Accept
		trigger = {
			NOT = { trait = sensible_genetics_player }
		}
		hidden_tooltip = {
			remove_trait = a_new_family
		}
	}
}