
Policy
Gold and Silver Coins
The metals selected for the coinage of our currency are gold and silver, for two different sets of coins.
Modifiers
Definitionin_game/common/laws/01_common.txt:1843
1844country_modifier = {
}
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


