Colorful Bugs

This commit is contained in:
Heidesommer 2026-05-19 20:11:33 -04:00
parent 4db413bb54
commit c9fdceb4de
28 changed files with 357 additions and 227 deletions

View file

@ -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?