on_yearly_pulse = {
	events = {
		Plus.2025 # Brother Angelo criticizes the Pope
		Plus.2030 # The Poor of Lyons appear
	}

	random_events = {
		# Heretic Pride Events
		75 = Plus.2003 # Adult Cathar becomes celibate
		100 = Plus.2037 # Refugees arrive at a Waldensian ruler's capital
		100 = Plus.2038 # Waldensian ruler is greedy
		100 = Plus.2039 # Charitable Waldensian steward sees chance to help the poor

		lollard = {
			1 = 0

			1 = Plus.2015 # John Wycliff appears in England
		}

		cathar = {
			1 = 0

			1 = Plus.2010 # Council of Saint-Flix
		}

		apostolic = {
			2 = 0

			1 = Plus.2063 # Birth of the Order of Saint Blaise
		}
	}
}

#character
on_bi_yearly_pulse = {
	random_events = {
		#CK2Plus Events
		5 = Plus.2027 # Catholic faithful consider the Fraticelli heresy

		100 = 0 # No event
	}
}

#character
on_five_year_pulse = {
	random_events = {
		cathar_child_homosexual = {
			16 = 0

			1 = Plus.2001 # Cathar male child becomes homosexual
			1 = Plus.2002 # Cathar female child becomes homosexual
		}
	}
}

on_decade_pulse = {
	random_events = {
		waldensian = {
			9 = 0

			1 = Plus.2032 # The first Waldensian king
		}
	}
}

# For characters older than AGE_CHILDHOOD_PULSE but not an adult as defined by ADULT_AGE_FEMALE and ADULT_AGE_MALE
on_yearly_childhood_pulse = {
	random_events = {
		#Age 6-16, aiming to get at least 4 traits before adult.
		500 = Plus.2000 # Cathar child gains chaste
		500 = Plus.2040 # Waldensian child gains charitable
	}
}

# Fires for the owner of the winning unit (ROOT). The taken Holding title is in FROM.
on_siege_over_winner = {
	events = {
		Plus.2035 # Christian holy site is sacked by Waldensians
	}

	random_events = {
		50 = Plus.2016 # Lollard/Paulician/Iconoclast wins siege over a Christian temple
		50 = Plus.2034 # Waldensian wins siege over a Christian temple
	}
}

# ROOT is the baby
on_birth = {
	events = {
		Plus.2004 # Cathar parents lose prestige/piety
	}
}

on_death = {
	events = {
		Plus.2019 # Lollard ruler dies while Bible is being translated
	}
}

# From = Attacker, Root = Defender
on_war_started = {
	events = {
		Plus.2011 # Cathars are allowed to use holy wars once Catholic holy war is used against them
	}
}

# Character converts religion, for whatever reason
# ROOT is the character after conversion
# FROM scope has the old religion
on_character_convert_religion = {
	events = {
		Plus.2033 # Hospital removed from province if non-Waldensian
		Plus.2044 # Forced to abandon prayers
	}
}

on_become_imprisoned_any_reason = {
	events = {
		Plus.2044 # Forced to abandon prayers
	}
}