namespace = yourname_event

country_event = {
	id = yourname_event.1
	title = meteor_splitting
	desc = meteor_splitting_desc
	picture = GFX_evt_comet
	show_sound = event_air_raid_siren
	location = root

        trigger = {
		not = { has_country_flag = mitsuha
			has_ethic = ethic_hive_mind
		}

		has_country_flag = had_comet 
		
                is_ai = no

	}   

	immediate = { 
		set_country_flag = mitsuha 
		capital_scope = {
			add_modifier = {
				modifier = meteor_splitting1
				days = 2880
			}
		}
		country_event = { id = yourname_event.2 days = 1 }
	}

	option = {
		name = taki
		custom_tooltip = taki.tooltip 
	}
}   


country_event = {
	id = yourname_event.2
	title = town_miracle
	desc = town_miracle_desc
	picture = GFX_evt_xishouting
	show_sound = event_super_explosion
	location = root

	is_triggered_only = yes

	immediate = { 
		country_event = { id = yourname_event.3 days = 2879 }
		capital_scope = {
			add_modifier = {
				modifier = town_miracle1
				days = 2879
			}
		}
	}
	
	option = {
		name = mitsuha 
		custom_tooltip = mitsuha.tooltip 
	}
} 	


country_event = {
	id = yourname_event.3
	title = yourname
	desc = yourname_desc
	picture = GFX_evt_yourname
	show_sound = event_celebration
	location = root

	is_triggered_only = yes

	immediate = { 
		capital_scope = {
			add_modifier = {
				modifier = yourname1
			}
		}
	}
	option = {
		name = yourname2
		custom_tooltip = yourname2.tooltip 
	}
} 	
