﻿
lilithian_indulge_yourself_decision = {

	picture = "gfx/interface/illustrations/decisions/decision_ladys_night.dds"

	ai_check_interval = 0

	cooldown = { days = 90 }
	
	desc = lilithian_indulge_yourself_decision_desc
	is_shown = {
		is_female = yes
	}

	effect = {
		trigger_event = LIL_entertainment.0100
	}	


	
	cost = { 
		gold = { value = 20 } 
	}	

	ai_potential = {
		always = no
	}

	ai_will_do = {
		base = 0
	}


}


#lilithian_lady_night_decision = {
#	picture = "gfx/interface/illustrations/decisions/decision_ladys_night.dds"
#
#	ai_check_interval = 0
#
#	cooldown = { days = 90 }
#	
#	desc = lilithian_lady_night_decision_desc
#	is_shown = {
#		is_female = yes
#	}
#
#	effect = {
#		if = {
#			#is_female = yes  - this works but does not go here 
#			limit = {
##				NOR = { 
#					faith = { religion_tag = lilithianism_religion }
#					has_trait = sisterhood_1
##					has_trait = sisterhood_2
#					has_trait = sisterhood_3
#				}
##				
#			}
#			trigger_event = LIL_entertainment.0400
#			
#		}
#		else = {
#			trigger_event = LIL_entertainment.0450
##		}
#	}
#
#	cost = { 
#		gold = { value = 20 } 
#	}	
#
#	ai_potential = {
#		always = no
#	}
#
#	ai_will_do = {
#		base = 0
#	}
#} 

debugging_lilith_decision = {
	picture = "gfx/interface/illustrations/decisions/decision_ladys_night.dds"

	ai_check_interval = 0


	is_shown = {
		debug_only = yes
	}

	
	desc = debugging_lilith_decision_desc

	effect = {
		trigger_event = LIL_transformation.1100
		
	}
	ai_potential = {
		always = no
	}

	ai_will_do = {
		base = 0
	}
} 

lilithian_embrace_mother_decision = { #become a lilithian after joining the sisterhood
	picture = "gfx/interface/illustrations/decisions/decision_ladys_night.dds"

	ai_check_interval = 0
	
	desc = lilithian_embrace_mother_decision_desc
	is_shown = {
		OR = { 
			has_trait = sisterhood_1
			has_trait = sisterhood_2
			has_trait = sisterhood_3
		}
		NOT = {
			faith = { religion_tag = lilithianism_religion }
		}

		#NOR = { 
		#	
		#	has_trait = sisterhood
		#}
	}

	effect = {
		trigger_event = LIL_transformation.1200

	}

	ai_potential = {
		always = no
	}

	ai_will_do = {
		base = 0
	}
}


lilithian_consider_faith_decision = { #start to transform into a lilithian
	picture = "gfx/interface/illustrations/decisions/decision_ladys_night.dds"

	cooldown = { days = 365 }
	ai_check_interval = 0
	
	desc = lilithian_consider_faith_decision_desc
	is_shown = {
		NOR = { 
			has_trait = sisterhood_1
			has_trait = sisterhood_2
			has_trait = sisterhood_3
		}
		AND = { 
			has_variable = lilith_transformation_happened 
		}
		NOT = {
			faith = { religion_tag = lilithianism_religion }
		}

	}

	effect = {
		trigger_event = LIL_transformation.0100

	}

	ai_potential = {
		always = no
	}

	ai_will_do = {
		base = 0
	}
}


lilithian_embrace_mother_male_decision = {
	picture = "gfx/interface/illustrations/decisions/decision_ladys_night.dds"

	cooldown = { days = 365 }
	ai_check_interval = 0
	
	desc = lilithian_consider_faith_decision_desc
	is_shown = {
		has_trait = mother_vassal
		AND = { 
			has_variable = lilith_transformation_male_happened 
		}
		NOT = {
			faith = { religion_tag = lilithianism_religion }
		}

	}

	effect = {
		trigger_event = LIL_transformation.2200

	}

	ai_potential = {
		always = no
	}

	ai_will_do = {
		base = 0
	}


}
lilithian_consider_faith_male_decision = { #become a lilithian after joining the sisterhood 
picture = "gfx/interface/illustrations/decisions/decision_ladys_night.dds"

cooldown = { days = 365 }
ai_check_interval = 0

desc = lilithian_consider_faith_decision_desc
is_shown = {
	NOR = { 
		has_trait = mother_vassal
	}
	AND = { 
		has_variable = lilith_transformation_male_happened
	}
	NOT = {
		faith = { religion_tag = lilithianism_religion }
	}

}

effect = {
	trigger_event = LIL_transformation.2000

}

ai_potential = {
	always = no
}

ai_will_do = {
	base = 0
}
}
