updating character interactions
This commit is contained in:
parent
c7cd996463
commit
9e9e27cc5b
22 changed files with 846 additions and 342 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#Character interactions relating to schemes
|
||||
|
||||
start_murder_interaction = {
|
||||
icon = icon_hostile
|
||||
icon = icon_scheme_murder
|
||||
common_interaction = yes
|
||||
interface_priority = 90
|
||||
category = interaction_category_hostile
|
||||
|
|
@ -914,8 +914,9 @@ befriend_interaction = {
|
|||
seduce_interaction = {
|
||||
icon = icon_scheme_seduce
|
||||
category = interaction_category_friendly
|
||||
interface_priority = 90
|
||||
interface_priority = 45
|
||||
scheme = seduce
|
||||
common_interaction = no
|
||||
|
||||
send_name = START_SCHEME
|
||||
ignores_pending_interaction_block = yes
|
||||
|
|
@ -1544,7 +1545,7 @@ court_interaction = {
|
|||
|
||||
send_name = START_SCHEME
|
||||
|
||||
interface_priority = 90
|
||||
interface_priority = 40
|
||||
scheme = courting
|
||||
ignores_pending_interaction_block = yes
|
||||
|
||||
|
|
@ -1972,13 +1973,14 @@ court_interaction = {
|
|||
}
|
||||
|
||||
sway_interaction = {
|
||||
icon = icon_personal
|
||||
icon = icon_scheme_sway
|
||||
category = interaction_category_friendly
|
||||
common_interaction = yes
|
||||
|
||||
send_name = START_SCHEME
|
||||
|
||||
interface_priority = 120
|
||||
interface_priority = 75
|
||||
|
||||
scheme = sway
|
||||
ignores_pending_interaction_block = yes
|
||||
|
||||
|
|
@ -2309,7 +2311,7 @@ learn_language_interaction = {
|
|||
|
||||
send_name = START_SCHEME
|
||||
|
||||
interface_priority = 48
|
||||
interface_priority = 42
|
||||
scheme = learn_language
|
||||
ignores_pending_interaction_block = yes
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue