Skip to content

Commit

Permalink
Add boss kill requirement for quests
Browse files Browse the repository at this point in the history
  • Loading branch information
Gobluebro committed Apr 10, 2022
1 parent 6ebdf3c commit adf1ccf
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions data/quests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,14 @@ export const Quests: Array<ListType> = [
id: "fd4d006f-6d1b-490f-9f89-36e35d745bfa",
description: "Talk to Kenneth at Fort Haight.",
},
{
id: "61b02aa4-4c15-4f31-b996-1705e75f02f3",
description: "Defeat Morgott, The Omen King.",
},
{
id: "988eb290-0852-4abc-8f62-34ad43bf5841",
description:
"Once you have completed Nepheli's questline, talk to Kenneth at the Stormveil Castle throne room.",
"Once you have completed Nepheli's questline, talk to Kenneth at the Stormveil Castle throne room near the Godrick the Grafted grace.",
},
],
},
Expand Down Expand Up @@ -135,6 +139,10 @@ export const Quests: Array<ListType> = [
description:
"Explore the Church of Anticipation, and find The Stormhawk King.",
},
{
id: "8e0bf773-1f5f-403e-81f3-9fbafd012075",
description: "Defeat Morgott, The Omen King.",
},
// TODO: add notes to as optional parameter to lists.
// TODO: add note saying to not give the potion to Nepheli.
// {
Expand All @@ -144,7 +152,8 @@ export const Quests: Array<ListType> = [
// },
{
id: "a92b8990-e658-494a-982c-76165380ac63",
description: "Talk to Nepheli at the Stormveil Castle throne room.",
description:
"Talk to Nepheli at the Stormveil Castle throne room near the Godrick the Grafted grace.",
},
],
},
Expand Down

0 comments on commit adf1ccf

Please sign in to comment.