Skip to content

Commit

Permalink
Apply Changes to Ground Zero High
Browse files Browse the repository at this point in the history
Resolves #15
  • Loading branch information
refringe committed Sep 6, 2024
1 parent c11ea99 commit 1c45c1d
Show file tree
Hide file tree
Showing 4 changed files with 94 additions and 92 deletions.
7 changes: 4 additions & 3 deletions config/config.json5
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,15 @@
// The option can be a number, or an object containing minutes and weight options as described above.
customTimes: {
customs: 40,
factoryDay: 19,
factoryDay: 20,
factoryNight: 25,
interchange: 40,
laboratory: 35,
lighthouse: 40,
reserve: 40,
groundZero: 27,
shoreline: 35,
groundZero: 35,
groundZeroHigh: 35,
shoreline: 45,
streets: 50,
woods: 40,
},
Expand Down
176 changes: 88 additions & 88 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "custom-raid-times",
"version": "1.7.2",
"version": "1.7.3",
"main": "src/CustomRaidTimes.js",
"license": "MIT",
"author": "Refringe",
Expand Down
1 change: 1 addition & 0 deletions src/processors/LocationProcessor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export class LocationProcessor {
lighthouse: { config: "lighthouse", human: "Lighthouse" },
rezervbase: { config: "reserve", human: "Reserve" },
sandbox: { config: "groundZero", human: "Ground Zero" },
sandbox_high: { config: "groundZeroHigh", human: "Ground Zero High" },
shoreline: { config: "shoreline", human: "Shoreline" },
tarkovstreets: { config: "streets", human: "Streets of Tarkov" },
woods: { config: "woods", human: "Woods" },
Expand Down

0 comments on commit 1c45c1d

Please sign in to comment.