
Parliament IssueChanged this version
Promote Bastion Works
Across our country lie excellent sites for potential fortifications, ready to halt any advance of our enemies.
BastionAdvanceallow
FortressAdvanceallow
Star FortAdvanceallowFortification WorksStatic ModifierallowModifiers
Definitionin_game/common/parliament_issues/03_nobles_estate_parliament_issues.txt:76
79modifier_when_in_debate = {
}
84allow = {
}
95chance = {
96add = 1
97add = {
98if = {
99limit = {
100num_locations > 5
}
102value = 2
}
}
105add = {
106if = {
107limit = {
108num_locations < 2
}
110value = -10
}
}
113add = {
114if = {
115limit = {
116monthly_balance < 4
}
118value = -10
}
}
121multiply = {
122if = {
123limit = {
124societal_value:offensive_vs_defensive < -30
}
126value = 0.5
}
128else = {
129value = 1
}
}
}
134on_debate_passed = {
135add_country_modifier = {
}
}

