fixes
This commit is contained in:
parent
fd65a8d161
commit
c0de8d85ec
5 changed files with 808 additions and 31 deletions
|
|
@ -2067,7 +2067,7 @@ great_holy_war.0092 = {
|
|||
}
|
||||
}
|
||||
random_list = {
|
||||
20 = { #Pledge.
|
||||
15 = { #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
|
||||
|
|
@ -2089,10 +2089,12 @@ great_holy_war.0092 = {
|
|||
}
|
||||
}
|
||||
}
|
||||
80 = { #Do not pledge.
|
||||
45 = {
|
||||
}
|
||||
40 = { #Do not pledge.
|
||||
|
||||
random = { #When not pledging, there is still a chance that the AI will donate money.
|
||||
chance = 35
|
||||
chance = 15
|
||||
modifier = {
|
||||
factor = 0.75
|
||||
has_trait = greedy
|
||||
|
|
@ -2273,7 +2275,7 @@ great_holy_war.0021 = {
|
|||
}
|
||||
}
|
||||
random_list = {
|
||||
15 = { #Pledge.
|
||||
10 = { #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
|
||||
|
|
@ -2285,7 +2287,8 @@ great_holy_war.0021 = {
|
|||
}
|
||||
scope:the_faith.great_holy_war = { pledge_defender = root }
|
||||
}
|
||||
85 = { #Do not pledge.
|
||||
45
|
||||
45 = { #Do not pledge.
|
||||
modifier = { #More pledging happening at start of preparation phase.
|
||||
factor = 0.75
|
||||
NOT = { exists = scope:the_faith.great_holy_war.ghw_war }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue