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

Field Marshal
Nov 11, 2002
3.359
0
members.lycos.co.uk
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 }
}
 
Upvote 0

Peter Ebbesen

the Conqueror
61 Badges
Mar 3, 2001
16.914
4.881
  • 500k Club
  • Hearts of Iron II: Beta
  • Victoria 2 Beta
WaD, but does occasionally create interesting situations as you noticed :D
 

unmerged(11633)

Field Marshal
Nov 11, 2002
3.359
0
members.lycos.co.uk
There is no reason why Spain should get extra Iberians! It is hardly historical- Why should Languedoc suddenly decide to become spanish, just because I get rid of the moors- well, I suppose because they think I'll expel them if they don't. But I think those lines should be removed. I'm not sure if there's a chance that they will still be muslim. Perhaps these should be conversion lines, if they are still muslim. You could end up with the following-

"The grand mufti of Alexandria stunned his flock by announcing that henceforth, the Arabic language was banned, and only Spanish would be spoken, although he said that he would not abandon islam. In other news, the former king of France, Charles de Valois, now mayor of Paris, announced that the speaking of French would be punishable on pain of death- anyone who could not recite the Lord's prayer in Spanish would be deemed guilty of Heresy and burnt at the stake."
 

AndrewT

The Full Monty Python
Moderator
116 Badges
Jun 29, 2001
85.356
3.594
  • Leviathan: Warships
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Call to arms event
  • For The Glory
  • Gettysburg
  • Hearts of Iron III
  • Heir to the Throne
  • Impire
  • Europa Universalis III Complete
  • King Arthur II
  • Knights of Pen and Paper +1 Edition
  • Lead and Gold
  • Legio
  • Europa Universalis IV: Conquest of Paradise
  • The Kings Crusade
  • Lost Empire - Immortals
  • Magicka
  • Majesty 2 Collection
  • March of the Eagles
  • Europa Universalis III Complete
  • Naval War: Arctic Circle
  • Pirates of Black Cove
  • Europa Universalis IV: Res Publica
  • Europa Universalis: Rome
  • Rome Gold
  • Stellaris: Necroids
  • Crusader Kings II: Sunset Invasion
  • Ancient Space
  • Arsenal of Democracy
  • Hearts of Iron II: Armageddon
  • Cities in Motion
  • Cities in Motion 2
  • Crusader Kings II
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • A Game of Dwarves
  • Crusader Kings II: Sword of Islam
  • Commander: Conquest of the Americas
  • Darkest Hour
  • Dungeonland
  • East India Company Collection
  • Europa Universalis III
  • Europa Universalis III: Chronicles
  • Europa Universalis III Complete
  • Divine Wind
  • Europa Universalis IV
This has already been reported and fixed in 1.06. Thx anyway.