Figuring out some triggers
This commit is contained in:
parent
179d384f7a
commit
dd73548da0
4 changed files with 32 additions and 7 deletions
|
|
@ -1,6 +1,31 @@
|
||||||
NEOW_is_catholic_or_catholic_adjacent_trigger = {
|
NEOW_religion_is_broadly_christian_trigger = {
|
||||||
|
OR = {
|
||||||
|
NEOW_is_broadly_catholic_trigger = yes
|
||||||
|
NEOW_is_broadly_protestant_trigger = yes
|
||||||
|
NEOW_is_broadly_orthodox_trigger = yes
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
NEOW_is_broadly_catholic_trigger = {
|
||||||
OR = {
|
OR = {
|
||||||
faith = faith:orleaniste
|
faith = faith:orleaniste
|
||||||
religion = religion:catholic_religion
|
religion = religion:catholic_religion
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
NEOW_is_broadly_protestant_trigger = {
|
||||||
|
OR = {
|
||||||
|
faith = faith:aslanite
|
||||||
|
religion = religion:protestant_religion
|
||||||
|
}
|
||||||
|
}
|
||||||
|
NEOW_is_broadly_orthodox_trigger = {
|
||||||
|
religion = religion:eastern_orthodox_religion
|
||||||
|
}
|
||||||
|
|
||||||
|
NEOW_is_broadly_muslim_trigger = {
|
||||||
|
OR = {
|
||||||
|
faith = faith:simurghi
|
||||||
|
religion = religion:islam_religion
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -13067,7 +13067,7 @@ hold_court.8020 = {
|
||||||
}
|
}
|
||||||
hidden_effect = {
|
hidden_effect = {
|
||||||
if = {
|
if = {
|
||||||
limit = { OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion } }
|
limit = { NEOW_religion_is_broadly_christian_trigger = yes }
|
||||||
create_artifact_pedestal_reliquary_christian_effect = { OWNER = scope:bishop }
|
create_artifact_pedestal_reliquary_christian_effect = { OWNER = scope:bishop }
|
||||||
}
|
}
|
||||||
else_if = {
|
else_if = {
|
||||||
|
|
|
||||||
|
|
@ -11874,13 +11874,13 @@ pilgrimage.6770 = {
|
||||||
first_valid = {
|
first_valid = {
|
||||||
triggered_desc = {
|
triggered_desc = {
|
||||||
trigger = {
|
trigger = {
|
||||||
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion }
|
NEOW_religion_is_broadly_christian_trigger = yes
|
||||||
}
|
}
|
||||||
desc = pilgrimage.6770.desc.christian
|
desc = pilgrimage.6770.desc.christian
|
||||||
}
|
}
|
||||||
triggered_desc = {
|
triggered_desc = {
|
||||||
trigger = {
|
trigger = {
|
||||||
religion = religion:islam_religion
|
NEOW_is_broadly_muslim_trigger = yes
|
||||||
}
|
}
|
||||||
desc = pilgrimage.6770.desc.islam
|
desc = pilgrimage.6770.desc.islam
|
||||||
}
|
}
|
||||||
|
|
@ -11943,11 +11943,11 @@ pilgrimage.6770 = {
|
||||||
}
|
}
|
||||||
hidden_effect_new_object = {
|
hidden_effect_new_object = {
|
||||||
if = {
|
if = {
|
||||||
limit = { OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion } }
|
limit = { NEOW_religion_is_broadly_christian_trigger = yes }
|
||||||
create_artifact_pedestal_reliquary_christian_effect = { OWNER = scope:relic_merchant }
|
create_artifact_pedestal_reliquary_christian_effect = { OWNER = scope:relic_merchant }
|
||||||
}
|
}
|
||||||
else_if = {
|
else_if = {
|
||||||
limit = { religion = religion:islam_religion }
|
limit = { NEOW_is_broadly_muslim_trigger = yes }
|
||||||
create_artifact_pedestal_reliquary_islam_effect = { OWNER = scope:relic_merchant }
|
create_artifact_pedestal_reliquary_islam_effect = { OWNER = scope:relic_merchant }
|
||||||
}
|
}
|
||||||
else_if = {
|
else_if = {
|
||||||
|
|
|
||||||
|
|
@ -203,7 +203,7 @@ disbelieve_mandala_ongoing.0010 = {
|
||||||
save_scope_as = spymaster
|
save_scope_as = spymaster
|
||||||
hidden_effect = {
|
hidden_effect = {
|
||||||
if = {
|
if = {
|
||||||
limit = { OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion } }
|
limit = { NEOW_religion_is_broadly_christian_trigger = yes }
|
||||||
create_artifact_pedestal_reliquary_christian_effect = { OWNER = scope:spymaster }
|
create_artifact_pedestal_reliquary_christian_effect = { OWNER = scope:spymaster }
|
||||||
}
|
}
|
||||||
else_if = {
|
else_if = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue