Faster Assimilation and State Incorporation
Increases assimilation and conversion rates and baselines.
Got tired to lagging 20 years while incorporating and then another 20 years more of waiting for the min assimilation of 10 to remove the teeny tiny sub pop groups.
So if standard conversion happens at all, it will affect at least 100 people of a pop. So your 150 immigrants wont take 15 ticks to go away.
Code changes in a minimal define file:
NPops = {
MIN_ASSIMILATION = 100 #(Originally its only 10)
MIN_CONVERSION = 100 #(Originally its only 10)
}
NCountry = {
INCORPORATION_TIME_SAME_CULTURE = 1
INCORPORATION_TIME_SAME_HERITAGE = 2
INCORPORATION_TIME_SAME_TRAIT = 3
INCORPORATION_TIME_NO_MATCH = 5
}
