
Law
Precious Metal Distribution
Gold and Silver are the materials necessary for the minting of coins. As our state is in the highly enviable position to gather these precious metals ourselves, it is our right to decide who gains access to these resources.
Policies 3
Export Ban- Yes Ban Exports of Gold
- Yes Ban Exports of Silver
- −5% Gold Output
- −5% Silver Output
- +33% Income from Minting
- +0.03 Monthly Progress to Mercantilism
- +1 more
Regulated Export- +1% Selling Efficiency
Unlimited Export- +10% Trade Advantage
- +5% Gold Output
- +5% Silver Output
- −33% Income from Minting
- +0.03 Monthly Progress to Free Trade
Definitionin_game/common/laws/01_common.txt:2084
2085law_category = socioeconomic
2086potential = {
2087OR = {
2088produced_in_country:goods_gold > 0
2089produced_in_country:silver > 0
}
}
2095gold_export_ban = {
2096potential = {
2097NOT = {
2097is_subject_type = colonial_nation
}
}
2099country_modifier = {
2100ban_exports_of_goods_gold = yes
2101ban_exports_of_silver = yes
2102global_goods_gold_output_modifier = -0.05
2103global_silver_output_modifier = -0.05
2104minting_income_factor = 0.33
2105monthly_towards_mercantilism = societal_value_tiny_monthly_move
2106export_impact_on_demand = 0.05
}
2108estate_preferences = {
nobles_estate
}
2111years = 2
2113ai_will_do = {
2115value = -100
}
}
2118regulated_gold_export = {
2119country_modifier = {
2120selling_efficiency = tiny_trade_efficiency_bonus
}
2122estate_preferences = {
crown_estate
}
2125years = 2
}
2127unlimited_gold_export = {
2128country_modifier = {
2129global_merchant_power = 0.1
2130global_goods_gold_output_modifier = 0.05
2131global_silver_output_modifier = 0.05
2132minting_income_factor = -0.33
2133monthly_towards_free_trade = societal_value_tiny_monthly_move
}
2135estate_preferences = {
burghers_estate
}
2138years = 2
}