Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Therefore, i would suggest using culture_age instead of using cultural acceptance. You could tweak how long the score boost will last without external factor affecting it. The code would look something like this:
if = { #New Hybrid Fix
limit = {
scope:councillor_liege.culture = {
culture_age < 25
any_parent_culture = { this = scope:county.culture }
}
}
add = 120
}
Hello, you can find old versions of the mod on skymod https://catalogue.smods.ru/archives/236471
(The AI literally NEVER converts culture)
I made a slight change in ai_target_score to negate the score subtraction from high acceptance between new hybrid/divergent culture and its parent culture. The new hybrid/divergent culture now spread more quickly and is to my liking, thank you.
if = { #Hybrid Fix
limit = {
scope:councillor_liege.culture = {
OR = {
is_hybrid_culture = yes
is_divergent_culture = yes
}
any_parent_culture = {
this = scope:county.culture
}
}
}