
法律このバージョンで変更
貨幣鋳造法
この法律は、わが国が通貨を鋳造するために用いる資源を定めるものである。一般的な硬貨は金、銀、銅から作られており、各素材の配合や貨幣価値が異なる。しかし世界には、この種の通貨に依存しない取引制度も存在しており、そこでは家畜、生地、貝殻、カカオなど、別の資源が用いられる。
ポリシー 9
物々交換- −100% 金の生産がインフレに与える影響
- −100% 銀の生産がインフレに与える影響
- +1% 貨幣鋳造しきい値
- +1% 貨幣鋳造からの収入
地金型硬貨- はい 銀を使用した貨幣鋳造
- はい 銅を使用した貨幣鋳造
- −100% 金の生産がインフレに与える影響
- +2% 貨幣鋳造しきい値
- +10% 貨幣鋳造からの収入
スウェーデン銅貨- はい 銅を使用した貨幣鋳造
- +10% 銅の生産がインフレに与える影響
- −100% 金の生産がインフレに与える影響
- −100% 銀の生産がインフレに与える影響
- −2.5% 貨幣鋳造しきい値
- +20% 貨幣鋳造からの収入
ライン貨幣同盟- はい 金を使用した貨幣鋳造
- +10% 金の生産がインフレに与える影響
- −100% 銀の生産がインフレに与える影響
- +10% 交易許容量
- +0.05 毎月の外交官数
金貨と銀貨- はい 金を使用した貨幣鋳造
- はい 銀を使用した貨幣鋳造
- +3% 貨幣鋳造しきい値
- +10% 貨幣鋳造からの収入
金貨のみ- はい 金を使用した貨幣鋳造
- +10% 金の生産がインフレに与える影響
- −100% 銀の生産がインフレに与える影響
- +1% 貨幣鋳造しきい値
- +10% 貨幣鋳造からの収入
ヴェンド貨幣同盟- はい 金を使用した貨幣鋳造
- はい 銀を使用した貨幣鋳造
- +1% 貨幣鋳造しきい値
- −1% 銀行利息
銀貨のみ- はい 銀を使用した貨幣鋳造
- +10% 銀の生産がインフレに与える影響
- −100% 金の生産がインフレに与える影響
- +1% 貨幣鋳造しきい値
- +10% 貨幣鋳造からの収入
スタウラトン硬貨- はい 銀を使用した貨幣鋳造
- はい 銅を使用した貨幣鋳造
- +3% 貨幣鋳造しきい値
- +10% 貨幣鋳造からの収入
- +0.1 資本経済への毎月の傾き
定義in_game/common/laws/01_common.txt:1840
1841law_category = socioeconomic
1843gold_and_silver_coins = {
1844country_modifier = {
1847goods_gold_used_for_minting = yes
1848silver_used_for_minting = yes
1850minting_inflation_threshold = 0.03
1851minting_income_factor = 0.1
}
1853estate_preferences = {
crown_estate
}
1857ai_will_do = {
1858if = {
1859limit = {
1860root = {
1861capital.market = {
1862goods_supply_in_market(goods:goods_gold) > 0
1863goods_supply_in_market(goods:silver) > 0
}
}
}
1867add = {
1868desc = "has gold and silver"
1869value = 200
}
}
}
1874years = 2
}
1877gold_coins = {
1878country_modifier = {
1879goods_gold_used_for_minting = yes
1880goods_gold_impacts_inflation = 0.1
1881silver_impacts_inflation = -1.0
1883minting_inflation_threshold = 0.01
1884minting_income_factor = 0.1
}
1886estate_preferences = {
crown_estate
}
1890ai_will_do = {
1891if = {
1892limit = {
1893root = {
1894capital.market = {
1895goods_supply_in_market(goods:goods_gold) > 0
}
}
}
1899add = {
1900desc = "has gold"
1901value = 100
}
}
}
1906years = 2
}
1909silver_coins = {
1910country_modifier = {
1911silver_used_for_minting = yes
1912silver_impacts_inflation = 0.1
1913goods_gold_impacts_inflation = -1.0
1915minting_inflation_threshold = 0.01
1916minting_income_factor = 0.1
}
1918estate_preferences = {
crown_estate
}
1922ai_will_do = {
1923if = {
1924limit = {
1925root = {
1926capital.market = {
1927goods_supply_in_market(goods:silver) > 0
}
}
}
1931add = {
1932desc = "has silver"
1933value = 100
}
}
}
1939years = 2
}
1942copper_coins = {
1943country_modifier = {
1944copper_used_for_minting = yes
1945copper_impacts_inflation = 0.1
1946goods_gold_impacts_inflation = -1.0
1947silver_impacts_inflation = -1.0
1949minting_inflation_threshold = -0.025
1950minting_income_factor = 0.2
}
1952estate_preferences = {
crown_estate
}
1955years = 2
}
1958custom_union_of_the_rhine_policy = {
1959country_modifier = {
1960goods_gold_used_for_minting = yes
1961goods_gold_impacts_inflation = 0.1
1962silver_impacts_inflation = -1.0
1964global_merchant_capacity_modifier = 0.1
1965monthly_diplomats = 0.05
}
1967estate_preferences = {
clergy_estate
burghers_estate
}
1971years = 2
}
1974hanseatic_coins_policy = {
1975country_modifier = {
1976goods_gold_used_for_minting = yes
1977silver_used_for_minting = yes
1979minting_inflation_threshold = 0.01
1980bank_interest = -0.01
}
1982estate_preferences = {
burghers_estate
}
1985years = 2
}
1988bullion_coins = {
1989country_modifier = {
1990silver_used_for_minting = yes
1991copper_used_for_minting = yes
1992goods_gold_impacts_inflation = -1.0
1994minting_inflation_threshold = 0.02
1995minting_income_factor = 0.1
}
1997estate_preferences = {
crown_estate
}
2001ai_will_do = {
2002if = {
2003limit = {
2004root = {
2005capital.market = {
2006goods_supply_in_market(goods:silver) > 0
2007goods_supply_in_market(goods:copper) > 0
}
}
}
2011add = {
2012desc = "has silver and copper"
2013value = 200
}
}
}
2017years = 2
}
2020barter_exchange = {
2021potential = {
2022capital.market = {
2023goods_supply_in_market(goods:goods_gold) <= 0
2024goods_supply_in_market(goods:silver) <= 0
2025goods_supply_in_market(goods:copper) <= 0
}
}
2028country_modifier = {
2029goods_gold_impacts_inflation = -1.0
2030silver_impacts_inflation = -1.0
2032minting_inflation_threshold = 0.01
2033minting_income_factor = 0.01
}
2035estate_preferences = {
crown_estate
}
2038ai_will_do = {
2039if = {
2040limit = {
2041capital.market = {
2042goods_supply_in_market(goods:goods_gold) <= 0
2043goods_supply_in_market(goods:silver) <= 0
2044goods_supply_in_market(goods:copper) <= 0
}
}
2047add = {
2048desc = "has no metals"
2049value = 200
}
}
}
2053years = 2
}
2056stavraton_coin_policy = {
2057unique = yes
2058potential = {
2059has_unlocked_policy_trigger = {
2059type = stavraton_coin_policy
}
}
2061country_modifier = {
2062silver_used_for_minting = yes
2063copper_used_for_minting = yes
2065minting_inflation_threshold = 0.03
2066minting_income_factor = 0.1
2067monthly_towards_capital_economy = societal_value_monthly_move
}
2069estate_preferences = {
crown_estate
burghers_estate
}
2073ai_will_do = {
2074add = {
2075value = 100
2076desc = "we always want this because it's better"
}
}
2079years = 2
}