Skip to content

Commit

Permalink
✨ feat: 5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xytoki committed Nov 19, 2024
1 parent 137f76c commit 493ed73
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/views/Achievement/goalMap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ const goalKeys = {
48: 'rhapsodia-in-the-ancient-sea',
49: 'challenger-series-ix',
50: 'imaginarium-theater-the-first-folio',
51: 'natlan-the-land-of-fire-and-competition-i',
52: 'imaginarium-theater-the-second-folio',
53: 'meetings-in-outrealm-series-v',
54: 'duelist-series-i',
55: 'natlan-the-land-of-fire-and-competition-ii',
56: 'duelist-series-ii',
} as Record<number, string>
achevementsAmos.forEach((cat) => {
cat.key = goalKeys[cat.id] || cat.key.replace(/_/g, '-') || cat.id.toString()
Expand Down
64 changes: 64 additions & 0 deletions src/views/Achievement/versionMap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1393,6 +1393,70 @@ const versionMap = {
84330: 5.1,
84329: 5.1,
82252: 5.1,

81543: 5.2,
81542: 5.2,
81540: 5.2,
81539: 5.2,
81538: 5.2,
81537: 5.2,
81536: 5.2,
81535: 5.2,
81534: 5.2,
81533: 5.2,
81532: 5.2,
81531: 5.2,
81530: 5.2,
81544: 5.2,
81545: 5.2,
81546: 5.2,
81548: 5.2,
81547: 5.2,
81550: 5.2,
81549: 5.2,
81552: 5.2,
81551: 5.2,
81554: 5.2,
81553: 5.2,
81555: 5.2,
81556: 5.2,
81557: 5.2,
82253: 5.2,
84335: 5.2,
84336: 5.2,
80349: 5.2,
80351: 5.2,
80350: 5.2,
80352: 5.2,
80353: 5.2,
80354: 5.2,
80355: 5.2,
80356: 5.2,
80357: 5.2,
80358: 5.2,
80359: 5.2,
80360: 5.2,
80362: 5.2,
80361: 5.2,
82254: 5.2,
80363: 5.2,
82256: 5.2,
82255: 5.2,
82258: 5.2,
82257: 5.2,
82259: 5.2,
82260: 5.2,
82261: 5.2,
82263: 5.2,
82262: 5.2,
82264: 5.2,
82266: 5.2,
82265: 5.2,
82268: 5.2,
82267: 5.2,
82269: 5.2,
82271: 5.2,
82270: 5.2,
} as Record<number, number>
export const versionDateMap = {
5.1: new Date('2024-10-09'),
Expand Down

0 comments on commit 493ed73

Please sign in to comment.