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?
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?