updating character interactions
This commit is contained in:
parent
c7cd996463
commit
9e9e27cc5b
22 changed files with 846 additions and 342 deletions
|
|
@ -2472,6 +2472,7 @@ lift_excommunication_interaction = {
|
|||
request_excommunication_interaction = {
|
||||
category = interaction_category_hostile
|
||||
icon = excommunication
|
||||
interface_priority = 30
|
||||
|
||||
desc = request_excommunication_interaction_desc
|
||||
redirect = {
|
||||
|
|
@ -3455,7 +3456,7 @@ send_to_holy_order_interaction = {
|
|||
#Ask to take the vows for a monastery
|
||||
#by Linnéa Thimrén & Bianca Savazzi
|
||||
take_vows_interaction = {
|
||||
category = interaction_category_friendly
|
||||
category = interaction_category_vassal
|
||||
icon = religious
|
||||
|
||||
ai_maybe = yes
|
||||
|
|
@ -3477,10 +3478,7 @@ take_vows_interaction = {
|
|||
|
||||
is_shown = {
|
||||
scope:recipient = {
|
||||
OR = {
|
||||
is_courtier_of = scope:actor
|
||||
is_child_of = scope:actor
|
||||
}
|
||||
is_courtier_of = scope:actor
|
||||
NOR = {
|
||||
has_trait = devoted
|
||||
has_trait = order_member
|
||||
|
|
@ -3569,6 +3567,7 @@ take_vows_interaction = {
|
|||
else_if = {
|
||||
limit = {
|
||||
scope:recipient = { is_child_of = scope:actor }
|
||||
has_legitimacy = yes
|
||||
}
|
||||
add_legitimacy = {
|
||||
value = miniscule_legitimacy_loss
|
||||
|
|
@ -4370,7 +4369,15 @@ take_vows_interaction = {
|
|||
|
||||
temporal_condemnation_interaction = {
|
||||
category = interaction_category_religion
|
||||
desc = temporal_condemnation_interaction_desc
|
||||
desc = {
|
||||
first_valid = {
|
||||
triggered_desc = {
|
||||
trigger = { scope:actor.faith = faith:quranist }
|
||||
desc = temporal_condemnation_interaction_desc_fasiq
|
||||
}
|
||||
desc = temporal_condemnation_interaction_desc
|
||||
}
|
||||
}
|
||||
icon = religious
|
||||
|
||||
is_shown = {
|
||||
|
|
@ -5317,6 +5324,7 @@ hof_ask_for_gold_interaction = {
|
|||
hof_ask_for_claim_interaction = {
|
||||
category = interaction_category_diplomacy
|
||||
icon = religious_claim
|
||||
interface_priority = 35
|
||||
|
||||
desc = hof_ask_for_claim_interaction_desc
|
||||
target_type = title
|
||||
|
|
@ -6350,6 +6358,13 @@ select_ghw_beneficiary_interaction = {
|
|||
}
|
||||
}
|
||||
}
|
||||
custom_tooltip = {
|
||||
text = ghw_devoted_to_their_faith
|
||||
NOR = { # not dedicated to a religious career
|
||||
has_trait = devoted
|
||||
has_trait = order_member
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
has_valid_target_showing_failures_only = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue