revert Alignment
This commit is contained in:
Vannifar 2026-04-25 10:02:11 +02:00
parent 15a5108e23
commit c4b6d9bdeb
250 changed files with 11067 additions and 16365 deletions

View file

@ -665,12 +665,6 @@ court_language_ai_score = {
min = 1
}
#Increase from number of other courts using the Language (1.5 per court).
add = {
value = scope:courts_with_language
multiply = 1.5
}
#Adjust for Court Grandeur.
#World religions primarily cares about other courts that share their faith.
add = {
@ -738,15 +732,6 @@ court_language_ai_score = {
}
#Add nothing
}
else_if = { # Immaterial harmony wants immaterial harmony languages
limit = {
faith = { has_doctrine = special_doctrine_immaterial_harmony }
NOT = {
scope:target.faith = { has_doctrine = special_doctrine_immaterial_harmony }
}
}
#Add nothing
}
else_if = { #Eastern religion matching vs non Eastern religion - CGV Ignored
limit = {
OR = {
@ -765,27 +750,13 @@ court_language_ai_score = {
else = { #Everyone else just cares about the Grandeur directly
add = scope:target.court_grandeur_current
}
if = { # Only care about checking rulers who speak the language that their court speaks
limit = {
scope:target = {
NOT = {
knows_court_language_of = scope:target
}
}
}
multiply = 0
}
else_if = { # Reduce if the target does not have the court language of their own culture
limit = {
scope:target = {
is_ai = yes
NOT = {
has_court_language_of_culture = scope:target.culture
}
}
}
multiply = 0.5
}
}
#Increase from number of other courts using the Language (1.5 per court).
add = {
value = scope:courts_with_language
multiply = 1.5
}
#Arbitrary Geographical Bias - if our courts are not in the same region the score is divided by 2.