Skip to content

Commit

Permalink
Add Episode:Heresy season data and power-caps
Browse files Browse the repository at this point in the history
  • Loading branch information
DHager committed Feb 5, 2025
1 parent 96ee532 commit 049cd19
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
15 changes: 15 additions & 0 deletions src/data/d2/d2-season-info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,21 @@ export const D2SeasonInfo: Record<
numWeeks: 17,
episode: 2,
},
25: {
DLCName: 'Heresy',
seasonName: 'Episode: Heresy',
seasonTag: 'heresy',
season: 26,
maxLevel: 50,
powerFloor: 1900,
softCap: 1950,
powerfulCap: 2010,
pinnacleCap: 2020,
releaseDate: '2025-02-04',
resetTime: '17:00:00Z',
numWeeks: 23,
episode: 3,
},
};

export const D2CalculatedSeason = 25;
3 changes: 2 additions & 1 deletion src/data/d2/lightcap-to-season.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@
"1590": 19,
"1810": 23,
"2000": 24,
"2010": 25
"2010": 25,
"": 26
}

0 comments on commit 049cd19

Please sign in to comment.