-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBaseDefender.lua
More file actions
28 lines (21 loc) · 1.51 KB
/
BaseDefender.lua
File metadata and controls
28 lines (21 loc) · 1.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
----------------------------------------------------
-- DCS INDONESIA // GARUDA VIRTUAL AIR WING -- |
-- MISSION : STORM EAGLE III - A DYNAMIC CAMPAIGN |
-- MISSION DEVELOPED BY: |
----- EAGLE EYE |
----------------------------------------------------
----------------------------------------------------
-- DRAFT FILE |
-- VERSION : INITIAL |
----------------------------------------------------
-- required MOOSE
-- RED SPAWNER -- 600 SEC ACTIVE AFTER DESTROYED
-- DEFENDER ZONE
Spawn_Vehicle_1 = SPAWN:New( "RedDefender Senaki" ):InitLimit( 5, 10):InitRandomizePosition( true, 1000, 500):SpawnScheduled( 600, .5 )
Spawn_Vehicle_2 = SPAWN:New( "RedDefender Zugdidi" ):InitLimit( 5, 10):InitRandomizePosition( true, 1000, 500):SpawnScheduled( 600, .5 )
Spawn_Vehicle_2 = SPAWN:New( "RedDefender Khashuri" ):InitLimit( 5, 10):InitRandomizePosition( true, 1000, 500):SpawnScheduled( 600, .5 )
-- BLUE SPAWNER -- 600 SEC ACTIVE AFTER DESTROYED
-- DEFENDER ZONE
Spawn_Vehicle_20 = SPAWN:New( "BlueDefender Senaki" ):InitLimit( 5, 10):InitRandomizePosition( true, 1000, 500):SpawnScheduled( 600, .5 )
Spawn_Vehicle_21 = SPAWN:New( "BlueDefender Zugdidi" ):InitLimit( 5, 10):InitRandomizePosition( true, 1000, 500):SpawnScheduled( 600, .5 )
Spawn_Vehicle_22 = SPAWN:New( "BlueDefender Khashuri" ):InitLimit( 5, 10):InitRandomizePosition( true, 1000, 500):SpawnScheduled( 600, .5 )