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

@ -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
}
}