Extra Iberians in the Expuslsion of the Morisques
I had the event The Expulsion of the Morisques for spain (Event 3167). To my surprise, not only did it change Gibraltar and Granada to Iberian, it also changed two random provinces to Iberian, in my game Languedoc and Canipscau. I found the problem in the event code- theoretically, Alexandria and Thrace could change to Iberian, if owned by Spain.
#The Expulsion of the Morisques#
event = {
id = 3167
random = no
country = SPA
name = "EVENTNAME3167"
desc = "EVENTHIST3167"
style = 3
date = { day = 1 month = january year = 1600 }
offset = 134
deathdate = { day = 1 month = january year = 1612 }
action_a ={ #Expel the Heretics!#
name = "ACTIONNAME3167A"
command = { type = domestic which = INNOVATIVE value = -2 }
command = { type = population which = 443 value = -5000 }
command = { type = population which = 439 value = -5000 }
command = { type = population which = 444 value = -10000 }
command = { type = population which = 438 value = -2000 }
command = { type = population which = 445 value = -1000 }
command = { type = provinceculture which = 444 value = iberian }
command = { type = provinceculture which = 445 value = iberian }
command = { type = provinceculture which = -1 value = iberian }
command = { type = provinceculture which = -1 value = iberian }
command = { type = revolt which = 445 }
command = { type = revolt which = 444 }
command = { type = stability value = 1 }
command = { type = trigger which = 3656 }
command = { type = trigger which = 3653 }
command = { type = trigger which = 3659 }
}
action_b ={ #Let them be as they are needed for the economy#
name = "ACTIONNAME3167B"
command = { type = domestic which = MERCANTILISM value = -2 }
command = { type = domestic which = INNOVATIVE value = 2 }
command = { type = stability value = -4 }
command = { type = revoltrisk which = 12 value = 6 }
command = { type = trade value = 1800 }
command = { type = infra value = 1200 }
command = { type = inflation value = -5 }
command = { type = provincetax which = 438 value = 4 }
command = { type = provincetax which = 439 value = 4 }
command = { type = provincetax which = 443 value = 4 }
command = { type = provincetax which = 444 value = 4 }
}
I had the event The Expulsion of the Morisques for spain (Event 3167). To my surprise, not only did it change Gibraltar and Granada to Iberian, it also changed two random provinces to Iberian, in my game Languedoc and Canipscau. I found the problem in the event code- theoretically, Alexandria and Thrace could change to Iberian, if owned by Spain.
#The Expulsion of the Morisques#
event = {
id = 3167
random = no
country = SPA
name = "EVENTNAME3167"
desc = "EVENTHIST3167"
style = 3
date = { day = 1 month = january year = 1600 }
offset = 134
deathdate = { day = 1 month = january year = 1612 }
action_a ={ #Expel the Heretics!#
name = "ACTIONNAME3167A"
command = { type = domestic which = INNOVATIVE value = -2 }
command = { type = population which = 443 value = -5000 }
command = { type = population which = 439 value = -5000 }
command = { type = population which = 444 value = -10000 }
command = { type = population which = 438 value = -2000 }
command = { type = population which = 445 value = -1000 }
command = { type = provinceculture which = 444 value = iberian }
command = { type = provinceculture which = 445 value = iberian }
command = { type = provinceculture which = -1 value = iberian }
command = { type = provinceculture which = -1 value = iberian }
command = { type = revolt which = 445 }
command = { type = revolt which = 444 }
command = { type = stability value = 1 }
command = { type = trigger which = 3656 }
command = { type = trigger which = 3653 }
command = { type = trigger which = 3659 }
}
action_b ={ #Let them be as they are needed for the economy#
name = "ACTIONNAME3167B"
command = { type = domestic which = MERCANTILISM value = -2 }
command = { type = domestic which = INNOVATIVE value = 2 }
command = { type = stability value = -4 }
command = { type = revoltrisk which = 12 value = 6 }
command = { type = trade value = 1800 }
command = { type = infra value = 1200 }
command = { type = inflation value = -5 }
command = { type = provincetax which = 438 value = 4 }
command = { type = provincetax which = 439 value = 4 }
command = { type = provincetax which = 443 value = 4 }
command = { type = provincetax which = 444 value = 4 }
}
Upvote
0