Skip to content

Commit

Permalink
Update quests.js (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
ERA120 authored Jul 15, 2022
1 parent 86cf759 commit 16161c8
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions quests.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
const fetch = require("node-fetch");

const quests = [
{name: "Defend the Borders", element: "life"},
{name: "Pirate Attacks", element: "water"},
{name: "High Priority Targets", element: "snipe"},
{name: "Lyanna's Call", element: "earth"},
{name: "Stir the Volcano", element: "fire"},
{name: "Rising Dead", element: "death"},
{name: "Stubborn Mercenaries", element: "neutral"},
{name: "Gloridax Revenge", element: "dragon"},
{name: "Stealth Mission", element: "sneak"},
{name: "defend", element: "life"},
{name: "pirate", element: "water"},
{name: "lyanna", element: "earth"},
{name: "stir", element: "fire"},
{name: "rising", element: "death"},
{name: "gloridax", element: "dragon"},
]

const getQuestSplinter = (questName) => {
Expand Down

0 comments on commit 16161c8

Please sign in to comment.