Is this correct? I noticed these songs played a lot, and then I checked the file and they are at factor: 2000!? Doesn't that seem really high? Should they be 2 or something else? Or, do "0"s not count?
Code:
# 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 }
}
}
}
Last edited:
Upvote
0