diff --git a/Functional/Mantis/MTS-400 - MANTIS - Automode huge setup example/MTS-400 - MANTIS - Automode huge setup example.lua b/Functional/Mantis/MTS-400 - MANTIS - Automode huge setup example/MTS-400 - MANTIS - Automode huge setup example.lua index 5a85da8722..fc29257afa 100644 --- a/Functional/Mantis/MTS-400 - MANTIS - Automode huge setup example/MTS-400 - MANTIS - Automode huge setup example.lua +++ b/Functional/Mantis/MTS-400 - MANTIS - Automode huge setup example/MTS-400 - MANTIS - Automode huge setup example.lua @@ -8,12 +8,7 @@ ------------------------------------------------------------------------- -- Observe a set of SAM sites being attacked by F18 SEAD ------------------------------------------------------------------------- --- Date: 11 Nov 2021 - ---- Set up SHORAD -local redsamset = SET_GROUP:New():FilterCoalitions("red"):FilterPrefixes({"SAM-SA","EWR"}):FilterStart() -local redshorad = SHORAD:New("SHORAD-RED","SHORAD",redsamset,25000,600,"red",true) -- Functional.Shorad#SHORAD -redshorad:SetDefenseLimits(80,95) +-- Date: Mar 2025 --- Borders local israelborder = ZONE_POLYGON:New("Israel",GROUP:FindByName("Israel Border")) @@ -22,7 +17,6 @@ local syriaborder = ZONE_POLYGON:New("Syria",GROUP:FindByName("Syria Border")) --- MANTIS local RedMantis = MANTIS:New("SyMantis","SAM-SA","EWR",nil,"red") RedMantis:AddZones({syriaborder},{israelborder}) --accept and reject zones -RedMantis:AddShorad(redshorad,600) RedMantis:__Start(5) function RedMantis:OnAfterSeadSuppressionPlanned(From, Event, To, Group, Name, SuppressionStartTime, SuppressionEndTime) diff --git a/Functional/Mantis/MTS-400 - MANTIS - Automode huge setup example/MTS-400 - MANTIS - Automode huge setup example.miz b/Functional/Mantis/MTS-400 - MANTIS - Automode huge setup example/MTS-400 - MANTIS - Automode huge setup example.miz index 58e09c7e21..5506d3e55b 100644 Binary files a/Functional/Mantis/MTS-400 - MANTIS - Automode huge setup example/MTS-400 - MANTIS - Automode huge setup example.miz and b/Functional/Mantis/MTS-400 - MANTIS - Automode huge setup example/MTS-400 - MANTIS - Automode huge setup example.miz differ