Restoration of Byzantium as Duchy of Athens impossible
Playing as the Duchy of Athens and having conquered and annexed Byzantium, I was hoping for the "Restoration of Byzantium" event to trigger. This unfortunately did not happen.
From what I could get from the event, religion may be the cause, with the Duchy having Catholic as it's state religion instead of orthodox and having no way in the game of changing it.
#Restore Byzantium#
event = {
id = 3875
trigger = {
owned = {
province = 357
data = -1
}
religion = orthodox
NOT = {
exists = BYZ
}
atwar = no
}
random = no
country = GRE
name = "EVENTNAME3875"
desc = "EVENTHIST3875"
style = 1
date = { day = 1 month = january year = 1419}
offset = 30
deathdate = { day = 1 month = january year = 1821 }
action_a = { #Move to Byzantium and Restore the Empire#
name = "ACTIONNAME3875A"
command = { type = capital which = 357 }
command = { type = country which = BYZ }
command = { type = conversion which = 357 }
command = { type = provinceculture which = 357 value = greek }
command = { type = conversion which = -1 }
command = { type = conversion which = -1 }
command = { type = missionaries value = 3 }
command = { type = diplomats value = 2 }
command = { type = merchants value = 2 }
command = { type = domestic which = ARISTOCRACY value = 1}
}
action_b = { #Let Athens Remain the Capital of a New Empire#
name = "ACTIONNAME3875B"
command = { type = conversion which = 357 }
command = { type = culture which = 357 value = greek }
command = { type = domestic which = CENTRALIZATION value = 2 }
command = { type = population which = 359 value = 30000 }
command = { type = missionaries value = 3 }
command = { type = merchants value = 2 }
command = { type = provincetax which = 359 value = 3}
command = { type = provincetax which = 357 value = -2}
command = { type = domestic which = ARISTOCRACY value = -1}
}
}
Playing as the Duchy of Athens and having conquered and annexed Byzantium, I was hoping for the "Restoration of Byzantium" event to trigger. This unfortunately did not happen.
#Restore Byzantium#
event = {
id = 3875
trigger = {
owned = {
province = 357
data = -1
}
religion = orthodox
NOT = {
exists = BYZ
}
atwar = no
}
random = no
country = GRE
name = "EVENTNAME3875"
desc = "EVENTHIST3875"
style = 1
date = { day = 1 month = january year = 1419}
offset = 30
deathdate = { day = 1 month = january year = 1821 }
action_a = { #Move to Byzantium and Restore the Empire#
name = "ACTIONNAME3875A"
command = { type = capital which = 357 }
command = { type = country which = BYZ }
command = { type = conversion which = 357 }
command = { type = provinceculture which = 357 value = greek }
command = { type = conversion which = -1 }
command = { type = conversion which = -1 }
command = { type = missionaries value = 3 }
command = { type = diplomats value = 2 }
command = { type = merchants value = 2 }
command = { type = domestic which = ARISTOCRACY value = 1}
}
action_b = { #Let Athens Remain the Capital of a New Empire#
name = "ACTIONNAME3875B"
command = { type = conversion which = 357 }
command = { type = culture which = 357 value = greek }
command = { type = domestic which = CENTRALIZATION value = 2 }
command = { type = population which = 359 value = 30000 }
command = { type = missionaries value = 3 }
command = { type = merchants value = 2 }
command = { type = provincetax which = 359 value = 3}
command = { type = provincetax which = 357 value = -2}
command = { type = domestic which = ARISTOCRACY value = -1}
}
}
Upvote
0