
LawChanged this version
Coinage Law
This law determines the resources our country will use to mint its currency. The most common coins are made of gold, silver, and copper, with different mixtures of each material and also different monetary values. However, other exchange systems exist throughout the world that do not depend on this type of currency, but rather on other materials, such as livestock, cloth, shells, cacao, etc.
Policies 9
Barter Exchange- −100% Gold Impacts Inflation
- −100% Silver Impacts Inflation
- +1% Minting Threshold
- +1% Income from Minting
Bullion Coins- Yes Silver Used for Coins
- Yes Copper Used for Coins
- −100% Gold Impacts Inflation
- +2% Minting Threshold
- +10% Income from Minting
Swedish Copper Coins- Yes Copper Used for Coins
- +10% Copper Impacts Inflation
- −100% Gold Impacts Inflation
- −100% Silver Impacts Inflation
- −2.5% Minting Threshold
- +20% Income from Minting
Rheinischer Münzverein- Yes Gold Used for Coins
- +10% Gold Impacts Inflation
- −100% Silver Impacts Inflation
- +10% Trade Capacity
- +0.05 Monthly Diplomats
Gold and Silver Coins- Yes Gold Used for Coins
- Yes Silver Used for Coins
- +3% Minting Threshold
- +10% Income from Minting
Gold Coins Only- Yes Gold Used for Coins
- +10% Gold Impacts Inflation
- −100% Silver Impacts Inflation
- +1% Minting Threshold
- +10% Income from Minting
Wendischer Münzverein- Yes Gold Used for Coins
- Yes Silver Used for Coins
- +1% Minting Threshold
- −1% Bank Interest
Silver Coins Only- Yes Silver Used for Coins
- +10% Silver Impacts Inflation
- −100% Gold Impacts Inflation
- +1% Minting Threshold
- +10% Income from Minting
Stavraton Coins- Yes Silver Used for Coins
- Yes Copper Used for Coins
- +3% Minting Threshold
- +10% Income from Minting
- +0.1 Monthly Progress to Capital Economy
Definitionin_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
}