
议会议案本版本变更
改进城堡工事
我们全国各地都有潜在防御工事的绝佳位置,随时准备阻挡我们的敌人。
棱堡革新allow
城堡革新allow
要塞革新allow
星堡革新allow防御工事产生效果静态修正allow修正
定义in_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 = {
}
}

