This commit is contained in:
Heidesommer 2026-05-25 21:37:55 -04:00
parent 030862fe37
commit 240f4d01ae
6 changed files with 311 additions and 310 deletions

View file

@ -1939,12 +1939,12 @@
# regalia_accessory
regalia_accessory_orb = {
group = regalia_accessory
trigger = { OR = { scope:owner = { religion = religion:eastern_orthodox_religion scope:owner = { religion = religion:catholic_religion scope:owner = { religion = religion:protestant_religion } } }
trigger = { scope:owner = { NEOW_religion_is_broadly_christian_trigger = yes } }
weight = 100
}
regalia_accessory_necklace = {
group = regalia_accessory
trigger = { NOT = { OR = { scope:owner = { religion = religion:eastern_orthodox_religion scope:owner = { religion = religion:catholic_religion scope:owner = { religion = religion:protestant_religion } } } }
trigger = { NOT = { scope:owner = { NEOW_religion_is_broadly_christian_trigger = yes } } }
weight = 100
}