
Law
Press Laws
This determines how print media outlets in a country are run and regulated.
Policies 3
Censored Press- +5% Max Literacy
- +0.05 Monthly Progress to Absolutism
Free Press- −10% Crown Power
- +10% Max Literacy
- +0.1 Monthly Progress to Liberalism
- +0.1 Monthly Progress to Individualism
- +0.1 Monthly Progress to Free Subjects
State Press Only- +20% Crown Power
- +0.1 Monthly Progress to Serfdom
- +0.1 Monthly Progress to Absolutism
Definitionin_game/common/laws/01_common.txt:2142
2143law_category = socioeconomic
2145state_press_only = {
2146country_modifier = {
2147global_crown_estate_power = 0.20
2148monthly_towards_serfdom = societal_value_monthly_move
2149monthly_towards_absolutism = societal_value_monthly_move
}
2151estate_preferences = {
crown_estate
}
2154years = 2
}
2156censored_press = {
2157country_modifier = {
2158global_max_literacy = 5
2159monthly_towards_absolutism = societal_value_minor_monthly_move
}
2161estate_preferences = {
nobles_estate
}
2164years = 2
}
2166free_press = {
2167country_modifier = {
2168global_crown_estate_power = -0.1
2169global_max_literacy = 10
2170monthly_towards_liberalism = societal_value_monthly_move
2171monthly_towards_individualism = societal_value_monthly_move
2172monthly_towards_free_subjects = societal_value_monthly_move
}
2174estate_preferences = {
burghers_estate
}
2177years = 2
}