Fixing the Fixes
This commit is contained in:
parent
066ca149c5
commit
54423c926c
19 changed files with 1022 additions and 914 deletions
|
|
@ -306,39 +306,39 @@ grant_titles_interaction = {
|
|||
}
|
||||
custom_tooltip = grant_title_landing_acclaimed_knight_warning
|
||||
}
|
||||
scope:recipient = {
|
||||
if = {
|
||||
limit = {
|
||||
top_liege = this
|
||||
save_temporary_scope_as = recipient_is_independent
|
||||
}
|
||||
}
|
||||
if = {
|
||||
limit = {
|
||||
NOT = {
|
||||
has_relation_friend = scope:actor
|
||||
}
|
||||
}
|
||||
if = {
|
||||
# then verify the right struggle phase
|
||||
limit = {
|
||||
is_diff_faith_or_culture_trigger = {
|
||||
CHAR = scope:actor
|
||||
STATUS = involved
|
||||
}
|
||||
any_character_struggle = {
|
||||
involvement = involved
|
||||
has_struggle_phase_parameter = struggle_grant_titles_diff_faith_culture_to_leads_to_friendship
|
||||
}
|
||||
}
|
||||
progress_towards_friend_effect = {
|
||||
REASON = friend_granted_title
|
||||
CHARACTER = scope:actor
|
||||
OPINION = 0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
# scope:recipient = {
|
||||
# if = {
|
||||
# limit = {
|
||||
# top_liege = this
|
||||
# save_temporary_scope_as = recipient_is_independent
|
||||
# }
|
||||
# }
|
||||
# if = {
|
||||
# limit = {
|
||||
# NOT = {
|
||||
# has_relation_friend = scope:actor
|
||||
# }
|
||||
# }
|
||||
# if = {
|
||||
# # then verify the right struggle phase
|
||||
# limit = {
|
||||
# is_diff_faith_or_culture_trigger = {
|
||||
# CHAR = scope:actor
|
||||
# STATUS = involved
|
||||
# }
|
||||
# any_character_struggle = {
|
||||
# involvement = involved
|
||||
# has_struggle_phase_parameter = struggle_grant_titles_diff_faith_culture_to_leads_to_friendship
|
||||
# }
|
||||
# }
|
||||
# progress_towards_friend_effect = {
|
||||
# REASON = friend_granted_title
|
||||
# CHARACTER = scope:actor
|
||||
# OPINION = 0
|
||||
# }
|
||||
# }
|
||||
# }
|
||||
# }
|
||||
|
||||
if = {
|
||||
limit = {
|
||||
|
|
@ -1129,24 +1129,24 @@ grant_titles_interaction = {
|
|||
right_icon = scope:recipient
|
||||
|
||||
custom_tooltip = grant_titles_interaction_notification_effect_2
|
||||
if = {
|
||||
limit = {
|
||||
exists = dynasty
|
||||
is_diff_faith_or_culture_trigger = {
|
||||
CHAR = scope:recipient
|
||||
STATUS = involved
|
||||
}
|
||||
any_character_struggle = {
|
||||
involvement = involved
|
||||
has_struggle_phase_parameter = struggle_grant_titles_diff_faith_culture_gives_prestige
|
||||
|
||||
}
|
||||
}
|
||||
dynasty = {
|
||||
add_dynasty_prestige = minor_dynasty_prestige_gain
|
||||
}
|
||||
|
||||
}
|
||||
# if = {
|
||||
# limit = {
|
||||
# exists = dynasty
|
||||
# is_diff_faith_or_culture_trigger = {
|
||||
# CHAR = scope:recipient
|
||||
# STATUS = involved
|
||||
# }
|
||||
# any_character_struggle = {
|
||||
# involvement = involved
|
||||
# has_struggle_phase_parameter = struggle_grant_titles_diff_faith_culture_gives_prestige
|
||||
#
|
||||
# }
|
||||
# }
|
||||
# dynasty = {
|
||||
# add_dynasty_prestige = minor_dynasty_prestige_gain
|
||||
# }
|
||||
#
|
||||
# }
|
||||
}
|
||||
}
|
||||
else_if = {
|
||||
|
|
@ -1254,38 +1254,38 @@ grant_titles_interaction = {
|
|||
|
||||
hidden_effect = {
|
||||
# Struggle Catalyst
|
||||
if = {
|
||||
limit = {
|
||||
scope:actor = {
|
||||
is_diff_faith_or_culture_trigger = {
|
||||
CHAR = scope:recipient
|
||||
STATUS = involved
|
||||
}
|
||||
any_character_struggle = {
|
||||
involvement = involved
|
||||
activate_struggle_catalyst_secondary_character_involvement_involved_trigger = {
|
||||
CATALYST = catalyst_grant_privilege_to_diff_faith_culture_vassal
|
||||
CHAR = scope:recipient
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
scope:actor = {
|
||||
every_character_struggle = {
|
||||
involvement = involved
|
||||
limit = {
|
||||
activate_struggle_catalyst_secondary_character_involvement_involved_trigger = {
|
||||
CATALYST = catalyst_grant_privilege_to_diff_faith_culture_vassal
|
||||
CHAR = scope:recipient
|
||||
}
|
||||
}
|
||||
activate_struggle_catalyst = {
|
||||
catalyst = catalyst_grant_privilege_to_diff_faith_culture_vassal
|
||||
character = scope:actor
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
# if = {
|
||||
# limit = {
|
||||
# scope:actor = {
|
||||
# is_diff_faith_or_culture_trigger = {
|
||||
# CHAR = scope:recipient
|
||||
# STATUS = involved
|
||||
# }
|
||||
# any_character_struggle = {
|
||||
# involvement = involved
|
||||
# activate_struggle_catalyst_secondary_character_involvement_involved_trigger = {
|
||||
# CATALYST = catalyst_grant_privilege_to_diff_faith_culture_vassal
|
||||
# CHAR = scope:recipient
|
||||
# }
|
||||
# }
|
||||
# }
|
||||
# }
|
||||
# scope:actor = {
|
||||
# every_character_struggle = {
|
||||
# involvement = involved
|
||||
# limit = {
|
||||
# activate_struggle_catalyst_secondary_character_involvement_involved_trigger = {
|
||||
# CATALYST = catalyst_grant_privilege_to_diff_faith_culture_vassal
|
||||
# CHAR = scope:recipient
|
||||
# }
|
||||
# }
|
||||
# activate_struggle_catalyst = {
|
||||
# catalyst = catalyst_grant_privilege_to_diff_faith_culture_vassal
|
||||
# character = scope:actor
|
||||
# }
|
||||
# }
|
||||
# }
|
||||
# }
|
||||
}
|
||||
|
||||
# Achievements.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue