# Character scope
on_yearly_pulse = {
	events = {
		HO.100 # Creation of Indian Holy Orders should important cities fall to another religion
	}

	random_events = {
		# Reincarnation: Memories of the previous life
		1000 = RoI.10020 # Reincarnated player remembers his murderer
		1000 = RoI.10021 # Reincarnated player remembers spouse
		1000 = RoI.10022 # Reincarnated player remembers child

		# Indian guru events - moral advice
		100 = RoI.3100 # Drunkard
		100 = RoI.3101 # Hedonist
		100 = RoI.3102 # Impaler
		100 = RoI.3103 # Lustful
		100 = RoI.3104 # Gluttunous
		100 = RoI.3105 # Greedy
		100 = RoI.3106 # Envious
		100 = RoI.3107 # Wroth
		100 = RoI.3108 # Proud
		100 = RoI.3109 # Arbitrary
		100 = RoI.3110 # Cynical
		100 = RoI.3111 # Cruel
		100 = RoI.3112 # Duelist
		100 = RoI.3113 # Hunter
		100 = RoI.3114 # Paranoid

		# Indian guru events - other
		500 = RoI.3202 # Guru helps with Buddhist ambitions
		500 = RoI.3302 # Guru criticizes caste system (Basava)
		100 = RoI.3402 # Guru meditation...

		# Indian ascetics and yogis
		20 = RoI.203 # Hindu ascetic comes to visit
		20 = RoI.206 # Buddhist ascetic comes to visit
		20 = RoI.209 # Jain ascetic comes to visit
		20 = RoI.193 # Hears of levitating yogi

		# Indian story events
		20 = RoI.215 # The Cursed Diamond
		20 = RoI.147 # Thugs
		20 = RoI.164 # The White Elephant

		# Indian minor events
		100 = RoI.157 # Peasants need elephants for clearing forest
		100 = RoI.158 # Crazed elephant runs amuck
		100 = RoI.163 # Temple elephants are dying
		100 = RoI.180 # Kung fu monks
		100 = RoI.190 # U-boat up the Indus
		 50 = RoI.401 # Visit Nalanda University?
		100 = RoI.403 # Visit the Ganges?
		100 = RoI.410 # Local Hindu temple asks for donations
		100 = RoI.411 # Buddhist or Jain monks ask for donations
		200 = RoI.412 # Non-Indian merchants upset about naked Jain ascetics
		500 = RoI.500 # Marco Polo

		# Indian low religious authority events
		50 = RoI.3505 # Temple corruption
		50 = RoI.3509 # Temple corruption removed - Indian
		50 = RoI.3515 # Local death cult
		50 = RoI.3519 # Local death cult removed - Indian
		# 10 = RoI.3525 # Province converts to other religion!
		50 = RoI.3535 # Religious tensions
		# 50 = RoI.3539 # Religious unrest removed

		# Religious tolerance events
		100 = RoI.400 # Tolerant character making Indian friend

		fake_guru = {
			delay = 24

			800 = 0
			200 = RoI.3150 # False guru?
		}
	}
}

# 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 = {
		5000 = RoI.10010 # Acknowledged reincarnated child acquires trait from previous personality
	}
}

# Character scope
on_birth = {
	random_events = {
		5 = RoI.10000 # Reincarnation?
	}
}

# Character scope, isn't dead yet
on_death = {
	events = {
		RoI.248 # Clearing inventory of cursed diamond
	}
}

# Character converts religion, for whatever reason
# ROOT is the character after conversion
# FROM scope has the old religion
on_character_convert_religion = {
	events = {
		RoI.110 # Converted to Hinduism - choose branch
		RoI.111 # Converted to Buddhism - choose branch
		RoI.112 # Converted to Jainism - choose branch
	}
}

# ROOT is the character
# FROM is the title
# FROMFROM is the old holder
on_new_holder = {
	events = {
		RoI.3550 # Temple corruption removed - non-Indian
		RoI.3551 # Local death cult removed - non-Indian
	}
}

# ROOT is the character
# FROM is the title
# FROMFROM is the old holder
on_new_holder_inheritance = {
	events = {
		RoI.3550 # Temple corruption removed - non-Indian
		RoI.3551 # Local death cult removed - non-Indian
	}
}

# ROOT is the character
# FROM is the title
# FROMFROM is the old holder
on_new_holder_usurpation = {
	events = {
		RoI.3550 # Temple corruption removed - non-Indian
		RoI.3551 # Local death cult removed - non-Indian
	}
}

# Triggers for all characters in a unit (leading a flank or subunit) when it enters a province
# ROOT is the affected character
on_unit_entering_province = {
	events = {
		RoI.146 # Greek troops not wanting to cross the Indus
	}
}