Fixes
This commit is contained in:
parent
71d3223156
commit
7d20439f9f
8 changed files with 40 additions and 37 deletions
|
|
@ -40,7 +40,7 @@ grant_vassal_interaction = {
|
|||
AND = {
|
||||
scope:actor.faith.religious_head = scope:recipient
|
||||
scope:recipient = { is_independent_ruler = yes }
|
||||
scope:actor.faith = { NOT = { has_doctrine = doctrine_holy_order_head } }
|
||||
# scope:actor.faith = { NOT = { has_doctrine = doctrine_holy_order_head } }
|
||||
}
|
||||
}
|
||||
scope:recipient.highest_held_title_tier > tier_barony
|
||||
|
|
@ -850,11 +850,11 @@ retract_vassal_interaction = {
|
|||
is_imprisoned_by = scope:actor
|
||||
}
|
||||
}
|
||||
scope:actor = { # The HRE doesn't need endless civil wars
|
||||
NOT = {
|
||||
primary_title = title:e_hre
|
||||
}
|
||||
}
|
||||
# scope:actor = { # The HRE doesn't need endless civil wars
|
||||
# NOT = {
|
||||
# primary_title = title:e_hre
|
||||
# }
|
||||
# }
|
||||
exists = scope:actor.primary_title.title_capital_county
|
||||
OR = {
|
||||
scope:actor = {
|
||||
|
|
@ -2975,17 +2975,17 @@ vassal_claim_liege_title_interaction = {
|
|||
}
|
||||
|
||||
can_be_picked = {
|
||||
trigger_if = {
|
||||
limit = {
|
||||
scope:actor = {
|
||||
any_character_struggle = {
|
||||
involvement = involved
|
||||
has_struggle_phase_parameter = powerful_vassal_can_claim_liege_titles
|
||||
}
|
||||
}
|
||||
}
|
||||
scope:actor = { is_powerful_vassal_of = scope:recipient }
|
||||
}
|
||||
# trigger_if = {
|
||||
# limit = {
|
||||
# scope:actor = {
|
||||
# any_character_struggle = {
|
||||
# involvement = involved
|
||||
# has_struggle_phase_parameter = powerful_vassal_can_claim_liege_titles
|
||||
# }
|
||||
# }
|
||||
# }
|
||||
# scope:actor = { is_powerful_vassal_of = scope:recipient }
|
||||
# }
|
||||
trigger_if = {
|
||||
limit = {
|
||||
scope:actor = { legitimacy_level = 5 }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue