mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Added Iron Dome, David's Slinh, NASAMS-B and Rapier sites to Pretense. Fixed the timestamp in the save file name.
This commit is contained in:
@@ -227,7 +227,7 @@ presets = {
|
||||
template='infantry-red',
|
||||
}),
|
||||
shorad = Preset:new({
|
||||
display = 'SAM',
|
||||
display = 'SHORAD',
|
||||
cost=2500,
|
||||
type='defense',
|
||||
template='shorad-red',
|
||||
@@ -236,55 +236,79 @@ presets = {
|
||||
display = 'SAM',
|
||||
cost=3000,
|
||||
type='defense',
|
||||
template='sa2',
|
||||
template='sa2-red',
|
||||
}),
|
||||
sa10 = Preset:new({
|
||||
display = 'SAM',
|
||||
cost=30000,
|
||||
type='defense',
|
||||
template='sa10',
|
||||
template='sa10-red',
|
||||
}),
|
||||
sa5 = Preset:new({
|
||||
display = 'SAM',
|
||||
cost=20000,
|
||||
type='defense',
|
||||
template='sa5',
|
||||
template='sa5-red',
|
||||
}),
|
||||
sa3 = Preset:new({
|
||||
display = 'SAM',
|
||||
cost=4000,
|
||||
type='defense',
|
||||
template='sa3',
|
||||
template='sa3-red',
|
||||
}),
|
||||
sa6 = Preset:new({
|
||||
display = 'SAM',
|
||||
cost=6000,
|
||||
type='defense',
|
||||
template='sa6',
|
||||
template='sa6-red',
|
||||
}),
|
||||
sa11 = Preset:new({
|
||||
display = 'SAM',
|
||||
cost=10000,
|
||||
type='defense',
|
||||
template='sa11',
|
||||
template='sa11-red',
|
||||
}),
|
||||
hawk = Preset:new({
|
||||
display = 'SAM',
|
||||
cost=6000,
|
||||
type='defense',
|
||||
template='hawk',
|
||||
template='hawk-red',
|
||||
}),
|
||||
patriot = Preset:new({
|
||||
display = 'SAM',
|
||||
cost=30000,
|
||||
type='defense',
|
||||
template='patriot',
|
||||
template='patriot-red',
|
||||
}),
|
||||
nasams = Preset:new({
|
||||
nasamsb = Preset:new({
|
||||
display = 'SAM',
|
||||
cost=3000,
|
||||
type='defense',
|
||||
template='nasams',
|
||||
template='nasamsb-red',
|
||||
}),
|
||||
nasamsc = Preset:new({
|
||||
display = 'SAM',
|
||||
cost=3000,
|
||||
type='defense',
|
||||
template='nasamsc-red',
|
||||
}),
|
||||
rapier = Preset:new({
|
||||
display = 'SAM',
|
||||
cost=3000,
|
||||
type='defense',
|
||||
template='rapier-red',
|
||||
}),
|
||||
irondome = Preset:new({
|
||||
display = 'SAM',
|
||||
cost=20000,
|
||||
type='defense',
|
||||
template='irondome-red',
|
||||
}),
|
||||
davidsling = Preset:new({
|
||||
display = 'SAM',
|
||||
cost=30000,
|
||||
type='defense',
|
||||
template='davidsling-red',
|
||||
}),
|
||||
redShipGroup = Preset:new({
|
||||
display = 'SAM',
|
||||
@@ -301,7 +325,7 @@ presets = {
|
||||
template='infantry-blue',
|
||||
}),
|
||||
shorad = Preset:new({
|
||||
display = 'SAM',
|
||||
display = 'SHORAD',
|
||||
cost=2500,
|
||||
type='defense',
|
||||
template='shorad-blue',
|
||||
@@ -310,55 +334,79 @@ presets = {
|
||||
display = 'SAM',
|
||||
cost=3000,
|
||||
type='defense',
|
||||
template='sa2',
|
||||
template='sa2-blue',
|
||||
}),
|
||||
sa10 = Preset:new({
|
||||
display = 'SAM',
|
||||
cost=30000,
|
||||
type='defense',
|
||||
template='sa10',
|
||||
template='sa10-blue',
|
||||
}),
|
||||
sa5 = Preset:new({
|
||||
display = 'SAM',
|
||||
cost=20000,
|
||||
type='defense',
|
||||
template='sa5',
|
||||
template='sa5-blue',
|
||||
}),
|
||||
sa3 = Preset:new({
|
||||
display = 'SAM',
|
||||
cost=4000,
|
||||
type='defense',
|
||||
template='sa3',
|
||||
template='sa3-blue',
|
||||
}),
|
||||
sa6 = Preset:new({
|
||||
display = 'SAM',
|
||||
cost=6000,
|
||||
type='defense',
|
||||
template='sa6',
|
||||
template='sa6-blue',
|
||||
}),
|
||||
sa11 = Preset:new({
|
||||
display = 'SAM',
|
||||
cost=10000,
|
||||
type='defense',
|
||||
template='sa11',
|
||||
template='sa11-blue',
|
||||
}),
|
||||
hawk = Preset:new({
|
||||
display = 'SAM',
|
||||
cost=6000,
|
||||
type='defense',
|
||||
template='hawk',
|
||||
template='hawk-blue',
|
||||
}),
|
||||
patriot = Preset:new({
|
||||
display = 'SAM',
|
||||
cost=30000,
|
||||
type='defense',
|
||||
template='patriot',
|
||||
template='patriot-blue',
|
||||
}),
|
||||
nasams = Preset:new({
|
||||
nasamsb = Preset:new({
|
||||
display = 'SAM',
|
||||
cost=3000,
|
||||
type='defense',
|
||||
template='nasams',
|
||||
template='nasamsb-blue',
|
||||
}),
|
||||
nasamsc = Preset:new({
|
||||
display = 'SAM',
|
||||
cost=3000,
|
||||
type='defense',
|
||||
template='nasamsc-blue',
|
||||
}),
|
||||
rapier = Preset:new({
|
||||
display = 'SAM',
|
||||
cost=3000,
|
||||
type='defense',
|
||||
template='rapier-blue',
|
||||
}),
|
||||
irondome = Preset:new({
|
||||
display = 'SAM',
|
||||
cost=20000,
|
||||
type='defense',
|
||||
template='irondome-blue',
|
||||
}),
|
||||
davidsling = Preset:new({
|
||||
display = 'SAM',
|
||||
cost=30000,
|
||||
type='defense',
|
||||
template='davidsling-blue',
|
||||
}),
|
||||
blueShipGroup = Preset:new({
|
||||
display = 'SAM',
|
||||
|
||||
Reference in New Issue
Block a user