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
|
exists = this
|
||||||
OR = {
|
OR = {
|
||||||
AND = {
|
AND = {
|
||||||
faith = faith:catholic
|
faith = faith:roman_catholic
|
||||||
is_adult = yes
|
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 ?= {
|
primary_title ?= {
|
||||||
is_head_of_faith = yes
|
is_head_of_faith = yes
|
||||||
}
|
}
|
||||||
|
|
@ -2313,9 +2321,7 @@ portrait_religious_christian_trigger = {
|
||||||
}
|
}
|
||||||
|
|
||||||
portrait_religious_catholic_trigger = {
|
portrait_religious_catholic_trigger = {
|
||||||
faith = {
|
religion = religion:catholic_religion
|
||||||
portrait_religious_faith_or_foundational_trigger = { FAITH = faith:catholic }
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
portrait_religious_orthodox_trigger = {
|
portrait_religious_orthodox_trigger = {
|
||||||
|
|
@ -2430,8 +2436,7 @@ portrait_religious_african_trigger = {
|
||||||
### DDE HRE ###
|
### DDE HRE ###
|
||||||
|
|
||||||
portrait_reichskrone_trigger = {
|
portrait_reichskrone_trigger = {
|
||||||
exists = this
|
AND = {
|
||||||
OR = {
|
|
||||||
has_primary_title = title:e_hre
|
has_primary_title = title:e_hre
|
||||||
any_equipped_character_artifact = {
|
any_equipped_character_artifact = {
|
||||||
has_variable = reichskrone
|
has_variable = reichskrone
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue