Stavropul start
This commit is contained in:
parent
50e221bcef
commit
4c1f524d62
158 changed files with 10079 additions and 10160 deletions
|
|
@ -62,13 +62,6 @@ portrait_wear_no_headgear_trigger = {
|
|||
|
||||
has_character_flag = roaming_character
|
||||
|
||||
AND = { # No headgear for characters without crowns
|
||||
exists = this
|
||||
portrait_wear_no_crown_trigger = yes
|
||||
# Should still wear armor when going to war
|
||||
portrait_wear_armor_trigger = no
|
||||
}
|
||||
|
||||
AND = {
|
||||
OR = {
|
||||
should_be_naked_trigger = yes # Deliberately not the "fully naked" one since dropping your crown's intended even if nudity is disabled
|
||||
|
|
@ -126,20 +119,6 @@ portrait_wear_armor_trigger = {
|
|||
limit = { portrait_sickness_trigger = yes }
|
||||
is_in_army = yes
|
||||
}
|
||||
trigger_if = {
|
||||
limit = { government_allows = barter }
|
||||
OR = {
|
||||
is_at_war = yes
|
||||
involved_activity = { has_activity_type = activity_tournament }
|
||||
# Serving Varangian
|
||||
has_character_flag = is_currently_varangian
|
||||
# In a Duel
|
||||
has_character_flag = single_combat_duel_armor
|
||||
has_character_flag = forced_knight_armor
|
||||
# In a Tournament
|
||||
activity_tournament_armor_trigger = yes
|
||||
}
|
||||
}
|
||||
OR = {
|
||||
# Mercenaries, Holy Orders, Adventurers
|
||||
AND = {
|
||||
|
|
@ -214,7 +193,6 @@ portrait_wear_armor_trigger = {
|
|||
OR = {
|
||||
vassal_contract_has_flag = celestial_province_protectorate
|
||||
vassal_contract_has_flag = celestial_province_military
|
||||
vassal_contract_has_flag = meritocratic_province_protectorate
|
||||
vassal_contract_has_flag = meritocratic_province_military
|
||||
has_title = title:e_minister_grand_marshal
|
||||
}
|
||||
|
|
@ -252,20 +230,6 @@ portrait_wear_armor_currently_in_army_trigger = {
|
|||
is_commanding_army = yes
|
||||
exists = knight_army
|
||||
}
|
||||
trigger_if = {
|
||||
limit = { government_allows = barter }
|
||||
OR = {
|
||||
is_at_war = yes
|
||||
involved_activity = { has_activity_type = activity_tournament }
|
||||
# Serving Varangian
|
||||
has_character_flag = is_currently_varangian
|
||||
# In a Duel
|
||||
has_character_flag = single_combat_duel_armor
|
||||
has_character_flag = forced_knight_armor
|
||||
# In a Tournament
|
||||
activity_tournament_armor_trigger = yes
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
portrait_wear_no_armor_trigger = {
|
||||
|
|
@ -285,7 +249,6 @@ portrait_accoladed_knight_trigger = {
|
|||
highest_held_title_tier = tier_duchy
|
||||
}
|
||||
accolade = {
|
||||
is_accolade_active = yes
|
||||
accolade_rank >= 5
|
||||
}
|
||||
}
|
||||
|
|
@ -294,7 +257,6 @@ portrait_accoladed_knight_trigger = {
|
|||
highest_held_title_tier = tier_kingdom
|
||||
}
|
||||
accolade = {
|
||||
is_accolade_active = yes
|
||||
accolade_rank >= 3
|
||||
}
|
||||
}
|
||||
|
|
@ -302,9 +264,6 @@ portrait_accoladed_knight_trigger = {
|
|||
liege ?= {
|
||||
highest_held_title_tier = tier_empire
|
||||
}
|
||||
accolade = {
|
||||
is_accolade_active = yes
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -328,20 +287,6 @@ portrait_wear_helmet_trigger = { # Different from Armor, as (crowned) Kings and
|
|||
limit = { portrait_sickness_trigger = yes }
|
||||
is_in_army = yes
|
||||
}
|
||||
trigger_if = {
|
||||
limit = { government_allows = barter }
|
||||
OR = {
|
||||
is_at_war = yes
|
||||
involved_activity = { has_activity_type = activity_tournament }
|
||||
# Serving Varangian
|
||||
has_character_flag = is_currently_varangian
|
||||
# In a Duel
|
||||
has_character_flag = single_combat_duel_armor
|
||||
has_character_flag = forced_knight_armor
|
||||
# In a Tournament
|
||||
activity_tournament_armor_trigger = yes
|
||||
}
|
||||
}
|
||||
OR = {
|
||||
# Adventurers
|
||||
AND = {
|
||||
|
|
@ -422,7 +367,6 @@ portrait_wear_helmet_trigger = { # Different from Armor, as (crowned) Kings and
|
|||
OR = {
|
||||
vassal_contract_has_flag = celestial_province_protectorate
|
||||
vassal_contract_has_flag = celestial_province_military
|
||||
vassal_contract_has_flag = meritocratic_province_protectorate
|
||||
vassal_contract_has_flag = meritocratic_province_military
|
||||
has_title = title:e_minister_grand_marshal
|
||||
}
|
||||
|
|
@ -460,6 +404,8 @@ portrait_wear_helmet_trigger = { # Different from Armor, as (crowned) Kings and
|
|||
portrait_wear_no_crown_trigger = { # Rulers should be coronated to wear a crown barring exceptions
|
||||
exists = this
|
||||
OR = {
|
||||
is_governor = yes
|
||||
|
||||
trigger_if = { # No crowns for uncoronated characters
|
||||
limit = { has_ach_dlc_trigger = yes }
|
||||
has_realm_law = uncrowned
|
||||
|
|
@ -528,6 +474,7 @@ should_use_fat_animation = {
|
|||
}
|
||||
AND = { # Fat non dwarf
|
||||
scope:current_weight >= 40
|
||||
scope:current_weight <= 80
|
||||
is_dwarf_height = no
|
||||
}
|
||||
AND = { # Pregnant non dwarf
|
||||
|
|
@ -2150,7 +2097,7 @@ portrait_high_nobles_headgear_trigger = {
|
|||
limit = { culture = { has_clothing_gfx = japanese_clothing_gfx } }
|
||||
tgp_japanese_high_nobility_clothing_trigger = yes
|
||||
}
|
||||
trigger_else = { highest_held_title_tier >= tier_duchy }
|
||||
trigger_else = { highest_held_title_tier = tier_duchy }
|
||||
AND = {
|
||||
government_has_flag = government_is_republic
|
||||
primary_title.tier > tier_county
|
||||
|
|
@ -2163,6 +2110,17 @@ portrait_high_nobles_headgear_trigger = {
|
|||
highest_held_title_tier >= tier_kingdom
|
||||
is_governor = yes
|
||||
}
|
||||
AND = { # Uncoronated kings and emperors can use high nobility headgear
|
||||
OR = {
|
||||
portrait_royalty_trigger = {
|
||||
CULTURE_INPUT = $CULTURE_INPUT$
|
||||
}
|
||||
portrait_imperial_trigger = {
|
||||
CULTURE_INPUT = $CULTURE_INPUT$
|
||||
}
|
||||
}
|
||||
portrait_wear_no_crown_trigger = yes
|
||||
}
|
||||
}
|
||||
NOR = { # Blocked for mercenaries and adventurers
|
||||
government_has_flag = government_is_mercenary
|
||||
|
|
@ -2291,6 +2249,11 @@ portrait_royalty_trigger = {
|
|||
OR = {
|
||||
is_ruler = no
|
||||
highest_held_title_tier = tier_barony
|
||||
AND = {
|
||||
is_landed = no
|
||||
exists = primary_spouse
|
||||
target_is_liege_or_above = primary_spouse
|
||||
}
|
||||
}
|
||||
primary_spouse ?= {
|
||||
is_governor = no
|
||||
|
|
@ -2342,6 +2305,13 @@ portrait_royalty_clothing_trigger = {
|
|||
portrait_wear_no_armor_trigger = yes
|
||||
}
|
||||
|
||||
portrait_royalty_headgear_trigger = {
|
||||
portrait_royalty_trigger = {
|
||||
CULTURE_INPUT = $CULTURE_INPUT$
|
||||
}
|
||||
portrait_wear_no_crown_trigger = no
|
||||
}
|
||||
|
||||
portrait_royalty_african_headgear_trigger = {
|
||||
trigger_if = {
|
||||
limit = { exists = this }
|
||||
|
|
@ -2486,6 +2456,13 @@ portrait_imperial_clothing_trigger = {
|
|||
portrait_wear_no_armor_trigger = yes
|
||||
}
|
||||
|
||||
portrait_imperial_headgear_trigger = {
|
||||
portrait_imperial_trigger = {
|
||||
CULTURE_INPUT = $CULTURE_INPUT$
|
||||
}
|
||||
portrait_wear_no_crown_trigger = no
|
||||
}
|
||||
|
||||
portrait_imperial_nobles_headgear_trigger = {
|
||||
trigger_if = {
|
||||
limit = { exists = this }
|
||||
|
|
@ -3168,9 +3145,11 @@ portrait_religious_african_trigger = {
|
|||
### DDE HRE ###
|
||||
|
||||
portrait_reichskrone_trigger = {
|
||||
exists = this
|
||||
OR = {
|
||||
has_primary_title = title:e_european_union
|
||||
}
|
||||
portrait_wear_no_crown_trigger = no
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue