﻿
####################################################################
# WITCH RITUAL ON_ACTIONS
####################################################################




####################################################################
# CONVERT TO WITCHCRAFT ON_ACTIONS
#######################################################################################################################################################################################################################################################
####Note: Currently does nothing and on the back burner since I got the pilgrimage working correctly for AI. Might be useful for dedicated coming of age events in the future if I can get it working (how do on_actions work with aging up, anyway?###
#######################################################################################################################################################################################################################################################

#Success is just one event

#everpreg_on_18th_birthday = {
#	trigger = {
#		#AND = {
#			age = 18
#			#is_female = yes
#			#faith = { has_doctrine_parameter = tenet_everpreg_holywomb }
#		#}
#	}
#
#	events = {
#		#delay = { days = 1 }
#		everpreg_pilgrimage.0001 #To give a chance at gaining an hpreg trait
#	}
#}


#on_18th_birthday = {
#	trigger = { age = 18 }
#	add_trait = everpreg_1
#	#events = {
#	#	everpreg_witch.1001
#	#}
#}