updating character interactions
This commit is contained in:
parent
c7cd996463
commit
9e9e27cc5b
22 changed files with 846 additions and 342 deletions
|
|
@ -194,6 +194,11 @@ arrange_marriage_interaction = {
|
|||
limit = {
|
||||
is_alive = yes
|
||||
NOT = { is_in_list = characters }
|
||||
OR = {
|
||||
top_liege = scope:actor
|
||||
house.house_head = scope:actor
|
||||
dynasty.dynast = scope:actor
|
||||
}
|
||||
trigger_if = {
|
||||
limit = {
|
||||
is_concubine = yes
|
||||
|
|
@ -209,6 +214,11 @@ arrange_marriage_interaction = {
|
|||
limit = {
|
||||
is_alive = yes
|
||||
NOT = { is_in_list = characters }
|
||||
OR = {
|
||||
top_liege = scope:actor
|
||||
house.house_head = scope:actor
|
||||
dynasty.dynast = scope:actor
|
||||
}
|
||||
trigger_if = {
|
||||
limit = {
|
||||
is_concubine = yes
|
||||
|
|
@ -1780,6 +1790,7 @@ break_betrothal_interaction = {
|
|||
special_interaction = break_betrothal_interaction
|
||||
use_diplomatic_range = no
|
||||
icon = icon_marriage
|
||||
interface_priority = 30
|
||||
|
||||
is_shown = {
|
||||
OR = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue