data: update for 3.17

This commit is contained in:
Alexander Drozdov
2022-02-08 13:59:22 +02:00
parent b2cc9fbc42
commit d59443a9aa
5 changed files with 1032 additions and 836 deletions
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
+1
View File
@@ -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])) {