Skip to content

Commit

Permalink
Add missing axes
Browse files Browse the repository at this point in the history
  • Loading branch information
Gobluebro committed Jul 8, 2024
1 parent f79ab25 commit 36b0066
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions data/lists/weapons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,27 @@ export const WeaponsList: Array<ListType> = [
"Celebrant's Cleaver"
),
},
{
id: "ac3ac1d4-a949-46ed-b258-888043438ff1",
description: rawHTMLLink(
"https://eldenring.wiki.fextralife.com/Death+Knight's+Twin+Axes",
"Death Knight's Twin Axes"
),
},
{
id: "138d0b66-fe82-43db-b4c5-f547908f0f54",
description: rawHTMLLink(
"https://eldenring.wiki.fextralife.com/Forked+Hatchet",
"Forked Hatchet"
),
},
{
id: "13d9d3ef-3888-43f5-a3e5-6dcababf6f73",
description: rawHTMLLink(
"https://eldenring.wiki.fextralife.com/Forked-Tongue+Hatchet",
"Forked-Tongue Hatchet"
),
},
{
id: "2f037484-15ca-44da-a842-8a4ab546f9ca",
description: rawHTMLLink(
Expand Down Expand Up @@ -174,6 +188,7 @@ export const WeaponsList: Array<ListType> = [
id: "fa0dfe05-d95f-4734-947e-26ef38e8316b",
name: "Beast Claws",
isDLC: true,
url: "https://eldenring.wiki.fextralife.com/Beast+Claws",
requirements: [
{
id: "27acb8de-8f01-4789-93eb-92b52696d69e",
Expand Down

0 comments on commit 36b0066

Please sign in to comment.