Yay things work now
This commit is contained in:
parent
294570f0f6
commit
719ab62dc9
25 changed files with 5584 additions and 5210 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue