Skip to content

Commit 1c45c1d

Browse files
committed
Apply Changes to Ground Zero High
Resolves #15
1 parent c11ea99 commit 1c45c1d

File tree

4 files changed

+94
-92
lines changed

4 files changed

+94
-92
lines changed

config/config.json5

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,15 @@
3737
// The option can be a number, or an object containing minutes and weight options as described above.
3838
customTimes: {
3939
customs: 40,
40-
factoryDay: 19,
40+
factoryDay: 20,
4141
factoryNight: 25,
4242
interchange: 40,
4343
laboratory: 35,
4444
lighthouse: 40,
4545
reserve: 40,
46-
groundZero: 27,
47-
shoreline: 35,
46+
groundZero: 35,
47+
groundZeroHigh: 35,
48+
shoreline: 45,
4849
streets: 50,
4950
woods: 40,
5051
},

package-lock.json

Lines changed: 88 additions & 88 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "custom-raid-times",
3-
"version": "1.7.2",
3+
"version": "1.7.3",
44
"main": "src/CustomRaidTimes.js",
55
"license": "MIT",
66
"author": "Refringe",

src/processors/LocationProcessor.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ export class LocationProcessor {
2929
lighthouse: { config: "lighthouse", human: "Lighthouse" },
3030
rezervbase: { config: "reserve", human: "Reserve" },
3131
sandbox: { config: "groundZero", human: "Ground Zero" },
32+
sandbox_high: { config: "groundZeroHigh", human: "Ground Zero High" },
3233
shoreline: { config: "shoreline", human: "Shoreline" },
3334
tarkovstreets: { config: "streets", human: "Streets of Tarkov" },
3435
woods: { config: "woods", human: "Woods" },

0 commit comments

Comments
 (0)