N3OW/common/scripted_triggers/NEOW_religion_triggers.txt

31 lines
647 B
Text
Raw Normal View History

2026-05-22 02:01:12 -04:00
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 = {
faith = faith:orleaniste
faith.religion = religion:catholic_religion
2025-12-15 15:13:56 -05:00
}
2026-05-22 02:01:12 -04:00
}
NEOW_is_broadly_protestant_trigger = {
OR = {
faith = faith:aslanite
faith.religion = religion:protestant_religion
2026-05-22 02:01:12 -04:00
}
}
NEOW_is_broadly_orthodox_trigger = {
faith.religion = religion:eastern_orthodox_religion
2026-05-22 02:01:12 -04:00
}
NEOW_is_broadly_muslim_trigger = {
OR = {
faith = faith:simurghi
faith.religion = religion:islam_religion
2026-05-22 02:01:12 -04:00
}
}