poosh
This commit is contained in:
parent
9767464f98
commit
f1a979f473
50 changed files with 104756 additions and 0 deletions
57
common/character_interactions/00_mongol_interactions.txt
Normal file
57
common/character_interactions/00_mongol_interactions.txt
Normal file
|
|
@ -0,0 +1,57 @@
|
|||
###################
|
||||
# Demand Subjugation
|
||||
# by Petter Vilberg
|
||||
###################
|
||||
mongol_demand_subjugation_interaction = {
|
||||
category = interaction_category_hostile
|
||||
icon = icon_dismiss_temporary_regency
|
||||
|
||||
auto_accept = yes
|
||||
use_diplomatic_range = yes
|
||||
|
||||
desc = mongol_demand_subjugation_interaction_desc
|
||||
|
||||
is_shown = {
|
||||
scope:actor = {
|
||||
any_owned_story = {
|
||||
story_type = story_mongol_invasion
|
||||
}
|
||||
highest_held_title_tier = tier_empire
|
||||
is_independent_ruler = yes
|
||||
}
|
||||
scope:recipient = {
|
||||
NOT = { this = scope:actor }
|
||||
is_landless_adventurer = no
|
||||
is_independent_ruler = yes
|
||||
any_neighboring_top_liege_realm_owner = {
|
||||
this = scope:actor
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
is_valid_showing_failures_only = {
|
||||
OR = {
|
||||
scope:recipient = {
|
||||
highest_held_title_tier <= tier_kingdom
|
||||
}
|
||||
scope:actor = {
|
||||
is_target_in_variable_list = {
|
||||
name = subjugation_offer_under_consideration
|
||||
target = scope:recipient
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
on_accept = {
|
||||
custom_tooltip = mongol_demand_subjugation_interaction_tooltip
|
||||
hidden_effect = {
|
||||
scope:actor = {
|
||||
save_scope_as = mongol_emperor
|
||||
}
|
||||
scope:recipient = {
|
||||
send_mongol_subjugation_demand_effect = yes
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue