
Parliament Issue
Market Regulations
Due to the competitiveness of our markets, it would be wise to tighten our mercantile regulations to ensure a competitive advantage for our own merchants.
Modifiers
Definitionin_game/common/parliament_issues/05_burghers_estate_parliament_issues.txt:1266
1273chance = {
1274add = 1
1275add = {
1276if = {
1277limit = {
1278societal_value:mercantilism_vs_free_trade <= 0
}
1280value = 2
}
}
1283add = {
1284if = {
1285limit = {
1286societal_value:mercantilism_vs_free_trade > 50
}
1288value = -10
}
}
1291add = {
1292if = {
1293limit = {
1294total_merchant_capacity < 1
}
1296value = -10
}
}
}
1301on_debate_passed = {
1302add_country_modifier = {
}
}
