This commit is contained in:
Heidesommer 2026-05-18 13:34:56 -04:00
parent 143330e057
commit 7fca9aa1d4
46 changed files with 1529 additions and 149 deletions

View file

@ -631,7 +631,7 @@ great_holy_war.0003 = {
#Catholic flavour
triggered_desc = {
desc = great_holy_war.0003.catholic.desc
trigger = { scope:the_faith = faith:catholic }
trigger = { scope:the_religion = religion:catholic_religion }
}
#Everyone else
desc = great_holy_war.0003.fallback.desc
@ -813,7 +813,7 @@ great_holy_war.0005 = {
limit = {
any_pledged_attacker = {
primary_title = { is_head_of_faith = yes }
faith = faith:catholic
religion = religion:catholic_religion
}
exists = global_var:byz_claimant_champion
global_var:byz_claimant_champion = {
@ -1144,7 +1144,7 @@ great_holy_war.0011 = {
#Christian Flavor
triggered_desc = { #Catholic Crusades, because of Rome.
trigger = {
scope:awakening_faith = faith:catholic
scope:awakening_religion = religion:catholic_religion
exists = scope:ghw_first_sponsor
great_holy_war_0010_rome_reason_trigger = yes
}
@ -1168,7 +1168,7 @@ great_holy_war.0011 = {
}
triggered_desc = { #Catholic Crusades, because of Jerusalem.
trigger = {
scope:awakening_faith = faith:catholic
scope:awakening_religion = religion:catholic_religion
exists = scope:ghw_first_sponsor
great_holy_war_0010_jerusalem_reason_trigger = yes
}
@ -1620,14 +1620,14 @@ great_holy_war.0017 = {
first_valid = {
triggered_desc = {
trigger = {
scope:scoped_pope = { faith = faith:catholic }
scope:scoped_pope = { religion = religion:catholic_religion }
}
desc = great_holy_war.0017.desc.a
}
triggered_desc = {
trigger = {
NOT = {
scope:scoped_pope = { faith = faith:catholic }
scope:scoped_pope = { religion = religion:catholic_religion }
}
}
desc = great_holy_war.0017.desc.b
@ -2287,7 +2287,6 @@ great_holy_war.0021 = {
}
scope:the_faith.great_holy_war = { pledge_defender = root }
}
45
45 = { #Do not pledge.
modifier = { #More pledging happening at start of preparation phase.
factor = 0.75
@ -3650,7 +3649,7 @@ great_holy_war.0051 = {
scope:attacker.faith.great_holy_war = {
has_pledged_attacker = root
}
scope:the_faith = faith:catholic
scope:the_religion = religion:catholic_religion
}
desc = great_holy_war.0051.catholic.attackers.desc
}
@ -3660,7 +3659,7 @@ great_holy_war.0051 = {
scope:attacker.faith.great_holy_war = {
has_pledged_attacker = root
}
NOT = { scope:the_faith = faith:catholic }
NOT = { scope:the_religion = religion:catholic_religion }
}
desc = great_holy_war.0051.generic.attackers.desc
}