religions outfitted
This commit is contained in:
parent
c770f78a27
commit
54da5c3a5b
110 changed files with 68595 additions and 23 deletions
20
common/script_values/00_court_grandeur_values.txt
Normal file
20
common/script_values/00_court_grandeur_values.txt
Normal 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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue