mirror of
https://github.com/FlightControl-Master/MOOSE_MISSIONS.git
synced 2026-08-27 05:22:01 +00:00
Last step of bid folder restructure
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
-------------------------------------------------------------------------
|
||||
-- SRD-100 - SHORAD - Basic Demo
|
||||
-------------------------------------------------------------------------
|
||||
-- Documentation
|
||||
--
|
||||
-- SHORAD: https://flightcontrol-master.github.io/MOOSE_DOCS/Documentation/tbd
|
||||
--
|
||||
-- Note: As of Feb/21, SHORAD is WIP. Needs a recent build of Moose.lua => 2.5.3
|
||||
--
|
||||
-------------------------------------------------------------------------
|
||||
-- Observe a set of Red SAM sites being attacked by Blue SEAD and Helicopters.
|
||||
-- Red SHORAD systems will be switched on for 10 minutes to defend against
|
||||
-- HARMSs and AGMs.
|
||||
-- Red SAMs will try to evade HARMs fired at them.
|
||||
-------------------------------------------------------------------------
|
||||
-- Date: 16 Feb 2021
|
||||
-------------------------------------------------------------------------
|
||||
|
||||
local SamSet = SET_GROUP:New():FilterPrefixes("Blue SAM"):FilterCoalitions("blue"):FilterStart()
|
||||
-- usage: SHORAD:New(name, prefix, samset, radius, time, coalition)
|
||||
myshorad = SHORAD:New("BlueShorad", "Blue SHORAD", SamSet, 22000, 600, "blue")
|
||||
myshorad:SwitchDebug(true)
|
||||
|
||||
-- optional - make SAMs evasive (that is, if they can move)
|
||||
mysead = SEAD:New("Blue SAM")
|
||||
Reference in New Issue
Block a user