Yay things work now
This commit is contained in:
parent
294570f0f6
commit
719ab62dc9
25 changed files with 5584 additions and 5210 deletions
|
|
@ -8369,7 +8369,11 @@ ach_coronation.0027 = {
|
|||
AND = { # If a European Christian, the crusades are going on
|
||||
location = { geographical_region = world_europe }
|
||||
religion = {
|
||||
this = religion:christianity_religion
|
||||
OR = {
|
||||
this = religion:eastern_orthodox_religion
|
||||
this = religion:catholic_religion
|
||||
this = religion:protestant_religion
|
||||
}
|
||||
exists = var:variable_ghw_unlocked
|
||||
}
|
||||
}
|
||||
|
|
@ -8412,7 +8416,9 @@ ach_coronation.0027 = {
|
|||
factor = 3
|
||||
faith = {
|
||||
has_variable = variable_ghw_cooldown # There was a recent crusade
|
||||
religion = { this = religion:christianity_religion }
|
||||
religion = {OR = { this = religion:eastern_orthodox_religion
|
||||
this = religion:catholic_religion
|
||||
this = religion:protestant_religion } }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5282,7 +5282,11 @@ ep3_governor_yearly.3060 = {
|
|||
trigger = {
|
||||
scope:emperor = {
|
||||
religion = {
|
||||
this = religion:christianity_religion
|
||||
OR = {
|
||||
this = religion:eastern_orthodox_religion
|
||||
this = religion:catholic_religion
|
||||
this = religion:protestant_religion
|
||||
}
|
||||
}
|
||||
primary_title = {
|
||||
this = title:e_byzantium
|
||||
|
|
@ -5319,7 +5323,11 @@ ep3_governor_yearly.3060 = {
|
|||
trigger = {
|
||||
scope:emperor = {
|
||||
religion = {
|
||||
this = religion:christianity_religion
|
||||
OR = {
|
||||
this = religion:eastern_orthodox_religion
|
||||
this = religion:catholic_religion
|
||||
this = religion:protestant_religion
|
||||
}
|
||||
}
|
||||
primary_title = {
|
||||
this = title:e_byzantium
|
||||
|
|
|
|||
|
|
@ -4407,7 +4407,11 @@ ep3_interactions_events.0620 = { # Ask for Influence accepted letter
|
|||
triggered_desc = {
|
||||
trigger = {
|
||||
faith.religion = {
|
||||
this = religion:christianity_religion
|
||||
OR = {
|
||||
this = religion:eastern_orthodox_religion
|
||||
this = religion:catholic_religion
|
||||
this = religion:protestant_religion
|
||||
}
|
||||
}
|
||||
}
|
||||
desc = ep3_interactions_events.0620.desc_byz
|
||||
|
|
|
|||
|
|
@ -6122,9 +6122,13 @@ fp2_yearly.9001 = {
|
|||
}
|
||||
|
||||
trigger = {
|
||||
root.religion = religion:christianity_religion
|
||||
root.religion = {
|
||||
OR = {
|
||||
this = religion:eastern_orthodox_religion
|
||||
this = religion:catholic_religion
|
||||
this = religion:protestant_religion
|
||||
}
|
||||
is_landed = yes
|
||||
NOT = { faith = faith:conversos }
|
||||
}
|
||||
|
||||
weight_multiplier = {
|
||||
|
|
@ -6319,7 +6323,9 @@ fp2_yearly.9001 = {
|
|||
faith = {
|
||||
religion = {
|
||||
OR = {
|
||||
this = religion:christianity_religion
|
||||
this = religion:eastern_orthodox_religion
|
||||
this = religion:catholic_religion
|
||||
this = religion:protestant_religion
|
||||
this = religion:judaism_religion
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue