Books and stuff
This commit is contained in:
parent
6db8d2439a
commit
10f153058e
23 changed files with 17462 additions and 408 deletions
|
|
@ -4788,8 +4788,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 = {
|
||||
|
|
@ -4810,8 +4814,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 = {
|
||||
|
|
@ -4866,8 +4874,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 = {
|
||||
|
|
@ -4888,8 +4900,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 = {
|
||||
|
|
@ -4920,9 +4936,13 @@ 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_guest
|
||||
}
|
||||
|
|
@ -4933,9 +4953,13 @@ 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 = {
|
||||
AND = {
|
||||
|
|
@ -11654,9 +11678,13 @@ coronation_events.6130 = {
|
|||
}
|
||||
}
|
||||
this = scope:host
|
||||
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.6130.papal_intro_host
|
||||
}
|
||||
|
|
@ -11668,9 +11696,13 @@ coronation_events.6130 = {
|
|||
option = coronation_type_anointment
|
||||
}
|
||||
}
|
||||
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.6130.papal_intro_guest
|
||||
}
|
||||
|
|
@ -11679,7 +11711,9 @@ coronation_events.6130 = {
|
|||
this = scope:host
|
||||
scope:host.faith.religion = {
|
||||
OR = {
|
||||
this = religion:christianity_religion
|
||||
this = religion:eastern_orthodox_religion
|
||||
this = religion:catholic_religion
|
||||
this = religion:protestant_religion
|
||||
this = religion:judaism_religion
|
||||
}
|
||||
}
|
||||
|
|
@ -11691,7 +11725,9 @@ coronation_events.6130 = {
|
|||
this = scope:host
|
||||
scope:host.faith.religion = {
|
||||
OR = {
|
||||
this = religion:christianity_religion
|
||||
this = religion:eastern_orthodox_religion
|
||||
this = religion:catholic_religion
|
||||
this = religion:protestant_religion
|
||||
this = religion:judaism_religion
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -11654,7 +11654,7 @@ pilgrimage.6760 = {
|
|||
limit = {
|
||||
NOR = {
|
||||
faith = faith:orthodox
|
||||
religion = religion:catholic_religion
|
||||
faith.religion = religion:catholic_religion
|
||||
}
|
||||
faith.religion ?= religion:christianity_religion
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue