This commit is contained in:
Magpie490 2025-02-20 00:28:13 +00:00
parent fa7843b91f
commit 051293284c
4 changed files with 2460 additions and 22 deletions

View file

@ -60,7 +60,6 @@ influence_candidacy_interaction = {
scope:target = {
tier >= tier_duchy
exists = holder
is_noble_family_title = no
holder = {
top_liege = scope:recipient
OR = {
@ -591,7 +590,7 @@ support_candidacy_interaction = {
scope:target = {
tier >= tier_duchy
exists = holder
is_noble_family_title = no
holder.top_liege = scope:recipient
}
}
@ -973,7 +972,7 @@ support_candidacy_interaction = {
modifier = {
scope:secondary_recipient = {
any_heir_title = {
is_noble_family_title = no
holder = {
has_government = administrative_government
}
@ -2573,7 +2572,7 @@ contest_appointment_interaction = {
scope:recipient = {
every_held_title = {
limit = {
is_noble_family_title = no
tier >= tier_county
any_this_title_or_de_jure_above = {
this = scope:target
@ -5553,7 +5552,7 @@ governor_removal_interaction = {
any_held_title = {
tier = tier_kingdom
is_landless_type_title = no
is_noble_family_title = no
}
}
add = {
@ -5561,7 +5560,7 @@ governor_removal_interaction = {
limit = {
tier = tier_kingdom
is_landless_type_title = no
is_noble_family_title = no
}
add = {
value = scope:recipient.massive_influence_value
@ -5576,7 +5575,7 @@ governor_removal_interaction = {
any_held_title = {
tier = tier_duchy
is_landless_type_title = no
is_noble_family_title = no
}
}
add = {
@ -5584,7 +5583,7 @@ governor_removal_interaction = {
limit = {
tier = tier_duchy
is_landless_type_title = no
is_noble_family_title = no
}
add = scope:recipient.massive_influence_value
}
@ -5715,7 +5714,7 @@ governor_removal_interaction = {
if = {
limit = {
any_held_title = {
is_noble_family_title = no
exists = current_heir
current_heir = {
NOR = {
@ -5740,7 +5739,7 @@ governor_removal_interaction = {
}
every_held_title = {
limit = {
is_noble_family_title = no
exists = current_heir
current_heir = {
NOR = {
@ -6007,7 +6006,7 @@ force_governor_removal_interaction = {
house ?= { is_dominant_family = no }
any_held_title = {
is_landless_type_title = no
is_noble_family_title = no
}
exists = house
is_governor = yes
@ -6054,7 +6053,7 @@ force_governor_removal_interaction = {
any_held_title = {
tier = tier_duchy
is_landless_type_title = no
is_noble_family_title = no
}
}
add = {
@ -6063,7 +6062,7 @@ force_governor_removal_interaction = {
limit = {
tier = tier_duchy
is_landless_type_title = no
is_noble_family_title = no
}
add = scope:secondary_recipient.massive_influence_value
}
@ -6075,7 +6074,7 @@ force_governor_removal_interaction = {
any_held_title = {
tier = tier_kingdom
is_landless_type_title = no
is_noble_family_title = no
}
}
add = {
@ -6084,7 +6083,7 @@ force_governor_removal_interaction = {
limit = {
tier = tier_kingdom
is_landless_type_title = no
is_noble_family_title = no
}
add = {
value = scope:secondary_recipient.massive_influence_value
@ -6608,13 +6607,13 @@ force_step_down_interaction = {
can_be_picked_title = {
scope:target = {
tier = tier_duchy
is_noble_family_title = no
}
}
has_valid_target_showing_failures_only = {
scope:target = {
tier = tier_duchy
is_noble_family_title = no
}
}
@ -6718,7 +6717,7 @@ force_step_down_interaction = {
every_held_title = {
limit = {
tier >= tier_duchy
is_noble_family_title = no
}
add = 1
}
@ -8250,7 +8249,7 @@ request_ally_title_troops_interaction = {
has_valid_target_showing_failures_only = {
scope:target = {
tier >= tier_duchy
is_noble_family_title = no
}
}
@ -8456,7 +8455,7 @@ request_emperor_title_troops_interaction = {
has_valid_target_showing_failures_only = {
scope:target = {
tier >= tier_duchy
is_noble_family_title = no
exists = holder
holder.top_liege = scope:recipient
NOT = { holder = scope:actor }