Yay things work now
This commit is contained in:
parent
294570f0f6
commit
719ab62dc9
25 changed files with 5584 additions and 5210 deletions
|
|
@ -4709,8 +4709,12 @@ coronation_events.6100 = {
|
|||
triggered_desc = {
|
||||
trigger = {
|
||||
scope:activity.var:activity_special_type_progression >= 25
|
||||
scope:host.faith.religion = {
|
||||
this = religion:christianity_religion
|
||||
scope:host = {
|
||||
OR = {
|
||||
faith.religion = religion:eastern_orthodox_religion
|
||||
faith.religion = religion:catholic_religion
|
||||
faith.religion = religion:protestant_religion
|
||||
}
|
||||
}
|
||||
scope:host = {
|
||||
OR = {
|
||||
|
|
@ -4731,8 +4735,12 @@ coronation_events.6100 = {
|
|||
triggered_desc = {
|
||||
trigger = {
|
||||
scope:activity.var:activity_special_type_progression >= 25
|
||||
scope:host.faith.religion = {
|
||||
this = religion:christianity_religion
|
||||
scope:host = {
|
||||
OR = {
|
||||
faith.religion = religion:eastern_orthodox_religion
|
||||
faith.religion = religion:catholic_religion
|
||||
faith.religion = religion:protestant_religion
|
||||
}
|
||||
}
|
||||
scope:host = {
|
||||
OR = {
|
||||
|
|
@ -4763,8 +4771,12 @@ coronation_events.6100 = {
|
|||
}
|
||||
triggered_desc = {
|
||||
trigger = {
|
||||
scope:host.faith.religion = {
|
||||
this = religion:christianity_religion
|
||||
scope:host = {
|
||||
OR = {
|
||||
faith.religion = religion:eastern_orthodox_religion
|
||||
faith.religion = religion:catholic_religion
|
||||
faith.religion = religion:protestant_religion
|
||||
}
|
||||
}
|
||||
}
|
||||
desc = coronation_events.6100.desc_christian
|
||||
|
|
|
|||
|
|
@ -11613,7 +11613,11 @@ pilgrimage.6760 = {
|
|||
any_secret = { type = secret_non_believer }
|
||||
}
|
||||
location.county.holder.cp:councillor_court_chaplain ?= {
|
||||
faith.religion ?= religion:christianity_religion
|
||||
OR = {
|
||||
faith.religion = religion:eastern_orthodox_religion
|
||||
faith.religion = religion:catholic_religion
|
||||
faith.religion = religion:protestant_religion
|
||||
}
|
||||
OR = {
|
||||
NOR = {
|
||||
faith = faith:orthodox
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue