religions outfitted

This commit is contained in:
Magpie490 2024-11-16 19:09:11 +00:00
parent c770f78a27
commit 54da5c3a5b
110 changed files with 68595 additions and 23 deletions

View file

@ -0,0 +1,20 @@
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
}