Skip to content

Commit

Permalink
Decrease VTOL wave frequency on Gamma 3
Browse files Browse the repository at this point in the history
  • Loading branch information
KJeff01 committed Aug 31, 2024
1 parent fb80bd1 commit 53ea494
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/base/script/campaign/cam3-b.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ function wave2()
alternate: true,
altIdx: 0
};
camSetVtolData(CAM_NEXUS, "vtolAppearPos", "vtolRemovePos", list, camChangeOnDiff(camMinutesToMilliseconds(2)), "NXCommandCenter", ext);
camSetVtolData(CAM_NEXUS, "vtolAppearPos", "vtolRemovePos", list, camChangeOnDiff(camMinutesToMilliseconds(3.5)), "NXCommandCenter", ext);
}

function wave3()
Expand All @@ -85,7 +85,7 @@ function wave3()
alternate: true,
altIdx: 0
};
camSetVtolData(CAM_NEXUS, "vtolAppearPos", "vtolRemovePos", list, camChangeOnDiff(camMinutesToMilliseconds(2)), "NXCommandCenter", ext);
camSetVtolData(CAM_NEXUS, "vtolAppearPos", "vtolRemovePos", list, camChangeOnDiff(camMinutesToMilliseconds(3.5)), "NXCommandCenter", ext);
}

//Setup Nexus VTOL hit and runners.
Expand All @@ -109,7 +109,7 @@ function vtolAttack()
alternate: true,
altIdx: 0
};
camSetVtolData(CAM_NEXUS, "vtolAppearPos", "vtolRemovePos", list, camChangeOnDiff(camMinutesToMilliseconds(2)), "NXCommandCenter", ext);
camSetVtolData(CAM_NEXUS, "vtolAppearPos", "vtolRemovePos", list, camChangeOnDiff(camMinutesToMilliseconds(3.5)), "NXCommandCenter", ext);
queue("wave2", camChangeOnDiff(camSecondsToMilliseconds(30)));
queue("wave3", camChangeOnDiff(camSecondsToMilliseconds(60)));
}
Expand Down

0 comments on commit 53ea494

Please sign in to comment.