﻿## I didn't want to overwrite any vanilla files but this isn't exactly the best solution

random_yearly_playable_pulse = {
	on_actions = {
		delay = { days = { 8 288 } }
		EPS_events_yearly_pulse
		delay = { days = { 51 180 } }
		eps_childhood_ongoing
	}
}

# Common events - covers the most ordinary and mundane happenings like picking your nose or eating baklava
EPS_events_yearly_pulse = {

	trigger = {
		basic_is_valid_for_yearly_events_trigger = yes
	}

	random_events = {
		chance_of_no_event = {
			value = 40
			if = {
				limit = {
					is_ai = yes
					highest_held_title_tier < tier_duchy
				}
				add = 75 # AI counts aren't particularly important
			}
		}

		100 = 0
		
		#######################################
		# MISC Events
		#######################################
		
		50 = eps_misc.0001		# Unsolicited Poet
		50 = eps_misc.0002		# It is quiet...too quiet
		50 = eps_misc.0003		# Lover Makes you laugh with silly joke
		50 = eps_misc.0006		# War beneath our feet
		50 = eps_misc.0007		# Good book on a rainy day
		50 = eps_misc.0008		# Don't want to get out
		50 = eps_misc.0010      # Character woke up early
		50 = eps_misc.0011		# Heavy depression fog
		50 = esp_misc.0012		# Mealtime Mayhem

		#######################################
		# Chain Start Events
		#######################################
	
	}
}
