Alignment

This commit is contained in:
Heidesommer 2026-04-25 03:54:05 -04:00
parent f7a954eb51
commit 15a5108e23
250 changed files with 31104 additions and 25806 deletions

View file

@ -345,7 +345,7 @@ has_important_relationship_with_character_trigger = {
}
}
has_friendly_relationship_with_character_trigger = {
has_any_moderate_good_relationship_with_character_trigger = {
OR = {
has_relation_lover = $CHARACTER$
has_relation_friend = $CHARACTER$
@ -364,13 +364,6 @@ has_any_mild_good_relationship_with_character_trigger = {
}
}
has_any_moderate_good_relationship_with_character_trigger = {
OR = {
has_relation_lover = $CHARACTER$
has_relation_friend = $CHARACTER$
}
}
has_any_only_moderate_good_relationship_with_character_trigger = {
has_any_moderate_good_relationship_with_character_trigger = { CHARACTER = $CHARACTER$ }
# Exclude the max-tier positive relationships if we're being this specific.
@ -505,7 +498,7 @@ has_important_relationship_with_root_trigger = {
}
has_friendly_relationship_with_root_trigger = {
has_friendly_relationship_with_character_trigger = { CHARACTER = root }
has_any_moderate_good_relationship_with_character_trigger = { CHARACTER = root }
}
has_any_good_relationship_with_root_trigger = {
@ -577,12 +570,19 @@ is_of_major_interest_trigger = {
OR = {
is_heir_of = $CHARACTER$
is_diarch_of_target = $CHARACTER$
liege ?= $CHARACTER$
betrothed ?= $CHARACTER$
is_spouse_of = $CHARACTER$
has_relation_soulmate = $CHARACTER$
has_relation_nemesis = $CHARACTER$
has_relation_best_friend = $CHARACTER$
has_relation_blood_brother = $CHARACTER$
is_child_of = $CHARACTER$
AND = {
exists = $CHARACTER$.liege
this = $CHARACTER$.liege
is_theocratic_lessee = yes
is_councillor_of = $CHARACTER$
}
is_consort_of = $CHARACTER$
is_councillor_of = $CHARACTER$
#They are the head of our faith
AND = {
@ -590,14 +590,6 @@ is_of_major_interest_trigger = {
this = $CHARACTER$.faith.religious_head
}
trigger_if = {
limit = {
exists = liege
exists = $CHARACTER$.liege
}
is_powerful_vassal = yes
liege = $CHARACTER$.liege
}
trigger_if = {
limit = {
top_liege = this
@ -613,7 +605,6 @@ is_of_major_interest_trigger = {
}
this = $CHARACTER$.house.house_head
}
is_child_of = $CHARACTER$
# Activity Intents
trigger_if = {
limit = {
@ -628,7 +619,8 @@ is_of_major_interest_trigger = {
is_of_minor_interest_trigger = {
NOT = { this = $CHARACTER$ }
OR = {
betrothed ?= $CHARACTER$
is_consort_of = $CHARACTER$
is_councillor_of = $CHARACTER$
has_relation_lover = $CHARACTER$
has_relation_rival = $CHARACTER$
has_relation_friend = $CHARACTER$
@ -641,6 +633,14 @@ is_of_minor_interest_trigger = {
NOT = { this = $CHARACTER$.liege }
}
is_close_or_extended_family_of = $CHARACTER$
trigger_if = {
limit = {
exists = liege
exists = $CHARACTER$.liege
}
is_powerful_vassal = yes
liege = $CHARACTER$.liege
}
}
}