updating character interactions
This commit is contained in:
parent
c7cd996463
commit
9e9e27cc5b
22 changed files with 846 additions and 342 deletions
|
|
@ -1,8 +1,8 @@
|
|||
# Give away an artifact to improve relations
|
||||
gift_artifact_interaction = {
|
||||
category = interaction_category_friendly
|
||||
common_interaction = yes
|
||||
interface_priority = 60
|
||||
common_interaction = no
|
||||
interface_priority = 30
|
||||
desc = gift_artifact_interaction_desc
|
||||
icon = artisan_inspiration
|
||||
|
||||
|
|
@ -1287,6 +1287,19 @@ demand_artifact_interaction = {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
scope:actor = {
|
||||
OR = {
|
||||
is_ai = no
|
||||
max_military_strength >= {
|
||||
value = {
|
||||
value = scope:recipient.max_military_strength
|
||||
multiply = 1.3
|
||||
}
|
||||
}
|
||||
highest_held_title_tier > scope:recipient.highest_held_title_tier
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
is_highlighted = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue