
Parliament Issue
Expand Railroad Network
The backbone of our country is what connects our provinces and populated centers. As such, we must pave new roads and finance their construction as well as expansion.
RailroadAdvanceallowModifiers
Definitionin_game/common/parliament_issues/05_burghers_estate_parliament_issues.txt:232
235modifier_when_in_debate = {
}
244chance = {
245add = 1
246add = {
247if = {
248limit = {
249num_locations > 5
}
251value = 2
}
}
254add = {
255if = {
256limit = {
257num_locations < 2
}
259value = -10
}
}
}
264on_debate_passed = {
265change_societal_value = {
}
}

