Added HQ7 (Crotale) sites to Pretense generator.

This commit is contained in:
MetalStormGhost 2024-05-07 15:20:20 +03:00
parent 557b441d13
commit 3bf77042fd

View File

@ -286,11 +286,11 @@ presets = {
type='defense',
template='davidsling-red',
}),
redShipGroup = Preset:new({
hq7 = Preset:new({
display = 'SAM',
cost=3000,
type='defense',
template='redShipGroup',
template='hq7-red',
})
},
blue = {
@ -396,11 +396,11 @@ presets = {
type='defense',
template='davidsling-blue',
}),
blueShipGroup = Preset:new({
hq7 = Preset:new({
display = 'SAM',
cost=3000,
type='defense',
template='blueShipGroup',
template='hq7-blue',
})
}
},