
法律
貴金属の分配
金と銀は、貨幣の鋳造に必要な資源だ。わが国はこれらの貴金属を国内で採取できる非常に恵まれた立場にあるため、誰がこの資源を入手できるかを決定するのは我々の権利である。
ポリシー 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
}