You wanna buy an amethyst
This commit is contained in:
parent
dd73548da0
commit
233c06eda2
12 changed files with 7731 additions and 32 deletions
|
|
@ -746,10 +746,9 @@ GetCoronationSite = {
|
|||
text = { # Palatine Chapel in Aachen
|
||||
trigger = {
|
||||
OR = {
|
||||
religion = religion:eastern_orthodox_religion
|
||||
religion = religion:catholic_religion
|
||||
religion = religion:protestant_religion
|
||||
}
|
||||
NEOW_religion_is_broadly_christian_trigger = yes
|
||||
faith = faith:carolingian
|
||||
}
|
||||
has_special_building = yes
|
||||
has_building_or_higher = palace_of_aachen_01
|
||||
}
|
||||
|
|
@ -758,11 +757,7 @@ GetCoronationSite = {
|
|||
|
||||
text = { # Hagia Sophia
|
||||
trigger = {
|
||||
OR = {
|
||||
religion = religion:eastern_orthodox_religion
|
||||
religion = religion:catholic_religion
|
||||
religion = religion:protestant_religion
|
||||
}
|
||||
NEOW_religion_is_broadly_christian_trigger = yes
|
||||
has_special_building = yes
|
||||
has_building = hagia_sophia_01
|
||||
}
|
||||
|
|
@ -780,11 +775,7 @@ GetCoronationSite = {
|
|||
|
||||
text = { # Church of the Holy Sepulchre
|
||||
trigger = {
|
||||
OR = {
|
||||
religion = religion:eastern_orthodox_religion
|
||||
religion = religion:catholic_religion
|
||||
religion = religion:protestant_religion
|
||||
}
|
||||
NEOW_religion_is_broadly_christian_trigger = yes
|
||||
has_special_building = yes
|
||||
OR = {
|
||||
has_building_or_higher = dome_of_the_rock_01
|
||||
|
|
@ -796,11 +787,7 @@ GetCoronationSite = {
|
|||
|
||||
text = { # Wawel Cathedral
|
||||
trigger = {
|
||||
OR = {
|
||||
religion = religion:eastern_orthodox_religion
|
||||
religion = religion:catholic_religion
|
||||
religion = religion:protestant_religion
|
||||
}
|
||||
NEOW_religion_is_broadly_christian_trigger = yes
|
||||
this.barony = title:b_krakow
|
||||
}
|
||||
localization_key = CoronationSiteWawelCathedral
|
||||
|
|
@ -808,11 +795,7 @@ GetCoronationSite = {
|
|||
|
||||
text = { # Westminster Abbey
|
||||
trigger = {
|
||||
OR = {
|
||||
religion = religion:eastern_orthodox_religion
|
||||
religion = religion:catholic_religion
|
||||
religion = religion:protestant_religion
|
||||
}
|
||||
NEOW_religion_is_broadly_christian_trigger = yes
|
||||
has_special_building = yes
|
||||
has_building_or_higher = the_tower_of_london_01
|
||||
}
|
||||
|
|
@ -833,7 +816,7 @@ GetCoronationSitePrefix = {
|
|||
trigger = {
|
||||
OR = {
|
||||
AND = {
|
||||
religion = religion:christianity_religion
|
||||
NEOW_religion_is_broadly_christian_trigger = yes
|
||||
OR = {
|
||||
this.barony = title:b_krakow
|
||||
has_building_or_higher = palace_of_aachen_01
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue