set up for holy order head of faith + hisotry fixes and some dynastic loc
This commit is contained in:
parent
2d547d7848
commit
a6593bda26
12 changed files with 906 additions and 36 deletions
|
|
@ -518,7 +518,10 @@
|
|||
limit = {
|
||||
highest_held_title_tier >= tier_empire
|
||||
faith = {
|
||||
has_doctrine = doctrine_spiritual_head
|
||||
OR = {
|
||||
has_doctrine = doctrine_holy_order_head
|
||||
has_doctrine = doctrine_spiritual_head
|
||||
}
|
||||
}
|
||||
}
|
||||
NOT = {
|
||||
|
|
@ -542,7 +545,10 @@
|
|||
limit = {
|
||||
highest_held_title_tier >= tier_empire
|
||||
faith = {
|
||||
has_doctrine = doctrine_spiritual_head
|
||||
OR = {
|
||||
has_doctrine = doctrine_holy_order_head
|
||||
has_doctrine = doctrine_spiritual_head
|
||||
}
|
||||
}
|
||||
}
|
||||
NOT = {
|
||||
|
|
@ -558,7 +564,10 @@
|
|||
limit = {
|
||||
highest_held_title_tier > tier_kingdom
|
||||
faith = {
|
||||
has_doctrine = doctrine_spiritual_head
|
||||
OR = {
|
||||
has_doctrine = doctrine_holy_order_head
|
||||
has_doctrine = doctrine_spiritual_head
|
||||
}
|
||||
OR = {
|
||||
has_doctrine = doctrine_imperial_anointment
|
||||
has_doctrine = doctrine_anointment_permitted
|
||||
|
|
@ -598,7 +607,10 @@
|
|||
is_valid = {
|
||||
#trigger_ifs are to make player-facing triggers look nice
|
||||
faith = {
|
||||
has_doctrine = doctrine_spiritual_head
|
||||
OR = {
|
||||
has_doctrine = doctrine_holy_order_head
|
||||
has_doctrine = doctrine_spiritual_head
|
||||
}
|
||||
trigger_if = {
|
||||
limit = {
|
||||
NOT = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue