﻿
on_piety_negative_LIL_female = { 
	trigger = {
		NOT = { 
			has_variable = lilith_transformation_happened 
			faith = { religion_tag = lilithianism_religion }
		}
		is_female = yes
		piety <= -100

    }
    events = {
		LIL_transformation.0100
	}
	
}

on_piety_negative_LIL_male = { 
	trigger = {
		NOT = { 
			has_variable = lilith_transformation_male_happened 
			faith = { religion_tag = lilithianism_religion }
		}
		is_female = no
		piety <= -100

    }
    events = {
		LIL_transformation.2000
	}
	
}

on_religion_lilithianism_court_LIL = {
	trigger = {
		faith = { religion_tag = lilithianism_religion }
		is_female = yes

    }
	events = {
		LIL_maintenance.0001
	}	

}

on_religion_lilithianism_testtt_LIL = { 
    events = {
		LIL_entertainment.0400 
	}
	
}

on_religion_lilithianism_test_LIL = { 
    events = {
		LIL_transformation.0100
	}
	
}
