mirror of
https://github.com/Kvan7/Exiled-Exchange-2.git
synced 2026-09-27 15:15:48 +00:00
data: update for 3.17
This commit is contained in:
+237
-221
File diff suppressed because it is too large
Load Diff
+278
-197
File diff suppressed because one or more lines are too long
+238
-221
File diff suppressed because it is too large
Load Diff
+278
-197
File diff suppressed because one or more lines are too long
@@ -375,6 +375,7 @@ function parseTalismanTier (section: string[], item: ParsedItem) {
|
||||
function parseVaalGemName (section: string[], item: ParserState) {
|
||||
if (item.category !== ItemCategory.Gem) return PARSER_SKIPPED
|
||||
|
||||
// TODO blocked by https://www.pathofexile.com/forum/view-thread/3231236
|
||||
if (section.length === 1) {
|
||||
let gemName: string | undefined
|
||||
if ((gemName = _$.QUALITY_ANOMALOUS.exec(section[0])?.[1])) {
|
||||
|
||||
Reference in New Issue
Block a user