# This is an experiment to see if these songs can have their criteria altered without
# screwing things up for people without the DLC
song = {
	name = "inthenameofgod.ogg"
	
	chance = {
		factor = 1
		modifier = {
			factor = 0
			NOT = { religion_group = religious_group }
			NOT = { religion = machine_cultist }
		}
		modifier = {
			factor = 2
			trait = spiritual
		}
		modifier = {
			factor = 2
			trait = radical
		}
		modifier = {
			factor = 0.5
			trait = skeptical
		}
		modifier = {
			factor = 0.5
			trait = pragmatic
		}
	}
}
song = {
	name = "thetemplechurch.ogg"
	
	chance = {
		factor = 1
		modifier = {
			factor = 0
			NOT = { religion_group = religious_group }
			NOT = { religion = machine_cultist }
		}
		modifier = {
			factor = 2
			trait = spiritual
		}
		modifier = {
			factor = 2
			trait = radical
		}
		modifier = {
			factor = 0.5
			trait = skeptical
		}
		modifier = {
			factor = 0.5
			trait = pragmatic
		}
	}
}