Mending the Schism was written when Nestorian was considered Orthodox heresy. Now it is not, but instead we have Paulician heresy that should be able to mend the Schism. Yet in this case the Catholic faith would not become heresy of Paulician!!!
Check schism_events.txt out:
Check schism_events.txt out:
Code:
# The Schism Mended
narrative_event = {
id = LoR.210
title = EVTNAMELoR.210
desc = EVTDESCLoR.210
picture = GFX_evt_icon
is_triggered_only = yes
option = {
name = EVTOPTALoR.200
if = {
limit = { religion = orthodox }
set_parent_religion = { religion = catholic parent = orthodox }
}
if = {
limit = { religion = nestorian }
set_parent_religion = { religion = catholic parent = nestorian }
}
if = {
limit = { religion = monothelite }
set_parent_religion = { religion = catholic parent = monothelite }
}
if = {
limit = { religion = iconoclast }
set_parent_religion = { religion = catholic parent = iconoclast }
}
set_global_flag = schism_mended
give_nickname = nick_the_saint
hidden_tooltip = {
any_playable_ruler = {
limit = {
religion = catholic
controls_religion = no
}
narrative_event = { id = LoR.211 }
}
}
}
}
Upvote
0