Skip to content

Commit ccc9c27

Browse files
committed
Update to include Prefix/Suffix
1 parent 89b6740 commit ccc9c27

1 file changed

Lines changed: 10 additions & 8 deletions

File tree

src/Classes/ImportTab.lua

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1086,14 +1086,16 @@ function ImportTabClass:ImportItem(itemData, slotName)
10861086
local catalystMap = {
10871087
["Attack"] = 1,
10881088
["Speed"] = 2,
1089-
["Life and Mana"] = 3,
1090-
["Caster"] = 4,
1091-
["Attribute"] = 5,
1092-
["Physical and Chaos Damage"] = 6,
1093-
["Resistance"] = 7,
1094-
["Defense"] = 8,
1095-
["Elemental Damage"] = 9,
1096-
["Critical"] = 10,
1089+
["Suffix"] = 3,
1090+
["Life and Mana"] = 4,
1091+
["Caster"] = 5,
1092+
["Attribute"] = 6,
1093+
["Physical and Chaos Damage"] = 7,
1094+
["Resistance"] = 8,
1095+
["Suffix"] = 9,
1096+
["Defense"] = 10,
1097+
["Elemental Damage"] = 11,
1098+
["Critical"] = 12,
10971099
}
10981100
item.catalyst = catalystMap[property.name:match("Quality %((.*) Modifiers%)")]
10991101
item.catalystQuality = tonumber(property.values[1][1]:match("%d+"))

0 commit comments

Comments
 (0)