namespace = advisor_types_expanded_events

country_event = {
	id = advisor_types_expanded_events.1
	title = advisor_types_expanded_events.EVTNAME1
	desc = advisor_types_expanded_events.EVTDESC1
	picture = DIPLOMACY_eventPicture

	hidden = yes
	fire_only_once = yes
	is_triggered_only = yes

	trigger = {
		NOT = { has_global_flag = advisor_types_expanded_mod_active }
	}

	immediate = {
		hidden_effect = {
			set_global_flag = advisor_types_expanded_mod_active
		}
	}

	option = {
		name = advisor_types_expanded_events1.EVTOPT1

		ai_chance = { factor = 100 }
	}
}