
Parliament IssueChanged this version
Promote Fortress Works
Across our country lie excellent sites for potential fortifications, ready to halt any advance of our enemies.
FortressAdvanceallowFortification WorksStatic ModifierallowModifiers
Definitionin_game/common/parliament_issues/03_nobles_estate_parliament_issues.txt:217
220modifier_when_in_debate = {
}
225allow = {
}
232chance = {
233add = 1
234add = {
235if = {
236limit = {
237num_locations > 5
}
239value = 2
}
}
242add = {
243if = {
244limit = {
245num_locations < 2
}
247value = -10
}
}
250add = {
251if = {
252limit = {
253monthly_balance < 12
}
255value = -10
}
}
258multiply = {
259if = {
260limit = {
261societal_value:offensive_vs_defensive < -30
}
263value = 0.5
}
265else = {
266value = 1
}
}
}
271on_debate_passed = {
272add_country_modifier = {
}
}

