
Parliament Issue
Promote Artillery Doctrine
The decisive power of artillery on the battlefield is unquestionable, and we must built our military doctrine around that fact. We must ensure that our armies include powerful cannons capable of shattering both enemy lines and fortifications.
Siege ArtilleryAdvanceallowModifiers
Definitionin_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
}

