on_yearly_pulse = {
	events = {
		realmPlus.100 # Shatter empire if too small
		realmPlus.102 # Copy imperial laws to held kingdoms
		realmPlus.103 # Special Destruction Mechanic for HRE, Byzantium, and Latin Empire
		# realmPlus.603 # Tyrant Trait Degredation
		realmPlus.604 # Tributary Maintenance
	}
}

#character
on_five_year_pulse = {
	events = {
		realmPlus.600 # AI Abandon Baronies orphaned in another realm
	}
}

# ROOT is the character, FROM is the title, FROMFROM is the old holder
on_new_holder = {
	events = {
		realmPlus.101 # Emperor picks between two held empires
		realmPlus.102 # Copy imperial laws to held kingdoms
		realmPlus.103 # Special Destruction Mechanic for HRE, Byzantium, and Latin Empire
	}
}

# ROOT is the character, FROM is the title, FROMFROM is the old holder
on_new_holder_inheritance = {
	events = {
		realmPlus.101 # Emperor picks between two held empires
		realmPlus.102 # Copy imperial laws to held kingdoms
		realmPlus.103 # Special Destruction Mechanic for HRE, Byzantium, and Latin Empire
		realmPlus.601 # Family members inherit half of previous ruler's Dishonorable or Tyrant
	}
}

# ROOT is the character, FROM is the title, FROMFROM is the old holder
on_new_holder_usurpation = {
	events = {
		realmPlus.101 # Emperor picks between two held empires
		realmPlus.102 # Copy imperial laws to held kingdoms
		realmPlus.103 # Special Destruction Mechanic for HRE, Byzantium, and Latin Empire
	}
}

# Character converts religion, for whatever reason. ROOT is the character after conversion and the FROM scope has the old religion.
on_character_convert_religion = {
	events = {
		realmPlus.103 # Special Destruction Mechanic for HRE, Byzantium, and Latin Empire
	}
}
