Patching
This commit is contained in:
parent
143330e057
commit
7fca9aa1d4
46 changed files with 1529 additions and 149 deletions
|
|
@ -3450,7 +3450,7 @@ GetAdventureNameBand = {
|
|||
OR = {
|
||||
NOT = { exists = scope:new_landless_adventurer }
|
||||
scope:new_landless_adventurer ?= {
|
||||
faith = faith:catholic
|
||||
religion = religion:catholic_religion
|
||||
culture = {
|
||||
has_cultural_era_or_later = culture_era_high_medieval
|
||||
}
|
||||
|
|
@ -3514,7 +3514,7 @@ GetAdventureNameBand = {
|
|||
OR = {
|
||||
NOT = { exists = scope:new_landless_adventurer }
|
||||
scope:new_landless_adventurer ?= {
|
||||
faith = faith:catholic
|
||||
religion = religion:catholic_religion
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -3530,7 +3530,7 @@ GetAdventureNameBand = {
|
|||
OR = {
|
||||
NOT = { exists = scope:new_landless_adventurer }
|
||||
scope:new_landless_adventurer ?= {
|
||||
faith = faith:catholic
|
||||
religion = religion:catholic_religion
|
||||
ai_zeal >= low_positive_ai_value
|
||||
OR = {
|
||||
exists = global_var:cath_crusade_1
|
||||
|
|
@ -4193,7 +4193,7 @@ GetAdventureNameBand = {
|
|||
has_trait = scholar
|
||||
has_education_learning_trigger = yes
|
||||
}
|
||||
faith = faith:catholic
|
||||
religion = religion:catholic_religion
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -11539,7 +11539,7 @@ GetAdventureNameReverentBand = {
|
|||
OR = {
|
||||
NOT = { exists = scope:new_landless_adventurer }
|
||||
scope:new_landless_adventurer ?= {
|
||||
faith = faith:catholic
|
||||
religion = religion:catholic_religion
|
||||
culture = {
|
||||
has_cultural_era_or_later = culture_era_high_medieval
|
||||
}
|
||||
|
|
@ -11603,7 +11603,7 @@ GetAdventureNameReverentBand = {
|
|||
OR = {
|
||||
NOT = { exists = scope:new_landless_adventurer }
|
||||
scope:new_landless_adventurer ?= {
|
||||
faith = faith:catholic
|
||||
religion = religion:catholic_religion
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -12041,7 +12041,7 @@ GetAdventureNameReverentBand = {
|
|||
has_trait = scholar
|
||||
has_education_learning_trigger = yes
|
||||
}
|
||||
faith = faith:catholic
|
||||
religion = religion:catholic_religion
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue