• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

unmerged(195685)

Captain
6 Badges
Feb 17, 2010
422
1
  • Crusader Kings II
  • Europa Universalis III Complete
  • Europa Universalis IV
  • Heir to the Throne
  • Sengoku
  • Victoria 2: A House Divided
So I really enjoy the new music. What I don't enjoy, however, is the parameters that trigger them. For the record-

chance = {
modifier = {
factor = 2
OR = {
any_owned_province = {
is_overseas = yes
}
government = native_council
}
}
modifier = {
factor = 0
NOT = {
any_owned_province = {
is_overseas = yes
}
government = native_council
}
}
}
}

I don't like that native americans go to just regular music as soon as they reform, so I'd rather that trigger be based on either culture or starting government type, perhaps. The overseas trigger is also ridiculous, as then a nation like Portugal gets the music right away (or a SE asia nation would get it if they colonized africa-makes no sense!). I'd like that discovery trigger to be refined to owning a colonial nation, or something along those lines. How would I go about doing said things?