For instance, event ID 73240 has the following trigger:
Which does not ensure the character is even eligible to be chancellor. In Ancient Religions Reborn, the chancellor of a Celtic Pagan must be a Druid, for instance. This event allows a ruler to bypass that restriction. I don't know if the event for replacing a Chaplain allows an Orthodox to replace theirs with someone who isn't a priest, but i wouldn't be surprised.
Code:
only_men = yes
min_age = 16
capable_only = yes
prisoner = no
trigger = {
is_ruler = no
independent = no
is_councillor = no
NOT = { liege = { has_character_flag = asked_chancellor_petition } }
NOT = { has_character_flag = asked_for_job }
liege = {
job_chancellor = {
same_liege = ROOT
NOT = { diplomacy = ROOT }
NOT = { has_minor_title = title_regent }
}
}
}
Which does not ensure the character is even eligible to be chancellor. In Ancient Religions Reborn, the chancellor of a Celtic Pagan must be a Druid, for instance. This event allows a ruler to bypass that restriction. I don't know if the event for replacing a Chaplain allows an Orthodox to replace theirs with someone who isn't a priest, but i wouldn't be surprised.
Upvote
0