updating character interactions
This commit is contained in:
parent
c7cd996463
commit
9e9e27cc5b
22 changed files with 846 additions and 342 deletions
|
|
@ -4,7 +4,8 @@
|
|||
###################
|
||||
claim_throne_interaction = {
|
||||
icon = icon_scheme_claim_throne
|
||||
category = interaction_category_hostile
|
||||
category = interaction_category_vassal
|
||||
interface_priority = 268 # after Start Claimant Faction
|
||||
|
||||
ai_targets = {
|
||||
ai_recipients = liege
|
||||
|
|
@ -14,6 +15,7 @@ claim_throne_interaction = {
|
|||
use_diplomatic_range = no
|
||||
ignores_pending_interaction_block = yes
|
||||
|
||||
|
||||
scheme = claim_throne
|
||||
|
||||
desc = claim_throne_interaction_desc
|
||||
|
|
@ -647,11 +649,12 @@ fabricate_hook_interaction = {
|
|||
# by Petter Vilberg
|
||||
###################
|
||||
demand_payment_interaction = {
|
||||
category = interaction_category_diplomacy
|
||||
category = interaction_category_friendly
|
||||
icon = icon_gold
|
||||
|
||||
auto_accept = yes
|
||||
use_diplomatic_range = yes
|
||||
interface_priority = 35
|
||||
|
||||
desc = demand_payment_interaction_desc
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue