Skip to content

Commit

Permalink
Revert moving artifacts on difficulty on Alpha 1
Browse files Browse the repository at this point in the history
In retrospect, this suggestion was really bad.
  • Loading branch information
KJeff01 committed Dec 1, 2023
1 parent f010d10 commit 34c83b6
Showing 1 changed file with 6 additions and 18 deletions.
24 changes: 6 additions & 18 deletions data/base/script/campaign/cam1a.js
Original file line number Diff line number Diff line change
Expand Up @@ -209,24 +209,12 @@ function eventStartLevel()
},
});

if (difficulty >= HARD)
{
camSetArtifacts({
"base1ArtifactPos": { tech: ["R-Wpn-MG-Damage01", "R-Sys-Engineering01"] },
"base2Factory": { tech: ["R-Wpn-Flamer01Mk1", "R-Sys-MobileRepairTurret01"] },
"base3Factory": { tech: "R-Wpn-MG-Damage02" },
"base4Factory": { tech: "R-Wpn-MG-ROF01" },
});
}
else
{
camSetArtifacts({
"base1ArtifactPos": { tech: ["R-Wpn-MG-Damage01", "R-Sys-Engineering01"] },
"base2Factory": { tech: "R-Wpn-Flamer01Mk1" },
"base3Factory": { tech: ["R-Wpn-MG-Damage02", "R-Sys-MobileRepairTurret01"] },
"base4Factory": { tech: "R-Wpn-MG-ROF01" },
});
}
camSetArtifacts({
"base1ArtifactPos": { tech: ["R-Wpn-MG-Damage01", "R-Sys-Engineering01"] },
"base2Factory": { tech: ["R-Wpn-Flamer01Mk1", "R-Sys-MobileRepairTurret01"] },
"base3Factory": { tech: "R-Wpn-MG-Damage02" },
"base4Factory": { tech: "R-Wpn-MG-ROF01" },
});

camSetFactories({
"base2Factory": {
Expand Down

0 comments on commit 34c83b6

Please sign in to comment.