The debugging will continue until stability improves
This commit is contained in:
parent
bd75dc0b38
commit
b21331e150
39 changed files with 25050 additions and 13859 deletions
|
|
@ -995,32 +995,32 @@ arrange_marriage_interaction = {
|
|||
localization = MARRIAGE_HOOK
|
||||
}
|
||||
|
||||
send_option = { # FP3
|
||||
is_shown = {
|
||||
scope:actor = {
|
||||
any_character_struggle = {
|
||||
is_struggle_type = persian_struggle
|
||||
has_struggle_phase_parameter = can_trade_piety_for_marriage_acceptance
|
||||
}
|
||||
}
|
||||
}
|
||||
is_valid = {
|
||||
scope:actor = {
|
||||
any_character_struggle = {
|
||||
involvement = involved
|
||||
is_struggle_type = persian_struggle
|
||||
}
|
||||
}
|
||||
scope:recipient = {
|
||||
any_character_struggle = {
|
||||
involvement = involved
|
||||
is_struggle_type = persian_struggle
|
||||
}
|
||||
}
|
||||
}
|
||||
flag = piety_cost_reduction
|
||||
localization = TRADE_PIETY_FOR_BETTER_AI_ACCEPTANCE
|
||||
}
|
||||
# send_option = { # FP3
|
||||
# is_shown = {
|
||||
# scope:actor = {
|
||||
# any_character_struggle = {
|
||||
# is_struggle_type = persian_struggle
|
||||
# has_struggle_phase_parameter = can_trade_piety_for_marriage_acceptance
|
||||
# }
|
||||
# }
|
||||
# }
|
||||
# is_valid = {
|
||||
# scope:actor = {
|
||||
# any_character_struggle = {
|
||||
# involvement = involved
|
||||
# is_struggle_type = persian_struggle
|
||||
# }
|
||||
# }
|
||||
# scope:recipient = {
|
||||
# any_character_struggle = {
|
||||
# involvement = involved
|
||||
# is_struggle_type = persian_struggle
|
||||
# }
|
||||
# }
|
||||
# }
|
||||
# flag = piety_cost_reduction
|
||||
# localization = TRADE_PIETY_FOR_BETTER_AI_ACCEPTANCE
|
||||
# }
|
||||
|
||||
send_option = { # EP3 Influence
|
||||
is_shown = { # Actor must have a government that uses influence
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue