N3OW/common/script_values/00_court_grandeur_values.txt
2024-11-16 19:09:11 +00:00

20 lines
762 B
Text

court_grandeur_rank_4_min_level = 9
court_grandeur_rank_3_min_level = 6
court_grandeur_rank_2_min_level = 3
current_cgv_above_expected_exact_value = {
value = court_grandeur_current
subtract = court_grandeur_minimum_expected
}
indebt_guest_interaction_lost_test_grandeur_cost_value = { value = minor_court_grandeur_loss }
# Note: base chance is 50, so this works out at 50 + [this value] = guestimated likelihood (i.e., before traits and such) before the AI will consider using this interaction.
indebt_guest_interaction_likely_success_control_value = 25
indebt_guest_interaction_get_intrigue_difference_value = {
# Grab scope:actor's intrigue.
value = scope:actor.intrigue
# And then remove scope:recipient's.
subtract = scope:recipient.intrigue
}