
법률
귀금속 분배
금과 은은 화폐 주조에 필수적인 자원입니다. 우리 국가는 이를 직접 채굴할 수 있는 유리한 위치에 있기 때문에 어떤 이들이 자원을 이용할 수 있게 할 것인지 결정할 수 있습니다.
정책 3
정의in_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
}