
Law
Economic Policy
A nation's economic policy sets out specific economic objectives and means to achieve them, and makes decisions and creates regulations for taxation, spending, currency, trade, and more.
Policies 7
Black Market Consortium- Yes Allow Black Market Buildings
- +2.5% Import Efficiency
Cameralism- +0.1 Monthly Progress to Land
- +0.1 Monthly Progress to Free Subjects
- +15% Legislative Efficiency
- +10% Pop Migration Speed
Embrace the Economic Theory- −1% Bank Interest
- −0.05% Monthly Inflation
Free Trade- +10% Trade Advantage
- +0.1 Monthly Progress to Free Trade
Lockean Proviso- +5% Raw Materials Output
- +0.002 Monthly Development
Royal Charters- +10% Trade Maritime Advantage
- +10% Navy Maintenance Efficiency
- +5% Export Impact on Demand
War Economy- +10% Firearms Output
- +10% Cannon Output
- +10% Weaponry Output
- +10% Army Maintenance Efficiency
Definitionin_game/common/laws/01_common.txt:1354
1355law_category = socioeconomic
1356lockean_proviso_policy = {
1357country_modifier = {
1358global_raw_material_output = 0.05
1359global_monthly_development = 0.002
}
1361years = 2
}
1363war_economy_policy = {
1364allow = {
1365modifier:ban_exports_of_firearms = no
1366modifier:ban_exports_of_cannons = no
1367modifier:ban_exports_of_weaponry = no
}
1369country_modifier = {
1370global_firearms_output_modifier = 0.1
1371global_cannons_output_modifier = 0.1
1372global_weaponry_output_modifier = 0.1
1373army_maintenance_efficiency = 0.1
}
1375estate_preferences = {
crown_estate
}
1378years = 2
}
1380embrace_the_economic_theory_policy = {
1381country_modifier = {
1382bank_interest = -0.01
1383monthly_inflation = -0.0005
}
1385estate_preferences = {
burghers_estate
}
1388years = 2
}
1390free_trade_policy = {
1391country_modifier = {
1392global_merchant_power = 0.1
1393monthly_towards_free_trade = societal_value_monthly_move
}
1395estate_preferences = {
burghers_estate
}
1398years = 2
}
1400royal_charter_policy = {
1401country_modifier = {
1402merchant_power_from_maritime_modifier = 0.1
1403navy_maintenance_efficiency = 0.1
1404export_impact_on_demand = 0.05
}
1406estate_preferences = {
nobles_estate
}
1409years = 2
}
1411cameralism_policy = {
1412unique = yes
1413potential = {
1414culture = {
1414has_culture_group = culture_group:german_group
}
1415has_advance = manufactories_advance
}
1417country_modifier = {
1418monthly_towards_land = societal_value_monthly_move
1419monthly_towards_free_subjects = societal_value_monthly_move
1420legislative_efficiency = 0.15
1421global_migration_speed_modifier = 0.1
}
1423estate_preferences = {
burghers_estate
peasants_estate
}
1427years = 2
}
1429black_market_consortium = {
1430unique = yes
1431potential = {
1431has_reform = government_reform:pirate_brethren_reform
}
1432country_modifier = {
1433enable_black_market_buildings = yes
1434import_efficiency = small_trade_efficiency_bonus
}
1436estate_preferences = {
burghers_estate
}
1439years = 2
}