finally removed the armour
This commit is contained in:
parent
a51a548e46
commit
0af600a0c2
6 changed files with 1141 additions and 2 deletions
|
|
@ -252,6 +252,20 @@ 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 = {
|
||||
|
|
@ -314,6 +328,20 @@ 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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue