92 lines
2.1 KiB
Text
92 lines
2.1 KiB
Text
|
|
DesiredCouncilPosition = {
|
|
type = character
|
|
|
|
text = {
|
|
trigger = { scope:second = flag:chancellor }
|
|
localization_key = councillor_chancellor
|
|
}
|
|
text = {
|
|
trigger = { scope:second = flag:marshal }
|
|
localization_key = councillor_marshal
|
|
}
|
|
text = {
|
|
trigger = { scope:second = flag:steward }
|
|
localization_key = councillor_steward
|
|
}
|
|
text = {
|
|
trigger = { scope:second = flag:spymaster }
|
|
localization_key = councillor_spymaster
|
|
}
|
|
text = {
|
|
trigger = { scope:second = flag:court_chaplain }
|
|
localization_key = councillor_court_chaplain
|
|
}
|
|
}
|
|
|
|
GetPetitionLiegeTitle = {
|
|
type = character
|
|
|
|
text = {
|
|
trigger = { is_councillor = yes }
|
|
localization_key = petition_liege_title_councillor
|
|
}
|
|
text = {
|
|
trigger = { has_any_court_position = yes }
|
|
localization_key = petition_liege_title_position
|
|
}
|
|
text = {
|
|
trigger = { is_playable_character = yes }
|
|
localization_key = petition_liege_title_landed
|
|
}
|
|
text = {
|
|
trigger = { is_playable_character = no }
|
|
localization_key = petition_liege_title_courtier
|
|
}
|
|
}
|
|
|
|
GetWildcardRelationLiegeTitle = {
|
|
type = character
|
|
|
|
text = {
|
|
trigger = { is_councillor = yes }
|
|
localization_key = petition_liege_title_councillor
|
|
}
|
|
text = {
|
|
trigger = { has_any_court_position = yes }
|
|
localization_key = petition_liege_title_position
|
|
}
|
|
text = {
|
|
trigger = { is_playable_character = yes }
|
|
localization_key = petition_liege_title_landed
|
|
}
|
|
text = {
|
|
trigger = { is_playable_character = no }
|
|
localization_key = petition_liege_title_courtier
|
|
}
|
|
}
|
|
|
|
GetCouncilPositionRequest = {
|
|
type = character
|
|
|
|
text = {
|
|
trigger = { var:petition_liege_council_first ?= flag:chancellor }
|
|
localization_key = councillor_chancellor
|
|
}
|
|
text = {
|
|
trigger = { var:petition_liege_council_first ?= flag:marshal }
|
|
localization_key = councillor_marshal
|
|
}
|
|
text = {
|
|
trigger = { var:petition_liege_council_first ?= flag:steward }
|
|
localization_key = councillor_steward
|
|
}
|
|
text = {
|
|
trigger = { var:petition_liege_council_first ?= flag:spymaster }
|
|
localization_key = councillor_spymaster
|
|
}
|
|
text = {
|
|
trigger = { var:petition_liege_council_first ?= flag:court_chaplain }
|
|
localization_key = councillor_court_chaplain
|
|
}
|
|
}
|