You wanna buy an amethyst
This commit is contained in:
parent
dd73548da0
commit
233c06eda2
12 changed files with 7731 additions and 32 deletions
|
|
@ -338,6 +338,28 @@ JudaismRelic = {
|
|||
}
|
||||
}
|
||||
|
||||
FractureRelicName = {
|
||||
type = character
|
||||
|
||||
text = {
|
||||
trigger = {
|
||||
scope:fracture_relic_name = flag:amethyst
|
||||
}
|
||||
localization_key = artifact_pedestal_amethyst_name
|
||||
}
|
||||
}
|
||||
|
||||
FractureRelic = {
|
||||
type = character
|
||||
|
||||
text = {
|
||||
trigger = {
|
||||
scope:fracture_relic_name = flag:amethyst
|
||||
}
|
||||
localization_key = artifact_pedestal_amethyst_description
|
||||
}
|
||||
}
|
||||
|
||||
RandomSaint = { # Used for statue artifact
|
||||
type = character
|
||||
|
||||
|
|
|
|||
|
|
@ -1649,10 +1649,10 @@ RandomReligiousTextName = {
|
|||
#We're a LAAMP visiting somewhere
|
||||
trigger_else_if = {
|
||||
limit = { exists = scope:visiting_location }
|
||||
location.faith..religion = religion:eastern_orthodox_religion
|
||||
location.faith.religion = religion:eastern_orthodox_religion
|
||||
}
|
||||
#The book is of my religion
|
||||
trigger_else = { faith..religion = religion:eastern_orthodox_religion }
|
||||
trigger_else = { faith.religion = religion:eastern_orthodox_religion }
|
||||
}
|
||||
localization_key = random_religious_text_chrysostomos
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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