on_yearly_pulse = {
	random_events = {
		# CK2+ Events
		25 = Plus.730 # known murderer is excommunicated
		25 = Plus.731 # known murderer goes nuts
		25 = Plus.732 # paranoid murderer kills a courtier
	}
}

# Happens when tyranny is caused by the code rather than script. That is; won't trigger if you use "add_opinion_modifier" to add tyranny. Only happens for the tyrant themselves, rather than for each of their "victims", so happens exactly once per tyranny-giving action
# Root = Tyrant
on_tyranny_gained_tyrant_only = {
	events = {
		Plus.43300
	}
}
