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

@ -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
}