Skip to content

Commit

Permalink
A few factory throttle changes for Alpha.
Browse files Browse the repository at this point in the history
  • Loading branch information
KJeff01 committed Feb 9, 2018
1 parent 3a729d9 commit ead89ac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion data/base/script/campaign/cam1-5.js
Expand Up @@ -236,7 +236,7 @@ function eventStartLevel()
assembly: "NPCyborgAssembly",
order: CAM_ORDER_ATTACK,
groupSize: 4,
throttle: camChangeOnDiff(30000),
throttle: camChangeOnDiff(35000),
templates: [ npcybc, npcybf, npcybm ],
data: {
regroup: false,
Expand Down
8 changes: 4 additions & 4 deletions data/base/script/campaign/cam1-d.js
Expand Up @@ -201,7 +201,7 @@ function eventStartLevel()
assembly: "NPFactoryWAssembly",
order: CAM_ORDER_ATTACK,
groupSize: 4,
throttle: camChangeOnDiff(50000),
throttle: camChangeOnDiff(55000),
data: {
regroup: false,
repair: 66,
Expand All @@ -213,7 +213,7 @@ function eventStartLevel()
assembly: "NPFactoryEAssembly",
order: CAM_ORDER_ATTACK,
groupSize: 4,
throttle: camChangeOnDiff(60000),
throttle: camChangeOnDiff(65000),
data: {
regroup: false,
repair: 66,
Expand All @@ -237,7 +237,7 @@ function eventStartLevel()
assembly: "NPCybFactoryWAssembly",
order: CAM_ORDER_ATTACK,
groupSize: 4,
throttle: camChangeOnDiff(55000),
throttle: camChangeOnDiff(50000),
data: {
regroup: false,
repair: 66,
Expand All @@ -249,7 +249,7 @@ function eventStartLevel()
assembly: "NPCybFactoryEAssembly",
order: CAM_ORDER_ATTACK,
groupSize: 4,
throttle: camChangeOnDiff(50000),
throttle: camChangeOnDiff(45000),
data: {
regroup: false,
repair: 66,
Expand Down

0 comments on commit ead89ac

Please sign in to comment.