This commit is contained in:
Heidesommer 2026-05-27 06:35:52 -04:00
parent 71d3223156
commit 7d20439f9f
8 changed files with 40 additions and 37 deletions

View file

@ -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 }