Stability measures
This commit is contained in:
parent
cf10d05052
commit
7c968185ab
17 changed files with 1382 additions and 1396 deletions
|
|
@ -232,15 +232,15 @@ start_abduct = {
|
|||
OR = {
|
||||
has_perk = kidnapper_perk # Scheme unlocked by the Kidnapper Perk
|
||||
domicile ?= { has_domicile_parameter = camp_unlocks_abduct_scheme }
|
||||
AND = {
|
||||
any_character_struggle = {
|
||||
involvement = involved
|
||||
has_struggle_phase_parameter = unlocks_abduct_for_all
|
||||
is_secondary_character_involvement_involved_trigger = {
|
||||
CHAR = scope:recipient
|
||||
}
|
||||
}
|
||||
}
|
||||
# AND = {
|
||||
# any_character_struggle = {
|
||||
# involvement = involved
|
||||
# has_struggle_phase_parameter = unlocks_abduct_for_all
|
||||
# is_secondary_character_involvement_involved_trigger = {
|
||||
# CHAR = scope:recipient
|
||||
# }
|
||||
# }
|
||||
# }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -612,10 +612,10 @@ befriend_interaction = {
|
|||
target_is_vassal_or_below = scope:recipient
|
||||
}
|
||||
culture = { has_cultural_parameter = automatic_befriend_access }
|
||||
any_character_struggle = {
|
||||
involvement = involved
|
||||
has_struggle_phase_parameter = struggle_unlocks_befriend_schemes_for_everyone
|
||||
}
|
||||
# any_character_struggle = {
|
||||
# involvement = involved
|
||||
# has_struggle_phase_parameter = struggle_unlocks_befriend_schemes_for_everyone
|
||||
# }
|
||||
AND = {
|
||||
government_has_flag = government_is_clan
|
||||
is_in_same_clan_as_trigger = { CHARACTER = scope:recipient }
|
||||
|
|
@ -734,10 +734,10 @@ befriend_interaction = {
|
|||
has_dynasty_perk = fp1_adventure_legacy_5
|
||||
}
|
||||
culture = { has_cultural_parameter = automatic_befriend_access }
|
||||
any_character_struggle = {
|
||||
involvement = involved
|
||||
has_struggle_phase_parameter = struggle_unlocks_befriend_schemes_for_everyone
|
||||
}
|
||||
# any_character_struggle = {
|
||||
# involvement = involved
|
||||
# has_struggle_phase_parameter = struggle_unlocks_befriend_schemes_for_everyone
|
||||
# }
|
||||
house ?= { has_house_aspiration_parameter = aspect_of_serenity }
|
||||
}
|
||||
NOR = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue