• 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(116874)

Corporal
Oct 2, 2008
38
0
I bring here a question: Why those events that give to the owner a core on a province if some requisites are met doens't know to the orthodox countries, except for Moldova? Is it intended?
Example of the event i am talking about:


event = {
id = 878501
random = no
province = 481
trigger = {
control = { province = 481 data = -1 }
NOT = { badboy = 4 }
NOT = { core = { province = 481 data = -1 } }
#stability = 0
NOT = { flag = rhodes_core }
OR = {
AND = {
religion = sunni
provincereligion = { province = 481 data = sunni }
}
AND = {
religion = shiite
provincereligion = { province = 481 data = shiite }
}
AND = {
religion = catholic
provincereligion = { province = 481 data = catholic }
}
AND = {
religion = reformed
provincereligion = { province = 481 data = reformed }
}
AND = {
religion = protestant
provincereligion = { province = 481 data = protestant }
}
AND = {
religion = buddhism
provincereligion = { province = 481 data = buddhism }
}
AND = {
religion = hinduism
provincereligion = { province = 481 data = hinduism }
}
AND = {
religion = confucianism
provincereligion = { province = 481 data = confucianism }
}
}
NOT = { domestic = { type = serfdom value = 9 } }
NOT = { domestic = { type = aristocracy value = 9 } }
domestic = { type = innovative value = 3 }

#specific conditions

}
name = "Our Rule Accepted in Rhodes"
desc = "With the passing of time and careful administration, our rule in Rhodes has come to be generally recognized and accepted not only by other nations, but the local populace as well."
date = { year = 1419 }
offset = 6000
deathdate = { year = 1820 }

action_a = {
name = "It was inevitable"
command = { type = addcore which = 481 }
command = { type = setflag which = rhodes_core }



PS: Yes, i am still around here, but for now only as an observer. I'm overwhelmed by works from the university right now, but i still want to contribute the best i can once i got the time.
 
Yes, this was an oversight that was then replicated in each instance. I think that for one province I updated it for someone.

Anyway, it was discovered the first time when I was working on INT2 and was not prepared to go back and redo it.

If you want to help out, you can update the file, cutting, pasting and then changing the province id number in each case.

Otherwise, wait for INT2 :D