Here are the brigade attachments:
Are we keeping Siege Artillery, or can anyone think of anything to replace it? Nothing springs to my mind immediately, though.
Code:
# Heavy Weapons Section
model = {
cost = 3
buildtime = 25
manpower = 3
softattack = 1
supplyconsumption = 0.3
}
# Artillery
model = {
cost = 4
buildtime = 30
manpower = 3
softattack = 2
hardattack = 1
supplyconsumption = 0.4
}
# Siege Artillery
model = {
cost = 6
buildtime = 80
manpower = 4
hardattack = 2
supplyconsumption = 1
}
# Engineers
model = {
cost = 2
buildtime = 30
manpower = 3
maxspeed = 1
supplyconsumption = 0.4
}
Are we keeping Siege Artillery, or can anyone think of anything to replace it? Nothing springs to my mind immediately, though.