Update for PoE 3.8 (#138)

Added new block type BlightedMap
Updated static data
This commit is contained in:
azakhi
2019-09-11 14:45:28 +03:00
committed by Ben Wallis
parent 757fc46e6b
commit dcd963a210
8 changed files with 99 additions and 10 deletions

View File

@@ -419,6 +419,11 @@ namespace Filtration.Parser.Services
AddNumericFilterPredicateItemToBlockItems<MapTierBlockItem>(block, trimmedLine);
break;
}
case "BlightedMap":
{
AddBooleanItemToBlockItems<BlightedMapBlockItem>(block, trimmedLine);
break;
}
}
if (!string.IsNullOrWhiteSpace(blockComment) && block.BlockItems.Count > 1)