Skip to content

Commit

Permalink
Display acquisiton descriptions for Syndicate weapons
Browse files Browse the repository at this point in the history
  • Loading branch information
DaPigGuy committed Oct 27, 2024
1 parent ad913e2 commit b1c109a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions updater/update_items.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,21 @@ class ItemUpdater {
processedItem.description = "Acquire by vanquishing a Kuva Lich";
else if (name.startsWith("Dex "))
processedItem.description = "Acquire from yearly anniversary alerts";
else if (name.startsWith("Vaykor "))
processedItem.description =
"Purchase from Steel Meridian for 125,000 standing";
else if (name.startsWith("Rakta "))
processedItem.description =
"Purchase from Red Veil for 125,000 standing";
else if (name.startsWith("Secura "))
processedItem.description =
"Purchase from The Perrin Sequence for 125,000 standing";
else if (name.startsWith("Sancti "))
processedItem.description =
"Purchase from New Loka for 125,000 standing";
else if (name.startsWith("Telos "))
processedItem.description =
"Purchase from Arbiters of Hexis for 125,000 standing";

if (name.startsWith("Mk1-"))
processedItem.wiki = `${WIKI_URL}/${name.replace("Mk1-", "MK1-")}`;
Expand Down

0 comments on commit b1c109a

Please # to comment.