We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 780ceee commit 01cf7c2Copy full SHA for 01cf7c2
src/adjusters/ExtractAdjuster.ts
@@ -28,6 +28,7 @@ export class ExtractAdjuster {
28
rezervbase: { config: "reserve", human: "Reserve" },
29
reservebase: { config: "reserve", human: "Reserve" }, // Duplicate entry to handle both potential inputs
30
sandbox: { config: "groundZero", human: "Ground Zero" },
31
+ sandbox_high: { config: "groundZeroHigh", human: "Ground Zero High"},
32
shoreline: { config: "shoreline", human: "Shoreline" },
33
tarkovstreets: { config: "streets", human: "Streets of Tarkov" },
34
woods: { config: "woods", human: "Woods" },
@@ -88,6 +89,7 @@ export class ExtractAdjuster {
88
89
"lighthouse",
90
"rezervbase",
91
"sandbox",
92
+ "sandbox_high",
93
"shoreline",
94
"tarkovstreets",
95
"woods",
0 commit comments