Update 00_clothing_triggers.txt
This commit is contained in:
parent
0bb866fb19
commit
1172118323
1 changed files with 15 additions and 0 deletions
|
|
@ -126,6 +126,21 @@ portrait_wear_armor_trigger = {
|
||||||
limit = { portrait_sickness_trigger = yes }
|
limit = { portrait_sickness_trigger = yes }
|
||||||
is_in_army = yes
|
is_in_army = yes
|
||||||
}
|
}
|
||||||
|
trigger_if = {
|
||||||
|
limit = { government_allows = barter }
|
||||||
|
OR = {
|
||||||
|
is_at_war = yes
|
||||||
|
involved_activity = { has_activity_type = activity_tournament }
|
||||||
|
has_character_flag = wear_armor
|
||||||
|
# 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 = {
|
OR = {
|
||||||
# Mercenaries, Holy Orders, Adventurers
|
# Mercenaries, Holy Orders, Adventurers
|
||||||
AND = {
|
AND = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue