Books and stuff

This commit is contained in:
Heidesommer 2026-05-20 22:50:40 -04:00
parent 6db8d2439a
commit 10f153058e
23 changed files with 17462 additions and 408 deletions

View file

@ -284,7 +284,7 @@ great_holy_war.0001 = {
if = {
limit = {
has_ep3_dlc_trigger = yes
scope:the_faith = { this = faith:catholic }
scope:the_faith = { this = faith:roman_catholic }
ep3_frankokratia_ghw_trigger = yes
ep3_frankokratia_financier_exists_trigger = yes
}
@ -604,7 +604,7 @@ great_holy_war.0001 = {
NOT = {
exists = global_var:cath_crusade_1
}
scope:the_faith = { this = faith:catholic }
scope:the_faith = { this = faith:roman_catholic }
}
set_global_variable = {
name = cath_crusade_1
@ -613,7 +613,7 @@ great_holy_war.0001 = {
}
else_if = {
limit = {
scope:the_faith = { this = faith:catholic }
scope:the_faith = { this = faith:roman_catholic }
}
change_global_variable = {
name = cath_crusade_1
@ -882,30 +882,40 @@ scripted_trigger great_holy_war_0010_byzantion_reason_trigger = {
trigger_if = { # Byzantine Empire
limit = { exists = title:e_byzantium.holder } # Make sure a holder exists beforehand
title:e_byzantium.holder.religion = {
NOT = {
this = religion:christianity_religion
NOR = {
this = religion:catholic_religion
this = religion:orthodox_religion
this = religion:protestant_religion
}
}
}
title:c_byzantion.holder.top_liege.religion = { # Constantinople
NOT = {
this = religion:christianity_religion
}
NOR = {
this = religion:catholic_religion
this = religion:orthodox_religion
this = religion:protestant_religion
}
}
title:c_paphlagonia.holder.top_liege.religion = { # Ankyra
NOT = {
this = religion:christianity_religion
}
NOR = {
this = religion:catholic_religion
this = religion:orthodox_religion
this = religion:protestant_religion
}
}
title:c_attica.holder.top_liege.religion = { # Athens
NOT = {
this = religion:christianity_religion
}
NOR = {
this = religion:catholic_religion
this = religion:orthodox_religion
this = religion:protestant_religion
}
}
title:c_korinthos.holder.top_liege.religion = { # Corinth
NOT = {
this = religion:christianity_religion
}
NOR = {
this = religion:catholic_religion
this = religion:orthodox_religion
this = religion:protestant_religion
}
}
}
}
@ -913,29 +923,39 @@ scripted_trigger great_holy_war_0010_byzantion_reason_trigger = {
scripted_trigger great_holy_war_0010_europe_reason_trigger = {
OR = {
title:c_venaissin.holder.top_liege.religion = { # Provence
NOT = {
this = religion:christianity_religion
}
NOR = {
this = religion:catholic_religion
this = religion:orthodox_religion
this = religion:protestant_religion
}
}
title:c_toulouse.holder.top_liege.religion = { # Toulouse
NOT = {
this = religion:christianity_religion
}
NOR = {
this = religion:catholic_religion
this = religion:orthodox_religion
this = religion:protestant_religion
}
}
title:c_ile_de_france.holder.top_liege.religion = { # Paris
NOT = {
this = religion:christianity_religion
}
NOR = {
this = religion:catholic_religion
this = religion:orthodox_religion
this = religion:protestant_religion
}
}
title:c_cologne.holder.top_liege.religion = { # Cologne
NOT = {
this = religion:christianity_religion
}
NOR = {
this = religion:catholic_religion
this = religion:orthodox_religion
this = religion:protestant_religion
}
}
title:c_halberstadt.holder.top_liege.religion = { # Halberstadt
NOT = {
this = religion:christianity_religion
}
NOR = {
this = religion:catholic_religion
this = religion:orthodox_religion
this = religion:protestant_religion
}
}
}
}
@ -949,19 +969,25 @@ scripted_trigger great_holy_war_0010_mecca_reason_trigger = {
scripted_trigger great_holy_war_0010_centre_reason_trigger = {
OR = {
title:c_baghdad.holder.top_liege.religion = { # Baghdad
NOT = {
this = religion:christianity_religion
}
NOR = {
this = religion:catholic_religion
this = religion:orthodox_religion
this = religion:protestant_religion
}
}
title:c_damascus.holder.top_liege.religion = { # Damascus
NOT = {
this = religion:christianity_religion
}
NOR = {
this = religion:catholic_religion
this = religion:orthodox_religion
this = religion:protestant_religion
}
}
title:c_cairo.holder.top_liege.religion = { # Cairo
NOT = {
this = religion:christianity_religion
}
NOR = {
this = religion:catholic_religion
this = religion:orthodox_religion
this = religion:protestant_religion
}
}
}
}
@ -969,19 +995,25 @@ scripted_trigger great_holy_war_0010_centre_reason_trigger = {
scripted_trigger great_holy_war_0010_africa_reason_trigger = {
OR = {
title:c_marrakesh.holder.top_liege.religion = { # Marrakesh
NOT = {
this = religion:christianity_religion
}
NOR = {
this = religion:catholic_religion
this = religion:orthodox_religion
this = religion:protestant_religion
}
}
title:c_tunis.holder.top_liege.religion = { # Tunis
NOT = {
this = religion:christianity_religion
}
NOR = {
this = religion:catholic_religion
this = religion:orthodox_religion
this = religion:protestant_religion
}
}
title:c_algier.holder.top_liege.religion = { # Algier
NOT = {
this = religion:christianity_religion
}
NOR = {
this = religion:catholic_religion
this = religion:orthodox_religion
this = religion:protestant_religion
}
}
}
}