diff --git a/N3OW/common/landed_titles/germany.txt b/N3OW/common/landed_titles/germany.txt index e1c8cb2d..3f9e7ec6 100644 --- a/N3OW/common/landed_titles/germany.txt +++ b/N3OW/common/landed_titles/germany.txt @@ -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 } +} \ No newline at end of file diff --git a/N3OW/common/scripted_triggers/00_clothing_triggers.txt b/N3OW/common/scripted_triggers/00_clothing_triggers.txt index 3ed28d53..38eadd67 100644 --- a/N3OW/common/scripted_triggers/00_clothing_triggers.txt +++ b/N3OW/common/scripted_triggers/00_clothing_triggers.txt @@ -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 = {