After listening for comments from Fodoron and Toio, I make a new suggestion.
Fodoron, this was introduced a while ago since reports told it was a serious problem. We haven't heard much of it since, but that's of course due to the old events, that worked sufficiently well. It was also deemed important that OE got a good historical start in at least 95% of our games, and that this was a main problem, and possible to fix, but not prevent in a normal way.
I have made it one option only, since it's only for the AI. That also removes all the problems with the war command against allies etc. Sunni nations, and those close to OE (Wallachia, Albania, Bosnia) should hand it over. I have removed the relation increase, since it will make DA more likely.
Fodoron, this was introduced a while ago since reports told it was a serious problem. We haven't heard much of it since, but that's of course due to the old events, that worked sufficiently well. It was also deemed important that OE got a good historical start in at least 95% of our games, and that this was a main problem, and possible to fix, but not prevent in a normal way.
I have made it one option only, since it's only for the AI. That also removes all the problems with the war command against allies etc. Sunni nations, and those close to OE (Wallachia, Albania, Bosnia) should hand it over. I have removed the relation increase, since it will make DA more likely.
Code:
event = {
id = 338009
trigger ={
exists = TUR
ai = yes
NOT = {
owned = { province = 357 data = BYZ }
owned = { province = 357 data = TUR }
}
OR = {
religion = sunni
command = { type = relation which = TUR data = 100 }
vassal = { country = TUR country = -1 }
alliance = { country = TUR country = -1 )
}
}
random = no
province = 357
name = "The Turkish Sultan demands Constantinople"
desc = "Our friends the Turks are now agitating to add Constantinople to their empire."
date = { day = 1 month = january year = 1419}
offset = 360
deathdate = { day = 1 month = december year = 1820 }
action_a ={
name = "We will hand it over"
command = { type = secedeprovince which = TUR value = 357 }
command = { type = treasury value = 50 }
}
}