Colorful Bugs
This commit is contained in:
parent
4db413bb54
commit
c9fdceb4de
28 changed files with 357 additions and 227 deletions
|
|
@ -692,8 +692,16 @@ court_language_ai_score = {
|
|||
}
|
||||
else_if = { #Christian cares about other Christians - especially of the same faith
|
||||
limit = {
|
||||
faith.religion = religion:christianity_religion
|
||||
scope:target.faith.religion = religion:christianity_religion
|
||||
OR = {
|
||||
faith.religion = religion:eastern_orthodox_religion
|
||||
faith.religion = religion:catholic_religion
|
||||
faith.religion = religion:protestant_religion
|
||||
}
|
||||
OR = {
|
||||
scope:target.faith.religion = religion:eastern_orthodox_religion
|
||||
scope:target.faith.religion = religion:catholic_religion
|
||||
scope:target.faith.religion = religion:protestant_religion
|
||||
}
|
||||
}
|
||||
add = {
|
||||
value = scope:target.court_grandeur_current
|
||||
|
|
@ -732,7 +740,9 @@ court_language_ai_score = {
|
|||
limit = {
|
||||
OR = {
|
||||
faith.religion = religion:islam_religion
|
||||
faith.religion = religion:christianity_religion
|
||||
faith.religion = religion:eastern_orthodox_religion
|
||||
faith.religion = religion:catholic_religion
|
||||
faith.religion = religion:protestant_religion
|
||||
}
|
||||
faith.religion != scope:target.faith.religion
|
||||
}
|
||||
|
|
|
|||
|
|
@ -503,28 +503,28 @@ starting_merit = {
|
|||
# root = culture 1
|
||||
# scope:culture = culture 2
|
||||
starting_culture_acceptance = {
|
||||
# Cultures start with the baseline as their default acceptance
|
||||
value = culture_acceptance_baseline
|
||||
|
||||
# Historical one-time increases to Cultural Acceptance (added on top of the baseline)
|
||||
# Note: List the cultures in the same order as they appear in script in common\culture\cultures.
|
||||
if = {
|
||||
limit = { current_date >= 1060.1.1 } # Changes for the 1066 bookmark
|
||||
if = {
|
||||
limit = { # The Ghaznavids have ruled over Afghan land for a few generations - Let's help them keep it
|
||||
this = culture:afghan
|
||||
scope:culture = culture:turkish
|
||||
}
|
||||
add = 25
|
||||
}
|
||||
if = {
|
||||
limit = { # The Ghaznavids have ruled over Punjabi land for some time - We don't want them to revolt too quickly
|
||||
this = culture:punjabi
|
||||
scope:culture = culture:turkish
|
||||
}
|
||||
add = 20
|
||||
}
|
||||
}
|
||||
# # Cultures start with the baseline as their default acceptance
|
||||
# value = culture_acceptance_baseline
|
||||
#
|
||||
# # Historical one-time increases to Cultural Acceptance (added on top of the baseline)
|
||||
# # Note: List the cultures in the same order as they appear in script in common\culture\cultures.
|
||||
# if = {
|
||||
# limit = { current_date >= 1060.1.1 } # Changes for the 1066 bookmark
|
||||
# if = {
|
||||
# limit = { # The Ghaznavids have ruled over Afghan land for a few generations - Let's help them keep it
|
||||
# this = culture:afghan
|
||||
# scope:culture = culture:turkish
|
||||
# }
|
||||
# add = 25
|
||||
# }
|
||||
# if = {
|
||||
# limit = { # The Ghaznavids have ruled over Punjabi land for some time - We don't want them to revolt too quickly
|
||||
# this = culture:punjabi
|
||||
# scope:culture = culture:turkish
|
||||
# }
|
||||
# add = 20
|
||||
# }
|
||||
# }
|
||||
}
|
||||
|
||||
# What cultural acceptance should two cultures drift down towards if above?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue