This commit is contained in:
Heidesommer 2026-05-25 07:54:55 -04:00
parent 26b04f6db4
commit c6eb868ef4
116 changed files with 69758 additions and 26333 deletions

View file

@ -529,34 +529,34 @@
scope:actor = { remove_character_flag = flag_hostile_actions_disabled_delay }
}
# Harrying logic.
scope:actor = {
if = {
limit = {
character_is_valid_for_harrying_of_the_north_trigger = yes
scope:recipient = {
character_is_valid_for_harrying_of_the_north_trigger = yes
is_important_or_vip_struggle_character = yes
}
culture != scope:recipient.culture
}
global_var:harrying_of_the_north = { save_scope_as = story }
if = {
limit = {
character_is_valid_norman_for_harrying_of_the_north_trigger = yes
scope:recipient = { character_is_valid_anglo_saxon_for_harrying_of_the_north_trigger = yes }
}
ep3_increase_pacification_effect = { AMOUNT = harrying_minor_increase_value }
}
else_if = {
limit = {
character_is_valid_anglo_saxon_for_harrying_of_the_north_trigger = yes
scope:recipient = { character_is_valid_norman_for_harrying_of_the_north_trigger = yes }
}
ep3_increase_resistance_effect = { AMOUNT = harrying_minor_increase_value }
}
}
}
# # Harrying logic.
# scope:actor = {
# if = {
# limit = {
# character_is_valid_for_harrying_of_the_north_trigger = yes
# scope:recipient = {
# character_is_valid_for_harrying_of_the_north_trigger = yes
# is_important_or_vip_struggle_character = yes
# }
# culture != scope:recipient.culture
# }
# global_var:harrying_of_the_north = { save_scope_as = story }
# if = {
# limit = {
# character_is_valid_norman_for_harrying_of_the_north_trigger = yes
# scope:recipient = { character_is_valid_anglo_saxon_for_harrying_of_the_north_trigger = yes }
# }
# ep3_increase_pacification_effect = { AMOUNT = harrying_minor_increase_value }
# }
# else_if = {
# limit = {
# character_is_valid_anglo_saxon_for_harrying_of_the_north_trigger = yes
# scope:recipient = { character_is_valid_norman_for_harrying_of_the_north_trigger = yes }
# }
# ep3_increase_resistance_effect = { AMOUNT = harrying_minor_increase_value }
# }
# }
# }
}
on_decline = {
@ -715,33 +715,33 @@
}
# Harrying logic.
scope:actor = {
if = {
limit = {
character_is_valid_for_harrying_of_the_north_trigger = yes
scope:recipient = {
character_is_valid_for_harrying_of_the_north_trigger = yes
is_important_or_vip_struggle_character = yes
}
culture != scope:recipient.culture
}
global_var:harrying_of_the_north = { save_scope_as = story }
if = {
limit = {
character_is_valid_norman_for_harrying_of_the_north_trigger = yes
scope:recipient = { character_is_valid_anglo_saxon_for_harrying_of_the_north_trigger = yes }
}
ep3_increase_resistance_effect = { AMOUNT = harrying_minor_increase_value }
}
else_if = {
limit = {
character_is_valid_anglo_saxon_for_harrying_of_the_north_trigger = yes
scope:recipient = { character_is_valid_norman_for_harrying_of_the_north_trigger = yes }
}
ep3_increase_pacification_effect = { AMOUNT = harrying_minor_increase_value }
}
}
}
# scope:actor = {
# if = {
# limit = {
# character_is_valid_for_harrying_of_the_north_trigger = yes
# scope:recipient = {
# character_is_valid_for_harrying_of_the_north_trigger = yes
# is_important_or_vip_struggle_character = yes
# }
# culture != scope:recipient.culture
# }
# global_var:harrying_of_the_north = { save_scope_as = story }
# if = {
# limit = {
# character_is_valid_norman_for_harrying_of_the_north_trigger = yes
# scope:recipient = { character_is_valid_anglo_saxon_for_harrying_of_the_north_trigger = yes }
# }
# ep3_increase_resistance_effect = { AMOUNT = harrying_minor_increase_value }
# }
# else_if = {
# limit = {
# character_is_valid_anglo_saxon_for_harrying_of_the_north_trigger = yes
# scope:recipient = { character_is_valid_norman_for_harrying_of_the_north_trigger = yes }
# }
# ep3_increase_pacification_effect = { AMOUNT = harrying_minor_increase_value }
# }
# }
# }
if = {
limit = {
@ -1135,11 +1135,11 @@
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:landed_title = scope:actor.primary_title.title_capital_county
@ -1176,11 +1176,11 @@
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
# }
# }
scope:actor.domain_size < scope:actor.domain_limit
scope:actor.primary_title.tier > tier_county
trigger_if = {