Updated Moose.lua

This commit is contained in:
funkyfranky
2024-01-01 22:24:23 +00:00
parent 286d2ed571
commit f31942aef3
142 changed files with 6049 additions and 6049 deletions
@@ -1,22 +1,22 @@
---
-- RECOVERYTANKER: Custom
--
-- Simple Recovery tanker script using some customized settings.
--
-- Tanker will be spawned on the USS Stennis and go on station overhead at angels 6 with 274 knots TAS (~250 KIAS).
--
-- Radio frequencies, callsign are set below and overrule the settings of the late activated template group.
---
-- S-3B at USS Stennis spawning on deck.
local tankerStennis=RECOVERYTANKER:New("USS Stennis", "Texaco Group")
-- Custom settings for radio frequency, TACAN, callsign and modex.
tankerStennis:SetRadio(261)
tankerStennis:SetTACAN(37, "SHL")
tankerStennis:SetCallsign(CALLSIGN.Tanker.Arco, 3)
tankerStennis:SetModex(0) -- "Triple nuts"
-- Start recovery tanker.
-- NOTE: If you spawn on deck, it seems prudent to delay the spawn a bit after the mission starts.
tankerStennis:__Start(1)
---
-- RECOVERYTANKER: Custom
--
-- Simple Recovery tanker script using some customized settings.
--
-- Tanker will be spawned on the USS Stennis and go on station overhead at angels 6 with 274 knots TAS (~250 KIAS).
--
-- Radio frequencies, callsign are set below and overrule the settings of the late activated template group.
---
-- S-3B at USS Stennis spawning on deck.
local tankerStennis=RECOVERYTANKER:New("USS Stennis", "Texaco Group")
-- Custom settings for radio frequency, TACAN, callsign and modex.
tankerStennis:SetRadio(261)
tankerStennis:SetTACAN(37, "SHL")
tankerStennis:SetCallsign(CALLSIGN.Tanker.Arco, 3)
tankerStennis:SetModex(0) -- "Triple nuts"
-- Start recovery tanker.
-- NOTE: If you spawn on deck, it seems prudent to delay the spawn a bit after the mission starts.
tankerStennis:__Start(1)