Skip to content

Commit

Permalink
Update cam2-2 mission.
Browse files Browse the repository at this point in the history
Make the hover factory produce slower and fix its defend order
given to the hover lancers so that they actually try to defend the base.
  • Loading branch information
KJeff01 committed Jan 7, 2018
1 parent 2b5bf04 commit 7523d1a
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions data/base/script/campaign/cam2-2.js
Expand Up @@ -80,7 +80,7 @@ camAreaEvent("wayPoint2Rad", function(droid)
pos: camMakePos("defensePos"),
regroup: false,
radius: 10,
repair: 45,
repair: 67,
});

playSound(warning);
Expand Down Expand Up @@ -122,7 +122,6 @@ function showGameOver()

function failSequence()
{
camTrace("Collective Commander escaped with artifact");
queue("showGameOver", 300);
}

Expand Down Expand Up @@ -212,11 +211,13 @@ function eventStartLevel()
"COFactoryWest": {
assembly: camMakePos("westAssembly"),
order: CAM_ORDER_DEFEND,
throttle: camChangeOnDiff(50000),
groupSize: 5,
throttle: camChangeOnDiff(80000),
data: {
pos: camMakePos("westAssembly"),
regroup: false,
repair: 45,
radius: 15,
repair: 67,
radius: 18,
count: -1,
},
templates: [comtath] //Hover lancers
Expand Down

0 comments on commit 7523d1a

Please sign in to comment.