I noticed the DLC songs of abraham play far too frequently. I discovered the problem:
# 2 Songs exclusively for the Abrahamic Religions
song = {
name = "andthelordsaid.ogg"
chance = {
factor = 2000
modifier = {
factor = 0
NOT = { religion_group = muslim }
NOT = { religion_group = christian }
NOT = { religion_group = jewish_group }
}
}
}
song = {
name = "goforthoutofthycountry.ogg"
chance = {
factor = 2000
modifier = {
factor = 0
NOT = { religion_group = muslim }
NOT = { religion_group = christian }
NOT = { religion_group = jewish_group }
}
}
}
They're set to play 2000 times more frequently?!
# 2 Songs exclusively for the Abrahamic Religions
song = {
name = "andthelordsaid.ogg"
chance = {
factor = 2000
modifier = {
factor = 0
NOT = { religion_group = muslim }
NOT = { religion_group = christian }
NOT = { religion_group = jewish_group }
}
}
}
song = {
name = "goforthoutofthycountry.ogg"
chance = {
factor = 2000
modifier = {
factor = 0
NOT = { religion_group = muslim }
NOT = { religion_group = christian }
NOT = { religion_group = jewish_group }
}
}
}
They're set to play 2000 times more frequently?!
Upvote
0