
PolicyChanged this version
Bullion Coins
The metals selected for the coinage of our currency are silver and copper, using different mixtures.
Modifiers
Definitionin_game/common/laws/01_common.txt:1988
1989country_modifier = {
}
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



