Skip to content

Commit 5ec6762

Browse files
committed
Map edits in progress
1 parent 425f5fe commit 5ec6762

4 files changed

Lines changed: 63 additions & 12 deletions

File tree

mods/cameo/maps/iris-ally-hb/allyhb.lua

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ SankalpaArrival = false
33

44
Difficulty = Map.LobbyOptionOrDefault("difficulty", "normal")
55
if Difficulty == "easy" then
6-
DateTime.TimeLimit = DateTime.Minutes(5) + DateTime.Seconds(10)
6+
DateTime.TimeLimit = DateTime.Minutes(7) + DateTime.Seconds(10)
77
NitroTaskForceSmall = { "ftrk", "3tnk" }
88
NitroTaskForceMedium = { "ftrk", "ftrk", "3tnk" }
99
NitroTaskForceLarge = { "3tnk", "3tnk", "3tnk" }
@@ -83,7 +83,6 @@ UnitHunt = function (a)
8383
end)
8484
end
8585

86-
JPPoints = {JPSpawn.Location, JPDeploy.Location}
8786
SecondMCVSpawn = {EnemySpawnThree.Location, SecondBaseDeploy.Location}
8887

8988
SankalpaHeli = { "modhip" }
@@ -118,14 +117,6 @@ WorldLoaded = function ()
118117
Trigger.AfterDelay(DateTime.Seconds(60), SeaAttackWaves)
119118

120119
Trigger.AfterDelay(DateTime.Minutes(3), function()
121-
Reinforcements.Reinforce(NitroJP, {"ramcv.japan"}, JPPoints, 0, function (mcv)
122-
Trigger.OnIdle(mcv, function (mcv)
123-
mcv.Deploy()
124-
end)
125-
end)
126-
end)
127-
128-
Trigger.AfterDelay(DateTime.Minutes(10), function()
129120
Reinforcements.Reinforce(NitroRed, {"ramcv.soviet"}, SecondMCVSpawn, 0, function (mcv)
130121
Trigger.OnIdle(mcv, function (mcv)
131122
mcv.Deploy()
0 Bytes
Binary file not shown.
58 Bytes
Loading

mods/cameo/maps/iris-ally-hb/map.yaml

Lines changed: 62 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Tileset: TEMPERAT
1010

1111
MapSize: 110,134
1212

13-
Bounds: 1,37,108,132
13+
Bounds: 1,1,108,132
1414

1515
Visibility: Lobby, MissionSelector
1616

@@ -1505,8 +1505,8 @@ Actors:
15051505
Location: 42,109
15061506
Actor680: cncca
15071507
Owner: NewHopeTwo
1508-
Facing: 499
15091508
Location: 45,112
1509+
Facing: 499
15101510
Actor681: cncpt
15111511
Owner: NewHopeTwo
15121512
Facing: 515
@@ -1561,5 +1561,65 @@ Actors:
15611561
EnemyNavySpawnThree: waypoint
15621562
Owner: Neutral
15631563
Location: 108,123
1564+
Actor419: modraafld
1565+
Owner: NitroJP
1566+
Location: 98,85
1567+
Actor420: modraafld
1568+
Owner: NitroJP
1569+
Location: 102,85
1570+
Actor421: modraafld
1571+
Owner: NitroJP
1572+
Location: 94,85
1573+
Actor422: rafix.japan
1574+
Owner: NitroJP
1575+
Location: 102,81
1576+
Actor425: jproc
1577+
Owner: NitroJP
1578+
Location: 90,81
1579+
Actor426: jproc
1580+
Owner: NitroJP
1581+
Location: 83,76
1582+
Actor436: rafact.japan
1583+
Owner: NitroJP
1584+
Location: 89,76
1585+
Actor437: modtentj
1586+
Owner: NitroJP
1587+
Location: 94,72
1588+
Actor447: modraweapj
1589+
Owner: NitroJP
1590+
Location: 85,71
1591+
Actor449: modraweapj
1592+
Owner: NitroJP
1593+
Location: 89,71
1594+
Actor450: modtentj
1595+
Owner: NitroJP
1596+
Location: 97,72
1597+
Actor451: dome.japan
1598+
Owner: NitroJP
1599+
Location: 99,81
1600+
Actor581: apwr
1601+
Owner: NitroJP
1602+
Location: 94,78
1603+
Actor596: apwr
1604+
Owner: NitroJP
1605+
Location: 98,78
1606+
Actor616: jpwr
1607+
Owner: NitroJP
1608+
Location: 96,81
1609+
Actor660: jpwr
1610+
Owner: NitroJP
1611+
Location: 106,81
1612+
Actor684: jpwr
1613+
Owner: NitroJP
1614+
Location: 102,76
1615+
Actor685: modartyturret
1616+
Owner: Nitro
1617+
Location: 57,62
1618+
Actor686: modartyturret
1619+
Owner: Nitro
1620+
Location: 62,62
1621+
Actor687: modartyturret
1622+
Owner: Nitro
1623+
Location: 60,59
15641624

15651625
Rules: rules.yaml

0 commit comments

Comments
 (0)