updating character interactions
This commit is contained in:
parent
c7cd996463
commit
9e9e27cc5b
22 changed files with 846 additions and 342 deletions
|
|
@ -7,6 +7,7 @@
|
|||
offer_hostage_interaction = {
|
||||
category = interaction_category_diplomacy
|
||||
common_interaction = no
|
||||
interface_priority = 11
|
||||
ai_min_reply_days = 4
|
||||
ai_max_reply_days = 9
|
||||
popup_on_receive = yes
|
||||
|
|
@ -572,6 +573,7 @@ demand_hostage_interaction = {
|
|||
popup_on_receive = yes
|
||||
pause_on_receive = yes
|
||||
icon = icon_hostage
|
||||
interface_priority = 13
|
||||
|
||||
desc = demand_hostage_interaction_desc
|
||||
|
||||
|
|
@ -1238,6 +1240,7 @@ exchange_hostage_interaction = {
|
|||
popup_on_receive = yes
|
||||
pause_on_receive = yes
|
||||
icon = icon_hostage
|
||||
interface_priority = 12
|
||||
|
||||
desc = exchange_hostage_interaction_desc
|
||||
|
||||
|
|
@ -3895,6 +3898,12 @@ influence_child_personality_interaction = {
|
|||
desc = HAS_DIPLOMACY_SKILL_REASON
|
||||
}
|
||||
|
||||
modifier = { #more likely with a Wet Nurse employed
|
||||
exists = scope:actor.court_position:wet_nurse_court_position
|
||||
add = 10
|
||||
desc = HAS_WET_NURSE_REASON
|
||||
}
|
||||
|
||||
modifier = { #more likely if chosen trait is a virtue in recipients faith
|
||||
add = 10
|
||||
switch = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue