
Parliament IssueChanged this version
Promote Castle Works
Across our country lie excellent sites for potential fortifications, ready to halt any advance of our enemies.
BastionAdvanceallow
CastleAdvanceallow
FortressAdvanceallow
Star FortAdvanceallowFortification WorksStatic ModifierallowModifiers
Definitionin_game/common/parliament_issues/03_nobles_estate_parliament_issues.txt:2
5modifier_when_in_debate = {
}
10allow = {
12NOR = {
}
}
22chance = {
23add = 1
24add = {
25if = {
26limit = {
27num_locations > 5
}
29value = 2
}
}
33add = {
34if = {
35limit = {
36num_locations < 2
}
38value = -10
}
}
41add = {
42if = {
43limit = {
44monthly_balance < 1
}
46value = -10
}
}
49multiply = {
50if = {
51limit = {
52societal_value:offensive_vs_defensive < -30
}
54value = 0.5
}
56else = {
57value = 1
}
}
}
62on_debate_passed = {
63add_country_modifier = {
}
}

