parent
15a5108e23
commit
c4b6d9bdeb
250 changed files with 11067 additions and 16365 deletions
|
|
@ -345,7 +345,7 @@ has_important_relationship_with_character_trigger = {
|
|||
}
|
||||
}
|
||||
|
||||
has_any_moderate_good_relationship_with_character_trigger = {
|
||||
has_friendly_relationship_with_character_trigger = {
|
||||
OR = {
|
||||
has_relation_lover = $CHARACTER$
|
||||
has_relation_friend = $CHARACTER$
|
||||
|
|
@ -364,6 +364,13 @@ 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.
|
||||
|
|
@ -498,7 +505,7 @@ has_important_relationship_with_root_trigger = {
|
|||
}
|
||||
|
||||
has_friendly_relationship_with_root_trigger = {
|
||||
has_any_moderate_good_relationship_with_character_trigger = { CHARACTER = root }
|
||||
has_friendly_relationship_with_character_trigger = { CHARACTER = root }
|
||||
}
|
||||
|
||||
has_any_good_relationship_with_root_trigger = {
|
||||
|
|
@ -570,19 +577,12 @@ 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 = {
|
||||
is_theocratic_lessee = yes
|
||||
is_councillor_of = $CHARACTER$
|
||||
exists = $CHARACTER$.liege
|
||||
this = $CHARACTER$.liege
|
||||
}
|
||||
is_consort_of = $CHARACTER$
|
||||
is_councillor_of = $CHARACTER$
|
||||
|
||||
#They are the head of our faith
|
||||
AND = {
|
||||
|
|
@ -590,6 +590,14 @@ 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
|
||||
|
|
@ -605,6 +613,7 @@ is_of_major_interest_trigger = {
|
|||
}
|
||||
this = $CHARACTER$.house.house_head
|
||||
}
|
||||
is_child_of = $CHARACTER$
|
||||
# Activity Intents
|
||||
trigger_if = {
|
||||
limit = {
|
||||
|
|
@ -619,8 +628,7 @@ is_of_major_interest_trigger = {
|
|||
is_of_minor_interest_trigger = {
|
||||
NOT = { this = $CHARACTER$ }
|
||||
OR = {
|
||||
is_consort_of = $CHARACTER$
|
||||
is_councillor_of = $CHARACTER$
|
||||
betrothed ?= $CHARACTER$
|
||||
has_relation_lover = $CHARACTER$
|
||||
has_relation_rival = $CHARACTER$
|
||||
has_relation_friend = $CHARACTER$
|
||||
|
|
@ -633,14 +641,6 @@ 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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue