vlad + clothing triggers fixes

This commit is contained in:
trashb0at 2025-11-16 13:06:06 -05:00
parent 74f551ea66
commit afd38023bf
2 changed files with 32 additions and 6 deletions

View file

@ -3706,3 +3706,19 @@ e_germany = {
} }
} }
} }
# Adventurer Titles
d_laamp_vlad = { # Vlad
color = { 100 100 100 }
capital = c_wolkenstein
definite_form = yes
landless = yes
require_landless = yes
ruler_uses_title_name = no
no_automatic_claims = yes
destroy_if_invalid_heir = yes
ai_primary_priority = { add = @never_primary_score }
}

View file

@ -2551,9 +2551,17 @@ portrait_religious_head_popes_trigger = {
exists = this exists = this
OR = { OR = {
AND = { AND = {
faith = faith:catholic faith = faith:sevillian
is_adult = yes is_adult = yes
religion = religion:christianity_religion religion = religion:catholic_religion
primary_title ?= {
is_head_of_faith = yes
}
}
AND = {
faith = faith:roman_catholic
is_adult = yes
religion = religion:catholic_religion
primary_title ?= { primary_title ?= {
is_head_of_faith = yes is_head_of_faith = yes
} }
@ -2597,13 +2605,15 @@ portrait_religious_faith_or_foundational_trigger = {
} }
portrait_religious_christian_trigger = { portrait_religious_christian_trigger = {
religion = religion:christianity_religion OR = {
religion = religion:catholic_religion
religion = religion:protestant_religion
religion = religion:eastern_orthodox_religion
}
} }
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 = {