﻿je_age_of_princes = {
	icon = "gfx/interface/icons/event_icons/event_military.dds"
	
	group = je_group_historical_content

	is_shown_when_inactive = {
		can_form_nation = ETH
	}

	possible = {
		hidden_trigger = { always = yes }
	}

	complete = {
		c:ETH ?= THIS
	}

	on_complete = {
		trigger_event = { id = formation.4 popup = yes }
	}

	on_monthly_pulse = {
		random_events = {
			11 = 0
			1 = ethiopia.1
		}
	}

	weight = 100
	should_be_pinned_by_default = yes
}