The cultural assimilation is caused by a modifier that is set in the respective decison file, but defined
in common/e
vent_modifiers.txt (part of the
main GFM mod).
In your decision it's this part :
Code:
effect = {
set_global_flag = vuk_karadzic_reforms_enacted
add_country_modifier = {
name = newly_standardized_language
duration = -1
You'd have to edit the
newly_standardized_language modifier in the
event_modifiers.txt file.
----
1)
The one for the vuk_karadzic_reforms decision (SER_Fluff.txt of the GFM Fluff Decisions submod),
that you want to do better, is a country modifier :
newly_standardized_language = {
global_assimilation_rate = 0.1
education_efficiency_modifier = 0.1
2)
For the "French language schooling" you mentioned (decisions/morecultures.txt : french_language_schooling)
it's a province modifier:
french_cultural_unity = {
assimilation_rate = 3.5
icon = 19
IF the global_assimilation_rate works like the (local) assimilation_rate is something i don't recall.
Worth a try.
So set the global_assimilation_rate to 3.5 and see if that works as you want.