
PolitiqueModifié dans cette version
Troc
Différents biens et matériaux, tels que le bétail, les étoffes, les coquillages, le cacao, etc., peuvent être utilisés comme monnaie courante pour le commerce.
Modificateurs
Définitionin_game/common/laws/01_common.txt:2020
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 = {
}
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


