
Parliament IssueChanged this version
Promote Star Fort Works
Across our country lie excellent sites for potential fortifications, ready to halt any advance of our enemies.
FortressAdvanceallow
Star FortAdvanceallowFortification WorksStatic ModifierallowModifiers
Definitionin_game/common/parliament_issues/03_nobles_estate_parliament_issues.txt:147
150modifier_when_in_debate = {
}
155allow = {
}
165chance = {
166add = 1
167add = {
168if = {
169limit = {
170num_locations > 5
}
172value = 2
}
}
175add = {
176if = {
177limit = {
178num_locations < 2
}
180value = -10
}
}
183add = {
184if = {
185limit = {
186monthly_balance < 8
}
188value = -10
}
}
191multiply = {
192if = {
193limit = {
194societal_value:offensive_vs_defensive < -30
}
196value = 0.5
}
198else = {
199value = 1
}
}
}
204on_debate_passed = {
205add_country_modifier = {
}
}

