I created this event:
It is supposed to add a protestant pop to Rio de Janeiro if it's owned by France, but it is adding catholic pops instead. I tried adding jewish pops instead, and kept getting the same problem - they were added as catholics. Am I doing something wrong, is there a way to do this?
Code:
#########################################################################
# Du Pont Brings Settlers to the New World
#########################################################################
event = {
id = 7253
random = no
country = FRA
trigger = {
owned = { province = 2462 data = FRA }
}
name = "Du Pont Brings Settlers to the New World"
desc = "In 1556, Du Pont brought a group of settlers to the new colony of France Antarctique."
style = 0
date = { month = march year = 1556 } #date of the expedition
offset = 30
deathdate = { year = 1567 } #when France Antarctique was taken by the Portuguese
action_a = {
name = "OK"
command = { type = add_pop which = protestant value = 0.002 where = 2462 }
command = { type = add_pop which = protestant value = -0.002 where = 657 }
}
}
It is supposed to add a protestant pop to Rio de Janeiro if it's owned by France, but it is adding catholic pops instead. I tried adding jewish pops instead, and kept getting the same problem - they were added as catholics. Am I doing something wrong, is there a way to do this?