clothing trigger fixes
This commit is contained in:
parent
f44a6adf59
commit
19685a61b5
1 changed files with 12 additions and 7 deletions
|
|
@ -2260,9 +2260,17 @@ portrait_religious_head_popes_trigger = {
|
|||
exists = this
|
||||
OR = {
|
||||
AND = {
|
||||
faith = faith:catholic
|
||||
faith = faith:roman_catholic
|
||||
is_adult = yes
|
||||
religion = religion:christianity_religion
|
||||
religion = religion:catholic_religion
|
||||
primary_title ?= {
|
||||
is_head_of_faith = yes
|
||||
}
|
||||
}
|
||||
AND = {
|
||||
faith = faith:sevillian
|
||||
is_adult = yes
|
||||
religion = religion:catholic_religion
|
||||
primary_title ?= {
|
||||
is_head_of_faith = yes
|
||||
}
|
||||
|
|
@ -2313,9 +2321,7 @@ portrait_religious_christian_trigger = {
|
|||
}
|
||||
|
||||
portrait_religious_catholic_trigger = {
|
||||
faith = {
|
||||
portrait_religious_faith_or_foundational_trigger = { FAITH = faith:catholic }
|
||||
}
|
||||
religion = religion:catholic_religion
|
||||
}
|
||||
|
||||
portrait_religious_orthodox_trigger = {
|
||||
|
|
@ -2430,8 +2436,7 @@ portrait_religious_african_trigger = {
|
|||
### DDE HRE ###
|
||||
|
||||
portrait_reichskrone_trigger = {
|
||||
exists = this
|
||||
OR = {
|
||||
AND = {
|
||||
has_primary_title = title:e_hre
|
||||
any_equipped_character_artifact = {
|
||||
has_variable = reichskrone
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue