Skip to content

Commit

Permalink
updated moose_dev, removed rapier
Browse files Browse the repository at this point in the history
  • Loading branch information
rdbeerman committed Aug 23, 2020
1 parent aacef56 commit f3d5f55
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 5 deletions.
Binary file added Invasion_CA_v1_9_5.miz
Binary file not shown.
Binary file added Invasion_PG_v1_9_5.miz
Binary file not shown.
8 changes: 4 additions & 4 deletions Lua/ACT_MapOptions.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
act = {}

function act.caucasus()
trigger.action.outText("Hello Caucasus", 10)
trigger.action.outText("Hello Caucasus", 5)
map = "caucasus"

act.capAirbases = {
Expand All @@ -10,15 +10,15 @@ function act.caucasus()
}
act.zones = {"zone #001", "zone #002", "zone #003", "zone #004", "zone #005", "zone #006", "zone #007", "zone #008", "zone #009", "zone #010", "zone #011"}

act.primObjectives = {"primObjective #001", "primObjective #002", "primObjective #003", "primObjective #004", "airbase #002", "primObjective #005", "primObjective #006", "primObjective #007"}
act.primObjectives = {"primObjective #001", "primObjective #002", "primObjective #003", "primObjective #004", "airbase #002", "primObjective #005", "primObjective #006" }

act.structures = {"primObjective #001", "primObjective #002", "primObjective #003", "primObjective #004"}
act.typeSpecial = { "primObjective #005", "primObjective #006", "primObjective #007" }

act.sams = {"SAM #001", "SAM #002", "SAM #003", "SAM #004" }
act.ewrs = {"EWR #001", "EWR #002", "EWR #003"}
act.defenses = {"defense #001", "defense #002", "defense #003", "defense #004", "defense #005"}
act.smallDefenses = { "defenseSmall #001", "defenseSmall #002" }
act.smallDefenses = { "defenseSmall #001", "defenseSmall #002" }

act.capRed = { "CAP Red #001", "CAP Red #002", "CAP Red #003", "CAP Red #004", "CAP Red #005", "CAP Red #006", "CAP Red #007", "CAP Red #008", "CAP Red #009", "CAP Red #010" }

Expand All @@ -34,7 +34,7 @@ function act.caucasus()
end

function act.persianGulf()
trigger.action.outText("Hello Persian Gulf", 10)
trigger.action.outText("Hello Persian Gulf", 5)
map = "persianGulf"

act.capAirbases = {
Expand Down
2 changes: 1 addition & 1 deletion Lua/ACT_Objectives.lua
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ function A2A_DISPATCHER()

--Define CAP Squadron execution
A2ADispatcherRED:SetSquadronCap( "CAP_RED_1", BorderRED, 6000, 8000, 600, 900, 600, 900, "BARO")
A2ADispatcherRED:SetSquadronCapInterval( "CAP_RED_1", 1, 450, 550, 1)
A2ADispatcherRED:SetSquadronCapInterval( "CAP_RED_1", 2, 450, 550, 1)

A2ADispatcherRED:SetSquadronCap( "CAP_RED_2", BorderRED, 3000, 9000, 400, 800, 600, 900, "BARO")
A2ADispatcherRED:SetSquadronCapInterval( "CAP_RED_2", 1, 450, 550, 1)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit f3d5f55

Please sign in to comment.