fixed crusades
This commit is contained in:
parent
357176fb7e
commit
1180b1775b
2 changed files with 7 additions and 30 deletions
|
|
@ -8662,7 +8662,7 @@ faith_warrior = {
|
|||
desc = trait_faith_warrior
|
||||
}
|
||||
triggered_desc = {
|
||||
trigger = { faith = { religion_tag = christianity_religion } }
|
||||
trigger = { faith = { OR = { religion_tag = eastern_orthodox_religion religion_tag = protestant_religion religion_tag = catholic_religion } } }
|
||||
desc = trait_crusader
|
||||
}
|
||||
triggered_desc = {
|
||||
|
|
|
|||
|
|
@ -999,30 +999,7 @@ great_holy_war.0010 = {
|
|||
religious_head ?= { is_imprisoned = no }
|
||||
num_county_followers >= 35 # Faith must have at least SOME legitimacy.
|
||||
OR = {
|
||||
AND = { # Historical setup.
|
||||
title:c_jerusalem.holder = {
|
||||
faith.religion != root.religion
|
||||
}
|
||||
current_date >= 1095.1.1
|
||||
faith:catholic = root
|
||||
}
|
||||
AND = { # Historical setup.
|
||||
great_holy_war_0010_byzantion_reason_trigger = yes
|
||||
current_date >= 1000.1.1
|
||||
faith:catholic = root
|
||||
}
|
||||
AND = { # Historical setup.
|
||||
great_holy_war_0010_europe_reason_trigger = yes
|
||||
current_date >= 800.1.1
|
||||
faith:catholic = root
|
||||
}
|
||||
AND = { # Historical setup.
|
||||
title:c_roma.holder.top_liege = {
|
||||
faith.religion != root.religion
|
||||
}
|
||||
faith:catholic = root
|
||||
}
|
||||
current_date >= 1100.1.1 # Free for all after Historical years
|
||||
current_date >= 2650.1.1 # Free for all after Historical years
|
||||
AND = { # Any Faith is seriously under attack.
|
||||
any_holy_site = {
|
||||
holder.top_liege = {
|
||||
|
|
@ -1030,7 +1007,7 @@ great_holy_war.0010 = {
|
|||
}
|
||||
count >= 2
|
||||
}
|
||||
current_date >= 800.1.1
|
||||
current_date >= 2600.1.1
|
||||
}
|
||||
AND = { # I learned it from you! - Muslims second.
|
||||
religion:christianity_religion = {
|
||||
|
|
@ -2090,7 +2067,7 @@ great_holy_war.0092 = {
|
|||
}
|
||||
}
|
||||
random_list = {
|
||||
35 = { #Pledge.
|
||||
25 = { #Pledge.
|
||||
trigger = {
|
||||
OR = { # Either be independent, or have no liege above you of the defending Faith, to avoid messy situations of vassals and lieges fighting against each other.
|
||||
top_liege = this
|
||||
|
|
@ -2112,7 +2089,7 @@ great_holy_war.0092 = {
|
|||
}
|
||||
}
|
||||
}
|
||||
65 = { #Do not pledge.
|
||||
75 = { #Do not pledge.
|
||||
|
||||
random = { #When not pledging, there is still a chance that the AI will donate money.
|
||||
chance = 35
|
||||
|
|
@ -2501,7 +2478,7 @@ great_holy_war.0093 = {
|
|||
}
|
||||
}
|
||||
random_list = {
|
||||
30 = { #Pledge.
|
||||
25 = { #Pledge.
|
||||
trigger = {
|
||||
OR = { # Either be independent, or have no liege above you of the attacking Faith, to avoid messy situations of vassals and lieges fighting against each other.
|
||||
top_liege = this
|
||||
|
|
@ -2513,7 +2490,7 @@ great_holy_war.0093 = {
|
|||
}
|
||||
scope:the_faith.great_holy_war = { pledge_defender = root }
|
||||
}
|
||||
70 = { #Do not pledge.
|
||||
75 = { #Do not pledge.
|
||||
modifier = { #More likely if war is close by.
|
||||
factor = 0.5
|
||||
scope:target_kingdom = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue