Stavropul start
This commit is contained in:
parent
50e221bcef
commit
4c1f524d62
158 changed files with 10079 additions and 10160 deletions
|
|
@ -302,7 +302,17 @@ GetSuccessionHeirMotion = {
|
|||
trigger = {
|
||||
trigger_if = {
|
||||
limit = { is_ruler = yes }
|
||||
has_government = landless_adventurer_government
|
||||
OR = {
|
||||
has_government = landless_adventurer_government
|
||||
AND = {
|
||||
OR = {
|
||||
any_held_title = { is_noble_family_title = yes }
|
||||
government_allows = administrative
|
||||
}
|
||||
is_independent_ruler = no
|
||||
}
|
||||
tgp_is_ceremonial_regent_trigger = yes
|
||||
}
|
||||
}
|
||||
trigger_else = {
|
||||
liege ?= { has_government = landless_adventurer_government }
|
||||
|
|
@ -508,10 +518,10 @@ GetRealmOrDomicileTooltip = {
|
|||
trigger = {
|
||||
trigger_if = {
|
||||
limit = { is_ruler = yes }
|
||||
is_governor = yes
|
||||
is_governor_or_admin_count = yes
|
||||
}
|
||||
trigger_else = {
|
||||
liege ?= { is_governor = yes }
|
||||
liege ?= { is_governor_or_admin_count = yes }
|
||||
}
|
||||
}
|
||||
localization_key = GOVERNORSHIP_TOOLTIP
|
||||
|
|
|
|||
|
|
@ -800,7 +800,7 @@ FormOfAddressForLiege = {
|
|||
trigger = {
|
||||
tgp_is_ceremonial_regent_trigger = yes
|
||||
}
|
||||
localization_key = form_of_address_ladylord_regent
|
||||
localization_key = form_of_address_liege_title
|
||||
}
|
||||
text = {
|
||||
trigger = {
|
||||
|
|
|
|||
|
|
@ -203,6 +203,24 @@ DeathMessageIntro = {
|
|||
}
|
||||
}
|
||||
|
||||
NicknameReason = {
|
||||
type = character
|
||||
|
||||
random_valid = yes
|
||||
text = {
|
||||
localization_key = SUCCESSION_EVENT_WINDOW_NICKNAME
|
||||
trigger = {
|
||||
has_any_nickname = yes
|
||||
}
|
||||
}
|
||||
text = {
|
||||
localization_key = blank_line
|
||||
trigger = {
|
||||
has_any_nickname = no
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
DeathMessageReason = {
|
||||
type = character
|
||||
|
||||
|
|
@ -455,7 +473,10 @@ DeathMessageOutro = {
|
|||
text = {
|
||||
localization_key = SUCCESSION_EVENT_WINDOW_DEAD_OUTRO_MIND_INFIRM
|
||||
trigger = {
|
||||
has_trait = infirm
|
||||
OR = {
|
||||
has_trait = infirm
|
||||
has_trait = withering_mind
|
||||
}
|
||||
}
|
||||
weight_multiplier = {
|
||||
base = 2
|
||||
|
|
@ -2099,6 +2120,22 @@ GameOverMessageNotableAchievements = {
|
|||
}
|
||||
}
|
||||
|
||||
text = {
|
||||
localization_key = SUCCESSION_EVENT_WINDOW_END_DATE_CREATED_BRUNEI_KINGDOM_DESC
|
||||
trigger = {
|
||||
exists = global_var:flag_created_brunei_kingdom
|
||||
dynasty = global_var:flag_created_brunei_kingdom.dynasty
|
||||
}
|
||||
}
|
||||
|
||||
text = {
|
||||
localization_key = SUCCESSION_EVENT_WINDOW_END_DATE_CREATED_BRUNEI_EMPIRE_DESC
|
||||
trigger = {
|
||||
exists = global_var:flag_created_brunei_empire
|
||||
dynasty = global_var:flag_created_brunei_empire.dynasty
|
||||
}
|
||||
}
|
||||
|
||||
text = {
|
||||
localization_key = SUCCESSION_EVENT_WINDOW_END_DATE_CREATED_RUM_DESC
|
||||
trigger = {
|
||||
|
|
|
|||
|
|
@ -390,6 +390,12 @@ GetLearningBuilding = {
|
|||
RockStoryName = {
|
||||
type = character
|
||||
|
||||
text = {
|
||||
trigger = {
|
||||
NOT = { exists = var:story_cycle_rock_name }
|
||||
}
|
||||
localization_key = not_yet_chosen
|
||||
}
|
||||
text = {
|
||||
trigger = {
|
||||
AND = {
|
||||
|
|
|
|||
|
|
@ -701,31 +701,31 @@ GetTurbanRebellionColor = {
|
|||
type = all
|
||||
text = {
|
||||
trigger = {
|
||||
has_global_variable = old_dynastic_color_is_red
|
||||
situation:dynastic_cycle.var:wuking_element ?= flag:metal
|
||||
}
|
||||
localization_key = red
|
||||
}
|
||||
text = {
|
||||
trigger = {
|
||||
has_global_variable = old_dynastic_color_is_green
|
||||
situation:dynastic_cycle.var:wuking_element ?= flag:earth
|
||||
}
|
||||
localization_key = green
|
||||
}
|
||||
text = {
|
||||
trigger = {
|
||||
has_global_variable = old_dynastic_color_is_white
|
||||
situation:dynastic_cycle.var:wuking_element ?= flag:wood
|
||||
}
|
||||
localization_key = white
|
||||
}
|
||||
text = {
|
||||
trigger = {
|
||||
has_global_variable = old_dynastic_color_is_black
|
||||
situation:dynastic_cycle.var:wuking_element ?= flag:fire
|
||||
}
|
||||
localization_key = black
|
||||
}
|
||||
text = {
|
||||
trigger = {
|
||||
has_global_variable = old_dynastic_color_is_yellow
|
||||
situation:dynastic_cycle.var:wuking_element ?= flag:water
|
||||
}
|
||||
localization_key = yellow
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue