
LawChanged this version
Bureaucratic Offices
In order to best utilize the lands and subjects we control, we must enlarge, reorganize, and professionalize our bureaucracy. We shall create organizations dedicated to administering specific aspects of the state, and thus eliminate the need for ad hoc solutions.
Let us consult with our universities to determine how to most efficiently rule and govern. Meanwhile, we shall encourage our young nobles to serve the state with a pen rather than a sword in hand.
Policies 6
Autonomous Offices- +0.05 Monthly Progress to Capital Economy
- −25% Legislative Efficiency
- +5% Burgher Estate Satisfaction Equilibrium
Centralized Offices- −20% Road Building Time
- +0.1 Monthly Progress to Centralization
- +30% Bureaucracy Implementation Efficiency
Decentralized Offices- +0.1% Monthly Prosperity
- +0.1 Monthly Progress to Decentralization
- +10% Bureaucracy Entrenchment Speed Modifier
Namestnik Office- +5% Proximity Efficiency
Port Logs- +5% Tax Efficiency
- +25% Ship-building Speed
Rentekammeret- +0.1 Monthly Progress to Centralization
- +3% Tax Efficiency
Definitionin_game/common/laws/01_common.txt:1140
1141law_category = administrative
1142centralized_bureaucracy_policy = {
1143country_modifier = {
1144global_road_building_time = -0.2
1145monthly_towards_centralization = societal_value_monthly_move
1146global_bureaucracy_implementation_efficiency = 0.3
}
1148estate_preferences = {
crown_estate
}
1151years = 2
}
1153decentralized_bureaucracy_policy = {
1154country_modifier = {
1155global_monthly_prosperity = 0.001
1156monthly_towards_decentralization = societal_value_monthly_move
1157global_bureaucracy_entrenchment_speed_modifier = 0.1
}
1159estate_preferences = {
nobles_estate
clergy_estate
}
1163years = 2
}
1165namestnik_policy = {
1166unique = yes
1167potential = {
1168culture = {
1168has_culture_group = culture_group:russian_group
}
}
1170allow = {
1171NOT = {
1171has_variable = reduced_powers_namestnik
}
}
1173country_modifier = {
1174global_distance_from_capital_speed_propagation = 0.05
}
1176estate_preferences = {
nobles_estate
}
1179years = 2
}
1181rentekammer_policy = {
1182unique = yes
1183potential = {
1184culture = culture:danish
}
1186allow = {
1187has_advance = dan_rentekammer_advance
}
1189country_modifier = {
1190monthly_towards_centralization = societal_value_monthly_move
1191tax_income_efficiency = medium_tax_income_efficiency_bonus
}
1193estate_preferences = {
crown_estate
}
1196years = 2
}
1198autonomous_offices = {
1199potential = {
1200country_type = building
1201is_merchant_republic = yes
1202estate_power(estate_type:burghers_estate) > 0
}
1204country_modifier = {
1205monthly_towards_capital_economy = societal_value_minor_monthly_move
1206legislative_efficiency = -0.25
1207burghers_estate_target_satisfaction = medium_permanent_target_satisfaction
}
1209estate_preferences = {
burghers_estate
}
1212years = 2
}
1214port_logs = {
1215unique = yes
1216potential = {
1216has_reform = government_reform:pirate_brethren_reform
}
1217country_modifier = {
1218tax_income_efficiency = large_tax_income_efficiency_bonus
1219ship_build_speed = 0.25
}
1221estate_preferences = {
burghers_estate
}
1224years = 2
}