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
decree_promote_social_mobility = {
texture = "gfx/interface/icons/decree/decree_promote_social_mobility.dds"
modifier = {
state_education_access_add = 1000
state_pop_qualifications_mult = 10
}
cost = 5
ai_weight = {
value = 0
if = {
limit = {
literacy_rate < 0.25
}
add = 75
}
if = {
limit = {
literacy_rate < 0.5
}
add = 75
}
if = {
limit = {
literacy_rate < 0.75
}
add = 50
}
if = {
limit = {
scope:country = {
OR = {
has_strategy = ai_strategy_reactionary_agenda
has_strategy = ai_strategy_conservative_agenda
has_strategy = ai_strategy_maintain_mandate_of_heaven
}
}
}
multiply = 0.5
}
if = {
limit = {
scope:country = {
OR = {
has_strategy = ai_strategy_progressive_agenda
has_strategy = ai_strategy_egalitarian_agenda
}
}
}
multiply = 1.5
}
}
}
So you can see that I changed the education access to a factor of 1000 and the qualifications to a factor of 10 ( why not I was already cheating anyway. This causes the literacy in the Netherlands to be approaching nearly 100% within just a few years, up from 46% where they start.