diff --git a/src/views/Achievement/goalMap.ts b/src/views/Achievement/goalMap.ts index 3850b2b..d56d3bc 100644 --- a/src/views/Achievement/goalMap.ts +++ b/src/views/Achievement/goalMap.ts @@ -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 achevementsAmos.forEach((cat) => { cat.key = goalKeys[cat.id] || cat.key.replace(/_/g, '-') || cat.id.toString() diff --git a/src/views/Achievement/versionMap.ts b/src/views/Achievement/versionMap.ts index 80ce378..94bc19d 100644 --- a/src/views/Achievement/versionMap.ts +++ b/src/views/Achievement/versionMap.ts @@ -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 export const versionDateMap = { 5.1: new Date('2024-10-09'),