This commit is contained in:
Heidesommer 2026-05-21 21:45:58 -04:00
parent 6bc66eeada
commit 93cf9747bd
25 changed files with 2049 additions and 2002 deletions

View file

@ -11656,7 +11656,7 @@ pilgrimage.6760 = {
faith = faith:orthodox
faith.religion = religion:catholic_religion
}
faith.religion ?= religion:christianity_religion
OR = { faith.religion = religion:protestant_religion faith.religion = religion:eastern_orthodox_religion }
}
add = 100
}

View file

@ -3591,10 +3591,10 @@ scripted_trigger artifact_4070_valid_relic_trigger = {
}
trigger_else_if = {
limit = {
var:relic = flag:finno_ugric_religion
var:relic = flag:finnic_religion
}
previous_owner ?= {
NOT = { faith.religion = religion:finno_ugric_religion }
NOT = { faith.religion = religion:finnic_religion }
}
}
trigger_else = {

View file

@ -548,7 +548,7 @@ east_europe.0034 = {
#Magyar_pagans are happy about this unexpected turn of events!
option = {
name = east_europe.0034.a
trigger = { religion = religion:magyar_religion }
trigger = { religion = religion:hungaric_religion }
add_stress = minor_stress_loss
}
@ -557,7 +557,7 @@ east_europe.0034 = {
name = east_europe.0034.b
trigger = {
top_liege = root
NOT = { religion = religion:magyar_religion }
NOT = { religion = religion:hungaric_religion }
}
set_character_faith_with_conversion = faith:magyar_pagan
if = {

View file

@ -3548,9 +3548,19 @@ ep3_decisions_event.4010 = {
scripted_trigger ask_help_valid_for_crusades_trigger = {
# There is in the world a christian faith with crusades and a HoF to call them (mainly Catholic)
religion:christianity_religion = {
exists = var:variable_ghw_unlocked
NOT = { exists = var:variable_first_ghw_cooldown }
OR = {
religion:protestant_religion = {
exists = var:variable_ghw_unlocked
NOT = { exists = var:variable_first_ghw_cooldown }
}
religion:catholic_religion = {
exists = var:variable_ghw_unlocked
NOT = { exists = var:variable_first_ghw_cooldown }
}
religion:eastern_orthodox_religion = {
exists = var:variable_ghw_unlocked
NOT = { exists = var:variable_first_ghw_cooldown }
}
}
scope:pope = {
is_imprisoned = no

View file

@ -5394,7 +5394,7 @@ ep3_governor_yearly.3060 = {
trigger = {
scope:emperor = {
capital_county = title:c_byzantion
religion = religion:christianity_religion
OR = { religion = religion:catholic_religion religion = religion:eastern_orthodox_religion religion = religion:protestant_religion }
NOT = {
has_character_flag = ep3_new_emperor_afield
}
@ -5407,7 +5407,7 @@ ep3_governor_yearly.3060 = {
NOT = {
scope:emperor = {
capital_county = title:c_byzantion
religion = religion:christianity_religion
OR = { religion = religion:catholic_religion religion = religion:eastern_orthodox_religion religion = religion:protestant_religion }
}
}
scope:emperor = {
@ -5463,7 +5463,7 @@ ep3_governor_yearly.3060 = {
left_portrait = {
character = scope:emperor
triggered_animation = {
trigger = { religion = religion:christianity_religion }
trigger = { OR = { religion = religion:catholic_religion religion = religion:eastern_orthodox_religion religion = religion:protestant_religion } }
animation = acknowledging # anim uses crucifix scepter
}
animation = war_over_win

View file

@ -1042,8 +1042,16 @@ great_holy_war.0010 = {
current_date >= 2600.1.1
}
AND = { # I learned it from you! - Muslims second.
religion:christianity_religion = {
exists = var:variable_ghw_unlocked
OR = {
religion:eastern_orthodox_religion = {
exists = var:variable_ghw_unlocked
}
religion:catholic_religion = {
exists = var:variable_ghw_unlocked
}
religion:protestant_religion = {
exists = var:variable_ghw_unlocked
}
}
religion:islam_religion = root.religion
any_holy_site = {
@ -1054,8 +1062,16 @@ great_holy_war.0010 = {
}
}
AND = { # And we learned it from you! - Everyone else last.
religion:christianity_religion = {
exists = var:variable_ghw_unlocked
OR = {
religion:eastern_orthodox_religion = {
exists = var:variable_ghw_unlocked
}
religion:catholic_religion = {
exists = var:variable_ghw_unlocked
}
religion:protestant_religion = {
exists = var:variable_ghw_unlocked
}
}
religion:islam_religion = {
exists = var:variable_ghw_unlocked
@ -1081,7 +1097,7 @@ great_holy_war.0010 = {
title:c_jerusalem.holder = {
NOT = { OR = { faith.religion = religion:eastern_orthodox_religion faith.religion = religion:catholic_religion faith.religion = religion:protestant_religion } }
}
current_date >= 1095.1.1
current_date >= 2695.1.1
OR = { faith.religion = religion:eastern_orthodox_religion faith.religion = religion:catholic_religion faith.religion = religion:protestant_religion }
}
modifier = { # Historical push for overall Islamic control.
@ -1089,7 +1105,7 @@ great_holy_war.0010 = {
title:c_jerusalem.holder.top_liege = {
NOT = { faith.religion = religion:islam_religion }
}
current_date >= 1095.1.1
current_date >= 2695.1.1
root.religion = religion:islam_religion
}
}