Religious Novelist HOF

This commit is contained in:
edwardtheelbowhigh 2026-06-10 22:09:01 +01:00
parent 64d514f32a
commit be38e1ed10
4 changed files with 242 additions and 9 deletions

View file

@ -2154,3 +2154,79 @@ convert_to_taoism = {
}
}
}
### Restore the [ROOT.Char.GetFaith.AltPriestTermPlural] ###
novelist_restore_high_kingdom_decision = { #Updated for N3OW by edwardtheelbowhigh
picture = {
reference = "gfx/interface/illustrations/decisions/fp3/fp3_decision_foundation.dds"
}
desc = novelist_restore_high_kingdom_decision_desc
selection_tooltip = novelist_restore_high_kingdom_decision_tooltip
decision_group_type = major
sort_order = 80
ai_check_interval_by_tier = {
barony = 0
county = 0
duchy = 0
kingdom = 120
empire = 120
hegemony = 120
}
is_shown = {
is_ruler = yes
is_playable_character = yes
NOR = { #Can be redone if somehow the High Priest title is destroyed
exists = faith.religious_head
faith = { has_doctrine = doctrine_no_head } #Only if Faith is meant to have one.
faith = { has_doctrine = doctrine_spiritual_head } #Cannot be done if you have taken the "Destroy the Magi" decision
}
OR = {
faith = faith:carolingian
faith = faith:absurdist
faith = faith:rocambolist
faith = faith:romanticist
}
}
is_valid = {
piety_level >= high_piety_level
highest_held_title_tier = tier_kingdom
custom_description = {
text = "restore_high_priesthood_holy_sites"
faith = {
any_holy_site = {
OR = {
county.holder = root
county.holder.top_liege = { this = root }
}
count >= 3
}
}
}
}
is_valid_showing_failures_only = {
is_landed = yes
is_capable_adult = yes
is_imprisoned = no
top_liege = this
is_at_war = no
}
effect = {
custom_tooltip = restore_novelist_high_kingdom_effect_tooltip
trigger_event = {
id = novelist_decisions.0001
}
}
ai_potential = {
always = yes
}
ai_will_do = {
base = 100
}
}