
Parliament Issue
Market Expansion Acts
Our market stands to greatly benefit by the loosening of our mercantile regulations.
Modifiers
Definitionin_game/common/parliament_issues/05_burghers_estate_parliament_issues.txt:1218
1225chance = {
1226add = 1
1227add = {
1228if = {
1229limit = {
1230societal_value:mercantilism_vs_free_trade >= 0
}
1232value = 2
}
}
1235add = {
1236if = {
1237limit = {
1238societal_value:mercantilism_vs_free_trade < -50
}
1240value = -10
}
}
1243add = {
1244if = {
1245limit = {
1246total_merchant_capacity < 1
}
1248value = -10
}
}
}
1253on_debate_passed = {
1254add_country_modifier = {
}
}
