Skip to content

Commit

Permalink
feat: unreal, alliance and normal raid changes for patch 7.1 (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
CostasAK authored Nov 12, 2024
1 parent 995d2b8 commit a403eb2
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions src/routes/checklist.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -133,50 +133,50 @@ const todos = [
title: "Raids",
icon: icons.raid,
todos: [
// {
// name: "AAC Light-heavyweight M1 (Normal)",
// reset: "weekly",
// },
// {
// name: "AAC Light-heavyweight M2 (Normal)",
// reset: "weekly",
// },
// {
// name: "AAC Light-heavyweight M3 (Normal)",
// reset: "weekly",
// },
// {
// name: "AAC Light-heavyweight M4 (Normal)",
// reset: "weekly",
// },
{
name: "AAC Light-heavyweight M1 (Normal)",
reset: "weekly",
},
{
name: "AAC Light-heavyweight M2 (Normal)",
reset: "weekly",
},
{
name: "AAC Light-heavyweight M3 (Normal)",
name: "Light-heavy Holoblade",
reset: "weekly",
},
{
name: "AAC Light-heavyweight M4 (Normal)",
name: "AAC Light-heavyweight M1 (Savage)",
reset: "weekly",
},
{
name: "Light-heavy Holoblade",
name: "AAC Light-heavyweight M2 (Savage)",
reset: "weekly",
},
{
name: "AAC Light-heavyweight M1 (Savage)",
name: "AAC Light-heavyweight M3 (Savage)",
reset: "weekly",
},
{
name: "AAC Light-heavyweight M2 (Savage)",
name: "AAC Light-heavyweight M4 (Savage)",
reset: "weekly",
},
{
name: "AAC Light-heavyweight M3 (Savage)",
name: "The Jade Stoa (Unreal)",
reset: "weekly",
},
{
name: "AAC Light-heavyweight M4 (Savage)",
name: "Jeuno: The First Walk",
reset: "weekly",
},
// {
// name: "Containment Bay S1T7 (Unreal)",
// reset: "weekly",
// },
// {
// name: "Alliance Raid: Aglaia",
// reset: "weekly",
// },
],
},
{
Expand Down

0 comments on commit a403eb2

Please sign in to comment.