
议会议案
推广炮兵学说
火炮在战场上的决定性力量毋庸置疑,我们必须围绕这一事实构建我们的军事学说。我们必须确保我军配备能击溃敌军防线、摧毁防御工事的重型火炮。
炮兵应用革新allow修正
定义in_game/common/parliament_issues/03_nobles_estate_parliament_issues.txt:1413
1416modifier_when_in_debate = {
}
1425chance = {
1426add = 1
1427add = {
1428if = {
1429limit = {
1430num_locations > 5
}
1432value = 2
}
}
1435add = {
1436if = {
1437limit = {
1438num_locations < 2
}
1440value = -10
}
}
1443multiply = {
1444if = {
1445limit = {
1446societal_value:offensive_vs_defensive > 30
}
1448value = 0.5
}
1450else = {
1451value = 1
}
}
}
1456on_debate_passed = {
1457add_army_tradition = 5
}

