• 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.

likk9922

Perpetually Confused
39 Badges
Nov 12, 2006
2.444
0
  • Europa Universalis IV: Common Sense
  • Sengoku
  • Victoria 2
  • Victoria 2: A House Divided
  • Victoria 2: Heart of Darkness
  • Rome: Vae Victis
  • 500k Club
  • Cities: Skylines
  • Europa Universalis IV: El Dorado
  • Pride of Nations
  • Rome Gold
  • Europa Universalis IV: Cossacks
  • Europa Universalis IV: Mare Nostrum
  • Stellaris
  • Stellaris: Galaxy Edition
  • Stellaris: Galaxy Edition
  • Stellaris: Galaxy Edition
  • Europa Universalis IV: Rights of Man
  • Europa Universalis IV: Mandate of Heaven
  • Europa Universalis IV: Rule Britannia
  • Europa Universalis IV
  • Crusader Kings II
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sword of Islam
  • Commander: Conquest of the Americas
  • Europa Universalis III
  • Europa Universalis III: Chronicles
  • Divine Wind
  • Cities in Motion
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Call to arms event
  • For The Glory
  • Heir to the Throne
  • Europa Universalis IV: Res Publica
  • Victoria: Revolutions
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.
 
value = -1
they don't work, i tried similar events and CTD.
you had to change that value to your state culture :)
12347 & 12348 are the same, i suppose you have done a little mistake with triggers.
btw, when people of a province become of your culture i suppose you can have a benefit also in stability (+1? or maybe some money in stability)
 
nightmorphis said:
value = -1
they don't work, i tried similar events and CTD.
you had to change that value to your state culture :)
12347 & 12348 are the same, i suppose you have done a little mistake with triggers.
btw, when people of a province become of your culture i suppose you can have a benefit also in stability (+1? or maybe some money in stability)

No, they fire just fine in my version. :confused:
It's supposed to be all- encompassing, not just for one nation or one game.

I know that the last two are the same. That will make them fire twice as often for a large nation, right? I just don't want them firing very often, to a point where it's possible to start mucking around a bit too crazily.

I think I might end up giving a +25 or +50 ducat bonus to the treasury in addition, but it's too regionalized to affect stab. The main bonus is supposed to be the elimination of the tax penalty.


I also want opinions on improving the triggers (especially the first one), if you guys would kindly oblige.
 
well... i thought the same but my CTD, don't know why, i wrote the same :eek:o