on_yearly_pulse = {
	events = {
		#Charlemagne
		Plus.1759 # Small demesne modifier
		Plus.1760 # Overextended republic

		# AI vassal has a vassal too far away
		Plus.1757

		Plus.1771 #Education pulse tombola event
	}

	random_events = {
		relative_demands_estates = {
			1 = 0

			99 = Plus.106 # Relative demands estates due to his ambition
		}

		infertility_women = {
			49 = 0

			 1 = Plus.125 # Women who get sick have a chance of having fertility affected long-term
			10 = Plus.126 # Woman is married and suspects she might be barren
		}

		infertility_men = {
			9 = 0

			1 = Plus.127 # Husband suspects wife is barren
		}

		vassal_demands_kingdom = {
			9 = 0

			1 = Plus.130 # Liege holds too many king titles in an uncentralized realm
		}
	}
}

#character
on_five_year_pulse = {
	random_events = {
		#Maintenance - These events are either flavour or we don't really care when they execute.
		1000 = Plus.108 # Character buys estates
		1000 = Plus.109 # Ruler sells off estates

		10 = Plus.115 # Generate random claim on a neighbour

		80 = 0
	}
}

on_decade_pulse = {
	random_events = {
		6 = 0

		1 = Plus.1805 # Nigerian Prince
	}
}

#character. Triggers if someone is exiled
on_exiled = {
	events = {
		Plus.110 #Removal of Estates
 	}
}

on_death = {
	events = {
		Plus.111 # Estates passed onto children
		Plus.136 # Tanist titles give strong claims to non-inheriting children
		Plus.138 # Feudal Elective titles gives strong non-inheritable claims to Pretenders

		Plus.1761 # Player dies with non-dynasty heir
		Plus.1767 # hired educator dies
	}
}

# ROOT is the character, FROM is the title, FROMFROM is the old holder
on_new_holder = {
	events = {
		Plus.1759 # Small demesne modifier
		Plus.1760 # Overextended republic
	}
}

# ROOT is the character, FROM is the title, FROMFROM is the old holder
on_new_holder_inheritance = {
	events = {
		Plus.1750 # Ruler inherits kingdom without any of its de jure land
		Plus.1759 # Small demesne modifier
		Plus.1760 # Overextended republic
	}
}

# ROOT is the character, FROM is the title, FROMFROM is the old holder
on_new_holder_usurpation = {
	events = {
		Plus.1759 # Small demesne modifier
		Plus.1760 # Overextended republic
	}
}

on_unlanded = {
	events = {
		Plus.1759 # Small demesne modifier
		Plus.1760 # Overextended republic
	}
}

on_marriage = {
	events = {
		Plus.128 # Add barren modifier
	}
}

on_forced_consort = {
	events = {
		Plus.129 # Add barren modifier
	}
}

MAKE_CONSORT_INTERACTION_ACCEPT_EVENT = {
	events = {
		Plus.128 # Add barren modifier
	}
}

OFFER_CONSORT_INTERACTION_ACCEPT_EVENT = {
	events = {
		Plus.128 # Add barren modifier
	}
}