Yay things work now

This commit is contained in:
Heidesommer 2026-05-20 04:02:41 -04:00
parent 294570f0f6
commit 719ab62dc9
25 changed files with 5584 additions and 5210 deletions

View file

@ -355,8 +355,7 @@ RandomSaint = { # Used for statue artifact
trigger = {
OR = {
religion = religion:catholic_religion
faith = faith:orthodox
faith = faith:nestorian
religion = religion:eastern_orthodox_religion
}
}
localization_key = west_christian_fertility_god_name
@ -366,8 +365,7 @@ RandomSaint = { # Used for statue artifact
trigger = {
OR = {
religion = religion:catholic_religion
faith = faith:orthodox
faith = faith:nestorian
religion = religion:eastern_orthodox_religion
}
}
localization_key = west_christian_wealth_god_name
@ -377,8 +375,7 @@ RandomSaint = { # Used for statue artifact
trigger = {
OR = {
religion = religion:catholic_religion
faith = faith:orthodox
faith = faith:nestorian
religion = religion:eastern_orthodox_religion
}
}
localization_key = west_christian_household_god_name
@ -388,8 +385,7 @@ RandomSaint = { # Used for statue artifact
trigger = {
OR = {
religion = religion:catholic_religion
faith = faith:orthodox
faith = faith:nestorian
religion = religion:eastern_orthodox_religion
}
}
localization_key = west_christian_knowledge_god_name
@ -399,8 +395,7 @@ RandomSaint = { # Used for statue artifact
trigger = {
OR = {
religion = religion:catholic_religion
faith = faith:orthodox
faith = faith:nestorian
religion = religion:eastern_orthodox_religion
}
}
localization_key = west_christian_war_god_name
@ -410,8 +405,7 @@ RandomSaint = { # Used for statue artifact
trigger = {
OR = {
religion = religion:catholic_religion
faith = faith:orthodox
faith = faith:nestorian
religion = religion:eastern_orthodox_religion
}
}
localization_key = west_christian_water_god_name

View file

@ -746,9 +746,9 @@ GetCoronationSite = {
text = { # Palatine Chapel in Aachen
trigger = {
OR = {
faith.religion = religion:eastern_orthodox_religion
faith.religion = religion:catholic_religion
faith.religion = religion:protestant_religion
religion = religion:eastern_orthodox_religion
religion = religion:catholic_religion
religion = religion:protestant_religion
}
has_special_building = yes
has_building_or_higher = palace_of_aachen_01
@ -758,7 +758,11 @@ GetCoronationSite = {
text = { # Hagia Sophia
trigger = {
religion = religion:christianity_religion
OR = {
religion = religion:eastern_orthodox_religion
religion = religion:catholic_religion
religion = religion:protestant_religion
}
has_special_building = yes
has_building = hagia_sophia_01
}
@ -776,7 +780,11 @@ GetCoronationSite = {
text = { # Church of the Holy Sepulchre
trigger = {
religion = religion:christianity_religion
OR = {
religion = religion:eastern_orthodox_religion
religion = religion:catholic_religion
religion = religion:protestant_religion
}
has_special_building = yes
OR = {
has_building_or_higher = dome_of_the_rock_01
@ -788,7 +796,11 @@ GetCoronationSite = {
text = { # Wawel Cathedral
trigger = {
religion = religion:christianity_religion
OR = {
religion = religion:eastern_orthodox_religion
religion = religion:catholic_religion
religion = religion:protestant_religion
}
this.barony = title:b_krakow
}
localization_key = CoronationSiteWawelCathedral
@ -796,7 +808,11 @@ GetCoronationSite = {
text = { # Westminster Abbey
trigger = {
religion = religion:christianity_religion
OR = {
religion = religion:eastern_orthodox_religion
religion = religion:catholic_religion
religion = religion:protestant_religion
}
has_special_building = yes
has_building_or_higher = the_tower_of_london_01
}