Gobluebro / Elden-Ring-Checklist

A checklist for you to complete as you go through Elden Ring.
https://gobluebro.github.io/Elden-Ring-Checklist/
MIT License
71 stars 25 forks source link

[Vanilla] Missing incantations: Aspects of the Crucible Breath and Horns + typo fix #63

Closed ashemedai closed 2 months ago

ashemedai commented 2 months ago

data/lists/spells.ts misses these incantations:

      {
        id: "d87d0166-3de2-4692-b299-6a7e803c4f88",
        description: rawHTMLLink(
          "https://eldenring.wiki.fextralife.com/Aspects+of+the+Crucible:+Breath",
          "Aspects of the Crucible: Breath"
        ),
      },
      {
        id: "c74ca270-f12d-4aca-b418-cfb830a05ea9",
        description: rawHTMLLink(
          "https://eldenring.wiki.fextralife.com/Aspects+of+the+Crucible:+Horns",
          "Aspects of the Crucible: Horns"
        ),
      },

Typo fix for data/lists/quests.ts needed (aspect to aspects):

      {
        id: "e4b0b2fc-7a40-4af3-94b6-1e65db9e3eac",
        description:
          "Tanith's Knight will invade. Kill and loot the Knight for Aspects of the Crucible: Breath.",
      },
Gobluebro commented 2 months ago

Thank you for catching these!

Gobluebro commented 2 months ago

Typo fix for data/lists/quests.ts needed (aspect to aspects):

      {
        id: "e4b0b2fc-7a40-4af3-94b6-1e65db9e3eac",
        description:
          "Tanith's Knight will invade. Kill and loot the Knight for Aspects of the Crucible: Breath.",
      },

Fixed in 7c2575c

Gobluebro commented 2 months ago

data/lists/spells.ts misses these incantations:

      {
        id: "d87d0166-3de2-4692-b299-6a7e803c4f88",
        description: rawHTMLLink(
          "https://eldenring.wiki.fextralife.com/Aspects+of+the+Crucible:+Breath",
          "Aspects of the Crucible: Breath"
        ),
      },
      {
        id: "c74ca270-f12d-4aca-b418-cfb830a05ea9",
        description: rawHTMLLink(
          "https://eldenring.wiki.fextralife.com/Aspects+of+the+Crucible:+Horns",
          "Aspects of the Crucible: Horns"
        ),
      },

Fixed in c7cc580