Support for Path of Exile 3.6 and Synthesis League (#131)

* Add new block types

* Add new base types
This commit is contained in:
azakhi
2019-03-18 20:27:21 +03:00
committed by Ben Wallis
parent dea0378a16
commit 1f9a1c5196
16 changed files with 199 additions and 3 deletions

View File

@@ -12,6 +12,9 @@ namespace Filtration.ObjectModel.Enums
Corrupted,
ElderItem,
ShaperItem,
SynthesisedItem,
FracturedItem,
AnyEnchantment,
MapTier,
ShapedMap,
ElderMap,
@@ -27,6 +30,7 @@ namespace Filtration.ObjectModel.Enums
BaseType,
Prophecy,
HasExplicitMod,
HasEnchantment,
SetTextColor,
SetBackgroundColor,
SetBorderColor,