Yay things work now
This commit is contained in:
parent
294570f0f6
commit
719ab62dc9
25 changed files with 5584 additions and 5210 deletions
|
|
@ -430,7 +430,9 @@ east_europe.0032 = {
|
|||
trigger = {
|
||||
scope:old_faith.religion = {
|
||||
OR = {
|
||||
this = religion:christianity_religion
|
||||
this = religion:eastern_orthodox_religion
|
||||
this = religion:catholic_religion
|
||||
this = religion:protestant_religion
|
||||
this = religion:islam_religion
|
||||
this = religion:judaism_religion
|
||||
is_in_family = rf_eastern
|
||||
|
|
@ -755,7 +757,11 @@ scripted_trigger generic_invalidation_criteria_trigger = {
|
|||
}
|
||||
#Scope:heretic has converted to a different Abrahamic religion.
|
||||
faith.religion = {
|
||||
NOT = { this = religion:christianity_religion }
|
||||
NOR = {
|
||||
this = religion:eastern_orthodox_religion
|
||||
this = religion:catholic_religion
|
||||
this = religion:protestant_religion
|
||||
}
|
||||
is_in_family = rf_abrahamic
|
||||
}
|
||||
#Scope:heretic has converted to a totally different religious family.
|
||||
|
|
@ -2330,7 +2336,9 @@ east_europe.0123 = {
|
|||
limit = {
|
||||
scope:heretic = {
|
||||
faith.religion = {
|
||||
NOT = { this = religion:christianity_religion }
|
||||
NOR = { this = religion:eastern_orthodox_religion
|
||||
this = religion:catholic_religion
|
||||
this = religion:protestant_religion }
|
||||
is_in_family = rf_abrahamic
|
||||
}
|
||||
}
|
||||
|
|
@ -2544,7 +2552,9 @@ east_europe.0124 = {
|
|||
limit = {
|
||||
scope:heretic = {
|
||||
faith.religion = {
|
||||
NOT = { this = religion:christianity_religion }
|
||||
NOR = { this = religion:eastern_orthodox_religion
|
||||
this = religion:catholic_religion
|
||||
this = religion:protestant_religion }
|
||||
is_in_family = rf_abrahamic
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue