I just want to know that these events will work the way I want.
#########################################################################
# Conversion to State Culture
#########################################################################
event = {
id = 123456 # Paradox 1003
trigger = {
NOT = { domestic = { type = INNOVATIVE value = 3 } }
countrysize = 10
}
random = yes
name = "Province Changes Culture"
desc = "Due to immigration, assimilation and a wish to stop persecution, sometimes a large enough portion of a province's population would list itself in a census as the national culture."
style = 0
action_a = {
name = "OK"
command = { type = provinceculture which = -1 value = -1 }
}
}
event = {
id = 123457 # Paradox 6501
trigger = {
countrysize = 30
}
random = yes
name = "Province Changes Culture"
desc = "Due to immigration, assimilation and a wish to stop persecution, sometimes a large enough portion of a province's population would list itself in a census as the national culture."
style = 0
action_a = {
name = "OK"
command = { type = provinceculture which = -1 value = -1 }
}
}
event = {
id = 123458 # Paradox 6501
trigger = {
countrysize = 30
}
random = yes
name = "Province Changes Culture"
desc = "Due to immigration, assimilation and a wish to stop persecution, sometimes a large enough portion of a province's population would list itself in a census as the national culture."
style = 0
action_a = {
name = "OK"
command = { type = provinceculture which = -1 value = -1 }
}
}
I know that these will fire correctly, I want to know that they:
-Will fire very rarely
-Will fire more often for a large nation
At this point, they're basically clones of the Conversion of Heretics event. I don't want them to be this.
Any tips on improvement would be appreciated.
EDIT: Duplicate. Moderators, please delete.
#########################################################################
# Conversion to State Culture
#########################################################################
event = {
id = 123456 # Paradox 1003
trigger = {
NOT = { domestic = { type = INNOVATIVE value = 3 } }
countrysize = 10
}
random = yes
name = "Province Changes Culture"
desc = "Due to immigration, assimilation and a wish to stop persecution, sometimes a large enough portion of a province's population would list itself in a census as the national culture."
style = 0
action_a = {
name = "OK"
command = { type = provinceculture which = -1 value = -1 }
}
}
event = {
id = 123457 # Paradox 6501
trigger = {
countrysize = 30
}
random = yes
name = "Province Changes Culture"
desc = "Due to immigration, assimilation and a wish to stop persecution, sometimes a large enough portion of a province's population would list itself in a census as the national culture."
style = 0
action_a = {
name = "OK"
command = { type = provinceculture which = -1 value = -1 }
}
}
event = {
id = 123458 # Paradox 6501
trigger = {
countrysize = 30
}
random = yes
name = "Province Changes Culture"
desc = "Due to immigration, assimilation and a wish to stop persecution, sometimes a large enough portion of a province's population would list itself in a census as the national culture."
style = 0
action_a = {
name = "OK"
command = { type = provinceculture which = -1 value = -1 }
}
}
I know that these will fire correctly, I want to know that they:
-Will fire very rarely
-Will fire more often for a large nation
At this point, they're basically clones of the Conversion of Heretics event. I don't want them to be this.
Any tips on improvement would be appreciated.
EDIT: Duplicate. Moderators, please delete.
Last edited: