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

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