vlad + clothing triggers fixes
This commit is contained in:
parent
74f551ea66
commit
afd38023bf
2 changed files with 32 additions and 6 deletions
|
|
@ -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 }
|
||||
}
|
||||
|
|
@ -2551,9 +2551,17 @@ portrait_religious_head_popes_trigger = {
|
|||
exists = this
|
||||
OR = {
|
||||
AND = {
|
||||
faith = faith:catholic
|
||||
faith = faith:sevillian
|
||||
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 ?= {
|
||||
is_head_of_faith = yes
|
||||
}
|
||||
|
|
@ -2597,13 +2605,15 @@ portrait_religious_faith_or_foundational_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 = {
|
||||
faith = {
|
||||
portrait_religious_faith_or_foundational_trigger = { FAITH = faith:catholic }
|
||||
}
|
||||
religion = religion:catholic_religion
|
||||
}
|
||||
|
||||
portrait_religious_orthodox_trigger = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue