mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Added HQ7 (Crotale) sites to Pretense generator.
This commit is contained in:
parent
557b441d13
commit
3bf77042fd
@ -286,11 +286,11 @@ presets = {
|
|||||||
type='defense',
|
type='defense',
|
||||||
template='davidsling-red',
|
template='davidsling-red',
|
||||||
}),
|
}),
|
||||||
redShipGroup = Preset:new({
|
hq7 = Preset:new({
|
||||||
display = 'SAM',
|
display = 'SAM',
|
||||||
cost=3000,
|
cost=3000,
|
||||||
type='defense',
|
type='defense',
|
||||||
template='redShipGroup',
|
template='hq7-red',
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
blue = {
|
blue = {
|
||||||
@ -396,11 +396,11 @@ presets = {
|
|||||||
type='defense',
|
type='defense',
|
||||||
template='davidsling-blue',
|
template='davidsling-blue',
|
||||||
}),
|
}),
|
||||||
blueShipGroup = Preset:new({
|
hq7 = Preset:new({
|
||||||
display = 'SAM',
|
display = 'SAM',
|
||||||
cost=3000,
|
cost=3000,
|
||||||
type='defense',
|
type='defense',
|
||||||
template='blueShipGroup',
|
template='hq7-blue',
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user