parent
15a5108e23
commit
c4b6d9bdeb
250 changed files with 11067 additions and 16365 deletions
|
|
@ -12,6 +12,13 @@ become_tributary_interaction = {
|
|||
desc = become_tributary_interaction_desc
|
||||
|
||||
is_shown = {
|
||||
scope:actor = {
|
||||
trigger_if = {
|
||||
limit = { is_ai = yes }
|
||||
current_military_strength < scope:recipient.one_and_a_half_times_current_military_strength
|
||||
primary_title.tier < scope:recipient.primary_title.tier
|
||||
}
|
||||
}
|
||||
scope:recipient = {
|
||||
is_independent_ruler = yes # while it's possible for tributaries to have their own tributaries, it should not be possible to create a tributary relationship with a non-independent ruler
|
||||
NOR = {
|
||||
|
|
@ -21,13 +28,6 @@ become_tributary_interaction = {
|
|||
}
|
||||
can_have_tributaries_trigger = yes
|
||||
}
|
||||
scope:actor = {
|
||||
trigger_if = {
|
||||
limit = { is_ai = yes }
|
||||
current_military_strength < scope:recipient.one_and_a_half_times_current_military_strength
|
||||
primary_title.tier < scope:recipient.primary_title.tier
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
is_valid_showing_failures_only = {
|
||||
|
|
@ -76,6 +76,22 @@ become_tributary_interaction = {
|
|||
is_confederation_member = no
|
||||
is_at_war = no
|
||||
}
|
||||
trigger_if = {
|
||||
limit = { scope:recipient = title:h_china.holder }
|
||||
scope:actor = {
|
||||
custom_tooltip = {
|
||||
text = neighbor_is_china
|
||||
is_tributary = no
|
||||
is_independent_ruler = yes
|
||||
OR = {
|
||||
has_variable = wants_to_become_tributary_of_china
|
||||
any_neighboring_and_across_water_top_liege_realm_owner = {
|
||||
primary_title = title:h_china
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
needs_confirmation = {
|
||||
|
|
@ -1273,7 +1289,8 @@ demand_tributary_interaction = {
|
|||
scope:recipient = {
|
||||
NOT = {
|
||||
any_neighboring_top_suzerain_realm_owner = {
|
||||
this != scope:actor
|
||||
exists = this
|
||||
NOT = { this = scope:actor }
|
||||
}
|
||||
}
|
||||
NOT = {
|
||||
|
|
@ -2003,7 +2020,6 @@ release_tributary_interaction = {
|
|||
add_truce_both_ways = {
|
||||
character = scope:actor
|
||||
years = 5
|
||||
override = yes
|
||||
name = TRUCE_TRIBUTARY_STOPPED
|
||||
}
|
||||
add_opinion = {
|
||||
|
|
@ -2154,7 +2170,7 @@ exact_tribute_interaction = {
|
|||
ai_max_reply_days = 9
|
||||
can_send_despite_rejection = yes
|
||||
popup_on_receive = yes
|
||||
common_interaction = no
|
||||
common_interaction = yes
|
||||
|
||||
interface_priority = 4
|
||||
|
||||
|
|
@ -2212,7 +2228,9 @@ exact_tribute_interaction = {
|
|||
is_tributary = no
|
||||
custom_tooltip = {
|
||||
text = exact_tribute_interaction_hegemony_not_neighbor_tt
|
||||
any_neighboring_realm_with_tributaries_owner = { this = scope:actor }
|
||||
any_neighboring_and_across_water_top_liege_realm_owner = {
|
||||
this = scope:actor
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -2414,7 +2432,9 @@ exact_tribute_interaction = {
|
|||
GIVER = scope:recipient
|
||||
CHARACTER = scope:actor
|
||||
}
|
||||
tribute_mission_is_available_concubine_trigger = yes
|
||||
is_adult = yes
|
||||
has_any_disease_trigger = no
|
||||
has_easily_mocked_physical_attribute_trigger = no
|
||||
}
|
||||
add_to_list = potential_concubine_tribute_list
|
||||
random_in_list = {
|
||||
|
|
@ -3442,7 +3462,7 @@ offer_courtier_interaction = {
|
|||
add_opinion = {
|
||||
target = scope:recipient
|
||||
modifier = annoyed_opinion
|
||||
opinion = -10
|
||||
opinion = 10
|
||||
}
|
||||
}
|
||||
scope:recipient = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue