Skip to content

Commit

Permalink
Fixing grace order to in game order
Browse files Browse the repository at this point in the history
  • Loading branch information
Gobluebro committed Jul 29, 2024
1 parent ed2e47f commit d6fe0e7
Showing 1 changed file with 23 additions and 26 deletions.
49 changes: 23 additions & 26 deletions data/lists/graces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2643,6 +2643,14 @@ export const GracesList: Array<ListType> = [
),
isDLC: true,
},
{
id: "d5e9f7e5-d37b-419b-811b-c4ea6dbf6b57",
description: rawHTMLLink(
"https://eldenring.wiki.fextralife.com/Interactive+Map?id=655378&code=mapD",
"Rivermouth Cave"
),
isDLC: true,
},
{
id: "5dbd787e-35f1-4706-91f2-880053ce5e09",
description: rawHTMLLink(
Expand All @@ -2659,15 +2667,6 @@ export const GracesList: Array<ListType> = [
),
isDLC: true,
},
{
// needs order checked
id: "d5e9f7e5-d37b-419b-811b-c4ea6dbf6b57",
description: rawHTMLLink(
"https://eldenring.wiki.fextralife.com/Interactive+Map?id=655378&code=mapD",
"Rivermouth Cave"
),
isDLC: true,
},
],
},
{
Expand Down Expand Up @@ -3237,44 +3236,42 @@ export const GracesList: Array<ListType> = [
isDLC: true,
requirements: [
{
// needs order checked
id: "f6f7301b-c00a-4fc9-aec7-5347efbec5f5",
id: "49fff405-ab02-4644-9c2b-4406574b4af1",
description: rawHTMLLink(
"https://eldenring.wiki.fextralife.com/Interactive+Map?id=655671&code=mapD",
"Divided Falls"
"https://eldenring.wiki.fextralife.com/Interactive+Map?id=655334&code=mapD",
"Forsaken Graveyard"
),
isDLC: true,
},
{
// needs order checked
id: "bd25d378-5350-48fb-a906-98a653c664cd",
id: "5edc9e22-380a-4059-b965-ecbefe5a0777",
description: rawHTMLLink(
"https://eldenring.wiki.fextralife.com/Interactive+Map?id=655669&code=mapD",
"Abyssal Woods"
"https://eldenring.wiki.fextralife.com/Interactive+Map?id=655667&code=mapD",
"Woodland Trail"
),
isDLC: true,
},
{
id: "49fff405-ab02-4644-9c2b-4406574b4af1",
id: "7de2cf2b-70db-4d3d-bbbf-09873a722928",
description: rawHTMLLink(
"https://eldenring.wiki.fextralife.com/Interactive+Map?id=655334&code=mapD",
"Forsaken Graveyard"
"https://eldenring.wiki.fextralife.com/Interactive+Map?id=655668&code=mapD",
"Church Ruins"
),
isDLC: true,
},
{
id: "5edc9e22-380a-4059-b965-ecbefe5a0777",
id: "bd25d378-5350-48fb-a906-98a653c664cd",
description: rawHTMLLink(
"https://eldenring.wiki.fextralife.com/Interactive+Map?id=655667&code=mapD",
"Woodland Trail"
"https://eldenring.wiki.fextralife.com/Interactive+Map?id=655669&code=mapD",
"Abyssal Woods"
),
isDLC: true,
},
{
id: "7de2cf2b-70db-4d3d-bbbf-09873a722928",
id: "f6f7301b-c00a-4fc9-aec7-5347efbec5f5",
description: rawHTMLLink(
"https://eldenring.wiki.fextralife.com/Interactive+Map?id=655668&code=mapD",
"Church Ruins"
"https://eldenring.wiki.fextralife.com/Interactive+Map?id=655671&code=mapD",
"Divided Falls"
),
isDLC: true,
},
Expand Down

0 comments on commit d6fe0e7

Please sign in to comment.