Religious Novelist HOF
This commit is contained in:
parent
64d514f32a
commit
be38e1ed10
4 changed files with 242 additions and 9 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
@ -271,7 +271,8 @@
|
|||
doctrine = tenet_armed_pilgrimages
|
||||
doctrine = tenet_unrelenting_faith
|
||||
doctrine = doctrine_temporal_head
|
||||
doctrine = doctrine_theocracy_lay_clergy
|
||||
doctrine = doctrine_theocracy_lay_clergy
|
||||
doctrine = special_doctrine_not_allowed_to_hof
|
||||
#Coronation tradition
|
||||
doctrine = doctrine_no_anointment
|
||||
holy_order_names = { #placeholder
|
||||
|
|
|
|||
|
|
@ -144,7 +144,7 @@
|
|||
#Special/virtue
|
||||
doctrine = special_doctrine_numenor
|
||||
doctrine = doctrine_pluralism_pluralistic
|
||||
|
||||
doctrine = special_doctrine_not_allowed_to_hof
|
||||
holy_order_names = { #placeholder
|
||||
}
|
||||
|
||||
|
|
@ -297,7 +297,7 @@
|
|||
doctrine = doctrine_pluralism_pluralistic
|
||||
doctrine = doctrine_homosexuality_shunned
|
||||
doctrine = doctrine_pantheist
|
||||
|
||||
doctrine = special_doctrine_not_allowed_to_hof
|
||||
holy_order_names = { #placeholder
|
||||
}
|
||||
|
||||
|
|
@ -448,7 +448,7 @@
|
|||
#Special/virtue
|
||||
doctrine = special_doctrine_charlemagne
|
||||
doctrine = doctrine_pluralism_righteous
|
||||
|
||||
doctrine = special_doctrine_not_allowed_to_hof
|
||||
holy_order_names = { #placeholder
|
||||
}
|
||||
|
||||
|
|
@ -611,7 +611,7 @@
|
|||
doctrine = tenet_universal_scripture
|
||||
doctrine = tenet_adorcism
|
||||
doctrine = tenet_sacred_shadows
|
||||
|
||||
doctrine = special_doctrine_not_allowed_to_hof
|
||||
#Special/virtue
|
||||
doctrine = special_doctrine_rocambolist
|
||||
|
||||
|
|
@ -740,7 +740,7 @@
|
|||
color = { 0.9 0.5 0.1 }
|
||||
icon = aslanite
|
||||
|
||||
religious_head = k_aslanite_hof
|
||||
#religious_head = k_aslanite_hof
|
||||
|
||||
graphical_faith = "catholic_gfx"
|
||||
|
||||
|
|
@ -765,7 +765,7 @@
|
|||
doctrine = tenet_people_of_the_book
|
||||
doctrine = one_king_to_rule_them_all
|
||||
doctrine = doctrine_monotheist
|
||||
|
||||
doctrine = doctrine_no_head
|
||||
#Special/virtue
|
||||
doctrine = special_doctrine_aslan
|
||||
|
||||
|
|
@ -924,7 +924,7 @@
|
|||
doctrine = special_doctrine_reason_and_progress
|
||||
doctrine = doctrine_pluralism_fundamentalist
|
||||
doctrine = doctrine_monotheist
|
||||
|
||||
doctrine = doctrine_no_head
|
||||
holy_order_names = { #placeholder
|
||||
}
|
||||
|
||||
|
|
@ -1092,7 +1092,7 @@
|
|||
#Special/virtue
|
||||
doctrine = special_doctrine_absurdist
|
||||
doctrine = doctrine_pantheist
|
||||
|
||||
doctrine = special_doctrine_not_allowed_to_hof
|
||||
holy_order_names = { #placeholder
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue