Skip to content

Commit

Permalink
Update RuneData.js
Browse files Browse the repository at this point in the history
- Fixed ladderRws list
  • Loading branch information
theBGuy committed Dec 27, 2024
1 parent 3bb49e4 commit d6e3bde
Showing 1 changed file with 23 additions and 3 deletions.
26 changes: 23 additions & 3 deletions d2bs/kolbot/libs/core/GameData/RuneData.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,29 @@
sdk.items.type.Polearm, sdk.items.type.Scepter, sdk.items.type.HandtoHand
];
const ladderRws = [
"Brand", "Death", "Destruction", "Dragon", "Edge", "Fortitude", "Grief",
"Ice", "Infinity", "Insight", "LastWish", "Lawbringer", "Oath", "Obedience",
"Phoenix", "Pride", "Rift", "Spirit", "VoiceofReason", "White",
"Brand",
"Death",
"Destruction",
"Dream",
"Dragon",
"Edge",
"Faith",
"Fortitude",
"Grief",
"Harmony",
"Ice",
"Infinity",
"Insight",
"LastWish",
"Lawbringer",
"Oath",
"Obedience",
"Phoenix",
"Pride",
"Rift",
"Spirit",
"VoiceofReason",
"Wrath",
];

function getItemType (iType) {
Expand Down

0 comments on commit d6e3bde

Please sign in to comment.