Skip to content

Commit

Permalink
🐳 chore: 4.0 achievements
Browse files Browse the repository at this point in the history
  • Loading branch information
xytoki committed Aug 15, 2023
1 parent 66dd6d8 commit 77a230f
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/views/Achievement/goalMap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ const goalKeys = {
38: 'sumeru-the-gilded-desert-series-ii',
39: 'challenger-series-vii',
41: 'blessed-hamada',
42: 'fontaine-dance-of-the-dew-white-springs-i',
43: 'mortal-travails-series-iv',
44: 'meetings-in-outrealm-series-iv',
} as Record<number, string>
achevementsAmos.forEach((cat) => {
cat.key = goalKeys[cat.id] || cat.key.replace(/_/g, '-') || cat.id.toString()
Expand Down
83 changes: 83 additions & 0 deletions src/views/Achievement/versionMap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -970,8 +970,91 @@ const versionMap = {
84149: 3.8,
84150: 3.8,
84151: 3.8,

80252: 4.0,
80253: 4.0,
80254: 4.0,
80255: 4.0,
80256: 4.0,
80257: 4.0,
80258: 4.0,
80259: 4.0,
80260: 4.0,
80261: 4.0,
80262: 4.0,
80263: 4.0,
80264: 4.0,
80265: 4.0,
80266: 4.0,
80267: 4.0,
80268: 4.0,
80269: 4.0,
80270: 4.0,
80271: 4.0,
81340: 4.0,
81341: 4.0,
81342: 4.0,
81344: 4.0,
81345: 4.0,
81346: 4.0,
81347: 4.0,
81348: 4.0,
81349: 4.0,
81350: 4.0,
81351: 4.0,
81352: 4.0,
81353: 4.0,
81355: 4.0,
81356: 4.0,
81357: 4.0,
81358: 4.0,
81359: 4.0,
81360: 4.0,
81361: 4.0,
81362: 4.0,
81363: 4.0,
81364: 4.0,
81365: 4.0,
81366: 4.0,
81367: 4.0,
81368: 4.0,
81369: 4.0,
81370: 4.0,
81371: 4.0,
81372: 4.0,
81373: 4.0,
81374: 4.0,
82175: 4.0,
82176: 4.0,
82177: 4.0,
82178: 4.0,
82179: 4.0,
82180: 4.0,
84096: 4.0,
84097: 4.0,
84098: 4.0,
84099: 4.0,
84300: 4.0,
84301: 4.0,
84302: 4.0,
84303: 4.0,
84566: 4.0,
84567: 4.0,
84568: 4.0,
84569: 4.0,
84570: 4.0,
86030: 4.0,
86031: 4.0,
86032: 4.0,
86033: 4.0,
86034: 4.0,
86035: 4.0,
86036: 4.0,
86037: 4.0,
86038: 4.0,
} as Record<number, number>
export const versionDateMap = {
4.0: new Date('2023-08-16'),
3.8: new Date('2023-07-05'),
3.7: new Date('2023-05-24'),
3.6: new Date('2023-04-12'),
Expand Down

0 comments on commit 77a230f

Please sign in to comment.