diff --git a/PoE-MxFilterGen/bin/Debug/Newtonsoft.Json.dll b/PoE-MxFilterGen/bin/Debug/Newtonsoft.Json.dll deleted file mode 100644 index 77a5d89..0000000 Binary files a/PoE-MxFilterGen/bin/Debug/Newtonsoft.Json.dll and /dev/null differ diff --git a/PoE-MxFilterGen/bin/Debug/Newtonsoft.Json.xml b/PoE-MxFilterGen/bin/Debug/Newtonsoft.Json.xml deleted file mode 100644 index b386458..0000000 --- a/PoE-MxFilterGen/bin/Debug/Newtonsoft.Json.xml +++ /dev/null @@ -1,10760 +0,0 @@ - - - - Newtonsoft.Json - - - - - Represents a BSON Oid (object id). - - - - - Gets or sets the value of the Oid. - - The value of the Oid. - - - - Initializes a new instance of the class. - - The Oid value. - - - - Represents a reader that provides fast, non-cached, forward-only access to serialized BSON data. - - - - - Gets or sets a value indicating whether binary data reading should be compatible with incorrect Json.NET 3.5 written binary. - - - true if binary data reading will be compatible with incorrect Json.NET 3.5 written binary; otherwise, false. - - - - - Gets or sets a value indicating whether the root object will be read as a JSON array. - - - true if the root object will be read as a JSON array; otherwise, false. - - - - - Gets or sets the used when reading values from BSON. - - The used when reading values from BSON. - - - - Initializes a new instance of the class. - - The containing the BSON data to read. - - - - Initializes a new instance of the class. - - The containing the BSON data to read. - - - - Initializes a new instance of the class. - - The containing the BSON data to read. - if set to true the root object will be read as a JSON array. - The used when reading values from BSON. - - - - Initializes a new instance of the class. - - The containing the BSON data to read. - if set to true the root object will be read as a JSON array. - The used when reading values from BSON. - - - - Reads the next JSON token from the underlying . - - - true if the next token was read successfully; false if there are no more tokens to read. - - - - - Changes the reader's state to . - If is set to true, the underlying is also closed. - - - - - Represents a writer that provides a fast, non-cached, forward-only way of generating BSON data. - - - - - Gets or sets the used when writing values to BSON. - When set to no conversion will occur. - - The used when writing values to BSON. - - - - Initializes a new instance of the class. - - The to write to. - - - - Initializes a new instance of the class. - - The to write to. - - - - Flushes whatever is in the buffer to the underlying and also flushes the underlying stream. - - - - - Writes the end. - - The token. - - - - Writes a comment /*...*/ containing the specified text. - - Text to place inside the comment. - - - - Writes the start of a constructor with the given name. - - The name of the constructor. - - - - Writes raw JSON. - - The raw JSON to write. - - - - Writes raw JSON where a value is expected and updates the writer's state. - - The raw JSON to write. - - - - Writes the beginning of a JSON array. - - - - - Writes the beginning of a JSON object. - - - - - Writes the property name of a name/value pair on a JSON object. - - The name of the property. - - - - Closes this writer. - If is set to true, the underlying is also closed. - If is set to true, the JSON is auto-completed. - - - - - Writes a value. - An error will raised if the value cannot be written as a single JSON token. - - The value to write. - - - - Writes a null value. - - - - - Writes an undefined value. - - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a [] value. - - The [] value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a [] value that represents a BSON object id. - - The Object ID value to write. - - - - Writes a BSON regex. - - The regex pattern. - The regex options. - - - - Specifies how constructors are used when initializing objects during deserialization by the . - - - - - First attempt to use the public default constructor, then fall back to a single parameterized constructor, then to the non-public default constructor. - - - - - Json.NET will use a non-public default constructor before falling back to a parameterized constructor. - - - - - Converts a binary value to and from a base 64 string value. - - - - - Writes the JSON representation of the object. - - The to write to. - The value. - The calling serializer. - - - - Reads the JSON representation of the object. - - The to read from. - Type of the object. - The existing value of object being read. - The calling serializer. - The object value. - - - - Determines whether this instance can convert the specified object type. - - Type of the object. - - true if this instance can convert the specified object type; otherwise, false. - - - - - Converts a to and from JSON and BSON. - - - - - Writes the JSON representation of the object. - - The to write to. - The value. - The calling serializer. - - - - Reads the JSON representation of the object. - - The to read from. - Type of the object. - The existing value of object being read. - The calling serializer. - The object value. - - - - Determines whether this instance can convert the specified object type. - - Type of the object. - - true if this instance can convert the specified object type; otherwise, false. - - - - - Creates a custom object. - - The object type to convert. - - - - Writes the JSON representation of the object. - - The to write to. - The value. - The calling serializer. - - - - Reads the JSON representation of the object. - - The to read from. - Type of the object. - The existing value of object being read. - The calling serializer. - The object value. - - - - Creates an object which will then be populated by the serializer. - - Type of the object. - The created object. - - - - Determines whether this instance can convert the specified object type. - - Type of the object. - - true if this instance can convert the specified object type; otherwise, false. - - - - - Gets a value indicating whether this can write JSON. - - - true if this can write JSON; otherwise, false. - - - - - Converts a to and from JSON. - - - - - Writes the JSON representation of the object. - - The to write to. - The value. - The calling serializer. - - - - Reads the JSON representation of the object. - - The to read from. - Type of the object. - The existing value of object being read. - The calling serializer. - The object value. - - - - Determines whether this instance can convert the specified value type. - - Type of the value. - - true if this instance can convert the specified value type; otherwise, false. - - - - - Converts a to and from JSON. - - - - - Writes the JSON representation of the object. - - The to write to. - The value. - The calling serializer. - - - - Reads the JSON representation of the object. - - The to read from. - Type of the object. - The existing value of object being read. - The calling serializer. - The object value. - - - - Determines whether this instance can convert the specified value type. - - Type of the value. - - true if this instance can convert the specified value type; otherwise, false. - - - - - Provides a base class for converting a to and from JSON. - - - - - Determines whether this instance can convert the specified object type. - - Type of the object. - - true if this instance can convert the specified object type; otherwise, false. - - - - - Converts a F# discriminated union type to and from JSON. - - - - - Writes the JSON representation of the object. - - The to write to. - The value. - The calling serializer. - - - - Reads the JSON representation of the object. - - The to read from. - Type of the object. - The existing value of object being read. - The calling serializer. - The object value. - - - - Determines whether this instance can convert the specified object type. - - Type of the object. - - true if this instance can convert the specified object type; otherwise, false. - - - - - Converts an Entity Framework to and from JSON. - - - - - Writes the JSON representation of the object. - - The to write to. - The value. - The calling serializer. - - - - Reads the JSON representation of the object. - - The to read from. - Type of the object. - The existing value of object being read. - The calling serializer. - The object value. - - - - Determines whether this instance can convert the specified object type. - - Type of the object. - - true if this instance can convert the specified object type; otherwise, false. - - - - - Converts an to and from JSON. - - - - - Writes the JSON representation of the object. - - The to write to. - The value. - The calling serializer. - - - - Reads the JSON representation of the object. - - The to read from. - Type of the object. - The existing value of object being read. - The calling serializer. - The object value. - - - - Determines whether this instance can convert the specified object type. - - Type of the object. - - true if this instance can convert the specified object type; otherwise, false. - - - - - Gets a value indicating whether this can write JSON. - - - true if this can write JSON; otherwise, false. - - - - - Converts a to and from the ISO 8601 date format (e.g. "2008-04-12T12:53Z"). - - - - - Gets or sets the date time styles used when converting a date to and from JSON. - - The date time styles used when converting a date to and from JSON. - - - - Gets or sets the date time format used when converting a date to and from JSON. - - The date time format used when converting a date to and from JSON. - - - - Gets or sets the culture used when converting a date to and from JSON. - - The culture used when converting a date to and from JSON. - - - - Writes the JSON representation of the object. - - The to write to. - The value. - The calling serializer. - - - - Reads the JSON representation of the object. - - The to read from. - Type of the object. - The existing value of object being read. - The calling serializer. - The object value. - - - - Converts a to and from a JavaScript Date constructor (e.g. new Date(52231943)). - - - - - Writes the JSON representation of the object. - - The to write to. - The value. - The calling serializer. - - - - Reads the JSON representation of the object. - - The to read from. - Type of the object. - The existing property value of the JSON that is being converted. - The calling serializer. - The object value. - - - - Converts a to and from JSON. - - - - - Writes the JSON representation of the object. - - The to write to. - The value. - The calling serializer. - - - - Reads the JSON representation of the object. - - The to read from. - Type of the object. - The existing value of object being read. - The calling serializer. - The object value. - - - - Determines whether this instance can convert the specified object type. - - Type of the object. - - true if this instance can convert the specified object type; otherwise, false. - - - - - Converts a to and from JSON and BSON. - - - - - Writes the JSON representation of the object. - - The to write to. - The value. - The calling serializer. - - - - Reads the JSON representation of the object. - - The to read from. - Type of the object. - The existing value of object being read. - The calling serializer. - The object value. - - - - Determines whether this instance can convert the specified object type. - - Type of the object. - - true if this instance can convert the specified object type; otherwise, false. - - - - - Converts an to and from its name string value. - - - - - Gets or sets a value indicating whether the written enum text should be camel case. - - true if the written enum text will be camel case; otherwise, false. - - - - Gets or sets a value indicating whether integer values are allowed when deserializing. - - true if integers are allowed when deserializing; otherwise, false. - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class. - - true if the written enum text will be camel case; otherwise, false. - - - - Writes the JSON representation of the object. - - The to write to. - The value. - The calling serializer. - - - - Reads the JSON representation of the object. - - The to read from. - Type of the object. - The existing value of object being read. - The calling serializer. - The object value. - - - - Determines whether this instance can convert the specified object type. - - Type of the object. - - true if this instance can convert the specified object type; otherwise, false. - - - - - Converts a to and from a string (e.g. "1.2.3.4"). - - - - - Writes the JSON representation of the object. - - The to write to. - The value. - The calling serializer. - - - - Reads the JSON representation of the object. - - The to read from. - Type of the object. - The existing property value of the JSON that is being converted. - The calling serializer. - The object value. - - - - Determines whether this instance can convert the specified object type. - - Type of the object. - - true if this instance can convert the specified object type; otherwise, false. - - - - - Converts XML to and from JSON. - - - - - Gets or sets the name of the root element to insert when deserializing to XML if the JSON structure has produced multiple root elements. - - The name of the deserialized root element. - - - - Gets or sets a flag to indicate whether to write the Json.NET array attribute. - This attribute helps preserve arrays when converting the written XML back to JSON. - - true if the array attribute is written to the XML; otherwise, false. - - - - Gets or sets a value indicating whether to write the root JSON object. - - true if the JSON root object is omitted; otherwise, false. - - - - Writes the JSON representation of the object. - - The to write to. - The calling serializer. - The value. - - - - Reads the JSON representation of the object. - - The to read from. - Type of the object. - The existing value of object being read. - The calling serializer. - The object value. - - - - Checks if the is a namespace attribute. - - Attribute name to test. - The attribute name prefix if it has one, otherwise an empty string. - true if attribute name is for a namespace attribute, otherwise false. - - - - Determines whether this instance can convert the specified value type. - - Type of the value. - - true if this instance can convert the specified value type; otherwise, false. - - - - - Specifies how dates are formatted when writing JSON text. - - - - - Dates are written in the ISO 8601 format, e.g. "2012-03-21T05:40Z". - - - - - Dates are written in the Microsoft JSON format, e.g. "\/Date(1198908717056)\/". - - - - - Specifies how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON text. - - - - - Date formatted strings are not parsed to a date type and are read as strings. - - - - - Date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed to . - - - - - Date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed to . - - - - - Specifies how to treat the time value when converting between string and . - - - - - Treat as local time. If the object represents a Coordinated Universal Time (UTC), it is converted to the local time. - - - - - Treat as a UTC. If the object represents a local time, it is converted to a UTC. - - - - - Treat as a local time if a is being converted to a string. - If a string is being converted to , convert to a local time if a time zone is specified. - - - - - Time zone information should be preserved when converting. - - - - - Specifies default value handling options for the . - - - - - - - - - Include members where the member value is the same as the member's default value when serializing objects. - Included members are written to JSON. Has no effect when deserializing. - - - - - Ignore members where the member value is the same as the member's default value when serializing objects - so that it is not written to JSON. - This option will ignore all default values (e.g. null for objects and nullable types; 0 for integers, - decimals and floating point numbers; and false for booleans). The default value ignored can be changed by - placing the on the property. - - - - - Members with a default value but no JSON will be set to their default value when deserializing. - - - - - Ignore members where the member value is the same as the member's default value when serializing objects - and set members to their default value when deserializing. - - - - - Specifies float format handling options when writing special floating point numbers, e.g. , - and with . - - - - - Write special floating point values as strings in JSON, e.g. "NaN", "Infinity", "-Infinity". - - - - - Write special floating point values as symbols in JSON, e.g. NaN, Infinity, -Infinity. - Note that this will produce non-valid JSON. - - - - - Write special floating point values as the property's default value in JSON, e.g. 0.0 for a property, null for a of property. - - - - - Specifies how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text. - - - - - Floating point numbers are parsed to . - - - - - Floating point numbers are parsed to . - - - - - Specifies formatting options for the . - - - - - No special formatting is applied. This is the default. - - - - - Causes child objects to be indented according to the and settings. - - - - - Provides an interface for using pooled arrays. - - The array type content. - - - - Rent an array from the pool. This array must be returned when it is no longer needed. - - The minimum required length of the array. The returned array may be longer. - The rented array from the pool. This array must be returned when it is no longer needed. - - - - Return an array to the pool. - - The array that is being returned. - - - - Provides an interface to enable a class to return line and position information. - - - - - Gets a value indicating whether the class can return line information. - - - true if and can be provided; otherwise, false. - - - - - Gets the current line number. - - The current line number or 0 if no line information is available (for example, when returns false). - - - - Gets the current line position. - - The current line position or 0 if no line information is available (for example, when returns false). - - - - Instructs the how to serialize the collection. - - - - - Gets or sets a value indicating whether null items are allowed in the collection. - - true if null items are allowed in the collection; otherwise, false. - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class with a flag indicating whether the array can contain null items. - - A flag indicating whether the array can contain null items. - - - - Initializes a new instance of the class with the specified container Id. - - The container Id. - - - - Instructs the to use the specified constructor when deserializing that object. - - - - - Instructs the how to serialize the object. - - - - - Gets or sets the id. - - The id. - - - - Gets or sets the title. - - The title. - - - - Gets or sets the description. - - The description. - - - - Gets or sets the collection's items converter. - - The collection's items converter. - - - - The parameter list to use when constructing the described by . - If null, the default constructor is used. - When non-null, there must be a constructor defined in the that exactly matches the number, - order, and type of these parameters. - - - - [JsonContainer(ItemConverterType = typeof(MyContainerConverter), ItemConverterParameters = new object[] { 123, "Four" })] - - - - - - Gets or sets the of the . - - The of the . - - - - The parameter list to use when constructing the described by . - If null, the default constructor is used. - When non-null, there must be a constructor defined in the that exactly matches the number, - order, and type of these parameters. - - - - [JsonContainer(NamingStrategyType = typeof(MyNamingStrategy), NamingStrategyParameters = new object[] { 123, "Four" })] - - - - - - Gets or sets a value that indicates whether to preserve object references. - - - true to keep object reference; otherwise, false. The default is false. - - - - - Gets or sets a value that indicates whether to preserve collection's items references. - - - true to keep collection's items object references; otherwise, false. The default is false. - - - - - Gets or sets the reference loop handling used when serializing the collection's items. - - The reference loop handling. - - - - Gets or sets the type name handling used when serializing the collection's items. - - The type name handling. - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class with the specified container Id. - - The container Id. - - - - Provides methods for converting between .NET types and JSON types. - - - - - - - - Gets or sets a function that creates default . - Default settings are automatically used by serialization methods on , - and and on . - To serialize without using any default settings create a with - . - - - - - Represents JavaScript's boolean value true as a string. This field is read-only. - - - - - Represents JavaScript's boolean value false as a string. This field is read-only. - - - - - Represents JavaScript's null as a string. This field is read-only. - - - - - Represents JavaScript's undefined as a string. This field is read-only. - - - - - Represents JavaScript's positive infinity as a string. This field is read-only. - - - - - Represents JavaScript's negative infinity as a string. This field is read-only. - - - - - Represents JavaScript's NaN as a string. This field is read-only. - - - - - Converts the to its JSON string representation. - - The value to convert. - A JSON string representation of the . - - - - Converts the to its JSON string representation using the specified. - - The value to convert. - The format the date will be converted to. - The time zone handling when the date is converted to a string. - A JSON string representation of the . - - - - Converts the to its JSON string representation. - - The value to convert. - A JSON string representation of the . - - - - Converts the to its JSON string representation using the specified. - - The value to convert. - The format the date will be converted to. - A JSON string representation of the . - - - - Converts the to its JSON string representation. - - The value to convert. - A JSON string representation of the . - - - - Converts the to its JSON string representation. - - The value to convert. - A JSON string representation of the . - - - - Converts the to its JSON string representation. - - The value to convert. - A JSON string representation of the . - - - - Converts the to its JSON string representation. - - The value to convert. - A JSON string representation of the . - - - - Converts the to its JSON string representation. - - The value to convert. - A JSON string representation of the . - - - - Converts the to its JSON string representation. - - The value to convert. - A JSON string representation of the . - - - - Converts the to its JSON string representation. - - The value to convert. - A JSON string representation of the . - - - - Converts the to its JSON string representation. - - The value to convert. - A JSON string representation of the . - - - - Converts the to its JSON string representation. - - The value to convert. - A JSON string representation of the . - - - - Converts the to its JSON string representation. - - The value to convert. - A JSON string representation of the . - - - - Converts the to its JSON string representation. - - The value to convert. - A JSON string representation of the . - - - - Converts the to its JSON string representation. - - The value to convert. - A JSON string representation of the . - - - - Converts the to its JSON string representation. - - The value to convert. - A JSON string representation of the . - - - - Converts the to its JSON string representation. - - The value to convert. - A JSON string representation of the . - - - - Converts the to its JSON string representation. - - The value to convert. - A JSON string representation of the . - - - - Converts the to its JSON string representation. - - The value to convert. - A JSON string representation of the . - - - - Converts the to its JSON string representation. - - The value to convert. - A JSON string representation of the . - - - - Converts the to its JSON string representation. - - The value to convert. - A JSON string representation of the . - - - - Converts the to its JSON string representation. - - The value to convert. - The string delimiter character. - A JSON string representation of the . - - - - Converts the to its JSON string representation. - - The value to convert. - The string delimiter character. - The string escape handling. - A JSON string representation of the . - - - - Converts the to its JSON string representation. - - The value to convert. - A JSON string representation of the . - - - - Serializes the specified object to a JSON string. - - The object to serialize. - A JSON string representation of the object. - - - - Serializes the specified object to a JSON string using formatting. - - The object to serialize. - Indicates how the output should be formatted. - - A JSON string representation of the object. - - - - - Serializes the specified object to a JSON string using a collection of . - - The object to serialize. - A collection of converters used while serializing. - A JSON string representation of the object. - - - - Serializes the specified object to a JSON string using formatting and a collection of . - - The object to serialize. - Indicates how the output should be formatted. - A collection of converters used while serializing. - A JSON string representation of the object. - - - - Serializes the specified object to a JSON string using . - - The object to serialize. - The used to serialize the object. - If this is null, default serialization settings will be used. - - A JSON string representation of the object. - - - - - Serializes the specified object to a JSON string using a type, formatting and . - - The object to serialize. - The used to serialize the object. - If this is null, default serialization settings will be used. - - The type of the value being serialized. - This parameter is used when is to write out the type name if the type of the value does not match. - Specifying the type is optional. - - - A JSON string representation of the object. - - - - - Serializes the specified object to a JSON string using formatting and . - - The object to serialize. - Indicates how the output should be formatted. - The used to serialize the object. - If this is null, default serialization settings will be used. - - A JSON string representation of the object. - - - - - Serializes the specified object to a JSON string using a type, formatting and . - - The object to serialize. - Indicates how the output should be formatted. - The used to serialize the object. - If this is null, default serialization settings will be used. - - The type of the value being serialized. - This parameter is used when is to write out the type name if the type of the value does not match. - Specifying the type is optional. - - - A JSON string representation of the object. - - - - - Deserializes the JSON to a .NET object. - - The JSON to deserialize. - The deserialized object from the JSON string. - - - - Deserializes the JSON to a .NET object using . - - The JSON to deserialize. - - The used to deserialize the object. - If this is null, default serialization settings will be used. - - The deserialized object from the JSON string. - - - - Deserializes the JSON to the specified .NET type. - - The JSON to deserialize. - The of object being deserialized. - The deserialized object from the JSON string. - - - - Deserializes the JSON to the specified .NET type. - - The type of the object to deserialize to. - The JSON to deserialize. - The deserialized object from the JSON string. - - - - Deserializes the JSON to the given anonymous type. - - - The anonymous type to deserialize to. This can't be specified - traditionally and must be inferred from the anonymous type passed - as a parameter. - - The JSON to deserialize. - The anonymous type object. - The deserialized anonymous type from the JSON string. - - - - Deserializes the JSON to the given anonymous type using . - - - The anonymous type to deserialize to. This can't be specified - traditionally and must be inferred from the anonymous type passed - as a parameter. - - The JSON to deserialize. - The anonymous type object. - - The used to deserialize the object. - If this is null, default serialization settings will be used. - - The deserialized anonymous type from the JSON string. - - - - Deserializes the JSON to the specified .NET type using a collection of . - - The type of the object to deserialize to. - The JSON to deserialize. - Converters to use while deserializing. - The deserialized object from the JSON string. - - - - Deserializes the JSON to the specified .NET type using . - - The type of the object to deserialize to. - The object to deserialize. - - The used to deserialize the object. - If this is null, default serialization settings will be used. - - The deserialized object from the JSON string. - - - - Deserializes the JSON to the specified .NET type using a collection of . - - The JSON to deserialize. - The type of the object to deserialize. - Converters to use while deserializing. - The deserialized object from the JSON string. - - - - Deserializes the JSON to the specified .NET type using . - - The JSON to deserialize. - The type of the object to deserialize to. - - The used to deserialize the object. - If this is null, default serialization settings will be used. - - The deserialized object from the JSON string. - - - - Populates the object with values from the JSON string. - - The JSON to populate values from. - The target object to populate values onto. - - - - Populates the object with values from the JSON string using . - - The JSON to populate values from. - The target object to populate values onto. - - The used to deserialize the object. - If this is null, default serialization settings will be used. - - - - - Serializes the to a JSON string. - - The node to serialize. - A JSON string of the . - - - - Serializes the to a JSON string using formatting. - - The node to serialize. - Indicates how the output should be formatted. - A JSON string of the . - - - - Serializes the to a JSON string using formatting and omits the root object if is true. - - The node to serialize. - Indicates how the output should be formatted. - Omits writing the root object. - A JSON string of the . - - - - Deserializes the from a JSON string. - - The JSON string. - The deserialized . - - - - Deserializes the from a JSON string nested in a root element specified by . - - The JSON string. - The name of the root element to append when deserializing. - The deserialized . - - - - Deserializes the from a JSON string nested in a root element specified by - and writes a Json.NET array attribute for collections. - - The JSON string. - The name of the root element to append when deserializing. - - A flag to indicate whether to write the Json.NET array attribute. - This attribute helps preserve arrays when converting the written XML back to JSON. - - The deserialized . - - - - Serializes the to a JSON string. - - The node to convert to JSON. - A JSON string of the . - - - - Serializes the to a JSON string using formatting. - - The node to convert to JSON. - Indicates how the output should be formatted. - A JSON string of the . - - - - Serializes the to a JSON string using formatting and omits the root object if is true. - - The node to serialize. - Indicates how the output should be formatted. - Omits writing the root object. - A JSON string of the . - - - - Deserializes the from a JSON string. - - The JSON string. - The deserialized . - - - - Deserializes the from a JSON string nested in a root element specified by . - - The JSON string. - The name of the root element to append when deserializing. - The deserialized . - - - - Deserializes the from a JSON string nested in a root element specified by - and writes a Json.NET array attribute for collections. - - The JSON string. - The name of the root element to append when deserializing. - - A flag to indicate whether to write the Json.NET array attribute. - This attribute helps preserve arrays when converting the written XML back to JSON. - - The deserialized . - - - - Converts an object to and from JSON. - - - - - Writes the JSON representation of the object. - - The to write to. - The value. - The calling serializer. - - - - Reads the JSON representation of the object. - - The to read from. - Type of the object. - The existing value of object being read. - The calling serializer. - The object value. - - - - Determines whether this instance can convert the specified object type. - - Type of the object. - - true if this instance can convert the specified object type; otherwise, false. - - - - - Gets a value indicating whether this can read JSON. - - true if this can read JSON; otherwise, false. - - - - Gets a value indicating whether this can write JSON. - - true if this can write JSON; otherwise, false. - - - - Instructs the to use the specified when serializing the member or class. - - - - - Gets the of the . - - The of the . - - - - The parameter list to use when constructing the described by . - If null, the default constructor is used. - - - - - Initializes a new instance of the class. - - Type of the . - - - - Initializes a new instance of the class. - - Type of the . - Parameter list to use when constructing the . Can be null. - - - - Represents a collection of . - - - - - Instructs the how to serialize the collection. - - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class with the specified container Id. - - The container Id. - - - - The exception thrown when an error occurs during JSON serialization or deserialization. - - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class - with a specified error message. - - The error message that explains the reason for the exception. - - - - Initializes a new instance of the class - with a specified error message and a reference to the inner exception that is the cause of this exception. - - The error message that explains the reason for the exception. - The exception that is the cause of the current exception, or null if no inner exception is specified. - - - - Initializes a new instance of the class. - - The that holds the serialized object data about the exception being thrown. - The that contains contextual information about the source or destination. - The parameter is null. - The class name is null or is zero (0). - - - - Instructs the to deserialize properties with no matching class member into the specified collection - and write values during serialization. - - - - - Gets or sets a value that indicates whether to write extension data when serializing the object. - - - true to write extension data when serializing the object; otherwise, false. The default is true. - - - - - Gets or sets a value that indicates whether to read extension data when deserializing the object. - - - true to read extension data when deserializing the object; otherwise, false. The default is true. - - - - - Initializes a new instance of the class. - - - - - Instructs the not to serialize the public field or public read/write property value. - - - - - Instructs the how to serialize the object. - - - - - Gets or sets the member serialization. - - The member serialization. - - - - Gets or sets a value that indicates whether the object's properties are required. - - - A value indicating whether the object's properties are required. - - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class with the specified member serialization. - - The member serialization. - - - - Initializes a new instance of the class with the specified container Id. - - The container Id. - - - - Instructs the to always serialize the member with the specified name. - - - - - Gets or sets the used when serializing the property's collection items. - - The collection's items . - - - - The parameter list to use when constructing the described by . - If null, the default constructor is used. - When non-null, there must be a constructor defined in the that exactly matches the number, - order, and type of these parameters. - - - - [JsonProperty(ItemConverterType = typeof(MyContainerConverter), ItemConverterParameters = new object[] { 123, "Four" })] - - - - - - Gets or sets the of the . - - The of the . - - - - The parameter list to use when constructing the described by . - If null, the default constructor is used. - When non-null, there must be a constructor defined in the that exactly matches the number, - order, and type of these parameters. - - - - [JsonProperty(NamingStrategyType = typeof(MyNamingStrategy), NamingStrategyParameters = new object[] { 123, "Four" })] - - - - - - Gets or sets the null value handling used when serializing this property. - - The null value handling. - - - - Gets or sets the default value handling used when serializing this property. - - The default value handling. - - - - Gets or sets the reference loop handling used when serializing this property. - - The reference loop handling. - - - - Gets or sets the object creation handling used when deserializing this property. - - The object creation handling. - - - - Gets or sets the type name handling used when serializing this property. - - The type name handling. - - - - Gets or sets whether this property's value is serialized as a reference. - - Whether this property's value is serialized as a reference. - - - - Gets or sets the order of serialization of a member. - - The numeric order of serialization. - - - - Gets or sets a value indicating whether this property is required. - - - A value indicating whether this property is required. - - - - - Gets or sets the name of the property. - - The name of the property. - - - - Gets or sets the reference loop handling used when serializing the property's collection items. - - The collection's items reference loop handling. - - - - Gets or sets the type name handling used when serializing the property's collection items. - - The collection's items type name handling. - - - - Gets or sets whether this property's collection items are serialized as a reference. - - Whether this property's collection items are serialized as a reference. - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class with the specified name. - - Name of the property. - - - - Represents a reader that provides fast, non-cached, forward-only access to serialized JSON data. - - - - - Asynchronously reads the next JSON token from the source. - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous read. The - property returns true if the next token was read successfully; false if there are no more tokens to read. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - - - - Asynchronously skips the children of the current token. - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - - - - Asynchronously reads the next JSON token from the source as a of . - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous read. The - property returns the of . This result will be null at the end of an array. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - - - - Asynchronously reads the next JSON token from the source as a []. - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous read. The - property returns the []. This result will be null at the end of an array. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - - - - Asynchronously reads the next JSON token from the source as a of . - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous read. The - property returns the of . This result will be null at the end of an array. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - - - - Asynchronously reads the next JSON token from the source as a of . - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous read. The - property returns the of . This result will be null at the end of an array. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - - - - Asynchronously reads the next JSON token from the source as a of . - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous read. The - property returns the of . This result will be null at the end of an array. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - - - - Asynchronously reads the next JSON token from the source as a of . - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous read. The - property returns the of . This result will be null at the end of an array. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - - - - Asynchronously reads the next JSON token from the source as a of . - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous read. The - property returns the of . This result will be null at the end of an array. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - - - - Asynchronously reads the next JSON token from the source as a . - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous read. The - property returns the . This result will be null at the end of an array. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - - - - Specifies the state of the reader. - - - - - A read method has not been called. - - - - - The end of the file has been reached successfully. - - - - - Reader is at a property. - - - - - Reader is at the start of an object. - - - - - Reader is in an object. - - - - - Reader is at the start of an array. - - - - - Reader is in an array. - - - - - The method has been called. - - - - - Reader has just read a value. - - - - - Reader is at the start of a constructor. - - - - - Reader is in a constructor. - - - - - An error occurred that prevents the read operation from continuing. - - - - - The end of the file has been reached successfully. - - - - - Gets the current reader state. - - The current reader state. - - - - Gets or sets a value indicating whether the source should be closed when this reader is closed. - - - true to close the source when this reader is closed; otherwise false. The default is true. - - - - - Gets or sets a value indicating whether multiple pieces of JSON content can - be read from a continuous stream without erroring. - - - true to support reading multiple pieces of JSON content; otherwise false. - The default is false. - - - - - Gets the quotation mark character used to enclose the value of a string. - - - - - Gets or sets how time zones are handled when reading JSON. - - - - - Gets or sets how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON. - - - - - Gets or sets how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text. - - - - - Gets or sets how custom date formatted strings are parsed when reading JSON. - - - - - Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a . - - - - - Gets the type of the current JSON token. - - - - - Gets the text value of the current JSON token. - - - - - Gets the .NET type for the current JSON token. - - - - - Gets the depth of the current token in the JSON document. - - The depth of the current token in the JSON document. - - - - Gets the path of the current JSON token. - - - - - Gets or sets the culture used when reading JSON. Defaults to . - - - - - Initializes a new instance of the class. - - - - - Reads the next JSON token from the source. - - true if the next token was read successfully; false if there are no more tokens to read. - - - - Reads the next JSON token from the source as a of . - - A of . This method will return null at the end of an array. - - - - Reads the next JSON token from the source as a . - - A . This method will return null at the end of an array. - - - - Reads the next JSON token from the source as a []. - - A [] or null if the next JSON token is null. This method will return null at the end of an array. - - - - Reads the next JSON token from the source as a of . - - A of . This method will return null at the end of an array. - - - - Reads the next JSON token from the source as a of . - - A of . This method will return null at the end of an array. - - - - Reads the next JSON token from the source as a of . - - A of . This method will return null at the end of an array. - - - - Reads the next JSON token from the source as a of . - - A of . This method will return null at the end of an array. - - - - Reads the next JSON token from the source as a of . - - A of . This method will return null at the end of an array. - - - - Skips the children of the current token. - - - - - Sets the current token. - - The new token. - - - - Sets the current token and value. - - The new token. - The value. - - - - Sets the current token and value. - - The new token. - The value. - A flag indicating whether the position index inside an array should be updated. - - - - Sets the state based on current token type. - - - - - Releases unmanaged and - optionally - managed resources. - - true to release both managed and unmanaged resources; false to release only unmanaged resources. - - - - Changes the reader's state to . - If is set to true, the source is also closed. - - - - - The exception thrown when an error occurs while reading JSON text. - - - - - Gets the line number indicating where the error occurred. - - The line number indicating where the error occurred. - - - - Gets the line position indicating where the error occurred. - - The line position indicating where the error occurred. - - - - Gets the path to the JSON where the error occurred. - - The path to the JSON where the error occurred. - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class - with a specified error message. - - The error message that explains the reason for the exception. - - - - Initializes a new instance of the class - with a specified error message and a reference to the inner exception that is the cause of this exception. - - The error message that explains the reason for the exception. - The exception that is the cause of the current exception, or null if no inner exception is specified. - - - - Initializes a new instance of the class. - - The that holds the serialized object data about the exception being thrown. - The that contains contextual information about the source or destination. - The parameter is null. - The class name is null or is zero (0). - - - - Initializes a new instance of the class - with a specified error message, JSON path, line number, line position, and a reference to the inner exception that is the cause of this exception. - - The error message that explains the reason for the exception. - The path to the JSON where the error occurred. - The line number indicating where the error occurred. - The line position indicating where the error occurred. - The exception that is the cause of the current exception, or null if no inner exception is specified. - - - - Instructs the to always serialize the member, and to require that the member has a value. - - - - - The exception thrown when an error occurs during JSON serialization or deserialization. - - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class - with a specified error message. - - The error message that explains the reason for the exception. - - - - Initializes a new instance of the class - with a specified error message and a reference to the inner exception that is the cause of this exception. - - The error message that explains the reason for the exception. - The exception that is the cause of the current exception, or null if no inner exception is specified. - - - - Initializes a new instance of the class. - - The that holds the serialized object data about the exception being thrown. - The that contains contextual information about the source or destination. - The parameter is null. - The class name is null or is zero (0). - - - - Serializes and deserializes objects into and from the JSON format. - The enables you to control how objects are encoded into JSON. - - - - - Occurs when the errors during serialization and deserialization. - - - - - Gets or sets the used by the serializer when resolving references. - - - - - Gets or sets the used by the serializer when resolving type names. - - - - - Gets or sets the used by the serializer when resolving type names. - - - - - Gets or sets the used by the serializer when writing trace messages. - - The trace writer. - - - - Gets or sets the equality comparer used by the serializer when comparing references. - - The equality comparer. - - - - Gets or sets how type name writing and reading is handled by the serializer. - - - should be used with caution when your application deserializes JSON from an external source. - Incoming types should be validated with a custom - when deserializing with a value other than . - - - - - Gets or sets how a type name assembly is written and resolved by the serializer. - - The type name assembly format. - - - - Gets or sets how a type name assembly is written and resolved by the serializer. - - The type name assembly format. - - - - Gets or sets how object references are preserved by the serializer. - - - - - Gets or sets how reference loops (e.g. a class referencing itself) is handled. - - - - - Gets or sets how missing members (e.g. JSON contains a property that isn't a member on the object) are handled during deserialization. - - - - - Gets or sets how null values are handled during serialization and deserialization. - - - - - Gets or sets how default values are handled during serialization and deserialization. - - - - - Gets or sets how objects are created during deserialization. - - The object creation handling. - - - - Gets or sets how constructors are used during deserialization. - - The constructor handling. - - - - Gets or sets how metadata properties are used during deserialization. - - The metadata properties handling. - - - - Gets a collection that will be used during serialization. - - Collection that will be used during serialization. - - - - Gets or sets the contract resolver used by the serializer when - serializing .NET objects to JSON and vice versa. - - - - - Gets or sets the used by the serializer when invoking serialization callback methods. - - The context. - - - - Indicates how JSON text output is formatted. - - - - - Gets or sets how dates are written to JSON text. - - - - - Gets or sets how time zones are handled during serialization and deserialization. - - - - - Gets or sets how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON. - - - - - Gets or sets how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text. - - - - - Gets or sets how special floating point numbers, e.g. , - and , - are written as JSON text. - - - - - Gets or sets how strings are escaped when writing JSON text. - - - - - Gets or sets how and values are formatted when writing JSON text, - and the expected date format when reading JSON text. - - - - - Gets or sets the culture used when reading JSON. Defaults to . - - - - - Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a . - - - - - Gets a value indicating whether there will be a check for additional JSON content after deserializing an object. - - - true if there will be a check for additional JSON content after deserializing an object; otherwise, false. - - - - - Initializes a new instance of the class. - - - - - Creates a new instance. - The will not use default settings - from . - - - A new instance. - The will not use default settings - from . - - - - - Creates a new instance using the specified . - The will not use default settings - from . - - The settings to be applied to the . - - A new instance using the specified . - The will not use default settings - from . - - - - - Creates a new instance. - The will use default settings - from . - - - A new instance. - The will use default settings - from . - - - - - Creates a new instance using the specified . - The will use default settings - from as well as the specified . - - The settings to be applied to the . - - A new instance using the specified . - The will use default settings - from as well as the specified . - - - - - Populates the JSON values onto the target object. - - The that contains the JSON structure to reader values from. - The target object to populate values onto. - - - - Populates the JSON values onto the target object. - - The that contains the JSON structure to reader values from. - The target object to populate values onto. - - - - Deserializes the JSON structure contained by the specified . - - The that contains the JSON structure to deserialize. - The being deserialized. - - - - Deserializes the JSON structure contained by the specified - into an instance of the specified type. - - The containing the object. - The of object being deserialized. - The instance of being deserialized. - - - - Deserializes the JSON structure contained by the specified - into an instance of the specified type. - - The containing the object. - The type of the object to deserialize. - The instance of being deserialized. - - - - Deserializes the JSON structure contained by the specified - into an instance of the specified type. - - The containing the object. - The of object being deserialized. - The instance of being deserialized. - - - - Serializes the specified and writes the JSON structure - using the specified . - - The used to write the JSON structure. - The to serialize. - - - - Serializes the specified and writes the JSON structure - using the specified . - - The used to write the JSON structure. - The to serialize. - - The type of the value being serialized. - This parameter is used when is to write out the type name if the type of the value does not match. - Specifying the type is optional. - - - - - Serializes the specified and writes the JSON structure - using the specified . - - The used to write the JSON structure. - The to serialize. - - The type of the value being serialized. - This parameter is used when is Auto to write out the type name if the type of the value does not match. - Specifying the type is optional. - - - - - Serializes the specified and writes the JSON structure - using the specified . - - The used to write the JSON structure. - The to serialize. - - - - Specifies the settings on a object. - - - - - Gets or sets how reference loops (e.g. a class referencing itself) are handled. - - Reference loop handling. - - - - Gets or sets how missing members (e.g. JSON contains a property that isn't a member on the object) are handled during deserialization. - - Missing member handling. - - - - Gets or sets how objects are created during deserialization. - - The object creation handling. - - - - Gets or sets how null values are handled during serialization and deserialization. - - Null value handling. - - - - Gets or sets how default values are handled during serialization and deserialization. - - The default value handling. - - - - Gets or sets a collection that will be used during serialization. - - The converters. - - - - Gets or sets how object references are preserved by the serializer. - - The preserve references handling. - - - - Gets or sets how type name writing and reading is handled by the serializer. - - - should be used with caution when your application deserializes JSON from an external source. - Incoming types should be validated with a custom - when deserializing with a value other than . - - The type name handling. - - - - Gets or sets how metadata properties are used during deserialization. - - The metadata properties handling. - - - - Gets or sets how a type name assembly is written and resolved by the serializer. - - The type name assembly format. - - - - Gets or sets how a type name assembly is written and resolved by the serializer. - - The type name assembly format. - - - - Gets or sets how constructors are used during deserialization. - - The constructor handling. - - - - Gets or sets the contract resolver used by the serializer when - serializing .NET objects to JSON and vice versa. - - The contract resolver. - - - - Gets or sets the equality comparer used by the serializer when comparing references. - - The equality comparer. - - - - Gets or sets the used by the serializer when resolving references. - - The reference resolver. - - - - Gets or sets a function that creates the used by the serializer when resolving references. - - A function that creates the used by the serializer when resolving references. - - - - Gets or sets the used by the serializer when writing trace messages. - - The trace writer. - - - - Gets or sets the used by the serializer when resolving type names. - - The binder. - - - - Gets or sets the used by the serializer when resolving type names. - - The binder. - - - - Gets or sets the error handler called during serialization and deserialization. - - The error handler called during serialization and deserialization. - - - - Gets or sets the used by the serializer when invoking serialization callback methods. - - The context. - - - - Gets or sets how and values are formatted when writing JSON text, - and the expected date format when reading JSON text. - - - - - Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a . - - - - - Indicates how JSON text output is formatted. - - - - - Gets or sets how dates are written to JSON text. - - - - - Gets or sets how time zones are handled during serialization and deserialization. - - - - - Gets or sets how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON. - - - - - Gets or sets how special floating point numbers, e.g. , - and , - are written as JSON. - - - - - Gets or sets how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text. - - - - - Gets or sets how strings are escaped when writing JSON text. - - - - - Gets or sets the culture used when reading JSON. Defaults to . - - - - - Gets a value indicating whether there will be a check for additional content after deserializing an object. - - - true if there will be a check for additional content after deserializing an object; otherwise, false. - - - - - Initializes a new instance of the class. - - - - - Represents a reader that provides fast, non-cached, forward-only access to JSON text data. - - - - - Asynchronously reads the next JSON token from the source. - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous read. The - property returns true if the next token was read successfully; false if there are no more tokens to read. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously reads the next JSON token from the source as a of . - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous read. The - property returns the of . This result will be null at the end of an array. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously reads the next JSON token from the source as a []. - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous read. The - property returns the []. This result will be null at the end of an array. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously reads the next JSON token from the source as a of . - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous read. The - property returns the of . This result will be null at the end of an array. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously reads the next JSON token from the source as a of . - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous read. The - property returns the of . This result will be null at the end of an array. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously reads the next JSON token from the source as a of . - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous read. The - property returns the of . This result will be null at the end of an array. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously reads the next JSON token from the source as a of . - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous read. The - property returns the of . This result will be null at the end of an array. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously reads the next JSON token from the source as a of . - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous read. The - property returns the of . This result will be null at the end of an array. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously reads the next JSON token from the source as a . - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous read. The - property returns the . This result will be null at the end of an array. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Initializes a new instance of the class with the specified . - - The containing the JSON data to read. - - - - Gets or sets the reader's character buffer pool. - - - - - Reads the next JSON token from the underlying . - - - true if the next token was read successfully; false if there are no more tokens to read. - - - - - Reads the next JSON token from the underlying as a of . - - A of . This method will return null at the end of an array. - - - - Reads the next JSON token from the underlying as a of . - - A of . This method will return null at the end of an array. - - - - Reads the next JSON token from the underlying as a . - - A . This method will return null at the end of an array. - - - - Reads the next JSON token from the underlying as a []. - - A [] or null if the next JSON token is null. This method will return null at the end of an array. - - - - Reads the next JSON token from the underlying as a of . - - A of . This method will return null at the end of an array. - - - - Reads the next JSON token from the underlying as a of . - - A of . This method will return null at the end of an array. - - - - Reads the next JSON token from the underlying as a of . - - A of . This method will return null at the end of an array. - - - - Reads the next JSON token from the underlying as a of . - - A of . This method will return null at the end of an array. - - - - Changes the reader's state to . - If is set to true, the underlying is also closed. - - - - - Gets a value indicating whether the class can return line information. - - - true if and can be provided; otherwise, false. - - - - - Gets the current line number. - - - The current line number or 0 if no line information is available (for example, returns false). - - - - - Gets the current line position. - - - The current line position or 0 if no line information is available (for example, returns false). - - - - - Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data. - - - - - Asynchronously flushes whatever is in the buffer to the destination and also flushes the destination. - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes the JSON value delimiter. - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes the specified end token. - - The end token to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously closes this writer. - If is set to true, the destination is also closed. - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes the end of the current JSON object or array. - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes indent characters. - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes an indent space. - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes raw JSON without changing the writer's state. - - The raw JSON to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes a null value. - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes the property name of a name/value pair of a JSON object. - - The name of the property. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes the property name of a name/value pair of a JSON object. - - The name of the property. - A flag to indicate whether the text should be escaped when it is written as a JSON property name. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes the beginning of a JSON array. - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes the beginning of a JSON object. - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes the start of a constructor with the given name. - - The name of the constructor. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes an undefined value. - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes the given white space. - - The string of white space characters. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes a of value. - - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes a value. - - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes a value. - - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes a of value. - - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes a [] value. - - The [] value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes a value. - - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes a of value. - - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes a value. - - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes a of value. - - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes a value. - - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes a of value. - - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes a value. - - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes a of value. - - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes a value. - - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes a of value. - - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes a value. - - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes a of value. - - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes a value. - - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes a of value. - - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes a value. - - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes a of value. - - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes a value. - - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes a of value. - - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes a value. - - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes a value. - - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes a of value. - - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes a value. - - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes a of value. - - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes a value. - - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes a value. - - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes a of value. - - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes a value. - - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes a of value. - - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes a value. - - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes a of value. - - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes a value. - - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes a value. - - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes a of value. - - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes a comment /*...*/ containing the specified text. - - Text to place inside the comment. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes the end of an array. - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes the end of a constructor. - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes the end of a JSON object. - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes raw JSON where a value is expected and updates the writer's state. - - The raw JSON to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Gets or sets the writer's character array pool. - - - - - Gets or sets how many s to write for each level in the hierarchy when is set to . - - - - - Gets or sets which character to use to quote attribute values. - - - - - Gets or sets which character to use for indenting when is set to . - - - - - Gets or sets a value indicating whether object names will be surrounded with quotes. - - - - - Initializes a new instance of the class using the specified . - - The to write to. - - - - Flushes whatever is in the buffer to the underlying and also flushes the underlying . - - - - - Closes this writer. - If is set to true, the underlying is also closed. - If is set to true, the JSON is auto-completed. - - - - - Writes the beginning of a JSON object. - - - - - Writes the beginning of a JSON array. - - - - - Writes the start of a constructor with the given name. - - The name of the constructor. - - - - Writes the specified end token. - - The end token to write. - - - - Writes the property name of a name/value pair on a JSON object. - - The name of the property. - - - - Writes the property name of a name/value pair on a JSON object. - - The name of the property. - A flag to indicate whether the text should be escaped when it is written as a JSON property name. - - - - Writes indent characters. - - - - - Writes the JSON value delimiter. - - - - - Writes an indent space. - - - - - Writes a value. - An error will raised if the value cannot be written as a single JSON token. - - The value to write. - - - - Writes a null value. - - - - - Writes an undefined value. - - - - - Writes raw JSON. - - The raw JSON to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a of value. - - The of value to write. - - - - Writes a value. - - The value to write. - - - - Writes a of value. - - The of value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a [] value. - - The [] value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a comment /*...*/ containing the specified text. - - Text to place inside the comment. - - - - Writes the given white space. - - The string of white space characters. - - - - Specifies the type of JSON token. - - - - - This is returned by the if a read method has not been called. - - - - - An object start token. - - - - - An array start token. - - - - - A constructor start token. - - - - - An object property name. - - - - - A comment. - - - - - Raw JSON. - - - - - An integer. - - - - - A float. - - - - - A string. - - - - - A boolean. - - - - - A null token. - - - - - An undefined token. - - - - - An object end token. - - - - - An array end token. - - - - - A constructor end token. - - - - - A Date. - - - - - Byte data. - - - - - - Represents a reader that provides validation. - - - JSON Schema validation has been moved to its own package. See http://www.newtonsoft.com/jsonschema for more details. - - - - - - Sets an event handler for receiving schema validation errors. - - - - - Gets the text value of the current JSON token. - - - - - - Gets the depth of the current token in the JSON document. - - The depth of the current token in the JSON document. - - - - Gets the path of the current JSON token. - - - - - Gets the quotation mark character used to enclose the value of a string. - - - - - - Gets the type of the current JSON token. - - - - - - Gets the .NET type for the current JSON token. - - - - - - Initializes a new instance of the class that - validates the content returned from the given . - - The to read from while validating. - - - - Gets or sets the schema. - - The schema. - - - - Gets the used to construct this . - - The specified in the constructor. - - - - Changes the reader's state to . - If is set to true, the underlying is also closed. - - - - - Reads the next JSON token from the underlying as a of . - - A of . - - - - Reads the next JSON token from the underlying as a []. - - - A [] or null if the next JSON token is null. - - - - - Reads the next JSON token from the underlying as a of . - - A of . - - - - Reads the next JSON token from the underlying as a of . - - A of . - - - - Reads the next JSON token from the underlying as a of . - - A of . - - - - Reads the next JSON token from the underlying as a . - - A . This method will return null at the end of an array. - - - - Reads the next JSON token from the underlying as a of . - - A of . This method will return null at the end of an array. - - - - Reads the next JSON token from the underlying as a of . - - A of . - - - - Reads the next JSON token from the underlying . - - - true if the next token was read successfully; false if there are no more tokens to read. - - - - - Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data. - - - - - Asynchronously closes this writer. - If is set to true, the destination is also closed. - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - - - - Asynchronously flushes whatever is in the buffer to the destination and also flushes the destination. - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - - - - Asynchronously writes the specified end token. - - The end token to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - - - - Asynchronously writes indent characters. - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - - - - Asynchronously writes the JSON value delimiter. - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - - - - Asynchronously writes an indent space. - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - - - - Asynchronously writes raw JSON without changing the writer's state. - - The raw JSON to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - - - - Asynchronously writes the end of the current JSON object or array. - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - - - - Asynchronously writes the end of an array. - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - - - - Asynchronously writes the end of a constructor. - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - - - - Asynchronously writes the end of a JSON object. - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - - - - Asynchronously writes a null value. - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - - - - Asynchronously writes the property name of a name/value pair of a JSON object. - - The name of the property. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - - - - Asynchronously writes the property name of a name/value pair of a JSON object. - - The name of the property. - A flag to indicate whether the text should be escaped when it is written as a JSON property name. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - - - - Asynchronously writes the beginning of a JSON array. - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - - - - Asynchronously writes a comment /*...*/ containing the specified text. - - Text to place inside the comment. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - - - - Asynchronously writes raw JSON where a value is expected and updates the writer's state. - - The raw JSON to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - - - - Asynchronously writes the start of a constructor with the given name. - - The name of the constructor. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - - - - Asynchronously writes the beginning of a JSON object. - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - - - - Asynchronously writes the current token. - - The to read the token from. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - - - - Asynchronously writes the current token. - - The to read the token from. - A flag indicating whether the current token's children should be written. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - - - - Asynchronously writes the token and its value. - - The to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - - - - Asynchronously writes the token and its value. - - The to write. - - The value to write. - A value is only required for tokens that have an associated value, e.g. the property name for . - null can be passed to the method for tokens that don't have a value, e.g. . - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - - - - Asynchronously writes a of value. - - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - - - - Asynchronously writes a value. - - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - - - - Asynchronously writes a value. - - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - - - - Asynchronously writes a of value. - - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - - - - Asynchronously writes a [] value. - - The [] value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - - - - Asynchronously writes a value. - - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - - - - Asynchronously writes a of value. - - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - - - - Asynchronously writes a value. - - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - - - - Asynchronously writes a of value. - - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - - - - Asynchronously writes a value. - - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - - - - Asynchronously writes a of value. - - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - - - - Asynchronously writes a value. - - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - - - - Asynchronously writes a of value. - - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - - - - Asynchronously writes a value. - - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - - - - Asynchronously writes a of value. - - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - - - - Asynchronously writes a value. - - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - - - - Asynchronously writes a of value. - - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - - - - Asynchronously writes a value. - - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - - - - Asynchronously writes a of value. - - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - - - - Asynchronously writes a value. - - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - - - - Asynchronously writes a of value. - - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - - - - Asynchronously writes a value. - - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - - - - Asynchronously writes a of value. - - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - - - - Asynchronously writes a value. - - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - - - - Asynchronously writes a value. - - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - - - - Asynchronously writes a of value. - - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - - - - Asynchronously writes a value. - - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - - - - Asynchronously writes a of value. - - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - - - - Asynchronously writes a value. - - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - - - - Asynchronously writes a value. - - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - - - - Asynchronously writes a of value. - - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - - - - Asynchronously writes a value. - - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - - - - Asynchronously writes a of value. - - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - - - - Asynchronously writes a value. - - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - - - - Asynchronously writes a of value. - - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - - - - Asynchronously writes a value. - - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - - - - Asynchronously writes a value. - - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - - - - Asynchronously writes a of value. - - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - - - - Asynchronously writes an undefined value. - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - - - - Asynchronously writes the given white space. - - The string of white space characters. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - - - - Asynchronously ets the state of the . - - The being written. - The value being written. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - - - - Gets or sets a value indicating whether the destination should be closed when this writer is closed. - - - true to close the destination when this writer is closed; otherwise false. The default is true. - - - - - Gets or sets a value indicating whether the JSON should be auto-completed when this writer is closed. - - - true to auto-complete the JSON when this writer is closed; otherwise false. The default is true. - - - - - Gets the top. - - The top. - - - - Gets the state of the writer. - - - - - Gets the path of the writer. - - - - - Gets or sets a value indicating how JSON text output should be formatted. - - - - - Gets or sets how dates are written to JSON text. - - - - - Gets or sets how time zones are handled when writing JSON text. - - - - - Gets or sets how strings are escaped when writing JSON text. - - - - - Gets or sets how special floating point numbers, e.g. , - and , - are written to JSON text. - - - - - Gets or sets how and values are formatted when writing JSON text. - - - - - Gets or sets the culture used when writing JSON. Defaults to . - - - - - Initializes a new instance of the class. - - - - - Flushes whatever is in the buffer to the destination and also flushes the destination. - - - - - Closes this writer. - If is set to true, the destination is also closed. - If is set to true, the JSON is auto-completed. - - - - - Writes the beginning of a JSON object. - - - - - Writes the end of a JSON object. - - - - - Writes the beginning of a JSON array. - - - - - Writes the end of an array. - - - - - Writes the start of a constructor with the given name. - - The name of the constructor. - - - - Writes the end constructor. - - - - - Writes the property name of a name/value pair of a JSON object. - - The name of the property. - - - - Writes the property name of a name/value pair of a JSON object. - - The name of the property. - A flag to indicate whether the text should be escaped when it is written as a JSON property name. - - - - Writes the end of the current JSON object or array. - - - - - Writes the current token and its children. - - The to read the token from. - - - - Writes the current token. - - The to read the token from. - A flag indicating whether the current token's children should be written. - - - - Writes the token and its value. - - The to write. - - The value to write. - A value is only required for tokens that have an associated value, e.g. the property name for . - null can be passed to the method for tokens that don't have a value, e.g. . - - - - - Writes the token. - - The to write. - - - - Writes the specified end token. - - The end token to write. - - - - Writes indent characters. - - - - - Writes the JSON value delimiter. - - - - - Writes an indent space. - - - - - Writes a null value. - - - - - Writes an undefined value. - - - - - Writes raw JSON without changing the writer's state. - - The raw JSON to write. - - - - Writes raw JSON where a value is expected and updates the writer's state. - - The raw JSON to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a of value. - - The of value to write. - - - - Writes a of value. - - The of value to write. - - - - Writes a of value. - - The of value to write. - - - - Writes a of value. - - The of value to write. - - - - Writes a of value. - - The of value to write. - - - - Writes a of value. - - The of value to write. - - - - Writes a of value. - - The of value to write. - - - - Writes a of value. - - The of value to write. - - - - Writes a of value. - - The of value to write. - - - - Writes a of value. - - The of value to write. - - - - Writes a of value. - - The of value to write. - - - - Writes a of value. - - The of value to write. - - - - Writes a of value. - - The of value to write. - - - - Writes a of value. - - The of value to write. - - - - Writes a of value. - - The of value to write. - - - - Writes a of value. - - The of value to write. - - - - Writes a of value. - - The of value to write. - - - - Writes a [] value. - - The [] value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - An error will raised if the value cannot be written as a single JSON token. - - The value to write. - - - - Writes a comment /*...*/ containing the specified text. - - Text to place inside the comment. - - - - Writes the given white space. - - The string of white space characters. - - - - Releases unmanaged and - optionally - managed resources. - - true to release both managed and unmanaged resources; false to release only unmanaged resources. - - - - Sets the state of the . - - The being written. - The value being written. - - - - The exception thrown when an error occurs while writing JSON text. - - - - - Gets the path to the JSON where the error occurred. - - The path to the JSON where the error occurred. - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class - with a specified error message. - - The error message that explains the reason for the exception. - - - - Initializes a new instance of the class - with a specified error message and a reference to the inner exception that is the cause of this exception. - - The error message that explains the reason for the exception. - The exception that is the cause of the current exception, or null if no inner exception is specified. - - - - Initializes a new instance of the class. - - The that holds the serialized object data about the exception being thrown. - The that contains contextual information about the source or destination. - The parameter is null. - The class name is null or is zero (0). - - - - Initializes a new instance of the class - with a specified error message, JSON path and a reference to the inner exception that is the cause of this exception. - - The error message that explains the reason for the exception. - The path to the JSON where the error occurred. - The exception that is the cause of the current exception, or null if no inner exception is specified. - - - - Specifies how JSON comments are handled when loading JSON. - - - - - Ignore comments. - - - - - Load comments as a with type . - - - - - Specifies how line information is handled when loading JSON. - - - - - Ignore line information. - - - - - Load line information. - - - - - Contains the LINQ to JSON extension methods. - - - - - Returns a collection of tokens that contains the ancestors of every token in the source collection. - - The type of the objects in source, constrained to . - An of that contains the source collection. - An of that contains the ancestors of every token in the source collection. - - - - Returns a collection of tokens that contains every token in the source collection, and the ancestors of every token in the source collection. - - The type of the objects in source, constrained to . - An of that contains the source collection. - An of that contains every token in the source collection, the ancestors of every token in the source collection. - - - - Returns a collection of tokens that contains the descendants of every token in the source collection. - - The type of the objects in source, constrained to . - An of that contains the source collection. - An of that contains the descendants of every token in the source collection. - - - - Returns a collection of tokens that contains every token in the source collection, and the descendants of every token in the source collection. - - The type of the objects in source, constrained to . - An of that contains the source collection. - An of that contains every token in the source collection, and the descendants of every token in the source collection. - - - - Returns a collection of child properties of every object in the source collection. - - An of that contains the source collection. - An of that contains the properties of every object in the source collection. - - - - Returns a collection of child values of every object in the source collection with the given key. - - An of that contains the source collection. - The token key. - An of that contains the values of every token in the source collection with the given key. - - - - Returns a collection of child values of every object in the source collection. - - An of that contains the source collection. - An of that contains the values of every token in the source collection. - - - - Returns a collection of converted child values of every object in the source collection with the given key. - - The type to convert the values to. - An of that contains the source collection. - The token key. - An that contains the converted values of every token in the source collection with the given key. - - - - Returns a collection of converted child values of every object in the source collection. - - The type to convert the values to. - An of that contains the source collection. - An that contains the converted values of every token in the source collection. - - - - Converts the value. - - The type to convert the value to. - A cast as a of . - A converted value. - - - - Converts the value. - - The source collection type. - The type to convert the value to. - A cast as a of . - A converted value. - - - - Returns a collection of child tokens of every array in the source collection. - - The source collection type. - An of that contains the source collection. - An of that contains the values of every token in the source collection. - - - - Returns a collection of converted child tokens of every array in the source collection. - - An of that contains the source collection. - The type to convert the values to. - The source collection type. - An that contains the converted values of every token in the source collection. - - - - Returns the input typed as . - - An of that contains the source collection. - The input typed as . - - - - Returns the input typed as . - - The source collection type. - An of that contains the source collection. - The input typed as . - - - - Represents a collection of objects. - - The type of token. - - - - Gets the of with the specified key. - - - - - - Represents a JSON array. - - - - - - - - Writes this token to a asynchronously. - - A into which this method will write. - The token to monitor for cancellation requests. - A collection of which will be used when writing the token. - A that represents the asynchronous write operation. - - - - Asynchronously loads a from a . - - A that will be read for the content of the . - If this is null, default load settings will be used. - The token to monitor for cancellation requests. The default value is . - A representing the asynchronous load. The property contains the JSON that was read from the specified . - - - - Asynchronously loads a from a . - - A that will be read for the content of the . - The used to load the JSON. - If this is null, default load settings will be used. - The token to monitor for cancellation requests. The default value is . - A representing the asynchronous load. The property contains the JSON that was read from the specified . - - - - Gets the container's children tokens. - - The container's children tokens. - - - - Gets the node type for this . - - The type. - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class from another object. - - A object to copy from. - - - - Initializes a new instance of the class with the specified content. - - The contents of the array. - - - - Initializes a new instance of the class with the specified content. - - The contents of the array. - - - - Loads an from a . - - A that will be read for the content of the . - A that contains the JSON that was read from the specified . - - - - Loads an from a . - - A that will be read for the content of the . - The used to load the JSON. - If this is null, default load settings will be used. - A that contains the JSON that was read from the specified . - - - - Load a from a string that contains JSON. - - A that contains JSON. - A populated from the string that contains JSON. - - - - - - - Load a from a string that contains JSON. - - A that contains JSON. - The used to load the JSON. - If this is null, default load settings will be used. - A populated from the string that contains JSON. - - - - - - - Creates a from an object. - - The object that will be used to create . - A with the values of the specified object. - - - - Creates a from an object. - - The object that will be used to create . - The that will be used to read the object. - A with the values of the specified object. - - - - Writes this token to a . - - A into which this method will write. - A collection of which will be used when writing the token. - - - - Gets the with the specified key. - - The with the specified key. - - - - Gets or sets the at the specified index. - - - - - - Determines the index of a specific item in the . - - The object to locate in the . - - The index of if found in the list; otherwise, -1. - - - - - Inserts an item to the at the specified index. - - The zero-based index at which should be inserted. - The object to insert into the . - - is not a valid index in the . - - - - - Removes the item at the specified index. - - The zero-based index of the item to remove. - - is not a valid index in the . - - - - - Returns an enumerator that iterates through the collection. - - - A of that can be used to iterate through the collection. - - - - - Adds an item to the . - - The object to add to the . - - - - Removes all items from the . - - - - - Determines whether the contains a specific value. - - The object to locate in the . - - true if is found in the ; otherwise, false. - - - - - Copies the elements of the to an array, starting at a particular array index. - - The array. - Index of the array. - - - - Gets a value indicating whether the is read-only. - - true if the is read-only; otherwise, false. - - - - Removes the first occurrence of a specific object from the . - - The object to remove from the . - - true if was successfully removed from the ; otherwise, false. This method also returns false if is not found in the original . - - - - - Represents a JSON constructor. - - - - - Writes this token to a asynchronously. - - A into which this method will write. - The token to monitor for cancellation requests. - A collection of which will be used when writing the token. - A that represents the asynchronous write operation. - - - - Asynchronously loads a from a . - - A that will be read for the content of the . - The token to monitor for cancellation requests. The default value is . - - A that represents the asynchronous load. The - property returns a that contains the JSON that was read from the specified . - - - - Asynchronously loads a from a . - - A that will be read for the content of the . - The used to load the JSON. - If this is null, default load settings will be used. - The token to monitor for cancellation requests. The default value is . - - A that represents the asynchronous load. The - property returns a that contains the JSON that was read from the specified . - - - - Gets the container's children tokens. - - The container's children tokens. - - - - Gets or sets the name of this constructor. - - The constructor name. - - - - Gets the node type for this . - - The type. - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class from another object. - - A object to copy from. - - - - Initializes a new instance of the class with the specified name and content. - - The constructor name. - The contents of the constructor. - - - - Initializes a new instance of the class with the specified name and content. - - The constructor name. - The contents of the constructor. - - - - Initializes a new instance of the class with the specified name. - - The constructor name. - - - - Writes this token to a . - - A into which this method will write. - A collection of which will be used when writing the token. - - - - Gets the with the specified key. - - The with the specified key. - - - - Loads a from a . - - A that will be read for the content of the . - A that contains the JSON that was read from the specified . - - - - Loads a from a . - - A that will be read for the content of the . - The used to load the JSON. - If this is null, default load settings will be used. - A that contains the JSON that was read from the specified . - - - - Represents a token that can contain other tokens. - - - - - Occurs when the list changes or an item in the list changes. - - - - - Occurs before an item is added to the collection. - - - - - Occurs when the items list of the collection has changed, or the collection is reset. - - - - - Gets the container's children tokens. - - The container's children tokens. - - - - Raises the event. - - The instance containing the event data. - - - - Raises the event. - - The instance containing the event data. - - - - Raises the event. - - The instance containing the event data. - - - - Gets a value indicating whether this token has child tokens. - - - true if this token has child values; otherwise, false. - - - - - Get the first child token of this token. - - - A containing the first child token of the . - - - - - Get the last child token of this token. - - - A containing the last child token of the . - - - - - Returns a collection of the child tokens of this token, in document order. - - - An of containing the child tokens of this , in document order. - - - - - Returns a collection of the child values of this token, in document order. - - The type to convert the values to. - - A containing the child values of this , in document order. - - - - - Returns a collection of the descendant tokens for this token in document order. - - An of containing the descendant tokens of the . - - - - Returns a collection of the tokens that contain this token, and all descendant tokens of this token, in document order. - - An of containing this token, and all the descendant tokens of the . - - - - Adds the specified content as children of this . - - The content to be added. - - - - Adds the specified content as the first children of this . - - The content to be added. - - - - Creates a that can be used to add tokens to the . - - A that is ready to have content written to it. - - - - Replaces the child nodes of this token with the specified content. - - The content. - - - - Removes the child nodes from this token. - - - - - Merge the specified content into this . - - The content to be merged. - - - - Merge the specified content into this using . - - The content to be merged. - The used to merge the content. - - - - Gets the count of child JSON tokens. - - The count of child JSON tokens. - - - - Represents a collection of objects. - - The type of token. - - - - An empty collection of objects. - - - - - Initializes a new instance of the struct. - - The enumerable. - - - - Returns an enumerator that can be used to iterate through the collection. - - - A that can be used to iterate through the collection. - - - - - Gets the of with the specified key. - - - - - - Determines whether the specified is equal to this instance. - - The to compare with this instance. - - true if the specified is equal to this instance; otherwise, false. - - - - - Determines whether the specified is equal to this instance. - - The to compare with this instance. - - true if the specified is equal to this instance; otherwise, false. - - - - - Returns a hash code for this instance. - - - A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. - - - - - Represents a JSON object. - - - - - - - - Writes this token to a asynchronously. - - A into which this method will write. - The token to monitor for cancellation requests. - A collection of which will be used when writing the token. - A that represents the asynchronous write operation. - - - - Asynchronously loads a from a . - - A that will be read for the content of the . - The token to monitor for cancellation requests. The default value is . - - A that represents the asynchronous load. The - property returns a that contains the JSON that was read from the specified . - - - - Asynchronously loads a from a . - - A that will be read for the content of the . - The used to load the JSON. - If this is null, default load settings will be used. - The token to monitor for cancellation requests. The default value is . - - A that represents the asynchronous load. The - property returns a that contains the JSON that was read from the specified . - - - - Gets the container's children tokens. - - The container's children tokens. - - - - Occurs when a property value changes. - - - - - Occurs when a property value is changing. - - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class from another object. - - A object to copy from. - - - - Initializes a new instance of the class with the specified content. - - The contents of the object. - - - - Initializes a new instance of the class with the specified content. - - The contents of the object. - - - - Gets the node type for this . - - The type. - - - - Gets an of of this object's properties. - - An of of this object's properties. - - - - Gets a the specified name. - - The property name. - A with the specified name or null. - - - - Gets a of of this object's property values. - - A of of this object's property values. - - - - Gets the with the specified key. - - The with the specified key. - - - - Gets or sets the with the specified property name. - - - - - - Loads a from a . - - A that will be read for the content of the . - A that contains the JSON that was read from the specified . - - is not valid JSON. - - - - - Loads a from a . - - A that will be read for the content of the . - The used to load the JSON. - If this is null, default load settings will be used. - A that contains the JSON that was read from the specified . - - is not valid JSON. - - - - - Load a from a string that contains JSON. - - A that contains JSON. - A populated from the string that contains JSON. - - is not valid JSON. - - - - - - - - Load a from a string that contains JSON. - - A that contains JSON. - The used to load the JSON. - If this is null, default load settings will be used. - A populated from the string that contains JSON. - - is not valid JSON. - - - - - - - - Creates a from an object. - - The object that will be used to create . - A with the values of the specified object. - - - - Creates a from an object. - - The object that will be used to create . - The that will be used to read the object. - A with the values of the specified object. - - - - Writes this token to a . - - A into which this method will write. - A collection of which will be used when writing the token. - - - - Gets the with the specified property name. - - Name of the property. - The with the specified property name. - - - - Gets the with the specified property name. - The exact property name will be searched for first and if no matching property is found then - the will be used to match a property. - - Name of the property. - One of the enumeration values that specifies how the strings will be compared. - The with the specified property name. - - - - Tries to get the with the specified property name. - The exact property name will be searched for first and if no matching property is found then - the will be used to match a property. - - Name of the property. - The value. - One of the enumeration values that specifies how the strings will be compared. - true if a value was successfully retrieved; otherwise, false. - - - - Adds the specified property name. - - Name of the property. - The value. - - - - Removes the property with the specified name. - - Name of the property. - true if item was successfully removed; otherwise, false. - - - - Tries to get the with the specified property name. - - Name of the property. - The value. - true if a value was successfully retrieved; otherwise, false. - - - - Returns an enumerator that can be used to iterate through the collection. - - - A that can be used to iterate through the collection. - - - - - Raises the event with the provided arguments. - - Name of the property. - - - - Raises the event with the provided arguments. - - Name of the property. - - - - Returns the responsible for binding operations performed on this object. - - The expression tree representation of the runtime value. - - The to bind this object. - - - - - Represents a JSON property. - - - - - Writes this token to a asynchronously. - - A into which this method will write. - The token to monitor for cancellation requests. - A collection of which will be used when writing the token. - A that represents the asynchronous write operation. - - - - Asynchronously loads a from a . - - A that will be read for the content of the . - The token to monitor for cancellation requests. The default value is . - A representing the asynchronous creation. The - property returns a that contains the JSON that was read from the specified . - - - - Asynchronously loads a from a . - - A that will be read for the content of the . - The used to load the JSON. - If this is null, default load settings will be used. - The token to monitor for cancellation requests. The default value is . - A representing the asynchronous creation. The - property returns a that contains the JSON that was read from the specified . - - - - Gets the container's children tokens. - - The container's children tokens. - - - - Gets the property name. - - The property name. - - - - Gets or sets the property value. - - The property value. - - - - Initializes a new instance of the class from another object. - - A object to copy from. - - - - Gets the node type for this . - - The type. - - - - Initializes a new instance of the class. - - The property name. - The property content. - - - - Initializes a new instance of the class. - - The property name. - The property content. - - - - Writes this token to a . - - A into which this method will write. - A collection of which will be used when writing the token. - - - - Loads a from a . - - A that will be read for the content of the . - A that contains the JSON that was read from the specified . - - - - Loads a from a . - - A that will be read for the content of the . - The used to load the JSON. - If this is null, default load settings will be used. - A that contains the JSON that was read from the specified . - - - - Represents a view of a . - - - - - Initializes a new instance of the class. - - The name. - - - - When overridden in a derived class, returns whether resetting an object changes its value. - - - true if resetting the component changes its value; otherwise, false. - - The component to test for reset capability. - - - - When overridden in a derived class, gets the current value of the property on a component. - - - The value of a property for a given component. - - The component with the property for which to retrieve the value. - - - - When overridden in a derived class, resets the value for this property of the component to the default value. - - The component with the property value that is to be reset to the default value. - - - - When overridden in a derived class, sets the value of the component to a different value. - - The component with the property value that is to be set. - The new value. - - - - When overridden in a derived class, determines a value indicating whether the value of this property needs to be persisted. - - - true if the property should be persisted; otherwise, false. - - The component with the property to be examined for persistence. - - - - When overridden in a derived class, gets the type of the component this property is bound to. - - - A that represents the type of component this property is bound to. - When the or - - methods are invoked, the object specified might be an instance of this type. - - - - - When overridden in a derived class, gets a value indicating whether this property is read-only. - - - true if the property is read-only; otherwise, false. - - - - - When overridden in a derived class, gets the type of the property. - - - A that represents the type of the property. - - - - - Gets the hash code for the name of the member. - - - - The hash code for the name of the member. - - - - - Represents a raw JSON string. - - - - - Asynchronously creates an instance of with the content of the reader's current token. - - The reader. - The token to monitor for cancellation requests. The default value is . - A representing the asynchronous creation. The - property returns an instance of with the content of the reader's current token. - - - - Initializes a new instance of the class from another object. - - A object to copy from. - - - - Initializes a new instance of the class. - - The raw json. - - - - Creates an instance of with the content of the reader's current token. - - The reader. - An instance of with the content of the reader's current token. - - - - Specifies the settings used when loading JSON. - - - - - Initializes a new instance of the class. - - - - - Gets or sets how JSON comments are handled when loading JSON. - - The JSON comment handling. - - - - Gets or sets how JSON line info is handled when loading JSON. - - The JSON line info handling. - - - - Specifies the settings used when merging JSON. - - - - - Gets or sets the method used when merging JSON arrays. - - The method used when merging JSON arrays. - - - - Gets or sets how null value properties are merged. - - How null value properties are merged. - - - - Represents an abstract JSON token. - - - - - Writes this token to a asynchronously. - - A into which this method will write. - The token to monitor for cancellation requests. - A collection of which will be used when writing the token. - A that represents the asynchronous write operation. - - - - Writes this token to a asynchronously. - - A into which this method will write. - A collection of which will be used when writing the token. - A that represents the asynchronous write operation. - - - - Asynchronously creates a from a . - - An positioned at the token to read into this . - The token to monitor for cancellation requests. The default value is . - - A that represents the asynchronous creation. The - property returns a that contains - the token and its descendant tokens - that were read from the reader. The runtime type of the token is determined - by the token type of the first token encountered in the reader. - - - - - Asynchronously creates a from a . - - An positioned at the token to read into this . - The used to load the JSON. - If this is null, default load settings will be used. - The token to monitor for cancellation requests. The default value is . - - A that represents the asynchronous creation. The - property returns a that contains - the token and its descendant tokens - that were read from the reader. The runtime type of the token is determined - by the token type of the first token encountered in the reader. - - - - - Asynchronously creates a from a . - - A positioned at the token to read into this . - The token to monitor for cancellation requests. The default value is . - - A that represents the asynchronous creation. The - property returns a that contains the token and its descendant tokens - that were read from the reader. The runtime type of the token is determined - by the token type of the first token encountered in the reader. - - - - - Asynchronously creates a from a . - - A positioned at the token to read into this . - The used to load the JSON. - If this is null, default load settings will be used. - The token to monitor for cancellation requests. The default value is . - - A that represents the asynchronous creation. The - property returns a that contains the token and its descendant tokens - that were read from the reader. The runtime type of the token is determined - by the token type of the first token encountered in the reader. - - - - - Gets a comparer that can compare two tokens for value equality. - - A that can compare two nodes for value equality. - - - - Gets or sets the parent. - - The parent. - - - - Gets the root of this . - - The root of this . - - - - Gets the node type for this . - - The type. - - - - Gets a value indicating whether this token has child tokens. - - - true if this token has child values; otherwise, false. - - - - - Compares the values of two tokens, including the values of all descendant tokens. - - The first to compare. - The second to compare. - true if the tokens are equal; otherwise false. - - - - Gets the next sibling token of this node. - - The that contains the next sibling token. - - - - Gets the previous sibling token of this node. - - The that contains the previous sibling token. - - - - Gets the path of the JSON token. - - - - - Adds the specified content immediately after this token. - - A content object that contains simple content or a collection of content objects to be added after this token. - - - - Adds the specified content immediately before this token. - - A content object that contains simple content or a collection of content objects to be added before this token. - - - - Returns a collection of the ancestor tokens of this token. - - A collection of the ancestor tokens of this token. - - - - Returns a collection of tokens that contain this token, and the ancestors of this token. - - A collection of tokens that contain this token, and the ancestors of this token. - - - - Returns a collection of the sibling tokens after this token, in document order. - - A collection of the sibling tokens after this tokens, in document order. - - - - Returns a collection of the sibling tokens before this token, in document order. - - A collection of the sibling tokens before this token, in document order. - - - - Gets the with the specified key. - - The with the specified key. - - - - Gets the with the specified key converted to the specified type. - - The type to convert the token to. - The token key. - The converted token value. - - - - Get the first child token of this token. - - A containing the first child token of the . - - - - Get the last child token of this token. - - A containing the last child token of the . - - - - Returns a collection of the child tokens of this token, in document order. - - An of containing the child tokens of this , in document order. - - - - Returns a collection of the child tokens of this token, in document order, filtered by the specified type. - - The type to filter the child tokens on. - A containing the child tokens of this , in document order. - - - - Returns a collection of the child values of this token, in document order. - - The type to convert the values to. - A containing the child values of this , in document order. - - - - Removes this token from its parent. - - - - - Replaces this token with the specified token. - - The value. - - - - Writes this token to a . - - A into which this method will write. - A collection of which will be used when writing the token. - - - - Returns the indented JSON for this token. - - - The indented JSON for this token. - - - - - Returns the JSON for this token using the given formatting and converters. - - Indicates how the output should be formatted. - A collection of s which will be used when writing the token. - The JSON for this token using the given formatting and converters. - - - - Performs an explicit conversion from to . - - The value. - The result of the conversion. - - - - Performs an explicit conversion from to . - - The value. - The result of the conversion. - - - - Performs an explicit conversion from to of . - - The value. - The result of the conversion. - - - - Performs an explicit conversion from to of . - - The value. - The result of the conversion. - - - - Performs an explicit conversion from to of . - - The value. - The result of the conversion. - - - - Performs an explicit conversion from to of . - - The value. - The result of the conversion. - - - - Performs an explicit conversion from to of . - - The value. - The result of the conversion. - - - - Performs an explicit conversion from to of . - - The value. - The result of the conversion. - - - - Performs an explicit conversion from to of . - - The value. - The result of the conversion. - - - - Performs an explicit conversion from to . - - The value. - The result of the conversion. - - - - Performs an explicit conversion from to . - - The value. - The result of the conversion. - - - - Performs an explicit conversion from to . - - The value. - The result of the conversion. - - - - Performs an explicit conversion from to . - - The value. - The result of the conversion. - - - - Performs an explicit conversion from to . - - The value. - The result of the conversion. - - - - Performs an explicit conversion from to . - - The value. - The result of the conversion. - - - - Performs an explicit conversion from to of . - - The value. - The result of the conversion. - - - - Performs an explicit conversion from to of . - - The value. - The result of the conversion. - - - - Performs an explicit conversion from to of . - - The value. - The result of the conversion. - - - - Performs an explicit conversion from to of . - - The value. - The result of the conversion. - - - - Performs an explicit conversion from to of . - - The value. - The result of the conversion. - - - - Performs an explicit conversion from to of . - - The value. - The result of the conversion. - - - - Performs an explicit conversion from to of . - - The value. - The result of the conversion. - - - - Performs an explicit conversion from to of . - - The value. - The result of the conversion. - - - - Performs an explicit conversion from to . - - The value. - The result of the conversion. - - - - Performs an explicit conversion from to of . - - The value. - The result of the conversion. - - - - Performs an explicit conversion from to of . - - The value. - The result of the conversion. - - - - Performs an explicit conversion from to . - - The value. - The result of the conversion. - - - - Performs an explicit conversion from to . - - The value. - The result of the conversion. - - - - Performs an explicit conversion from to . - - The value. - The result of the conversion. - - - - Performs an explicit conversion from to . - - The value. - The result of the conversion. - - - - Performs an explicit conversion from to . - - The value. - The result of the conversion. - - - - Performs an explicit conversion from to []. - - The value. - The result of the conversion. - - - - Performs an explicit conversion from to . - - The value. - The result of the conversion. - - - - Performs an explicit conversion from to of . - - The value. - The result of the conversion. - - - - Performs an explicit conversion from to . - - The value. - The result of the conversion. - - - - Performs an explicit conversion from to of . - - The value. - The result of the conversion. - - - - Performs an explicit conversion from to . - - The value. - The result of the conversion. - - - - Performs an implicit conversion from to . - - The value to create a from. - The initialized with the specified value. - - - - Performs an implicit conversion from to . - - The value to create a from. - The initialized with the specified value. - - - - Performs an implicit conversion from to . - - The value to create a from. - The initialized with the specified value. - - - - Performs an implicit conversion from of to . - - The value to create a from. - The initialized with the specified value. - - - - Performs an implicit conversion from to . - - The value to create a from. - The initialized with the specified value. - - - - Performs an implicit conversion from of to . - - The value to create a from. - The initialized with the specified value. - - - - Performs an implicit conversion from of to . - - The value to create a from. - The initialized with the specified value. - - - - Performs an implicit conversion from of to . - - The value to create a from. - The initialized with the specified value. - - - - Performs an implicit conversion from of to . - - The value to create a from. - The initialized with the specified value. - - - - Performs an implicit conversion from of to . - - The value to create a from. - The initialized with the specified value. - - - - Performs an implicit conversion from of to . - - The value to create a from. - The initialized with the specified value. - - - - Performs an implicit conversion from of to . - - The value to create a from. - The initialized with the specified value. - - - - Performs an implicit conversion from to . - - The value to create a from. - The initialized with the specified value. - - - - Performs an implicit conversion from to . - - The value to create a from. - The initialized with the specified value. - - - - Performs an implicit conversion from to . - - The value to create a from. - The initialized with the specified value. - - - - Performs an implicit conversion from of to . - - The value to create a from. - The initialized with the specified value. - - - - Performs an implicit conversion from to . - - The value to create a from. - The initialized with the specified value. - - - - Performs an implicit conversion from of to . - - The value to create a from. - The initialized with the specified value. - - - - Performs an implicit conversion from of to . - - The value to create a from. - The initialized with the specified value. - - - - Performs an implicit conversion from to . - - The value to create a from. - The initialized with the specified value. - - - - Performs an implicit conversion from of to . - - The value to create a from. - The initialized with the specified value. - - - - Performs an implicit conversion from of to . - - The value to create a from. - The initialized with the specified value. - - - - Performs an implicit conversion from of to . - - The value to create a from. - The initialized with the specified value. - - - - Performs an implicit conversion from of to . - - The value to create a from. - The initialized with the specified value. - - - - Performs an implicit conversion from to . - - The value to create a from. - The initialized with the specified value. - - - - Performs an implicit conversion from to . - - The value to create a from. - The initialized with the specified value. - - - - Performs an implicit conversion from to . - - The value to create a from. - The initialized with the specified value. - - - - Performs an implicit conversion from to . - - The value to create a from. - The initialized with the specified value. - - - - Performs an implicit conversion from to . - - The value to create a from. - The initialized with the specified value. - - - - Performs an implicit conversion from [] to . - - The value to create a from. - The initialized with the specified value. - - - - Performs an implicit conversion from to . - - The value to create a from. - The initialized with the specified value. - - - - Performs an implicit conversion from to . - - The value to create a from. - The initialized with the specified value. - - - - Performs an implicit conversion from of to . - - The value to create a from. - The initialized with the specified value. - - - - Performs an implicit conversion from to . - - The value to create a from. - The initialized with the specified value. - - - - Performs an implicit conversion from of to . - - The value to create a from. - The initialized with the specified value. - - - - Creates a for this token. - - A that can be used to read this token and its descendants. - - - - Creates a from an object. - - The object that will be used to create . - A with the value of the specified object. - - - - Creates a from an object using the specified . - - The object that will be used to create . - The that will be used when reading the object. - A with the value of the specified object. - - - - Creates an instance of the specified .NET type from the . - - The object type that the token will be deserialized to. - The new object created from the JSON value. - - - - Creates an instance of the specified .NET type from the . - - The object type that the token will be deserialized to. - The new object created from the JSON value. - - - - Creates an instance of the specified .NET type from the using the specified . - - The object type that the token will be deserialized to. - The that will be used when creating the object. - The new object created from the JSON value. - - - - Creates an instance of the specified .NET type from the using the specified . - - The object type that the token will be deserialized to. - The that will be used when creating the object. - The new object created from the JSON value. - - - - Creates a from a . - - A positioned at the token to read into this . - - A that contains the token and its descendant tokens - that were read from the reader. The runtime type of the token is determined - by the token type of the first token encountered in the reader. - - - - - Creates a from a . - - An positioned at the token to read into this . - The used to load the JSON. - If this is null, default load settings will be used. - - A that contains the token and its descendant tokens - that were read from the reader. The runtime type of the token is determined - by the token type of the first token encountered in the reader. - - - - - Load a from a string that contains JSON. - - A that contains JSON. - A populated from the string that contains JSON. - - - - Load a from a string that contains JSON. - - A that contains JSON. - The used to load the JSON. - If this is null, default load settings will be used. - A populated from the string that contains JSON. - - - - Creates a from a . - - A positioned at the token to read into this . - The used to load the JSON. - If this is null, default load settings will be used. - - A that contains the token and its descendant tokens - that were read from the reader. The runtime type of the token is determined - by the token type of the first token encountered in the reader. - - - - - Creates a from a . - - A positioned at the token to read into this . - - A that contains the token and its descendant tokens - that were read from the reader. The runtime type of the token is determined - by the token type of the first token encountered in the reader. - - - - - Selects a using a JPath expression. Selects the token that matches the object path. - - - A that contains a JPath expression. - - A , or null. - - - - Selects a using a JPath expression. Selects the token that matches the object path. - - - A that contains a JPath expression. - - A flag to indicate whether an error should be thrown if no tokens are found when evaluating part of the expression. - A . - - - - Selects a collection of elements using a JPath expression. - - - A that contains a JPath expression. - - An of that contains the selected elements. - - - - Selects a collection of elements using a JPath expression. - - - A that contains a JPath expression. - - A flag to indicate whether an error should be thrown if no tokens are found when evaluating part of the expression. - An of that contains the selected elements. - - - - Returns the responsible for binding operations performed on this object. - - The expression tree representation of the runtime value. - - The to bind this object. - - - - - Returns the responsible for binding operations performed on this object. - - The expression tree representation of the runtime value. - - The to bind this object. - - - - - Creates a new instance of the . All child tokens are recursively cloned. - - A new instance of the . - - - - Adds an object to the annotation list of this . - - The annotation to add. - - - - Get the first annotation object of the specified type from this . - - The type of the annotation to retrieve. - The first annotation object that matches the specified type, or null if no annotation is of the specified type. - - - - Gets the first annotation object of the specified type from this . - - The of the annotation to retrieve. - The first annotation object that matches the specified type, or null if no annotation is of the specified type. - - - - Gets a collection of annotations of the specified type for this . - - The type of the annotations to retrieve. - An that contains the annotations for this . - - - - Gets a collection of annotations of the specified type for this . - - The of the annotations to retrieve. - An of that contains the annotations that match the specified type for this . - - - - Removes the annotations of the specified type from this . - - The type of annotations to remove. - - - - Removes the annotations of the specified type from this . - - The of annotations to remove. - - - - Compares tokens to determine whether they are equal. - - - - - Determines whether the specified objects are equal. - - The first object of type to compare. - The second object of type to compare. - - true if the specified objects are equal; otherwise, false. - - - - - Returns a hash code for the specified object. - - The for which a hash code is to be returned. - A hash code for the specified object. - The type of is a reference type and is null. - - - - Represents a reader that provides fast, non-cached, forward-only access to serialized JSON data. - - - - - Gets the at the reader's current position. - - - - - Initializes a new instance of the class. - - The token to read from. - - - - Reads the next JSON token from the underlying . - - - true if the next token was read successfully; false if there are no more tokens to read. - - - - - Gets the path of the current JSON token. - - - - - Specifies the type of token. - - - - - No token type has been set. - - - - - A JSON object. - - - - - A JSON array. - - - - - A JSON constructor. - - - - - A JSON object property. - - - - - A comment. - - - - - An integer value. - - - - - A float value. - - - - - A string value. - - - - - A boolean value. - - - - - A null value. - - - - - An undefined value. - - - - - A date value. - - - - - A raw JSON value. - - - - - A collection of bytes value. - - - - - A Guid value. - - - - - A Uri value. - - - - - A TimeSpan value. - - - - - Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data. - - - - - Gets the at the writer's current position. - - - - - Gets the token being written. - - The token being written. - - - - Initializes a new instance of the class writing to the given . - - The container being written to. - - - - Initializes a new instance of the class. - - - - - Flushes whatever is in the buffer to the underlying . - - - - - Closes this writer. - If is set to true, the JSON is auto-completed. - - - Setting to true has no additional effect, since the underlying is a type that cannot be closed. - - - - - Writes the beginning of a JSON object. - - - - - Writes the beginning of a JSON array. - - - - - Writes the start of a constructor with the given name. - - The name of the constructor. - - - - Writes the end. - - The token. - - - - Writes the property name of a name/value pair on a JSON object. - - The name of the property. - - - - Writes a value. - An error will be raised if the value cannot be written as a single JSON token. - - The value to write. - - - - Writes a null value. - - - - - Writes an undefined value. - - - - - Writes raw JSON. - - The raw JSON to write. - - - - Writes a comment /*...*/ containing the specified text. - - Text to place inside the comment. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a [] value. - - The [] value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Represents a value in JSON (string, integer, date, etc). - - - - - Writes this token to a asynchronously. - - A into which this method will write. - The token to monitor for cancellation requests. - A collection of which will be used when writing the token. - A that represents the asynchronous write operation. - - - - Initializes a new instance of the class from another object. - - A object to copy from. - - - - Initializes a new instance of the class with the given value. - - The value. - - - - Initializes a new instance of the class with the given value. - - The value. - - - - Initializes a new instance of the class with the given value. - - The value. - - - - Initializes a new instance of the class with the given value. - - The value. - - - - Initializes a new instance of the class with the given value. - - The value. - - - - Initializes a new instance of the class with the given value. - - The value. - - - - Initializes a new instance of the class with the given value. - - The value. - - - - Initializes a new instance of the class with the given value. - - The value. - - - - Initializes a new instance of the class with the given value. - - The value. - - - - Initializes a new instance of the class with the given value. - - The value. - - - - Initializes a new instance of the class with the given value. - - The value. - - - - Initializes a new instance of the class with the given value. - - The value. - - - - Initializes a new instance of the class with the given value. - - The value. - - - - Initializes a new instance of the class with the given value. - - The value. - - - - Gets a value indicating whether this token has child tokens. - - - true if this token has child values; otherwise, false. - - - - - Creates a comment with the given value. - - The value. - A comment with the given value. - - - - Creates a string with the given value. - - The value. - A string with the given value. - - - - Creates a null value. - - A null value. - - - - Creates a undefined value. - - A undefined value. - - - - Gets the node type for this . - - The type. - - - - Gets or sets the underlying token value. - - The underlying token value. - - - - Writes this token to a . - - A into which this method will write. - A collection of s which will be used when writing the token. - - - - Indicates whether the current object is equal to another object of the same type. - - - true if the current object is equal to the parameter; otherwise, false. - - An object to compare with this object. - - - - Determines whether the specified is equal to the current . - - The to compare with the current . - - true if the specified is equal to the current ; otherwise, false. - - - - - Serves as a hash function for a particular type. - - - A hash code for the current . - - - - - Returns a that represents this instance. - - - A that represents this instance. - - - - - Returns a that represents this instance. - - The format. - - A that represents this instance. - - - - - Returns a that represents this instance. - - The format provider. - - A that represents this instance. - - - - - Returns a that represents this instance. - - The format. - The format provider. - - A that represents this instance. - - - - - Returns the responsible for binding operations performed on this object. - - The expression tree representation of the runtime value. - - The to bind this object. - - - - - Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. - - An object to compare with this instance. - - A 32-bit signed integer that indicates the relative order of the objects being compared. The return value has these meanings: - Value - Meaning - Less than zero - This instance is less than . - Zero - This instance is equal to . - Greater than zero - This instance is greater than . - - - is not of the same type as this instance. - - - - - Specifies how JSON arrays are merged together. - - - - Concatenate arrays. - - - Union arrays, skipping items that already exist. - - - Replace all array items. - - - Merge array items together, matched by index. - - - - Specifies how null value properties are merged. - - - - - The content's null value properties will be ignored during merging. - - - - - The content's null value properties will be merged. - - - - - Specifies the member serialization options for the . - - - - - All public members are serialized by default. Members can be excluded using or . - This is the default member serialization mode. - - - - - Only members marked with or are serialized. - This member serialization mode can also be set by marking the class with . - - - - - All public and private fields are serialized. Members can be excluded using or . - This member serialization mode can also be set by marking the class with - and setting IgnoreSerializableAttribute on to false. - - - - - Specifies metadata property handling options for the . - - - - - Read metadata properties located at the start of a JSON object. - - - - - Read metadata properties located anywhere in a JSON object. Note that this setting will impact performance. - - - - - Do not try to read metadata properties. - - - - - Specifies missing member handling options for the . - - - - - Ignore a missing member and do not attempt to deserialize it. - - - - - Throw a when a missing member is encountered during deserialization. - - - - - Specifies null value handling options for the . - - - - - - - - - Include null values when serializing and deserializing objects. - - - - - Ignore null values when serializing and deserializing objects. - - - - - Specifies how object creation is handled by the . - - - - - Reuse existing objects, create new objects when needed. - - - - - Only reuse existing objects. - - - - - Always create new objects. - - - - - Specifies reference handling options for the . - Note that references cannot be preserved when a value is set via a non-default constructor such as types that implement . - - - - - - - - Do not preserve references when serializing types. - - - - - Preserve references when serializing into a JSON object structure. - - - - - Preserve references when serializing into a JSON array structure. - - - - - Preserve references when serializing. - - - - - Specifies reference loop handling options for the . - - - - - Throw a when a loop is encountered. - - - - - Ignore loop references and do not serialize. - - - - - Serialize loop references. - - - - - Indicating whether a property is required. - - - - - The property is not required. The default state. - - - - - The property must be defined in JSON but can be a null value. - - - - - The property must be defined in JSON and cannot be a null value. - - - - - The property is not required but it cannot be a null value. - - - - - - Contains the JSON schema extension methods. - - - JSON Schema validation has been moved to its own package. See http://www.newtonsoft.com/jsonschema for more details. - - - - - - - Determines whether the is valid. - - - JSON Schema validation has been moved to its own package. See http://www.newtonsoft.com/jsonschema for more details. - - - The source to test. - The schema to test with. - - true if the specified is valid; otherwise, false. - - - - - - Determines whether the is valid. - - - JSON Schema validation has been moved to its own package. See http://www.newtonsoft.com/jsonschema for more details. - - - The source to test. - The schema to test with. - When this method returns, contains any error messages generated while validating. - - true if the specified is valid; otherwise, false. - - - - - - Validates the specified . - - - JSON Schema validation has been moved to its own package. See http://www.newtonsoft.com/jsonschema for more details. - - - The source to test. - The schema to test with. - - - - - Validates the specified . - - - JSON Schema validation has been moved to its own package. See http://www.newtonsoft.com/jsonschema for more details. - - - The source to test. - The schema to test with. - The validation event handler. - - - - - An in-memory representation of a JSON Schema. - - - JSON Schema validation has been moved to its own package. See http://www.newtonsoft.com/jsonschema for more details. - - - - - - Gets or sets the id. - - - - - Gets or sets the title. - - - - - Gets or sets whether the object is required. - - - - - Gets or sets whether the object is read-only. - - - - - Gets or sets whether the object is visible to users. - - - - - Gets or sets whether the object is transient. - - - - - Gets or sets the description of the object. - - - - - Gets or sets the types of values allowed by the object. - - The type. - - - - Gets or sets the pattern. - - The pattern. - - - - Gets or sets the minimum length. - - The minimum length. - - - - Gets or sets the maximum length. - - The maximum length. - - - - Gets or sets a number that the value should be divisible by. - - A number that the value should be divisible by. - - - - Gets or sets the minimum. - - The minimum. - - - - Gets or sets the maximum. - - The maximum. - - - - Gets or sets a flag indicating whether the value can not equal the number defined by the minimum attribute (). - - A flag indicating whether the value can not equal the number defined by the minimum attribute (). - - - - Gets or sets a flag indicating whether the value can not equal the number defined by the maximum attribute (). - - A flag indicating whether the value can not equal the number defined by the maximum attribute (). - - - - Gets or sets the minimum number of items. - - The minimum number of items. - - - - Gets or sets the maximum number of items. - - The maximum number of items. - - - - Gets or sets the of items. - - The of items. - - - - Gets or sets a value indicating whether items in an array are validated using the instance at their array position from . - - - true if items are validated using their array position; otherwise, false. - - - - - Gets or sets the of additional items. - - The of additional items. - - - - Gets or sets a value indicating whether additional items are allowed. - - - true if additional items are allowed; otherwise, false. - - - - - Gets or sets whether the array items must be unique. - - - - - Gets or sets the of properties. - - The of properties. - - - - Gets or sets the of additional properties. - - The of additional properties. - - - - Gets or sets the pattern properties. - - The pattern properties. - - - - Gets or sets a value indicating whether additional properties are allowed. - - - true if additional properties are allowed; otherwise, false. - - - - - Gets or sets the required property if this property is present. - - The required property if this property is present. - - - - Gets or sets the a collection of valid enum values allowed. - - A collection of valid enum values allowed. - - - - Gets or sets disallowed types. - - The disallowed types. - - - - Gets or sets the default value. - - The default value. - - - - Gets or sets the collection of that this schema extends. - - The collection of that this schema extends. - - - - Gets or sets the format. - - The format. - - - - Initializes a new instance of the class. - - - - - Reads a from the specified . - - The containing the JSON Schema to read. - The object representing the JSON Schema. - - - - Reads a from the specified . - - The containing the JSON Schema to read. - The to use when resolving schema references. - The object representing the JSON Schema. - - - - Load a from a string that contains JSON Schema. - - A that contains JSON Schema. - A populated from the string that contains JSON Schema. - - - - Load a from a string that contains JSON Schema using the specified . - - A that contains JSON Schema. - The resolver. - A populated from the string that contains JSON Schema. - - - - Writes this schema to a . - - A into which this method will write. - - - - Writes this schema to a using the specified . - - A into which this method will write. - The resolver used. - - - - Returns a that represents the current . - - - A that represents the current . - - - - - - Returns detailed information about the schema exception. - - - JSON Schema validation has been moved to its own package. See http://www.newtonsoft.com/jsonschema for more details. - - - - - - Gets the line number indicating where the error occurred. - - The line number indicating where the error occurred. - - - - Gets the line position indicating where the error occurred. - - The line position indicating where the error occurred. - - - - Gets the path to the JSON where the error occurred. - - The path to the JSON where the error occurred. - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class - with a specified error message. - - The error message that explains the reason for the exception. - - - - Initializes a new instance of the class - with a specified error message and a reference to the inner exception that is the cause of this exception. - - The error message that explains the reason for the exception. - The exception that is the cause of the current exception, or null if no inner exception is specified. - - - - Initializes a new instance of the class. - - The that holds the serialized object data about the exception being thrown. - The that contains contextual information about the source or destination. - The parameter is null. - The class name is null or is zero (0). - - - - - Generates a from a specified . - - - JSON Schema validation has been moved to its own package. See http://www.newtonsoft.com/jsonschema for more details. - - - - - - Gets or sets how undefined schemas are handled by the serializer. - - - - - Gets or sets the contract resolver. - - The contract resolver. - - - - Generate a from the specified type. - - The type to generate a from. - A generated from the specified type. - - - - Generate a from the specified type. - - The type to generate a from. - The used to resolve schema references. - A generated from the specified type. - - - - Generate a from the specified type. - - The type to generate a from. - Specify whether the generated root will be nullable. - A generated from the specified type. - - - - Generate a from the specified type. - - The type to generate a from. - The used to resolve schema references. - Specify whether the generated root will be nullable. - A generated from the specified type. - - - - - Resolves from an id. - - - JSON Schema validation has been moved to its own package. See http://www.newtonsoft.com/jsonschema for more details. - - - - - - Gets or sets the loaded schemas. - - The loaded schemas. - - - - Initializes a new instance of the class. - - - - - Gets a for the specified reference. - - The id. - A for the specified reference. - - - - - The value types allowed by the . - - - JSON Schema validation has been moved to its own package. See http://www.newtonsoft.com/jsonschema for more details. - - - - - - No type specified. - - - - - String type. - - - - - Float type. - - - - - Integer type. - - - - - Boolean type. - - - - - Object type. - - - - - Array type. - - - - - Null type. - - - - - Any type. - - - - - - Specifies undefined schema Id handling options for the . - - - JSON Schema validation has been moved to its own package. See http://www.newtonsoft.com/jsonschema for more details. - - - - - - Do not infer a schema Id. - - - - - Use the .NET type name as the schema Id. - - - - - Use the assembly qualified .NET type name as the schema Id. - - - - - - Returns detailed information related to the . - - - JSON Schema validation has been moved to its own package. See http://www.newtonsoft.com/jsonschema for more details. - - - - - - Gets the associated with the validation error. - - The JsonSchemaException associated with the validation error. - - - - Gets the path of the JSON location where the validation error occurred. - - The path of the JSON location where the validation error occurred. - - - - Gets the text description corresponding to the validation error. - - The text description. - - - - - Represents the callback method that will handle JSON schema validation events and the . - - - JSON Schema validation has been moved to its own package. See http://www.newtonsoft.com/jsonschema for more details. - - - - - - A camel case naming strategy. - - - - - Initializes a new instance of the class. - - - A flag indicating whether dictionary keys should be processed. - - - A flag indicating whether explicitly specified property names should be processed, - e.g. a property name customized with a . - - - - - Initializes a new instance of the class. - - - A flag indicating whether dictionary keys should be processed. - - - A flag indicating whether explicitly specified property names should be processed, - e.g. a property name customized with a . - - - A flag indicating whether extension data names should be processed. - - - - - Initializes a new instance of the class. - - - - - Resolves the specified property name. - - The property name to resolve. - The resolved property name. - - - - Resolves member mappings for a type, camel casing property names. - - - - - Initializes a new instance of the class. - - - - - Resolves the contract for a given type. - - The type to resolve a contract for. - The contract for a given type. - - - - Used by to resolve a for a given . - - - - - Gets a value indicating whether members are being get and set using dynamic code generation. - This value is determined by the runtime permissions available. - - - true if using dynamic code generation; otherwise, false. - - - - - Gets or sets the default members search flags. - - The default members search flags. - - - - Gets or sets a value indicating whether compiler generated members should be serialized. - - - true if serialized compiler generated members; otherwise, false. - - - - - Gets or sets a value indicating whether to ignore the interface when serializing and deserializing types. - - - true if the interface will be ignored when serializing and deserializing types; otherwise, false. - - - - - Gets or sets a value indicating whether to ignore the attribute when serializing and deserializing types. - - - true if the attribute will be ignored when serializing and deserializing types; otherwise, false. - - - - - Gets or sets the naming strategy used to resolve how property names and dictionary keys are serialized. - - The naming strategy used to resolve how property names and dictionary keys are serialized. - - - - Initializes a new instance of the class. - - - - - Resolves the contract for a given type. - - The type to resolve a contract for. - The contract for a given type. - - - - Gets the serializable members for the type. - - The type to get serializable members for. - The serializable members for the type. - - - - Creates a for the given type. - - Type of the object. - A for the given type. - - - - Creates the constructor parameters. - - The constructor to create properties for. - The type's member properties. - Properties for the given . - - - - Creates a for the given . - - The matching member property. - The constructor parameter. - A created for the given . - - - - Resolves the default for the contract. - - Type of the object. - The contract's default . - - - - Creates a for the given type. - - Type of the object. - A for the given type. - - - - Creates a for the given type. - - Type of the object. - A for the given type. - - - - Creates a for the given type. - - Type of the object. - A for the given type. - - - - Creates a for the given type. - - Type of the object. - A for the given type. - - - - Creates a for the given type. - - Type of the object. - A for the given type. - - - - Creates a for the given type. - - Type of the object. - A for the given type. - - - - Creates a for the given type. - - Type of the object. - A for the given type. - - - - Determines which contract type is created for the given type. - - Type of the object. - A for the given type. - - - - Creates properties for the given . - - The type to create properties for. - /// The member serialization mode for the type. - Properties for the given . - - - - Creates the used by the serializer to get and set values from a member. - - The member. - The used by the serializer to get and set values from a member. - - - - Creates a for the given . - - The member's parent . - The member to create a for. - A created for the given . - - - - Resolves the name of the property. - - Name of the property. - Resolved name of the property. - - - - Resolves the name of the extension data. By default no changes are made to extension data names. - - Name of the extension data. - Resolved name of the extension data. - - - - Resolves the key of the dictionary. By default is used to resolve dictionary keys. - - Key of the dictionary. - Resolved key of the dictionary. - - - - Gets the resolved name of the property. - - Name of the property. - Name of the property. - - - - The default naming strategy. Property names and dictionary keys are unchanged. - - - - - Resolves the specified property name. - - The property name to resolve. - The resolved property name. - - - - The default serialization binder used when resolving and loading classes from type names. - - - - - Initializes a new instance of the class. - - - - - When overridden in a derived class, controls the binding of a serialized object to a type. - - Specifies the name of the serialized object. - Specifies the name of the serialized object. - - The type of the object the formatter creates a new instance of. - - - - - When overridden in a derived class, controls the binding of a serialized object to a type. - - The type of the object the formatter creates a new instance of. - Specifies the name of the serialized object. - Specifies the name of the serialized object. - - - - Represents a trace writer that writes to the application's instances. - - - - - Gets the that will be used to filter the trace messages passed to the writer. - For example a filter level of will exclude messages and include , - and messages. - - - The that will be used to filter the trace messages passed to the writer. - - - - - Writes the specified trace level, message and optional exception. - - The at which to write this trace. - The trace message. - The trace exception. This parameter is optional. - - - - Get and set values for a using dynamic methods. - - - - - Initializes a new instance of the class. - - The member info. - - - - Sets the value. - - The target to set the value on. - The value to set on the target. - - - - Gets the value. - - The target to get the value from. - The value. - - - - Provides information surrounding an error. - - - - - Gets the error. - - The error. - - - - Gets the original object that caused the error. - - The original object that caused the error. - - - - Gets the member that caused the error. - - The member that caused the error. - - - - Gets the path of the JSON location where the error occurred. - - The path of the JSON location where the error occurred. - - - - Gets or sets a value indicating whether this is handled. - - true if handled; otherwise, false. - - - - Provides data for the Error event. - - - - - Gets the current object the error event is being raised against. - - The current object the error event is being raised against. - - - - Gets the error context. - - The error context. - - - - Initializes a new instance of the class. - - The current object. - The error context. - - - - Get and set values for a using dynamic methods. - - - - - Initializes a new instance of the class. - - The member info. - - - - Sets the value. - - The target to set the value on. - The value to set on the target. - - - - Gets the value. - - The target to get the value from. - The value. - - - - Provides methods to get attributes. - - - - - Returns a collection of all of the attributes, or an empty collection if there are no attributes. - - When true, look up the hierarchy chain for the inherited custom attribute. - A collection of s, or an empty collection. - - - - Returns a collection of attributes, identified by type, or an empty collection if there are no attributes. - - The type of the attributes. - When true, look up the hierarchy chain for the inherited custom attribute. - A collection of s, or an empty collection. - - - - Used by to resolve a for a given . - - - - - - - - - Resolves the contract for a given type. - - The type to resolve a contract for. - The contract for a given type. - - - - Used to resolve references when serializing and deserializing JSON by the . - - - - - Resolves a reference to its object. - - The serialization context. - The reference to resolve. - The object that was resolved from the reference. - - - - Gets the reference for the specified object. - - The serialization context. - The object to get a reference for. - The reference to the object. - - - - Determines whether the specified object is referenced. - - The serialization context. - The object to test for a reference. - - true if the specified object is referenced; otherwise, false. - - - - - Adds a reference to the specified object. - - The serialization context. - The reference. - The object to reference. - - - - Allows users to control class loading and mandate what class to load. - - - - - When implemented, controls the binding of a serialized object to a type. - - Specifies the name of the serialized object. - Specifies the name of the serialized object - The type of the object the formatter creates a new instance of. - - - - When implemented, controls the binding of a serialized object to a type. - - The type of the object the formatter creates a new instance of. - Specifies the name of the serialized object. - Specifies the name of the serialized object. - - - - Represents a trace writer. - - - - - Gets the that will be used to filter the trace messages passed to the writer. - For example a filter level of will exclude messages and include , - and messages. - - The that will be used to filter the trace messages passed to the writer. - - - - Writes the specified trace level, message and optional exception. - - The at which to write this trace. - The trace message. - The trace exception. This parameter is optional. - - - - Provides methods to get and set values. - - - - - Sets the value. - - The target to set the value on. - The value to set on the target. - - - - Gets the value. - - The target to get the value from. - The value. - - - - Contract details for a used by the . - - - - - Gets the of the collection items. - - The of the collection items. - - - - Gets a value indicating whether the collection type is a multidimensional array. - - true if the collection type is a multidimensional array; otherwise, false. - - - - Gets or sets the function used to create the object. When set this function will override . - - The function used to create the object. - - - - Gets a value indicating whether the creator has a parameter with the collection values. - - true if the creator has a parameter with the collection values; otherwise, false. - - - - Initializes a new instance of the class. - - The underlying type for the contract. - - - - Contract details for a used by the . - - - - - Gets or sets the default collection items . - - The converter. - - - - Gets or sets a value indicating whether the collection items preserve object references. - - true if collection items preserve object references; otherwise, false. - - - - Gets or sets the collection item reference loop handling. - - The reference loop handling. - - - - Gets or sets the collection item type name handling. - - The type name handling. - - - - Initializes a new instance of the class. - - The underlying type for the contract. - - - - Handles serialization callback events. - - The object that raised the callback event. - The streaming context. - - - - Handles serialization error callback events. - - The object that raised the callback event. - The streaming context. - The error context. - - - - Sets extension data for an object during deserialization. - - The object to set extension data on. - The extension data key. - The extension data value. - - - - Gets extension data for an object during serialization. - - The object to set extension data on. - - - - Contract details for a used by the . - - - - - Gets the underlying type for the contract. - - The underlying type for the contract. - - - - Gets or sets the type created during deserialization. - - The type created during deserialization. - - - - Gets or sets whether this type contract is serialized as a reference. - - Whether this type contract is serialized as a reference. - - - - Gets or sets the default for this contract. - - The converter. - - - - Gets or sets all methods called immediately after deserialization of the object. - - The methods called immediately after deserialization of the object. - - - - Gets or sets all methods called during deserialization of the object. - - The methods called during deserialization of the object. - - - - Gets or sets all methods called after serialization of the object graph. - - The methods called after serialization of the object graph. - - - - Gets or sets all methods called before serialization of the object. - - The methods called before serialization of the object. - - - - Gets or sets all method called when an error is thrown during the serialization of the object. - - The methods called when an error is thrown during the serialization of the object. - - - - Gets or sets the default creator method used to create the object. - - The default creator method used to create the object. - - - - Gets or sets a value indicating whether the default creator is non-public. - - true if the default object creator is non-public; otherwise, false. - - - - Contract details for a used by the . - - - - - Gets or sets the dictionary key resolver. - - The dictionary key resolver. - - - - Gets the of the dictionary keys. - - The of the dictionary keys. - - - - Gets the of the dictionary values. - - The of the dictionary values. - - - - Gets or sets the function used to create the object. When set this function will override . - - The function used to create the object. - - - - Gets a value indicating whether the creator has a parameter with the dictionary values. - - true if the creator has a parameter with the dictionary values; otherwise, false. - - - - Initializes a new instance of the class. - - The underlying type for the contract. - - - - Contract details for a used by the . - - - - - Gets the object's properties. - - The object's properties. - - - - Gets or sets the property name resolver. - - The property name resolver. - - - - Initializes a new instance of the class. - - The underlying type for the contract. - - - - Contract details for a used by the . - - - - - Gets or sets the object constructor. - - The object constructor. - - - - Initializes a new instance of the class. - - The underlying type for the contract. - - - - Contract details for a used by the . - - - - - Initializes a new instance of the class. - - The underlying type for the contract. - - - - Contract details for a used by the . - - - - - Gets or sets the object member serialization. - - The member object serialization. - - - - Gets or sets a value that indicates whether the object's properties are required. - - - A value indicating whether the object's properties are required. - - - - - Gets the object's properties. - - The object's properties. - - - - Gets a collection of instances that define the parameters used with . - - - - - Gets or sets the function used to create the object. When set this function will override . - This function is called with a collection of arguments which are defined by the collection. - - The function used to create the object. - - - - Gets or sets the extension data setter. - - - - - Gets or sets the extension data getter. - - - - - Gets or sets the extension data value type. - - - - - Gets or sets the extension data name resolver. - - The extension data name resolver. - - - - Initializes a new instance of the class. - - The underlying type for the contract. - - - - Contract details for a used by the . - - - - - Initializes a new instance of the class. - - The underlying type for the contract. - - - - Maps a JSON property to a .NET member or constructor parameter. - - - - - Gets or sets the name of the property. - - The name of the property. - - - - Gets or sets the type that declared this property. - - The type that declared this property. - - - - Gets or sets the order of serialization of a member. - - The numeric order of serialization. - - - - Gets or sets the name of the underlying member or parameter. - - The name of the underlying member or parameter. - - - - Gets the that will get and set the during serialization. - - The that will get and set the during serialization. - - - - Gets or sets the for this property. - - The for this property. - - - - Gets or sets the type of the property. - - The type of the property. - - - - Gets or sets the for the property. - If set this converter takes precedence over the contract converter for the property type. - - The converter. - - - - Gets or sets the member converter. - - The member converter. - - - - Gets or sets a value indicating whether this is ignored. - - true if ignored; otherwise, false. - - - - Gets or sets a value indicating whether this is readable. - - true if readable; otherwise, false. - - - - Gets or sets a value indicating whether this is writable. - - true if writable; otherwise, false. - - - - Gets or sets a value indicating whether this has a member attribute. - - true if has a member attribute; otherwise, false. - - - - Gets the default value. - - The default value. - - - - Gets or sets a value indicating whether this is required. - - A value indicating whether this is required. - - - - Gets or sets a value indicating whether this property preserves object references. - - - true if this instance is reference; otherwise, false. - - - - - Gets or sets the property null value handling. - - The null value handling. - - - - Gets or sets the property default value handling. - - The default value handling. - - - - Gets or sets the property reference loop handling. - - The reference loop handling. - - - - Gets or sets the property object creation handling. - - The object creation handling. - - - - Gets or sets or sets the type name handling. - - The type name handling. - - - - Gets or sets a predicate used to determine whether the property should be serialized. - - A predicate used to determine whether the property should be serialized. - - - - Gets or sets a predicate used to determine whether the property should be deserialized. - - A predicate used to determine whether the property should be deserialized. - - - - Gets or sets a predicate used to determine whether the property should be serialized. - - A predicate used to determine whether the property should be serialized. - - - - Gets or sets an action used to set whether the property has been deserialized. - - An action used to set whether the property has been deserialized. - - - - Returns a that represents this instance. - - - A that represents this instance. - - - - - Gets or sets the converter used when serializing the property's collection items. - - The collection's items converter. - - - - Gets or sets whether this property's collection items are serialized as a reference. - - Whether this property's collection items are serialized as a reference. - - - - Gets or sets the type name handling used when serializing the property's collection items. - - The collection's items type name handling. - - - - Gets or sets the reference loop handling used when serializing the property's collection items. - - The collection's items reference loop handling. - - - - A collection of objects. - - - - - Initializes a new instance of the class. - - The type. - - - - When implemented in a derived class, extracts the key from the specified element. - - The element from which to extract the key. - The key for the specified element. - - - - Adds a object. - - The property to add to the collection. - - - - Gets the closest matching object. - First attempts to get an exact case match of and then - a case insensitive match. - - Name of the property. - A matching property if found. - - - - Gets a property by property name. - - The name of the property to get. - Type property name string comparison. - A matching property if found. - - - - Contract details for a used by the . - - - - - Initializes a new instance of the class. - - The underlying type for the contract. - - - - Lookup and create an instance of the type described by the argument. - - The type to create. - Optional arguments to pass to an initializing constructor of the JsonConverter. - If null, the default constructor is used. - - - - Represents a trace writer that writes to memory. When the trace message limit is - reached then old trace messages will be removed as new messages are added. - - - - - Gets the that will be used to filter the trace messages passed to the writer. - For example a filter level of will exclude messages and include , - and messages. - - - The that will be used to filter the trace messages passed to the writer. - - - - - Initializes a new instance of the class. - - - - - Writes the specified trace level, message and optional exception. - - The at which to write this trace. - The trace message. - The trace exception. This parameter is optional. - - - - Returns an enumeration of the most recent trace messages. - - An enumeration of the most recent trace messages. - - - - Returns a of the most recent trace messages. - - - A of the most recent trace messages. - - - - - A base class for resolving how property names and dictionary keys are serialized. - - - - - A flag indicating whether dictionary keys should be processed. - Defaults to false. - - - - - A flag indicating whether extension data names should be processed. - Defaults to false. - - - - - A flag indicating whether explicitly specified property names, - e.g. a property name customized with a , should be processed. - Defaults to false. - - - - - Gets the serialized name for a given property name. - - The initial property name. - A flag indicating whether the property has had a name explicitly specified. - The serialized property name. - - - - Gets the serialized name for a given extension data name. - - The initial extension data name. - The serialized extension data name. - - - - Gets the serialized key for a given dictionary key. - - The initial dictionary key. - The serialized dictionary key. - - - - Resolves the specified property name. - - The property name to resolve. - The resolved property name. - - - - Represents a method that constructs an object. - - The object type to create. - - - - When applied to a method, specifies that the method is called when an error occurs serializing an object. - - - - - Provides methods to get attributes from a , , or . - - - - - Initializes a new instance of the class. - - The instance to get attributes for. This parameter should be a , , or . - - - - Returns a collection of all of the attributes, or an empty collection if there are no attributes. - - When true, look up the hierarchy chain for the inherited custom attribute. - A collection of s, or an empty collection. - - - - Returns a collection of attributes, identified by type, or an empty collection if there are no attributes. - - The type of the attributes. - When true, look up the hierarchy chain for the inherited custom attribute. - A collection of s, or an empty collection. - - - - Get and set values for a using reflection. - - - - - Initializes a new instance of the class. - - The member info. - - - - Sets the value. - - The target to set the value on. - The value to set on the target. - - - - Gets the value. - - The target to get the value from. - The value. - - - - A snake case naming strategy. - - - - - Initializes a new instance of the class. - - - A flag indicating whether dictionary keys should be processed. - - - A flag indicating whether explicitly specified property names should be processed, - e.g. a property name customized with a . - - - - - Initializes a new instance of the class. - - - A flag indicating whether dictionary keys should be processed. - - - A flag indicating whether explicitly specified property names should be processed, - e.g. a property name customized with a . - - - A flag indicating whether extension data names should be processed. - - - - - Initializes a new instance of the class. - - - - - Resolves the specified property name. - - The property name to resolve. - The resolved property name. - - - - Specifies how strings are escaped when writing JSON text. - - - - - Only control characters (e.g. newline) are escaped. - - - - - All non-ASCII and control characters (e.g. newline) are escaped. - - - - - HTML (<, >, &, ', ") and control characters (e.g. newline) are escaped. - - - - - Indicates the method that will be used during deserialization for locating and loading assemblies. - - - - - In simple mode, the assembly used during deserialization need not match exactly the assembly used during serialization. Specifically, the version numbers need not match as the LoadWithPartialName method of the class is used to load the assembly. - - - - - In full mode, the assembly used during deserialization must match exactly the assembly used during serialization. The Load method of the class is used to load the assembly. - - - - - Specifies type name handling options for the . - - - should be used with caution when your application deserializes JSON from an external source. - Incoming types should be validated with a custom - when deserializing with a value other than . - - - - - Do not include the .NET type name when serializing types. - - - - - Include the .NET type name when serializing into a JSON object structure. - - - - - Include the .NET type name when serializing into a JSON array structure. - - - - - Always include the .NET type name when serializing. - - - - - Include the .NET type name when the type of the object being serialized is not the same as its declared type. - Note that this doesn't include the root serialized object by default. To include the root object's type name in JSON - you must specify a root type object with - or . - - - - - Determines whether the collection is null or empty. - - The collection. - - true if the collection is null or empty; otherwise, false. - - - - - Adds the elements of the specified collection to the specified generic . - - The list to add to. - The collection of elements to add. - - - - Converts the value to the specified type. If the value is unable to be converted, the - value is checked whether it assignable to the specified type. - - The value to convert. - The culture to use when converting. - The type to convert or cast the value to. - - The converted type. If conversion was unsuccessful, the initial value - is returned if assignable to the target type. - - - - - Helper method for generating a MetaObject which calls a - specific method on Dynamic that returns a result - - - - - Helper method for generating a MetaObject which calls a - specific method on Dynamic, but uses one of the arguments for - the result. - - - - - Helper method for generating a MetaObject which calls a - specific method on Dynamic, but uses one of the arguments for - the result. - - - - - Returns a Restrictions object which includes our current restrictions merged - with a restriction limiting our type - - - - - Gets a dictionary of the names and values of an type. - - - - - - Gets a dictionary of the names and values of an Enum type. - - The enum type to get names and values for. - - - - - Gets the type of the typed collection's items. - - The type. - The type of the typed collection's items. - - - - Gets the member's underlying type. - - The member. - The underlying type of the member. - - - - Determines whether the member is an indexed property. - - The member. - - true if the member is an indexed property; otherwise, false. - - - - - Determines whether the property is an indexed property. - - The property. - - true if the property is an indexed property; otherwise, false. - - - - - Gets the member's value on the object. - - The member. - The target object. - The member's value on the object. - - - - Sets the member's value on the target object. - - The member. - The target. - The value. - - - - Determines whether the specified MemberInfo can be read. - - The MemberInfo to determine whether can be read. - /// if set to true then allow the member to be gotten non-publicly. - - true if the specified MemberInfo can be read; otherwise, false. - - - - - Determines whether the specified MemberInfo can be set. - - The MemberInfo to determine whether can be set. - if set to true then allow the member to be set non-publicly. - if set to true then allow the member to be set if read-only. - - true if the specified MemberInfo can be set; otherwise, false. - - - - - Builds a string. Unlike this class lets you reuse its internal buffer. - - - - - Determines whether the string is all white space. Empty string will return false. - - The string to test whether it is all white space. - - true if the string is all white space; otherwise, false. - - - - - Specifies the state of the . - - - - - An exception has been thrown, which has left the in an invalid state. - You may call the method to put the in the Closed state. - Any other method calls result in an being thrown. - - - - - The method has been called. - - - - - An object is being written. - - - - - An array is being written. - - - - - A constructor is being written. - - - - - A property is being written. - - - - - A write method has not been called. - - - - diff --git a/PoE-MxFilterGen/bin/Debug/data/ninja.accessory.json b/PoE-MxFilterGen/bin/Debug/data/ninja.accessory.json deleted file mode 100644 index 3eaffe1..0000000 --- a/PoE-MxFilterGen/bin/Debug/data/ninja.accessory.json +++ /dev/null @@ -1 +0,0 @@ -{"lines":[{"id":411,"name":"Demigod's Eye","icon":"http://web.poecdn.com/image/Art/2DItems/Rings/DemigodsBand.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":12,"baseType":"Golden Hoop","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[-29.945,null,null,-93.55,244.91,545.76,540.565],"totalChange":537.65},"implicitModifiers":[{"text":"+(9-11) to all Attributes"}],"explicitModifiers":[{"text":"(34-38)% increased Mana Regeneration Rate","optional":false},{"text":"(16-22)% increased Rarity of Items found","optional":false},{"text":"3% increased Character Size","optional":false}],"flavourText":"The victor stands tall with hand held high,\r|unwavering, unblinking, unstoppable.","itemType":"Ring","chaosValue":7949.00,"exaltedValue":100.0,"count":1},{"id":607,"name":"Headhunter","icon":"http://web.poecdn.com/image/Art/2DItems/Belts/Headhunter.png?scale=1&w=2&h=1","mapTier":0,"levelRequired":40,"baseType":"Leather Belt","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-2.66,-5.03,-5.36,-5.13,-6.05,-7.655],"totalChange":-7.81},"implicitModifiers":[{"text":"+(25-40) to maximum Life"}],"explicitModifiers":[{"text":"+(40-55) to Strength","optional":false},{"text":"+(40-55) to Dexterity","optional":false},{"text":"+(50-60) to maximum Life","optional":false},{"text":"(20-30)% increased Damage with Hits against Rare monsters","optional":false},{"text":"When you Kill a Rare monster, you gain its mods for 20 seconds","optional":false}],"flavourText":"\"A man's soul rules from a cavern of bone, learns and\r|judges through flesh-born windows. The heart is meat.\r|The head is where the Man is.\"\r|- Lavianga, Advisor to Kaom","itemType":"Belt","chaosValue":5422.33,"exaltedValue":68.21,"count":49},{"id":509,"name":"Eyes of the Greatwolf","icon":"http://web.poecdn.com/image/Art/2DItems/Amulets/RigwaldsTalisman.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":52,"baseType":"Greatwolf Talisman","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,5.35,-18.88,-38.08,-46.75,-44.68,-44.83],"totalChange":-45.08},"implicitModifiers":[{"text":"(44-52)% increased Cold Damage"},{"text":"40% increased Attack Damage"},{"text":"54% increased Chaos Damage"},{"text":"54% increased Lightning Damage"},{"text":"(18-22)% increased maximum Life"},{"text":"+58% to Global Critical Strike Multiplier"},{"text":"60% increased Fire Damage"},{"text":"Projectiles Pierce 4 additional Targets"},{"text":"12% additional Physical Damage Reduction"},{"text":"(10-12)% chance to Freeze, Shock and Ignite"},{"text":"16% increased Area of Effect of Area Skills"},{"text":"30% increased Attributes"},{"text":"100% of Fire Damage taken as Lightning Damage"},{"text":"+2 to maximum number of Zombies"},{"text":"(12-16)% increased Attack and Cast Speed"},{"text":"Gain (22-24)% of Physical Damage as Extra Damage of a random Element"},{"text":"100% of Cold Damage taken as Lightning Damage"},{"text":"20% chance to gain an Endurance Charge on Kill"}],"explicitModifiers":[{"text":"Implicit Modifier magnitudes are doubled","optional":false}],"flavourText":"I am but a vessel for a greater force.\r|It acts through me. Speaks through me.\r|Decides what lives and dies through me.\r|And will change the world through me.","itemType":"Amulet","chaosValue":5132.29,"exaltedValue":64.57,"count":5},{"id":866,"name":"Night's Hold","icon":"http://web.poecdn.com/image/Art/2DItems/Amulets/SocketedTalisman.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":10,"baseType":"Black Maw Talisman","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[null,null,null,null,null,null,-29.645],"totalChange":-59.29},"implicitModifiers":[{"text":"Has 1 Socket"}],"explicitModifiers":[{"text":"+2 to Level of Socketed Gems","optional":false},{"text":"Socketed Gems are Supported by level 10 Added Chaos Damage","optional":false},{"text":"Socketed Gems are supported by level 10 Blind","optional":false},{"text":"Socketed Gems are supported by level 10 Cast when Stunned","optional":false}],"flavourText":"In the light of Solaris, the shadows cower and hide.\r|But every night they gather and grow,\r|and all but the strong and the stupid\r|seek shelter from their grasp until daybreak.","itemType":"Amulet","chaosValue":2384.70,"exaltedValue":30.0,"count":1},{"id":1588,"name":"The Retch","icon":"http://web.poecdn.com/image/Art/2DItems/Belts/TheRetch.png?scale=1&w=2&h=1","mapTier":0,"levelRequired":44,"baseType":"Rustic Sash","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-3.71,-4.58,-10.18,-11.78,-10.64,-13.745],"totalChange":-14.39},"implicitModifiers":[{"text":"(12-24)% increased Physical Damage"}],"explicitModifiers":[{"text":"+(60-80) to maximum Life","optional":false},{"text":"+(30-40)% to Cold Resistance","optional":false},{"text":"0.4% of Physical Attack Damage Leeched as Life","optional":false},{"text":"60% increased Flask effect duration","optional":false},{"text":"30% reduced Flask Charges gained while using a Flask","optional":false},{"text":"200% of Life Leech applies to Enemies as Chaos Damage","optional":false},{"text":"15% increased Movement Speed while using a Flask","optional":false}],"flavourText":"But the grain grew twisted and the water turned dark\r|and those who partook of Mother Gull's gift\r|birthed monsters that fed \r|on the flesh of one another.","itemType":"Belt","chaosValue":1112.86,"exaltedValue":14.00,"count":47},{"id":1628,"name":"The Taming","icon":"http://web.poecdn.com/image/Art/2DItems/Rings/TheTaming.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":30,"baseType":"Prismatic Ring","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,1.15,-1.37,-3.99,-1.83,-1.45,-4.145],"totalChange":-4.70},"implicitModifiers":[{"text":"+(8-10)% to all Elemental Resistances"}],"explicitModifiers":[{"text":"20% increased Damage with Hits and Ailments per Freeze, Shock and Ignite on Enemy","optional":false},{"text":"+(20-30)% to all Elemental Resistances","optional":false},{"text":"30% increased Elemental Damage","optional":false},{"text":"10% chance to Freeze, Shock and Ignite","optional":false},{"text":"30% increased Elemental Damage with Attack Skills","optional":false}],"flavourText":"\"Moon after moon did Berek make fools\r|Of the great and Untamed Three\r|Until malice for a Brother\r|Slew the hatred of the Other\r|And Berek did hunt\r|Alone and free.\"\r|- Berek and the Untamed","itemType":"Ring","chaosValue":635.92,"exaltedValue":8.00,"count":49},{"id":517,"name":"Faminebind","icon":"http://web.poecdn.com/image/Art/2DItems/Belts/Faminebind.png?scale=1&w=2&h=1","mapTier":0,"levelRequired":18,"baseType":"Rustic Sash","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-4.02,-4.60,-21.43,-25.90,-28.60,-29.365],"totalChange":-30.29},"implicitModifiers":[{"text":"(12-24)% increased Physical Damage"}],"explicitModifiers":[{"text":"+(20-30)% to Cold Resistance","optional":false},{"text":"20% increased Projectile Damage","optional":false},{"text":"30% reduced Flask Charges gained","optional":false},{"text":"60% increased Flask effect duration","optional":false},{"text":"Deals 50 Chaos Damage per second to nearby Enemies","optional":false}],"flavourText":"After the Great Fire, the land lay barren\r|and our forefathers grew weak.\r|Mother Gull took pity on them\r|and gave them grain and water.","itemType":"Belt","chaosValue":586.60,"exaltedValue":7.38,"count":30},{"id":155,"name":"Berek's Respite","icon":"http://web.poecdn.com/image/Art/2DItems/Rings/BereksRespite.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":20,"baseType":"Two-Stone Ring","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-1.60,-2.33,-1.11,10.23,12.55,9.175],"totalChange":12.36},"implicitModifiers":[{"text":"+(12-16)% to Fire and Lightning Resistances"}],"explicitModifiers":[{"text":"Adds (20-25) to (30-50) Fire Damage to Spells and Attacks","optional":false},{"text":"(25-30)% increased Lightning Damage","optional":false},{"text":"+(30-40) to maximum Mana","optional":false},{"text":"When you Kill a Shocked Enemy, inflict an equivalent Shock on each nearby Enemy","optional":false},{"text":"When you Kill an Ignited Enemy, inflict an equivalent Ignite on each nearby Enemy","optional":false}],"flavourText":"\"With Flame licking at his heels\r|Berek berated the clouds\r|Until vengeful Storm spewed forth his rains\r|And Berek held on tight\r|As Fire screamed and steamed\r|And fled.\"\r|- Berek and the Untamed","itemType":"Ring","chaosValue":516.68,"exaltedValue":6.50,"count":21},{"id":520,"name":"Feastbind","icon":"http://web.poecdn.com/image/Art/2DItems/Belts/Feastbind.png?scale=1&w=2&h=1","mapTier":0,"levelRequired":11,"baseType":"Rustic Sash","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-3.63,-4.20,-2.76,-5.70,-6.73,-3.365],"totalChange":-4.61},"implicitModifiers":[{"text":"(12-24)% increased Physical Damage"}],"explicitModifiers":[{"text":"Adds 5 to 10 Physical Damage to Attacks","optional":false},{"text":"+(20-40) to maximum Life","optional":false},{"text":"0.2% of Physical Attack Damage Leeched as Life","optional":false},{"text":"50% increased Flask Charges gained while using a Flask","optional":false},{"text":"50% increased Mana Regeneration Rate while using a Flask","optional":false}],"flavourText":"Our forefathers danced and drank and ate their fill\r|and did not honour the First Ones for their gifts.\r|So the First Ones filled the sky with fire.","itemType":"Belt","chaosValue":358.0,"exaltedValue":4.50,"count":25},{"id":349,"name":"Daresso's Salute","icon":"http://web.poecdn.com/image/Art/2DItems/Amulets/CitrineAmuletUnique.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":16,"baseType":"Citrine Amulet","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-7.63,-2.16,-4.84,-4.71,-12.47,-11.125],"totalChange":-14.27},"implicitModifiers":[{"text":"+(16-24) to Strength and Dexterity"}],"explicitModifiers":[{"text":"50% reduced maximum Energy Shield","optional":false},{"text":"+(30-40)% to Fire Resistance","optional":false},{"text":"+(30-40)% to Cold Resistance","optional":false},{"text":"10% increased Movement Speed when on Full Life","optional":false},{"text":"+2 to Melee Weapon and Unarmed range","optional":false},{"text":"60% increased Melee Damage when on Full Life","optional":false}],"flavourText":"\"A bit short in the arm, are you? \r|Then you'll be short of a head soon enough.\"\r|- Daresso the Daring","itemType":"Amulet","chaosValue":357.70,"exaltedValue":4.50,"count":49},{"id":1993,"name":"Xoph's Blood","icon":"http://web.poecdn.com/image/Art/2DItems/Amulets/YphethakksHeartUpgrade.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":64,"baseType":"Amber Amulet","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-2.52,-3.86,-7.82,-7.31,-8.28,-10.03],"totalChange":-10.17},"implicitModifiers":[{"text":"+(20-30) to Strength"}],"explicitModifiers":[{"text":"10% increased maximum Life","optional":false},{"text":"+(20-40)% to Fire Resistance","optional":false},{"text":"10% increased Strength","optional":false},{"text":"Damage Penetrates 10% Fire Resistance","optional":false},{"text":"Cover Enemies in Ash when they Hit you","optional":false},{"text":"Avatar of Fire","optional":false}],"flavourText":"We are his blood.\r|Through us he carries his burning message.","itemType":"Amulet","chaosValue":304.87,"exaltedValue":3.84,"count":49},{"id":1959,"name":"Xoph's Heart","icon":"http://web.poecdn.com/image/Art/2DItems/Amulets/YphethakksHeart.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":35,"baseType":"Amber Amulet","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-1.15,-3.44,-7.37,-9.71,-10.11,-9.99],"totalChange":-9.92},"implicitModifiers":[{"text":"+(20-30) to Strength"}],"explicitModifiers":[{"text":"+(20-30) to Strength","optional":false},{"text":"25% increased Fire Damage","optional":false},{"text":"+(25-35) to maximum Life","optional":false},{"text":"+(20-40)% to Fire Resistance","optional":false},{"text":"Cover Enemies in Ash when they Hit you","optional":false}],"flavourText":"His is our heart.\r|To its beat we all are driven.\r|\r|{This item can be transformed with a Blessing of Xoph}","itemType":"Amulet","chaosValue":300.00,"exaltedValue":3.77,"count":49},{"id":2018,"name":"Presence of Chayula","icon":"http://web.poecdn.com/image/Art/2DItems/Amulets/PresenceOfChayula.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":60,"baseType":"Onyx Amulet","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-1.12,-2.19,-3.42,-3.52,-9.61,-8.565],"totalChange":-7.41},"implicitModifiers":[{"text":"+(10-16) to all Attributes"}],"explicitModifiers":[{"text":"30% increased Rarity of Items found","optional":false},{"text":"+60% to Chaos Resistance","optional":false},{"text":"Cannot be Stunned","optional":false},{"text":"20% of Maximum Life Converted to Energy Shield","optional":false}],"flavourText":"The dreamer stirs, the world trembles. ","itemType":"Amulet","chaosValue":261.07,"exaltedValue":3.28,"count":49},{"id":1265,"name":"Shavronne's Revelation","icon":"http://web.poecdn.com/image/Art/2DItems/Rings/MoonstoneRingUnique.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":30,"baseType":"Moonstone Ring","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,4.10,3.21,-2.81,-4.76,-4.64,-8.785],"totalChange":-6.24},"implicitModifiers":[{"text":"+(15-25) to maximum Energy Shield"}],"explicitModifiers":[{"text":"+(60-75) to Intelligence","optional":false},{"text":"Right ring slot: You cannot Regenerate Mana","optional":false},{"text":"Right ring slot: 3% of Energy Shield Regenerated per second","optional":false},{"text":"Right ring slot: +100 to maximum Mana","optional":false},{"text":"Left ring slot: You cannot Recharge or Regenerate Energy Shield","optional":false},{"text":"Left ring slot: 40 Mana Regenerated per Second","optional":false},{"text":"Left ring slot: +100 to maximum Energy Shield","optional":false}],"flavourText":"\"Shavronne held Sanity in her right\r|hand and Revelation in her left.\r|Brutus chose the left hand.\"\r|- Kadavrus, Surgeon to the Umbra","itemType":"Ring","chaosValue":186.24,"exaltedValue":2.34,"count":40},{"id":1809,"name":"Voll's Devotion","icon":"http://web.poecdn.com/image/Art/2DItems/Amulets/AgateAmuletUnique.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":32,"baseType":"Agate Amulet","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,4.58,4.58,-3.27,-12.28,-10.03,-7.715],"totalChange":-8.49},"implicitModifiers":[{"text":"+(16-24) to Strength and Intelligence"}],"explicitModifiers":[{"text":"+(30-40) to maximum Life","optional":false},{"text":"+(20-30) to maximum Energy Shield","optional":false},{"text":"+(15-20)% to all Elemental Resistances","optional":false},{"text":"30% reduced Endurance Charge Duration","optional":false},{"text":"30% reduced Power Charge Duration","optional":false},{"text":"Gain an Endurance Charge when a Power Charge expires or is consumed","optional":false}],"flavourText":"\"We are the soldiers of Faith, armoured in devotion.\r|Let the sinners come, for we - the Pure - shall endure!\"\r|- Voll of Thebrus, at the Battle of the Bridge","itemType":"Amulet","chaosValue":132.16,"exaltedValue":1.66,"count":49},{"id":1763,"name":"Valako's Sign","icon":"http://web.poecdn.com/image/Art/2DItems/Rings/ValakosSign.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":38,"baseType":"Topaz Ring","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,9.15,177.02,234.82,183.89,169.96,106.61],"totalChange":104.08},"implicitModifiers":[{"text":"+(20-30)% to Lightning Resistance"}],"explicitModifiers":[{"text":"40% increased Damage with Hits against Shocked Enemies","optional":false},{"text":"20% increased Lightning Damage","optional":false},{"text":"+(20-40) to maximum Mana","optional":false},{"text":"0.2% of Damage Leeched as Life against Shocked Enemies","optional":false},{"text":"10% chance to Shock","optional":false}],"flavourText":"A gift from Valako,\r|appointing Kiloava as the Herald of War.\r|A title Kaom claimed when he ended Kiloava's bloodline.","itemType":"Ring","chaosValue":119.48,"exaltedValue":1.50,"count":15},{"id":631,"name":"Hinekora's Sight","icon":"http://web.poecdn.com/image/Art/2DItems/Amulets/HinekorasSight.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":16,"baseType":"Onyx Amulet","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-1.82,-6.76,-3.70,-8.70,-21.22,-20.97],"totalChange":-19.89},"implicitModifiers":[{"text":"+(10-16) to all Attributes"}],"explicitModifiers":[{"text":"+1000 to Accuracy Rating","optional":false},{"text":"(6-10)% chance to Dodge Attacks","optional":false},{"text":"(6-10)% chance to Dodge Spell Damage","optional":false},{"text":"Cannot be Blinded","optional":false}],"flavourText":"Remember the past, anticipate the future.","itemType":"Amulet","chaosValue":90.00,"exaltedValue":1.13,"count":17},{"id":153,"name":"Berek's Grip","icon":"http://web.poecdn.com/image/Art/2DItems/Rings/BereksGrip.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":20,"baseType":"Two-Stone Ring","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,3.18,-2.18,-8.32,-11.93,-21.82,-19.125],"totalChange":-17.66},"implicitModifiers":[{"text":"+(12-16)% to Cold and Lightning Resistances"}],"explicitModifiers":[{"text":"(25-30)% increased Cold Damage","optional":false},{"text":"Adds 1 to (50-70) Lightning Damage to Spells and Attacks","optional":false},{"text":"+(30-40) to maximum Life","optional":false},{"text":"1% of Damage Leeched as Life against Shocked Enemies","optional":false},{"text":"1% of Damage Leeched as Mana against Frozen Enemies","optional":false}],"flavourText":"\"Berek hid from Storm's lightning wrath\r|In the embrace of oblivious Frost\r|Repelled by ice, blinded by blizzards\r|Storm raged in vain\r|While Berek slept.\"\r|- Berek and the Untamed","itemType":"Ring","chaosValue":70.00,"exaltedValue":0.88,"count":49},{"id":2019,"name":"The Pandemonius","icon":"http://web.poecdn.com/image/Art/2DItems/Amulets/GlacierCacoonUpgrade.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":64,"baseType":"Jade Amulet","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-3.60,-4.58,-9.99,-3.33,-6.68,-6.10],"totalChange":-4.65},"implicitModifiers":[{"text":"+(20-30) to Dexterity"}],"explicitModifiers":[{"text":"(20-30)% increased Cold Damage","optional":false},{"text":"+(35-40)% to Cold Resistance","optional":false},{"text":"Chill Enemy for 1 second when Hit","optional":false},{"text":"Blind Chilled Enemies on Hit","optional":false},{"text":"Damage Penetrates 20% Cold Resistance against Chilled Enemies","optional":false}],"flavourText":"A single moment sets in motion an eternal fall,\r|beneath which all are buried.","itemType":"Amulet","chaosValue":62.72,"exaltedValue":0.79,"count":49},{"id":2077,"name":"Bisco's Collar","icon":"http://web.poecdn.com/image/Art/2DItems/Amulets/BiscosCollar.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":30,"baseType":"Gold Amulet","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-3.22,-6.32,-11.42,-14.27,-16.78,-15.83],"totalChange":-16.46},"implicitModifiers":[{"text":"(12-20)% increased Rarity of Items found"}],"explicitModifiers":[{"text":"(100-150)% increased Rarity of Items Dropped by Slain Magic Enemies","optional":false},{"text":"(50-100)% increased Quantity of Items Dropped by Slain Normal Enemies","optional":false}],"flavourText":"Friendship worth its weight in gold,\r|a treasure every day.\r|I thought together we'd grow old,\r|until fate pulled you away.","itemType":"Amulet","chaosValue":60.00,"exaltedValue":0.75,"count":49},{"id":1058,"name":"Rigwald's Crest","icon":"http://web.poecdn.com/image/Art/2DItems/Rings/RigwaldsCrest.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":49,"baseType":"Two-Stone Ring","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,3.11,52.19,58.54,57.33,63.33,81.77],"totalChange":94.39},"implicitModifiers":[{"text":"+(12-16)% to Fire and Cold Resistances"}],"explicitModifiers":[{"text":"5% Chance to Trigger Level 18 Summon Spectral Wolf on Kill","optional":false},{"text":"(20-30)% increased Fire Damage","optional":false},{"text":"(20-30)% increased Cold Damage","optional":false},{"text":"(20-30)% increased Mana Regeneration Rate","optional":false}],"flavourText":"Within the heart of every man and woman\r|lies the soul of a ferocious beast.\r|If you cannot tame it, embrace it.","itemType":"Ring","chaosValue":55.88,"exaltedValue":0.70,"count":10},{"id":1359,"name":"Star of Wraeclast","icon":"http://web.poecdn.com/image/Art/2DItems/Amulets/DirgeOfVictory.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":28,"baseType":"Ruby Amulet","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,22.82,14.46,12.88,11.31,9.08,48.465],"totalChange":36.76},"implicitModifiers":[{"text":"+(20-30)% to Fire Resistance"}],"explicitModifiers":[{"text":"Grants level 20 Illusory Warp Skill","optional":false},{"text":"(30-50)% increased Cold Damage","optional":false},{"text":"+(10-15)% to all Elemental Resistances","optional":false},{"text":"60% increased Area of Effect of Curse Skills","optional":false},{"text":"You cannot be Cursed with Silence","optional":false}],"flavourText":"\"I offer to you an eternal oath \r|that binds your heart to mine;\r|a bond that not even death will break.\r|Will you accept?\"\r|- Daresso, to his beloved","itemType":"Amulet","chaosValue":50.89,"exaltedValue":0.64,"count":28},{"id":569,"name":"Gifts from Above","icon":"http://web.poecdn.com/image/Art/2DItems/Rings/DiamondRingUnique.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":28,"baseType":"Diamond Ring","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-7.42,-10.80,3.37,-20.61,-21.15,-11.595],"totalChange":-5.80},"implicitModifiers":[{"text":"(20-30)% increased Global Critical Strike Chance"}],"explicitModifiers":[{"text":"Trigger level 10 Consecrate when you deal a Critical Strike","optional":false},{"text":"(30-35)% increased Global Critical Strike Chance","optional":false},{"text":"(10-15)% increased Light Radius","optional":false},{"text":"(40-50)% increased Rarity of Items Dropped by Enemies killed with a Critical Strike","optional":false},{"text":"50% increased Damage while on Consecrated Ground","optional":false},{"text":"5% additional Block Chance while on Consecrated Ground","optional":false}],"flavourText":"God blesses those who bless themselves.","itemType":"Ring","chaosValue":48.11,"exaltedValue":0.61,"count":49},{"id":1776,"name":"Victario's Acuity","icon":"http://web.poecdn.com/image/Art/2DItems/Amulets/TurquoiseAmuletUnique.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":16,"baseType":"Turquoise Amulet","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-8.68,-5.87,-8.13,-5.55,-12.03,-6.85],"totalChange":-9.79},"implicitModifiers":[{"text":"+(16-24) to Dexterity and Intelligence"}],"explicitModifiers":[{"text":"+(30-40)% to Lightning Resistance","optional":false},{"text":"+(8-10)% to Chaos Resistance","optional":false},{"text":"10% chance to gain a Frenzy Charge on Kill","optional":false},{"text":"10% chance to gain a Power Charge on Kill","optional":false},{"text":"5% increased Projectile Speed per Frenzy Charge","optional":false},{"text":"5% increased Projectile Damage per Power Charge","optional":false}],"flavourText":"\"Grind your words into sharp thoughts.\r|Grind your thoughts into the sharpest of deeds.\"\r|- Victario, the People's Poet","itemType":"Amulet","chaosValue":47.94,"exaltedValue":0.60,"count":37},{"id":1961,"name":"The Halcyon","icon":"http://web.poecdn.com/image/Art/2DItems/Amulets/GlacierCacoon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":35,"baseType":"Jade Amulet","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.61,-0.09,-0.45,-2.58,-3.82,-11.895],"totalChange":-9.85},"implicitModifiers":[{"text":"+(20-30) to Dexterity"}],"explicitModifiers":[{"text":"(10-20)% increased Cold Damage","optional":false},{"text":"+(35-40)% to Cold Resistance","optional":false},{"text":"30% increased Freeze Duration on Enemies","optional":false},{"text":"10% chance to Freeze","optional":false},{"text":"60% increased Damage if you've Frozen an Enemy Recently","optional":false}],"flavourText":"We wait, still as the dead,\r|to join the great avalanche.\r|\r|{This item can be transformed with a Blessing of Tul}","itemType":"Amulet","chaosValue":46.00,"exaltedValue":0.58,"count":49},{"id":1564,"name":"The Pariah","icon":"http://web.poecdn.com/image/Art/2DItems/Rings/ThePariah.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":60,"baseType":"Unset Ring","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-16.48,-12.63,-12.40,-37.20,-26.49,71.12],"totalChange":-5.57},"implicitModifiers":[{"text":"Has 1 Socket"}],"explicitModifiers":[{"text":"+2 to Level of Socketed Gems","optional":false},{"text":"(5-10)% increased Attack and Cast Speed","optional":false},{"text":"+100 to Maximum Life per Red Socket","optional":false},{"text":"+100 to Maximum Mana per Green Socket","optional":false},{"text":"+100 to Maximum Energy Shield per Blue Socket","optional":false},{"text":"15% increased Item Quantity per White Socket","optional":false}],"flavourText":"A man who changes his loyalties often,\r|soon finds he has none.","itemType":"Ring","chaosValue":35.43,"exaltedValue":0.45,"count":49},{"id":1059,"name":"Rigwald's Curse","icon":"http://web.poecdn.com/image/Art/2DItems/Amulets/UniqueDireClawTalisman.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":28,"baseType":"Wereclaw Talisman","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-13.44,-20.73,-26.42,-35.61,-30.04,-27.55],"totalChange":-25.55},"implicitModifiers":[{"text":"+(24-36)% to Global Critical Strike Multiplier"}],"explicitModifiers":[{"text":"+7% Unarmed Critical Strike Chance","optional":false},{"text":"Modifiers to Claw Damage also apply to Unarmed","optional":false},{"text":"Modifiers to Claw Attack Speed also apply to Unarmed","optional":false},{"text":"Modifiers to Claw Critical Strike Chance also apply to Unarmed","optional":false}],"flavourText":"I once thought the First Ones were just\r|stories made to scare children.\r|But I've seen what they can do. I've felt it.\r|And now I must live with that terrible knowledge.","itemType":"Amulet","chaosValue":34.32,"exaltedValue":0.43,"count":49},{"id":113,"name":"Astramentis","icon":"http://web.poecdn.com/image/Art/2DItems/Amulets/Amulet36.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":20,"baseType":"Onyx Amulet","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-2.07,-2.78,-10.63,-5.56,3.50,1.165],"totalChange":0.02},"implicitModifiers":[{"text":"+(10-16) to all Attributes"}],"explicitModifiers":[{"text":"+(80-100) to all Attributes","optional":false},{"text":"-4 Physical Damage taken from Attacks","optional":false}],"flavourText":"Mindless rage will shake the world,\r|Cunning lies will bend it.\r|Reckless haste will break the world,\r|And into darkness send it.","itemType":"Amulet","chaosValue":30.00,"exaltedValue":0.38,"count":49},{"id":1393,"name":"Tasalio's Sign","icon":"http://web.poecdn.com/image/Art/2DItems/Rings/TasaliosSign.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":20,"baseType":"Sapphire Ring","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-8.62,-15.60,-18.32,-32.04,-32.89,-42.41],"totalChange":-39.51},"implicitModifiers":[{"text":"+(20-30)% to Cold Resistance"}],"explicitModifiers":[{"text":"Adds (7-10) to (15-20) Cold Damage to Spells and Attacks","optional":false},{"text":"+(200-300) to Evasion Rating","optional":false},{"text":"50% chance to Avoid being Chilled","optional":false},{"text":"10% chance to Freeze","optional":false},{"text":"Adds 40 to 60 Cold Damage against Chilled Enemies","optional":false}],"flavourText":"A gift from Tasalio, God of Water,\r|to the chieftain Rakiata.\r|Kaom took Rakiata's head and hand\r|so that his warriors' axes might rise and fall like the waves.","itemType":"Ring","chaosValue":29.15,"exaltedValue":0.37,"count":49},{"id":1994,"name":"Choir of the Storm","icon":"http://web.poecdn.com/image/Art/2DItems/Amulets/VoiceOfTheStormUpgrade.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":69,"baseType":"Lapis Amulet","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.80,-1.11,-0.20,0.63,-1.94,-11.965],"totalChange":-14.25},"implicitModifiers":[{"text":"+(20-30) to Intelligence"}],"explicitModifiers":[{"text":"Trigger Level 20 Lightning Bolt when you deal a Critical Strike","optional":false},{"text":"50% increased Lightning Damage","optional":false},{"text":"(10-20)% increased maximum Mana","optional":false},{"text":"Critical Strike Chance is increased by Lightning Resistance","optional":false}],"flavourText":"But the fool did not bow.\r|The fool stood and questioned.\r|And the fool was unwritten.","itemType":"Amulet","chaosValue":25.00,"exaltedValue":0.31,"count":49},{"id":1770,"name":"Ventor's Gamble","icon":"http://web.poecdn.com/image/Art/2DItems/Rings/DieOfDestiny.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":65,"baseType":"Gold Ring","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-17.07,-0.48,-7.62,13.56,1.25,-2.95],"totalChange":-25.00},"implicitModifiers":[{"text":"(6-15)% increased Rarity of Items found"}],"explicitModifiers":[{"text":"+(1-60) to maximum Life","optional":true},{"text":"(1-10)% increased Quantity of Items found","optional":true},{"text":"(1-10)% reduced Quantity of Items found","optional":true},{"text":"(1-40)% increased Rarity of Items found","optional":true},{"text":"(1-40)% reduced Rarity of Items found","optional":true},{"text":"+(-25-50)% to Fire Resistance","optional":true},{"text":"+(-25-50)% to Cold Resistance","optional":true},{"text":"+(-25-50)% to Lightning Resistance","optional":true}],"flavourText":"In a blaze of glory,\r|An anomaly defying all odds\r|The \"unkillable\" beast met the divine\r|And Ventor met his latest trophy.","itemType":"Ring","chaosValue":15.19,"exaltedValue":0.19,"count":49},{"id":1965,"name":"Voice of the Storm","icon":"http://web.poecdn.com/image/Art/2DItems/Amulets/VoiceOfTheStorm.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":40,"baseType":"Lapis Amulet","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-3.92,-1.56,-12.67,-16.50,-16.81,-21.525],"totalChange":-19.49},"implicitModifiers":[{"text":"+(20-30) to Intelligence"}],"explicitModifiers":[{"text":"Trigger Level 12 Lightning Bolt when you deal a Critical Strike","optional":false},{"text":"+(10-15) to all Attributes","optional":false},{"text":"(10-20)% increased maximum Mana","optional":false},{"text":"Critical Strike Chance is increased by Lightning Resistance","optional":false}],"flavourText":"When she of many mouths spoke,\r|we bowed in awe and were crushed.\r|\r|{This item can be transformed with a Blessing of Esh}","itemType":"Amulet","chaosValue":15.00,"exaltedValue":0.19,"count":49},{"id":391,"name":"Death Rush","icon":"http://web.poecdn.com/image/Art/2DItems/Rings/AmethystRingUnique.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":46,"baseType":"Amethyst Ring","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-0.18,-3.14,-4.24,-19.07,-10.37,0.44],"totalChange":7.92},"implicitModifiers":[{"text":"+(9-13)% to Chaos Resistance"}],"explicitModifiers":[{"text":"+(300-350) to Accuracy Rating","optional":false},{"text":"+(61-300) to Armour","optional":false},{"text":"+(40-50) to maximum Life","optional":true},{"text":"+(15-20)% to Chaos Resistance","optional":false},{"text":"(0.6-0.8)% of Physical Attack Damage Leeched as Life","optional":false},{"text":"You gain Onslaught for (2-4) seconds on Kill","optional":false}],"flavourText":"To truly appreciate life you must be there when it ends","itemType":"Ring","chaosValue":10.79,"exaltedValue":0.14,"count":49},{"id":1798,"name":"Voidheart","icon":"http://web.poecdn.com/image/Art/2DItems/Rings/Ring1Unique.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":48,"baseType":"Iron Ring","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-0.49,-1.08,8.00,1.23,28.30,3.03],"totalChange":6.37},"implicitModifiers":[{"text":"Adds 1 to 4 Physical Damage to Attacks"}],"explicitModifiers":[{"text":"5% increased Physical Damage","optional":false},{"text":"Adds 1 to 3 Chaos Damage to Attacks","optional":false},{"text":"+(20-30) to maximum Life","optional":false},{"text":"(2-4) Life Regenerated per second","optional":false},{"text":"10% chance to Cause Monsters to Flee","optional":false},{"text":"Melee Attacks have (30-50)% chance to cause Bleeding","optional":false},{"text":"Melee Attacks have (20-40)% chance to Poison on Hit","optional":false}],"flavourText":"Nothing spreads fear faster than the unknown.","itemType":"Ring","chaosValue":10.74,"exaltedValue":0.14,"count":49},{"id":864,"name":"Ngamahu Tiki","icon":"http://web.poecdn.com/image/Art/2DItems/Amulets/Amulet2Unique.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":36,"baseType":"Coral Amulet","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-23.40,-4.71,-15.29,7.46,21.38,22.49],"totalChange":30.99},"implicitModifiers":[{"text":"(2-4) Life Regenerated per second"}],"explicitModifiers":[{"text":"(50-70)% increased Fire Damage","optional":false},{"text":"You gain 100 Evasion Rating when on Low Life","optional":false},{"text":"+(30-50) to maximum Life","optional":false},{"text":"+(20-30)% to Fire Resistance","optional":false},{"text":"1% of Life Regenerated per second while on Low Life","optional":false}],"flavourText":"Flames to guide the Great Spirit to the site of the dead,\r|and smoke to carry them into the sky.","itemType":"Amulet","chaosValue":10.00,"exaltedValue":0.13,"count":49},{"id":925,"name":"Perandus Signet","icon":"http://web.poecdn.com/image/Art/2DItems/Rings/LadyRing.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":"Paua Ring","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-0.78,3.31,-15.96,-3.87,3.52,-0.24],"totalChange":3.98},"implicitModifiers":[{"text":"+(20-25) to maximum Mana"}],"explicitModifiers":[{"text":"+(25-30) to maximum Mana","optional":false},{"text":"(45-65)% increased Mana Regeneration Rate","optional":false},{"text":"2% increased Experience gain","optional":false},{"text":"2% increased Intelligence for each Unique Item you have equipped","optional":false},{"text":"3% additional chance for Slain monsters to drop Scrolls of Wisdom","optional":false}],"flavourText":"\"Our warehouses are bursting. Our vaults are full.\r|But our minds are still hungry.\"\r|- Medici Perandus, Prefect to the Treasury","itemType":"Ring","chaosValue":10.00,"exaltedValue":0.13,"count":49},{"id":1797,"name":"Voideye","icon":"http://web.poecdn.com/image/Art/2DItems/Rings/unused4.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":45,"baseType":"Unset Ring","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-6.58,-9.15,-4.31,4.38,5.77,15.93],"totalChange":13.78},"implicitModifiers":[{"text":"Has 1 Socket"}],"explicitModifiers":[{"text":"+5 to Level of Socketed Gems","optional":false}],"flavourText":"The darker the eye, the more diligent the watched.","itemType":"Ring","chaosValue":9.21,"exaltedValue":0.12,"count":49},{"id":227,"name":"Carnage Heart","icon":"http://web.poecdn.com/image/Art/2DItems/Amulets/Amulet37.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":20,"baseType":"Onyx Amulet","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,11.88,9.75,4.91,10.64,10.77,18.535],"totalChange":17.61},"implicitModifiers":[{"text":"+(10-16) to all Attributes"}],"explicitModifiers":[{"text":"+(20-40) to all Attributes","optional":false},{"text":"+(10-20)% to all Elemental Resistances","optional":false},{"text":"(1.2-2)% of Physical Attack Damage Leeched as Life","optional":false},{"text":"50% increased Life Leeched per second","optional":false},{"text":"(30-40)% increased Damage while Leeching","optional":false},{"text":"Extra gore","optional":false}],"flavourText":"Forged from the blood of countless wars, \r|its thirst has only begun.","itemType":"Amulet","chaosValue":9.00,"exaltedValue":0.11,"count":49},{"id":172,"name":"Blood of Corruption","icon":"http://web.poecdn.com/image/Art/2DItems/Amulets/HeartOfCorruption.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":20,"baseType":"Amber Amulet","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-2.02,-3.72,-18.01,-16.81,-12.05,-15.53],"totalChange":-18.37},"implicitModifiers":[],"explicitModifiers":[],"flavourText":"In my dream, a voice spoke to me. It said:\r|'My reach knows no bounds.\r|All that is pure is destined to rot.\r|All that lives is destined to serve.'\r|- Doryani, Queen's Thaumaturgist","itemType":"Amulet","chaosValue":7.00,"exaltedValue":0.09,"count":33},{"id":709,"name":"Kaom's Way","icon":"http://web.poecdn.com/image/Art/2DItems/Rings/Ring2Unique.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":32,"baseType":"Coral Ring","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-4.28,-5.47,-4.37,-5.18,1.05,-1.02],"totalChange":1.06},"implicitModifiers":[{"text":"+(20-30) to maximum Life"}],"explicitModifiers":[{"text":"+(10-20) to Strength","optional":false},{"text":"0.4% of maximum Life Regenerated per second per Endurance Charge","optional":false},{"text":"+(2-4) Life gained for each Enemy hit by your Attacks","optional":false},{"text":"+1 to Maximum Endurance Charges","optional":false}],"flavourText":"Kaom guided his Karui across the sea\r|and spilled their blood on foreign soil.","itemType":"Ring","chaosValue":5.00,"exaltedValue":0.06,"count":49},{"id":154,"name":"Berek's Pass","icon":"http://web.poecdn.com/image/Art/2DItems/Rings/BereksPass.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":20,"baseType":"Two-Stone Ring","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-17.15,-18.81,-16.10,-11.28,-8.40,-1.27],"totalChange":-1.07},"implicitModifiers":[{"text":"+(12-16)% to Fire and Cold Resistances"}],"explicitModifiers":[{"text":"(10-30)% increased Fire Damage","optional":false},{"text":"Adds (1-25) to (23-50) Cold Damage to Spells and Attacks","optional":false},{"text":"+(30-40) to maximum Energy Shield","optional":false},{"text":"30% increased Damage while Ignited","optional":false},{"text":"+5000 to Armour while Frozen","optional":false}],"flavourText":"\"From Frost's ice-bound pass\r|Berek taunted and jeered\r|Until furious Flame scaled the mountain\r|Berek escaped through the thaw\r|And Frost's tortured moans.\"\r|- Berek and the Untamed","itemType":"Ring","chaosValue":4.00,"exaltedValue":0.05,"count":49},{"id":710,"name":"Karui Charge","icon":"http://web.poecdn.com/image/Art/2DItems/Amulets/Amulet4Unique.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":24,"baseType":"Jade Amulet","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-9.78,10.14,8.56,5.61,14.49,16.085],"totalChange":26.57},"implicitModifiers":[{"text":"+(20-30) to Dexterity"}],"explicitModifiers":[{"text":"+(20-30) to Strength","optional":false},{"text":"(5-10)% increased Attack Speed","optional":false},{"text":"+100 to Accuracy Rating","optional":false},{"text":"30% increased Projectile Speed","optional":false},{"text":"10% increased Movement Speed","optional":false},{"text":"30% increased Projectile Damage","optional":false}],"flavourText":"For dead men require no answer.","itemType":"Amulet","chaosValue":4.00,"exaltedValue":0.05,"count":49},{"id":741,"name":"Le Heup of All","icon":"http://web.poecdn.com/image/Art/2DItems/Rings/Leheupofall.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":24,"baseType":"Iron Ring","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-0.96,-4.11,-23.60,2.62,7.37,-4.595],"totalChange":-16.01},"implicitModifiers":[{"text":"Adds 1 to 4 Physical Damage to Attacks"}],"explicitModifiers":[{"text":"(10-30)% increased Damage","optional":false},{"text":"+(10-30) to all Attributes","optional":false},{"text":"(10-30)% increased Rarity of Items found","optional":false},{"text":"+(10-30)% to all Elemental Resistances","optional":false}],"flavourText":"Existence is infinite\r|A weave of the living and dead\r|Beyond the understanding\r|Of the many mortal threads","itemType":"Ring","chaosValue":4.00,"exaltedValue":0.05,"count":49},{"id":2094,"name":"Auxium","icon":"http://web.poecdn.com/image/Art/2DItems/Belts/Auxium.png?scale=1&w=2&h=1","mapTier":0,"levelRequired":79,"baseType":"Crystal Belt","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-18.40,-27.31,-9.67,-21.38,-19.90,-25.155],"totalChange":-17.99},"implicitModifiers":[{"text":"+(60-80) to maximum Energy Shield"}],"explicitModifiers":[{"text":"+(45-55) to maximum Mana","optional":false},{"text":"+(60-70) to maximum Energy Shield","optional":false},{"text":"Chill and Freeze effect on you is based on 65% of Energy Shield","optional":false},{"text":"(10-20)% increased Elemental Damage with Attack Skills","optional":false},{"text":"0.2% of Attack Damage Leeched as Mana per Power Charge","optional":false}],"flavourText":"As long as the soul is unfettered, so is the body.","itemType":"Belt","chaosValue":4.00,"exaltedValue":0.05,"count":49},{"id":497,"name":"Essence Worm","icon":"http://web.poecdn.com/image/Art/2DItems/Rings/EssenceWorm.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":38,"baseType":"Unset Ring","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,7.46,13.83,-4.76,-1.76,3.63,5.885],"totalChange":1.27},"implicitModifiers":[{"text":"Has 1 Socket"}],"explicitModifiers":[{"text":"+2 to Level of Socketed Aura Gems","optional":false},{"text":"Socketed Gems Reserve No Mana","optional":false},{"text":"40% increased Mana Reserved","optional":false}],"flavourText":"\"This thing is not a pet. It is a parasite that feeds on the very will of its host.\r|Like any part of nightmare, it has found a way to make its price... acceptable.\"\r|- Malachai the Soulless","itemType":"Ring","chaosValue":3.24,"exaltedValue":0.04,"count":49},{"id":1685,"name":"Thief's Torment","icon":"http://web.poecdn.com/image/Art/2DItems/Rings/ThiefsTorment.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":30,"baseType":"Prismatic Ring","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,4.44,4.26,-10.35,-2.60,-2.88,0.295],"totalChange":6.54},"implicitModifiers":[{"text":"+(8-10)% to all Elemental Resistances"}],"explicitModifiers":[{"text":"(10-16)% increased Quantity of Items found","optional":false},{"text":"Can't use other Rings","optional":false},{"text":"+(16-24)% to all Elemental Resistances","optional":false},{"text":"50% reduced Effect of Curses on You","optional":false},{"text":"+(40-60) Life gained for each Enemy hit by your Attacks","optional":false},{"text":"+30 Mana gained for each Enemy hit by your Attacks","optional":false}],"flavourText":"The ring I stole,\r|My finger they took,\r|A shrouded mind,\r|Cut their curses short,\r|As I drained their spirit\r|And stole their soul.\r|A blessing is often a curse.","itemType":"Ring","chaosValue":3.12,"exaltedValue":0.04,"count":49},{"id":2229,"name":"The Flow Untethered","icon":"http://web.poecdn.com/image/Art/2DItems/Belts/HarbingerBelt.png?scale=1&w=2&h=1","mapTier":0,"levelRequired":60,"baseType":"Cloth Belt","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,2.92,12.60,-7.78,-2.50,5.51,-4.20],"totalChange":-0.15},"implicitModifiers":[{"text":"(15-25)% increased Stun and Block Recovery"}],"explicitModifiers":[{"text":"Grants Summon Harbinger of Time Skill","optional":false},{"text":"(10-15)% increased Attack and Cast Speed","optional":false},{"text":"(15-20)% increased Life Recovery rate","optional":false},{"text":"(15-20)% increased Energy Shield Recovery rate","optional":false},{"text":"(15-20)% increased Cooldown Recovery Speed","optional":false},{"text":"Debuffs on you expire (15-20)% faster","optional":false}],"flavourText":"<><><><><><><><>\r|<><><><><><><><>\r|<><><><><><><><><>","itemType":"Belt","chaosValue":3.00,"exaltedValue":0.04,"count":49},{"id":65,"name":"Andvarius","icon":"http://web.poecdn.com/image/Art/2DItems/Rings/Ring4Unique.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":20,"baseType":"Gold Ring","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,58.19,89.17,39.73,64.45,83.44,95.755],"totalChange":96.96},"implicitModifiers":[{"text":"(6-15)% increased Rarity of Items found"}],"explicitModifiers":[{"text":"+10 to Dexterity","optional":false},{"text":"(50-70)% increased Rarity of Items found","optional":false},{"text":"-20% to all Elemental Resistances","optional":false}],"flavourText":"Danger is the price of wealth.","itemType":"Ring","chaosValue":2.00,"exaltedValue":0.03,"count":49},{"id":216,"name":"Call of the Brotherhood","icon":"http://web.poecdn.com/image/Art/2DItems/Rings/Brotherhood.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":20,"baseType":"Two-Stone Ring","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-28.35,-25.99,-13.30,-25.21,-0.23,-1.38],"totalChange":-2.76},"implicitModifiers":[{"text":"+(12-16)% to Cold and Lightning Resistances"}],"explicitModifiers":[{"text":"+(15-25) to Intelligence","optional":false},{"text":"(15-25)% increased Lightning Damage","optional":false},{"text":"(30-40)% increased Mana Regeneration Rate","optional":false},{"text":"40% of Lightning Damage Converted to Cold Damage","optional":false},{"text":"Your spells have 100% chance to Shock against Frozen Enemies","optional":false}],"flavourText":"Forged by three brothers\r|so that they may recognize each other\r|across any distance of time or travel.","itemType":"Ring","chaosValue":2.0,"exaltedValue":0.03,"count":49},{"id":1728,"name":"Umbilicus Immortalis","icon":"http://web.poecdn.com/image/Art/2DItems/Belts/UmbilicusImmortalis.png?scale=1&w=2&h=1","mapTier":0,"levelRequired":30,"baseType":"Leather Belt","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,1.46,1.80,4.08,0.72,-5.84,0.72],"totalChange":0.72},"implicitModifiers":[{"text":"+(25-40) to maximum Life"}],"explicitModifiers":[{"text":"(8-12)% increased maximum Life","optional":false},{"text":"2% of Life Regenerated per second","optional":false},{"text":"Flasks do not apply to You","optional":false},{"text":"Flasks apply to your Zombies and Spectres","optional":false}],"flavourText":"\"The power of rebirth rivals that of immortality.\"\r|- Icius Perandus, Antiquities Collection, Item 3","itemType":"Belt","chaosValue":2.0,"exaltedValue":0.03,"count":49},{"id":1890,"name":"Winterheart","icon":"http://web.poecdn.com/image/Art/2DItems/Amulets/WinterHeart.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":42,"baseType":"Gold Amulet","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-3.15,-38.34,-44.19,-22.39,-21.42,-19.20],"totalChange":-27.44},"implicitModifiers":[{"text":"(12-20)% increased Rarity of Items found"}],"explicitModifiers":[{"text":"+(20-30) to Dexterity","optional":false},{"text":"+(50-70) to maximum Life","optional":false},{"text":"+75% to Cold Resistance","optional":false},{"text":"Cannot be Chilled","optional":false},{"text":"20% of Life Regenerated per second while Frozen","optional":false}],"flavourText":"Those who dwell in the deep freeze\r|enjoy a special kind of madness.","itemType":"Amulet","chaosValue":2.00,"exaltedValue":0.03,"count":49},{"id":2080,"name":"Bisco's Leash","icon":"http://web.poecdn.com/image/Art/2DItems/Belts/BiscosLeash.png?scale=1&w=2&h=1","mapTier":0,"levelRequired":30,"baseType":"Heavy Belt","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-3.73,-7.06,-8.03,-5.83,-5.94,-18.185],"totalChange":-26.68},"implicitModifiers":[{"text":"+(25-35) to Strength"}],"explicitModifiers":[{"text":"5% increased Quantity of Items found","optional":false},{"text":"+(20-40)% to Cold Resistance","optional":false},{"text":"Rampage","optional":false},{"text":"1% increased Rarity of Items found per 15 Rampage Kills","optional":false}],"flavourText":"You were always there, by my side,\r|whether we sat or played.\r|Our friendship was a joyful ride,\r|I wish you could have stayed.","itemType":"Belt","chaosValue":2.00,"exaltedValue":0.03,"count":49},{"id":508,"name":"Eye of Innocence","icon":"http://web.poecdn.com/image/Art/2DItems/Amulets/EyeOfInnocence.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":68,"baseType":"Citrine Amulet","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,20.89,-3.27,32.55,23.77,2.80,-0.27],"totalChange":1.17},"implicitModifiers":[{"text":"+(16-24) to Strength and Dexterity"}],"explicitModifiers":[{"text":"10% chance to Ignite","optional":false},{"text":"(50-70)% increased Damage while Ignited","optional":false},{"text":"Take 100 Fire Damage when you Ignite an Enemy","optional":false},{"text":"2% of Fire Damage Leeched as Life while Ignited","optional":false}],"flavourText":"\"...and so He said: 'Let only the good meet my gaze'\r|and no eye met His. So He called down the cleansing flames\r|and let black smoke sweep the Sinners away.\"\r|- Book of Innocence","itemType":"Amulet","chaosValue":1.07,"exaltedValue":0.01,"count":49},{"id":98,"name":"Ascent From Flesh","icon":"http://web.poecdn.com/image/Art/2DItems/Belts/Turncoatsfortune.png?scale=1&w=2&h=1","mapTier":0,"levelRequired":44,"baseType":"Chain Belt","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-27.89,6.78,43.83,44.22,14.32,1.525],"totalChange":-27.89},"implicitModifiers":[{"text":"+(9-20) to maximum Energy Shield"}],"explicitModifiers":[{"text":"+300 to Evasion Rating","optional":false},{"text":"+(75-80) to maximum Energy Shield","optional":false},{"text":"+(10-15)% to all Elemental Resistances","optional":false},{"text":"You have Phasing if Energy Shield Recharge has started Recently","optional":false},{"text":"6% chance to Dodge Attacks while Phasing","optional":false},{"text":"10% increased Movement Speed while Phasing","optional":false}],"flavourText":"A single step forward\r|Snap free from the prison\r|Reborn into freedom eternal","itemType":"Belt","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":123,"name":"Atziri's Foible","icon":"http://web.poecdn.com/image/Art/2DItems/Amulets/Quid.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":16,"baseType":"Paua Amulet","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-1.46,15.40,-2.85,17.67,16.58,16.50],"totalChange":17.78},"implicitModifiers":[{"text":"(20-30)% increased Mana Regeneration Rate"}],"explicitModifiers":[{"text":"+100 to maximum Mana","optional":false},{"text":"(16-24)% increased maximum Mana","optional":false},{"text":"(80-100)% increased Mana Regeneration Rate","optional":false},{"text":"Items and Gems have 25% reduced Attribute Requirements","optional":false}],"flavourText":"The world is but a piece of parchment, blank and symmetric. \r|We label each side: one Good, one Evil; one Black, one White. \r|The divine truth, however, is that both are one and the same. \r|-Jaetai, Vaal Advisor","itemType":"Amulet","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":152,"name":"Belt of the Deceiver","icon":"http://web.poecdn.com/image/Art/2DItems/Belts/BeltOfTheDeciever.png?scale=1&w=2&h=1","mapTier":0,"levelRequired":20,"baseType":"Heavy Belt","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.08,2.10,-12.59,-1.39,1.14,-2.545],"totalChange":-2.38},"implicitModifiers":[{"text":"+(25-35) to Strength"}],"explicitModifiers":[{"text":"(15-25)% increased Physical Damage","optional":false},{"text":"You take 30% reduced Extra Damage from Critical Strikes","optional":false},{"text":"+(30-40) to maximum Life","optional":false},{"text":"+(10-15)% to all Elemental Resistances","optional":false},{"text":"Nearby Enemies are Intimidated","optional":false}],"flavourText":"In battle, virtue matters not. \r|Only victory.","itemType":"Belt","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":199,"name":"Brinerot Mark","icon":"http://web.poecdn.com/image/Art/2DItems/Rings/Brinerot.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":44,"baseType":"Unset Ring","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.0,0.0,0.0,0.0,0.0,0.0],"totalChange":0.0},"implicitModifiers":[{"text":"Has 1 Socket"}],"explicitModifiers":[{"text":"25% increased Effect of Buffs granted by Socketed Golem Skills","optional":false},{"text":"Socketed Golem Skills gain 20% of Maximum Life as Extra Maximum Energy Shield","optional":false},{"text":"+3 to Level of Socketed Golem Gems","optional":false},{"text":"(20-25)% increased Spell Damage","optional":false},{"text":"+(15-25) to maximum Energy Shield","optional":false},{"text":"+(20-40)% to Lightning Resistance","optional":false}],"flavourText":"Each time, it is granted to the most senior captain of the fleet,\r|and each time, the ring soon washes ashore once more, \r|still wrapped around a severed finger.","itemType":"Ring","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":445,"name":"Dream Fragments","icon":"http://web.poecdn.com/image/Art/2DItems/Rings/Ring6Unique.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":11,"baseType":"Sapphire Ring","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,1.37,-25.16,0.80,8.47,-14.60,12.63],"totalChange":14.21},"implicitModifiers":[{"text":"+(20-30)% to Cold Resistance"}],"explicitModifiers":[{"text":"20% increased maximum Mana","optional":false},{"text":"50% increased Mana Regeneration Rate","optional":false},{"text":"+(30-40)% to Cold Resistance","optional":false},{"text":"Cannot be Chilled","optional":false},{"text":"Cannot be Frozen","optional":false}],"flavourText":"Doryani stumbled into a realm of madness\r|And awoke its Master.","itemType":"Ring","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":479,"name":"Emberwake","icon":"http://web.poecdn.com/image/Art/2DItems/Rings/Ring10.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":16,"baseType":"Ruby Ring","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-28.64,-59.00,12.55,-36.46,33.03,10.58],"totalChange":-2.95},"implicitModifiers":[{"text":"+(20-30)% to Fire Resistance"}],"explicitModifiers":[{"text":"(30-40)% increased Fire Damage","optional":false},{"text":"(5-10)% increased Cast Speed","optional":false},{"text":"10% chance to Ignite","optional":false},{"text":"Ignited Enemies Burn 65% slower","optional":false},{"text":"You can inflict an additional Ignite on an Enemy","optional":false}],"flavourText":"Leave the world in flames behind you.","itemType":"Ring","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":507,"name":"Eye of Chayula","icon":"http://web.poecdn.com/image/Art/2DItems/Amulets/Amulet7Unique.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":20,"baseType":"Onyx Amulet","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-0.70,0.0,-0.40,-0.16,0.0,-0.745],"totalChange":-1.49},"implicitModifiers":[{"text":"+(10-16) to all Attributes"}],"explicitModifiers":[{"text":"20% reduced maximum Life","optional":false},{"text":"30% increased Rarity of Items found","optional":false},{"text":"Cannot be Stunned","optional":false}],"flavourText":"Never blinking, always watching.","itemType":"Amulet","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":713,"name":"Kikazaru","icon":"http://web.poecdn.com/image/Art/2DItems/Rings/Kikazaru.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":20,"baseType":"Topaz Ring","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.36,0.40,-2.89,0.40,0.36,-0.355],"totalChange":0.40},"implicitModifiers":[{"text":"+(20-30)% to Lightning Resistance"}],"explicitModifiers":[{"text":"+(10-15) to all Attributes","optional":false},{"text":"(20-40)% increased Mana Regeneration Rate","optional":false},{"text":"40% reduced Effect of Curses on You","optional":false},{"text":"1 Life Regenerated per second per Level","optional":false}],"flavourText":"Hear no evil.","itemType":"Ring","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":807,"name":"Meginord's Girdle","icon":"http://web.poecdn.com/image/Art/2DItems/Belts/Belt7Unique.png?scale=1&w=2&h=1","mapTier":0,"levelRequired":8,"baseType":"Heavy Belt","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-2.07,-4.30,-8.06,-1.74,2.14,2.31],"totalChange":0.13},"implicitModifiers":[{"text":"+(25-35) to Strength"}],"explicitModifiers":[{"text":"Adds (5-10) to (15-20) Physical Damage to Attacks","optional":false},{"text":"+25 to Strength","optional":false},{"text":"10% increased maximum Life","optional":false},{"text":"+(10-20)% to Cold Resistance","optional":false},{"text":"25% increased Flask Life Recovery rate","optional":false}],"flavourText":"Kaom's strength was rivaled only by\r|the great Meginord of the north.","itemType":"Belt","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":845,"name":"Mutewind Seal","icon":"http://web.poecdn.com/image/Art/2DItems/Rings/Mutewind.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":44,"baseType":"Unset Ring","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,2.27,2.27,2.27,2.27,2.27,2.27],"totalChange":2.27},"implicitModifiers":[{"text":"Has 1 Socket"}],"explicitModifiers":[{"text":"Socketed Golem Skills have 20% increased Attack and Cast Speed","optional":false},{"text":"Gain Onslaught for 10 seconds when you Cast Socketed Golem Skill","optional":false},{"text":"+3 to Level of Socketed Golem Gems","optional":false},{"text":"Adds (5-10) to (11-15) Physical Damage to Attacks","optional":false},{"text":"(5-10)% increased Attack Speed","optional":false},{"text":"(3-5)% chance to Dodge Attacks","optional":false}],"flavourText":"When a fallen leader's body is taken to the funeral peak,\r|those who seek power must ascend together.\r|One returns with the seal. \r|The rest do not return at all.","itemType":"Ring","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":865,"name":"Ngamahu's Sign","icon":"http://web.poecdn.com/image/Art/2DItems/Rings/NgamahusSign.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":29,"baseType":"Ruby Ring","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.0,0.0,0.0,0.0,0.0,0.0],"totalChange":0.0},"implicitModifiers":[{"text":"+(20-30)% to Fire Resistance"}],"explicitModifiers":[{"text":"+(15-25) to Strength","optional":false},{"text":"Adds (8-10) to (12-14) Fire Damage to Spells and Attacks","optional":false},{"text":"15% increased Ignite Duration on Enemies","optional":false},{"text":"10% chance to Ignite","optional":false},{"text":"Recover (20-30) Life when you Ignite an Enemy","optional":false}],"flavourText":"A gift from Ngamahu,\r|a sign to the Karui to spread like fire.\r|Given to Akoya, but inherited by Kaom with the swing of his axe.","itemType":"Ring","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":965,"name":"Praxis","icon":"http://web.poecdn.com/image/Art/2DItems/Rings/Praxis.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":22,"baseType":"Paua Ring","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,4.02,3.73,2.50,2.75,3.54,2.58],"totalChange":1.06},"implicitModifiers":[{"text":"+(20-25) to maximum Mana"}],"explicitModifiers":[{"text":"+(30-60) to maximum Mana","optional":false},{"text":"(3-6) Mana Regenerated per second","optional":false},{"text":"(-8--4) to Mana Cost of Skills","optional":false},{"text":"8% of Damage taken gained as Mana over 4 seconds when Hit","optional":false}],"flavourText":"The Thaumaturgical masters of the Eternal Empire,\r|as unpredictable and varied as they were,\r|all understood one thing:\r|Free thinking leads to free action.","itemType":"Ring","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":984,"name":"Pyre","icon":"http://web.poecdn.com/image/Art/2DItems/Rings/Cherufe.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":11,"baseType":"Sapphire Ring","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,3.27,-23.93,-9.81,-25.91,-11.75,12.27],"totalChange":0.31},"implicitModifiers":[{"text":"+(20-30)% to Cold Resistance"}],"explicitModifiers":[{"text":"+(25-35)% to Fire Resistance","optional":false},{"text":"(27-80)% increased Burning Damage","optional":false},{"text":"(40-100)% of Cold Damage Converted to Fire Damage","optional":false},{"text":"10% increased Light Radius","optional":false},{"text":"Ignited Enemies you hit are destroyed on Kill","optional":false}],"flavourText":"Let winter come. It will only make my fire burn brighter.","itemType":"Ring","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":1035,"name":"Redblade Band","icon":"http://web.poecdn.com/image/Art/2DItems/Rings/Redblade.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":44,"baseType":"Unset Ring","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,1.94,1.94,1.94,1.94,1.94,1.94],"totalChange":1.94},"implicitModifiers":[{"text":"Has 1 Socket"}],"explicitModifiers":[{"text":"Socketed Golem Skills have 25% chance to Taunt on Hit","optional":false},{"text":"Socketed Golem Skills have 5% Life Regenerated per second","optional":false},{"text":"+3 to Level of Socketed Golem Gems","optional":false},{"text":"+(30-40) to Strength","optional":false},{"text":"(20-30)% increased Fire Damage","optional":false},{"text":"+(30-40) to maximum Life","optional":false}],"flavourText":"To ascend to leadership, the child of a Redblade warlord\r|must pull the band from the still-hot\r|ashes of their father.","itemType":"Ring","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":1326,"name":"Snakepit","icon":"http://web.poecdn.com/image/Art/2DItems/Rings/Serpentseed.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":68,"baseType":"Sapphire Ring","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-0.10,0.12,0.08,0.08,0.08,0.08],"totalChange":0.08},"implicitModifiers":[{"text":"+(20-30)% to Cold Resistance"}],"explicitModifiers":[{"text":"(20-40)% increased Cold Damage","optional":false},{"text":"(5-10)% increased Cast Speed","optional":false},{"text":"Spells have an additional Projectile","optional":false}],"flavourText":"They wrap around you\r|until your blood turns as cold as theirs.","itemType":"Ring","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":1367,"name":"Stone of Lazhwar","icon":"http://web.poecdn.com/image/Art/2DItems/Amulets/Amulet5Unique.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":5,"baseType":"Lapis Amulet","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,20.23,14.91,-22.04,-7.27,-14.19,30.02],"totalChange":6.10},"implicitModifiers":[{"text":"+(20-30) to Intelligence"}],"explicitModifiers":[{"text":"50% of Block Chance applied to Spells","optional":false},{"text":"(10-15)% increased Cast Speed","optional":false},{"text":"+(30-50) to maximum Mana","optional":false}],"flavourText":"You are slow, foolish and ignorant.\r|I am not.","itemType":"Amulet","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":1422,"name":"The Ascetic","icon":"http://web.poecdn.com/image/Art/2DItems/Amulets/Amulet13.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":8,"baseType":"Gold Amulet","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-21.34,-39.89,-29.71,118.85,123.23,62.265],"totalChange":25.63},"implicitModifiers":[{"text":"(12-20)% increased Rarity of Items found"}],"explicitModifiers":[{"text":"(80-100)% increased Rarity of Items found with a Normal Item equipped","optional":false},{"text":"(10-15)% increased Quantity of Items found with a Magic Item equipped","optional":false}],"flavourText":"Many things come to one who has nothing.","itemType":"Amulet","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":1661,"name":"The Warden's Brand","icon":"http://web.poecdn.com/image/Art/2DItems/Rings/TheWardensBand.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":30,"baseType":"Iron Ring","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.08,71.21,4.69,25.47,0.69,109.38],"totalChange":36.77},"implicitModifiers":[{"text":"Adds 1 to 4 Physical Damage to Attacks"}],"explicitModifiers":[{"text":"Adds (5-15) to (25-50) Physical Damage to Attacks","optional":false},{"text":"30% reduced Attack Speed","optional":false},{"text":"15% chance to gain a Frenzy Charge when you Stun an Enemy","optional":false}],"flavourText":"\"I don't always have a flame handy\r|when a fresh delinquent walks through our gates.\"\r|- Brutus, Warden of Axiom","itemType":"Ring","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":1914,"name":"Doryani's Invitation","icon":"http://web.poecdn.com/image/Art/2DItems/Belts/DoryanisInvitation.png?scale=1&w=2&h=1","mapTier":0,"levelRequired":68,"baseType":"Heavy Belt","stackSize":0,"variant":"Fire","prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-5.74,13.43,-35.65,-17.77,-38.16,5.47],"totalChange":18.60},"implicitModifiers":[{"text":"+(25-35) to Strength"}],"explicitModifiers":[{"text":"(20-30)% increased Fire Damage","optional":false},{"text":"+(300-350) to Armour","optional":false},{"text":"+(30-35)% to Cold Resistance","optional":false},{"text":"+(30-35)% to Lightning Resistance","optional":false},{"text":"0.2% of Fire Damage Leeched as Life","optional":false},{"text":"10% chance to Ignite while using a Flask","optional":false}],"flavourText":"\"You can invite them but you can never be \r|sure who will come knocking.\"\r|- Doryani, Queen's Thaumaturgist","itemType":"Belt","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":1916,"name":"Doryani's Invitation","icon":"http://web.poecdn.com/image/Art/2DItems/Belts/DoryanisInvitation.png?scale=1&w=2&h=1","mapTier":0,"levelRequired":68,"baseType":"Heavy Belt","stackSize":0,"variant":"Lightning","prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,26.64,40.92,36.92,13.64,107.03,101.83],"totalChange":83.88},"implicitModifiers":[{"text":"+(25-35) to Strength"}],"explicitModifiers":[{"text":"(20-30)% increased Lightning Damage","optional":false},{"text":"+(300-350) to Armour","optional":false},{"text":"+(30-35)% to Fire Resistance","optional":false},{"text":"+(30-35)% to Cold Resistance","optional":false},{"text":"0.2% of Lightning Damage Leeched as Life","optional":false},{"text":"Your Flasks grant 10% chance to Shock while using a Flask","optional":true},{"text":"10% chance to Shock while using a Flask","optional":false}],"flavourText":"\"You can invite them but you can never be \r|sure who will come knocking.\"\r|- Doryani, Queen's Thaumaturgist","itemType":"Belt","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":1917,"name":"Doryani's Invitation","icon":"http://web.poecdn.com/image/Art/2DItems/Belts/DoryanisInvitation.png?scale=1&w=2&h=1","mapTier":0,"levelRequired":68,"baseType":"Heavy Belt","stackSize":0,"variant":"Physical","prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.30,0.0,-1.04,8.35,7.54,-0.125],"totalChange":-0.25},"implicitModifiers":[{"text":"+(25-35) to Strength"}],"explicitModifiers":[{"text":"(20-30)% increased Physical Damage","optional":false},{"text":"+(30-35)% to Fire Resistance","optional":false},{"text":"+(30-35)% to Cold Resistance","optional":false},{"text":"+(30-35)% to Lightning Resistance","optional":false},{"text":"0.2% of Physical Damage Leeched as Life","optional":false},{"text":"25% reduced Enemy Stun Threshold while using a Flask","optional":false}],"flavourText":"\"You can invite them but you can never be \r|sure who will come knocking.\"\r|- Doryani, Queen's Thaumaturgist","itemType":"Belt","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":1983,"name":"Perseverance","icon":"http://web.poecdn.com/image/Art/2DItems/Belts/Perserverance.png?scale=1&w=2&h=1","mapTier":0,"levelRequired":78,"baseType":"Vanguard Belt","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-0.08,0.0,1.46,0.0,7.56,1.075],"totalChange":0.82},"implicitModifiers":[{"text":"+(260-320) to Armour and Evasion Rating"}],"explicitModifiers":[{"text":"(4-8)% increased maximum Life","optional":false},{"text":"+(20-40)% to Cold Resistance","optional":false},{"text":"1% increased Attack Damage per 300 of the lowest of Armour and Evasion Rating","optional":false},{"text":"(14-20)% chance to gain Fortify on Melee Stun","optional":false},{"text":"You have Onslaught while you have Fortify","optional":false}],"flavourText":"\"Some blows must be evaded. Some blows must be endured.\r|The trick is to tell them apart.\"\r|- Daresso, the Sword King","itemType":"Belt","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":2078,"name":"Ryslatha's Coil","icon":"http://web.poecdn.com/image/Art/2DItems/Belts/RyuslathasClutches.png?scale=1&w=2&h=1","mapTier":0,"levelRequired":32,"baseType":"Studded Belt","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.0,0.0,0.0,0.0,0.0,0.0],"totalChange":0.0},"implicitModifiers":[{"text":"(20-30)% increased Stun Duration on Enemies"}],"explicitModifiers":[{"text":"20% more Maximum Physical Attack Damage","optional":false},{"text":"20% less Minimum Physical Attack Damage","optional":false},{"text":"Adds 1 to (15-20) Physical Damage to Attacks","optional":false},{"text":"+(20-40) to Strength","optional":false},{"text":"Gain 50 Life when you Stun an Enemy","optional":false}],"flavourText":"All creatures have the potential for greatness\r|or unequivocal failure.","itemType":"Belt","chaosValue":1.00,"exaltedValue":0.01,"count":40},{"id":2225,"name":"Second Piece of Time","icon":"http://web.poecdn.com/image/Art/2DItems/Belts/Shards/HarbingerBeltShard2.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":"Cloth Belt Piece","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-0.80,-0.22,0.0,0.0,0.0,-0.01],"totalChange":-0.02},"implicitModifiers":[],"explicitModifiers":[],"flavourText":"","itemType":"Belt","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":2226,"name":"First Piece of Time","icon":"http://web.poecdn.com/image/Art/2DItems/Belts/Shards/HarbingerBeltShard1.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":"Cloth Belt Piece","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.0,0.0,0.0,0.0,0.0,-0.105],"totalChange":-0.21},"implicitModifiers":[],"explicitModifiers":[],"flavourText":"","itemType":"Belt","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":819,"name":"Ming's Heart","icon":"http://web.poecdn.com/image/Art/2DItems/Rings/MingsHeart.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":69,"baseType":"Amethyst Ring","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,12.24,-0.75,12.69,8.65,12.55,8.92],"totalChange":9.50},"implicitModifiers":[{"text":"+(9-13)% to Chaos Resistance"}],"explicitModifiers":[{"text":"(5-10)% reduced maximum Life","optional":false},{"text":"(5-10)% reduced maximum Energy Shield","optional":false},{"text":"+(40-50)% to Chaos Resistance","optional":false},{"text":"Gain 20% of Physical Damage as Extra Chaos Damage","optional":false}],"flavourText":"Ming slew Tranquillity\r|Took Chaos for his wife\r|And on Her immortal finger\r|He placed his Heart","itemType":"Ring","chaosValue":0.99,"exaltedValue":0.01,"count":49},{"id":1915,"name":"Doryani's Invitation","icon":"http://web.poecdn.com/image/Art/2DItems/Belts/DoryanisInvitation.png?scale=1&w=2&h=1","mapTier":0,"levelRequired":68,"baseType":"Heavy Belt","stackSize":0,"variant":"Cold","prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-31.44,-41.10,-25.03,-22.82,0.04,2.835],"totalChange":2.63},"implicitModifiers":[{"text":"+(25-35) to Strength"}],"explicitModifiers":[{"text":"(20-30)% increased Cold Damage","optional":false},{"text":"+(300-350) to Armour","optional":false},{"text":"+(30-35)% to Fire Resistance","optional":false},{"text":"+(30-35)% to Lightning Resistance","optional":false},{"text":"0.2% of Cold Damage Leeched as Life","optional":false},{"text":"10% chance to Freeze while using a Flask","optional":false},{"text":"Your Flasks grant 10% chance to Freeze while using a Flask","optional":true}],"flavourText":"\"You can invite them but you can never be \r|sure who will come knocking.\"\r|- Doryani, Queen's Thaumaturgist","itemType":"Belt","chaosValue":0.98,"exaltedValue":0.01,"count":49},{"id":426,"name":"Doedre's Damning","icon":"http://web.poecdn.com/image/Art/2DItems/Rings/Ring3Unique.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":"Paua Ring","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-0.38,-0.55,-0.20,-1.18,0.04,-0.065],"totalChange":-0.17},"implicitModifiers":[{"text":"+(20-25) to maximum Mana"}],"explicitModifiers":[{"text":"+(5-10) to Intelligence","optional":false},{"text":"+5% to all Elemental Resistances","optional":false},{"text":"+5 Mana gained on Kill","optional":false},{"text":"Enemies can have 1 additional Curse","optional":false}],"flavourText":"Where her mouth should have been\r|there was only a whirling, black void.","itemType":"Ring","chaosValue":0.96,"exaltedValue":0.01,"count":49},{"id":2179,"name":"Bloodgrip","icon":"http://web.poecdn.com/image/Art/2DItems/Amulets/BloodAmulet.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":74,"baseType":"Marble Amulet","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,21.68,25.88,9.02,24.86,15.53,16.135],"totalChange":6.12},"implicitModifiers":[{"text":"(1.2-1.6)% of Life Regenerated per second"}],"explicitModifiers":[{"text":"Adds 10 to 20 Physical Damage to Attacks","optional":false},{"text":"+(60-70) to maximum Life","optional":false},{"text":"(8-12) Life Regenerated per second","optional":false},{"text":"100% increased Life Recovery from Flasks","optional":false},{"text":"Moving while Bleeding doesn't cause you to take extra Damage","optional":false}],"flavourText":"Combat is simple.\r|Keep your blood in.\r|Take theirs out.","itemType":"Amulet","chaosValue":0.94,"exaltedValue":0.01,"count":49},{"id":795,"name":"Marylene's Fallacy","icon":"http://web.poecdn.com/image/Art/2DItems/Amulets/MarylenesFallacy.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":40,"baseType":"Lapis Amulet","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-12.09,-23.92,-12.30,-8.14,10.14,2.30],"totalChange":2.59},"implicitModifiers":[{"text":"+(20-30) to Intelligence"}],"explicitModifiers":[{"text":"+(80-120) to Accuracy Rating","optional":false},{"text":"+(210-240)% to Global Critical Strike Multiplier","optional":false},{"text":"+(80-100) to Evasion Rating","optional":false},{"text":"(10-15)% increased Light Radius","optional":false},{"text":"40% less Critical Strike Chance","optional":false},{"text":"Critical Strikes have Culling Strike","optional":false}],"flavourText":"\"Marylene stroked the medallion at her breast \r|before every duel and every cast of the die.\" \r|- Victario, the People's Poet","itemType":"Amulet","chaosValue":0.70,"exaltedValue":0.01,"count":49},{"id":76,"name":"Araku Tiki","icon":"http://web.poecdn.com/image/Art/2DItems/Amulets/Amulet2Unique.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":"Coral Amulet","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,2.13,-5.34,4.59,2.30,4.18,-1.845],"totalChange":-8.57},"implicitModifiers":[{"text":"(2-4) Life Regenerated per second"}],"explicitModifiers":[{"text":"You gain 100 Evasion Rating when on Low Life","optional":false},{"text":"+(30-50) to maximum Life","optional":false},{"text":"+(20-30)% to Fire Resistance","optional":false},{"text":"1% of Life Regenerated per second while on Low Life","optional":false}],"flavourText":"It is said to make you invisible when the Great\r|Spirit comes to take you on your final journey.","itemType":"Amulet","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":139,"name":"Bated Breath","icon":"http://web.poecdn.com/image/Art/2DItems/Belts/BatedBreath.png?scale=1&w=2&h=1","mapTier":0,"levelRequired":22,"baseType":"Chain Belt","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.15,0.0,4.77,0.0,0.0,-0.56],"totalChange":-1.12},"implicitModifiers":[{"text":"+(9-20) to maximum Energy Shield"}],"explicitModifiers":[{"text":"10% increased Damage","optional":false},{"text":"+(15-25) to Intelligence","optional":false},{"text":"+(20-30) to maximum Energy Shield","optional":false},{"text":"20% increased maximum Energy Shield","optional":false},{"text":"50% increased Energy Shield Recharge Rate","optional":false}],"flavourText":"At knifepoint, a moment's hesitation means death.","itemType":"Belt","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":166,"name":"Blackheart","icon":"http://web.poecdn.com/image/Art/2DItems/Rings/Ring1Unique.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":"Iron Ring","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.15,0.0,4.69,-0.23,0.0,-0.04],"totalChange":0.0},"implicitModifiers":[{"text":"Adds 1 to 4 Physical Damage to Attacks"}],"explicitModifiers":[{"text":"5% increased Physical Damage","optional":false},{"text":"Adds 1 to 3 Chaos Damage to Attacks","optional":false},{"text":"+(20-30) to maximum Life","optional":false},{"text":"(2-4) Life Regenerated per second","optional":false},{"text":"10% chance to Cause Monsters to Flee","optional":false}],"flavourText":"Fear is highly infectious.","itemType":"Ring","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":460,"name":"Dyadian Dawn","icon":"http://web.poecdn.com/image/Art/2DItems/Belts/MotherDyadus.png?scale=1&w=2&h=1","mapTier":0,"levelRequired":52,"baseType":"Heavy Belt","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.15,0.38,24.69,0.0,0.0,0.0],"totalChange":0.0},"implicitModifiers":[{"text":"+(25-35) to Strength"}],"explicitModifiers":[{"text":"+(70-85) to maximum Life","optional":false},{"text":"+(20-40)% to Fire Resistance","optional":false},{"text":"+(20-40)% to Cold Resistance","optional":false},{"text":"1% of Attack Damage Leeched as Life against Chilled Enemies","optional":false},{"text":"Enemies Ignited by an Attack Burn 35% faster","optional":false},{"text":"Deal no Physical Damage","optional":false}],"flavourText":"With her cold resolve\r|And burning sacrifice\r|The Eternal twins arose.","itemType":"Belt","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":660,"name":"Immortal Flesh","icon":"http://web.poecdn.com/image/Art/2DItems/Belts/ImmortalFlesh.png?scale=1&w=2&h=1","mapTier":0,"levelRequired":50,"baseType":"Leather Belt","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.31,-0.07,4.93,0.15,0.15,0.15],"totalChange":0.15},"implicitModifiers":[{"text":"+(25-40) to maximum Life"}],"explicitModifiers":[{"text":"+(75-100) to maximum Life","optional":false},{"text":"(66.7-75) Life Regenerated per second","optional":false},{"text":"(8-10) Mana Regenerated per second","optional":false},{"text":"(-25--15)% to all Elemental Resistances","optional":false},{"text":"(-50--40) Physical Damage taken from Attacks","optional":false},{"text":"40% increased Armour while not Ignited, Frozen or Shocked","optional":false}],"flavourText":"\"She begged the Earth to spare her Son;\r|Out of love the Earth agreed.\r|To the other Elements she did not speak\r|And out of spite They plotted.\"\r|- Berek and the Untamed","itemType":"Belt","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":708,"name":"Kaom's Sign","icon":"http://web.poecdn.com/image/Art/2DItems/Rings/Ring2Unique.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":"Coral Ring","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.82,-10.04,-6.60,-12.87,-11.54,-15.37],"totalChange":-9.23},"implicitModifiers":[{"text":"+(20-30) to maximum Life"}],"explicitModifiers":[{"text":"+(10-20) to Strength","optional":false},{"text":"+(2-4) Life gained for each Enemy hit by your Attacks","optional":true},{"text":"0.4% of Physical Attack Damage Leeched as Life","optional":true},{"text":"+1 to Maximum Endurance Charges","optional":false}],"flavourText":"A token from the sea\r|A sign for Kaom\r|to lead his Karui to Wraeclast.","itemType":"Ring","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":711,"name":"Karui Ward","icon":"http://web.poecdn.com/image/Art/2DItems/Amulets/Amulet4Unique.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":5,"baseType":"Jade Amulet","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-22.87,-22.11,-20.32,-24.72,-22.99,-17.21],"totalChange":-17.29},"implicitModifiers":[{"text":"+(20-30) to Dexterity"}],"explicitModifiers":[{"text":"+(20-30) to Strength","optional":false},{"text":"+100 to Accuracy Rating","optional":false},{"text":"30% increased Projectile Speed","optional":false},{"text":"10% increased Movement Speed","optional":false},{"text":"30% increased Projectile Damage","optional":false}],"flavourText":"\"Shoot first, ask no questions.\"\r|- Karui wisdom","itemType":"Amulet","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":766,"name":"Lori's Lantern","icon":"http://web.poecdn.com/image/Art/2DItems/Rings/LorisLantern.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":30,"baseType":"Prismatic Ring","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,3.75,3.59,8.53,3.20,3.59,3.59],"totalChange":3.59},"implicitModifiers":[{"text":"+(8-10)% to all Elemental Resistances"}],"explicitModifiers":[{"text":"+10% to all Elemental Resistances","optional":false},{"text":"(6-8)% increased Movement Speed when on Low Life","optional":false},{"text":"31% increased Light Radius","optional":false},{"text":"+(20-25)% Chaos Resistance when on Low Life","optional":false},{"text":"While on Low Life, Enemies are Unlucky when Damaging you","optional":false}],"flavourText":"By its light, Lori led her young charges to safety \r|and bound up their wounds. \r|Her sword arm was iron, yet her heart gentle \r|and proof against hate.","itemType":"Ring","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":774,"name":"Malachai's Artifice","icon":"http://web.poecdn.com/image/Art/2DItems/Rings/MalachaisArtifice.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":5,"baseType":"Unset Ring","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,16.63,34.81,14.27,45.32,45.99,49.86],"totalChange":53.30},"implicitModifiers":[{"text":"Has 1 Socket"}],"explicitModifiers":[{"text":"Socketed Gems have Elemental Equilibrium","optional":false},{"text":"Socketed Gems have 25% reduced Elemental Equilibrium effect","optional":false},{"text":"-20% to all Elemental Resistances","optional":false},{"text":"+(75-100)% to Fire Resistance when Socketed with a Red Gem","optional":false},{"text":"+(75-100)% to Cold Resistance when Socketed with a Green Gem","optional":false},{"text":"+(75-100)% to Lightning Resistance when Socketed with a Blue Gem","optional":false},{"text":"All Sockets are White","optional":false}],"flavourText":"When the wind blows, \r|Know which way to bend\r|and watch the others break.","itemType":"Ring","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":782,"name":"Maligaro's Restraint","icon":"http://web.poecdn.com/image/Art/2DItems/Belts/MaligarosRestraint.png?scale=1&w=2&h=1","mapTier":0,"levelRequired":44,"baseType":"Chain Belt","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.15,0.0,4.77,0.0,0.0,-0.275],"totalChange":-0.32},"implicitModifiers":[{"text":"+(9-20) to maximum Energy Shield"}],"explicitModifiers":[{"text":"Adds 1 to (30-50) Lightning Damage to Attacks","optional":false},{"text":"100% increased Shock Duration on You","optional":false},{"text":"Shocks you cause are reflected back to you","optional":false},{"text":"60% increased Damage while Shocked","optional":false},{"text":"15% increased Movement Speed while Shocked","optional":false}],"flavourText":"\"Our genius will pave the way forward.\r|May all who are worthy be improved!\"\r|- Inquisitor Maligaro","itemType":"Belt","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":822,"name":"Mokou's Embrace","icon":"http://web.poecdn.com/image/Art/2DItems/Rings/MokousEmbrace.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":16,"baseType":"Ruby Ring","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-0.08,0.60,4.77,0.0,0.0,0.0],"totalChange":0.0},"implicitModifiers":[{"text":"+(20-30)% to Fire Resistance"}],"explicitModifiers":[{"text":"(15-25)% increased Fire Damage","optional":false},{"text":"+(25-40)% to Cold Resistance","optional":false},{"text":"(5-10)% chance to Ignite","optional":false},{"text":"20% increased Attack Speed while Ignited","optional":false},{"text":"20% increased Cast Speed while Ignited","optional":false},{"text":"+25% chance to be Ignited","optional":false}],"flavourText":"Fire makes the perfect blossom in the endless night.","itemType":"Ring","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":923,"name":"Perandus Blazon","icon":"http://web.poecdn.com/image/Art/2DItems/Belts/BuckledBeltUnique2.png?scale=1&w=2&h=1","mapTier":0,"levelRequired":16,"baseType":"Cloth Belt","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.15,0.0,4.23,1.43,1.62,1.845],"totalChange":3.69},"implicitModifiers":[{"text":"(15-25)% increased Stun and Block Recovery"}],"explicitModifiers":[{"text":"+(20-30) to all Attributes","optional":false},{"text":"(6-10)% increased Quantity of Items found","optional":false},{"text":"+20% to Fire Resistance","optional":false},{"text":"20% increased Flask effect duration","optional":false},{"text":"-2 Physical Damage taken from Attacks","optional":false}],"flavourText":"A large enough debt turns even a friend\r|into an enemy, and the Perandus family\r|had more debtors than anyone.","itemType":"Belt","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":976,"name":"Prismweave","icon":"http://web.poecdn.com/image/Art/2DItems/Belts/Prismweave.png?scale=1&w=2&h=1","mapTier":0,"levelRequired":25,"baseType":"Rustic Sash","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-1.44,-1.59,3.10,-1.59,3.71,5.39],"totalChange":9.92},"implicitModifiers":[{"text":"(12-24)% increased Physical Damage"}],"explicitModifiers":[{"text":"Adds (7-8) to (15-16) Fire Damage to Attacks","optional":false},{"text":"Adds (5-6) to (12-14) Cold Damage to Attacks","optional":false},{"text":"Adds 1 to (30-34) Lightning Damage to Attacks","optional":false},{"text":"+(6-8)% to all Elemental Resistances","optional":false},{"text":"30% increased Elemental Damage with Attack Skills while using a Flask","optional":false},{"text":"10% increased Elemental Damage with Attack Skills","optional":false}],"flavourText":"Nothing is as vivid as the rage of battle","itemType":"Belt","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":1013,"name":"Rashkaldor's Patience","icon":"http://web.poecdn.com/image/Art/2DItems/Amulets/RashkaldorsPatience.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":61,"baseType":"Jade Amulet","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.62,0.46,4.40,0.46,0.46,0.46],"totalChange":0.46},"implicitModifiers":[{"text":"+(20-30) to Dexterity"}],"explicitModifiers":[{"text":"+(40-80) to maximum Life","optional":false},{"text":"+(20-40) to maximum Mana","optional":false},{"text":"20% increased Duration of Elemental Ailments on Enemies","optional":false},{"text":"Items and Gems have 10% reduced Attribute Requirements","optional":false},{"text":"5% chance to Freeze, Shock and Ignite","optional":false},{"text":"Cannot gain Power Charges","optional":false}],"flavourText":"Fate's smile, man's ruin.","itemType":"Amulet","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":1067,"name":"Romira's Banquet","icon":"http://web.poecdn.com/image/Art/2DItems/Rings/RomirasBanquet.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":60,"baseType":"Diamond Ring","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-48.31,-47.57,-33.03,-29.75,-21.79,-27.385],"totalChange":-39.63},"implicitModifiers":[{"text":"(20-30)% increased Global Critical Strike Chance"}],"explicitModifiers":[{"text":"+333 to Accuracy Rating","optional":false},{"text":"+(15-25)% to Global Critical Strike Multiplier","optional":false},{"text":"+(40-60) to maximum Mana","optional":false},{"text":"0.4% of Physical Attack Damage Leeched as Mana","optional":false},{"text":"Gain a Power Charge on non-Critical Strike","optional":false},{"text":"Lose all Power Charges on Critical Strike","optional":false}],"flavourText":"The Empress gave Romira two sons\r|Born of his brother's seed\r|Romira threw her a banquet\r|A perfidious meal indeed.","itemType":"Ring","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":1259,"name":"Shaper's Seed","icon":"http://web.poecdn.com/image/Art/2DItems/Amulets/ShapersSeed.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":16,"baseType":"Agate Amulet","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-7.71,9.09,0.59,14.58,24.33,-19.715],"totalChange":14.33},"implicitModifiers":[{"text":"+(16-24) to Strength and Intelligence"}],"explicitModifiers":[{"text":"(30-50)% increased Mana Regeneration Rate","optional":false},{"text":"2% of Life Regenerated per second","optional":false},{"text":"Nearby Allies gain 2% of Life Regenerated per second","optional":false},{"text":"Nearby Allies gain 40% increased Mana Regeneration Rate","optional":false}],"flavourText":"The first light to grow in the primordial darkness.","itemType":"Amulet","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":1303,"name":"Sibyl's Lament","icon":"http://web.poecdn.com/image/Art/2DItems/Rings/SibylsLament.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":45,"baseType":"Coral Ring","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,1.09,0.93,5.12,0.78,-1.24,-2.00],"totalChange":0.93},"implicitModifiers":[{"text":"+(20-30) to maximum Life"}],"explicitModifiers":[{"text":"Adds (8-15) to (20-28) Fire Damage to Attacks","optional":false},{"text":"(10-20)% reduced Rarity of Items found","optional":false},{"text":"Left ring slot: 40% reduced Reflected Elemental Damage taken","optional":false},{"text":"Right ring slot: 40% reduced Reflected Physical Damage taken","optional":false},{"text":"(20-30)% increased Elemental Damage with Attack Skills","optional":false}],"flavourText":"The portrait reflected his pain,\r|a pain that she could never see.","itemType":"Ring","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":1304,"name":"Sidhebreath","icon":"http://web.poecdn.com/image/Art/2DItems/Amulets/Amulet1Unique.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":"Paua Amulet","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.54,0.08,5.17,0.39,0.39,0.39],"totalChange":0.39},"implicitModifiers":[{"text":"(20-30)% increased Mana Regeneration Rate"}],"explicitModifiers":[{"text":"+25% to Cold Resistance","optional":false},{"text":"0.2% of Physical Attack Damage Leeched as Mana","optional":false},{"text":"Minions have (10-15)% increased maximum Life","optional":false},{"text":"Minions have (10-15)% increased Movement Speed","optional":false},{"text":"Minions deal (10-15)% increased Damage","optional":false},{"text":"(10-15)% reduced Mana Cost of Minion Skills","optional":false}],"flavourText":"The breath of life is yours to give.","itemType":"Amulet","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":1336,"name":"Soulthirst","icon":"http://web.poecdn.com/image/Art/2DItems/Belts/Soulthirst.png?scale=1&w=2&h=1","mapTier":0,"levelRequired":45,"baseType":"Cloth Belt","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.77,0.62,5.42,0.62,0.62,0.62],"totalChange":0.62},"implicitModifiers":[{"text":"(15-25)% increased Stun and Block Recovery"}],"explicitModifiers":[{"text":"+(60-80) to maximum Life","optional":false},{"text":"+15% to all Elemental Resistances","optional":false},{"text":"(20-30)% increased Mana Recovery from Flasks","optional":false},{"text":"(20-30)% reduced Flask effect duration","optional":false},{"text":"Gain Soul Eater while using a Flask","optional":false},{"text":"Lose Souls gained from Soul Eater on Flask Use","optional":false}],"flavourText":"\"They say a draught of fine spirits will ward off\r|the elements and promote a longer, merrier life.\r|I have found this to be true on all counts.\" \r|- Zerphi of the Vaal","itemType":"Belt","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":1381,"name":"Sunblast","icon":"http://web.poecdn.com/image/Art/2DItems/Belts/Belt8.png?scale=1&w=2&h=1","mapTier":0,"levelRequired":37,"baseType":"Cloth Belt","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-2.0,-4.45,4.77,0.0,0.0,0.0],"totalChange":0.0},"implicitModifiers":[{"text":"(15-25)% increased Stun and Block Recovery"}],"explicitModifiers":[{"text":"(30-40)% increased Trap Damage","optional":false},{"text":"20% increased Mana Regeneration Rate","optional":false},{"text":"+(20-30)% to Fire Resistance","optional":false},{"text":"80% reduced Trap Duration","optional":false},{"text":"25% increased Light Radius","optional":false},{"text":"Traps Trigger at the end of their Duration","optional":false}],"flavourText":"The sun's fury, trapped\r|in pillars of blazing light,\r|Explodes from its cage.","itemType":"Belt","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":1395,"name":"Tear of Purity","icon":"http://web.poecdn.com/image/Art/2DItems/Amulets/TearOfPurity.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":20,"baseType":"Lapis Amulet","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-1.15,-9.80,2.46,-1.81,0.0,-0.15],"totalChange":-0.30},"implicitModifiers":[{"text":"+(20-30) to Intelligence"}],"explicitModifiers":[{"text":"Grants level 10 Purity of Elements Skill","optional":false},{"text":"+(5-10) to all Attributes","optional":false},{"text":"+(20-40) to maximum Life","optional":false},{"text":"5% chance to Avoid Elemental Ailments","optional":false}],"flavourText":"A shimmering symbol of Purity, clear as water,\r|but I know better than most how quickly\r|Purity can succumb to Corruption.\r|How quickly water turns to blood.\r|- Victario, the People's Poet","itemType":"Amulet","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":1418,"name":"The Anvil","icon":"http://web.poecdn.com/image/Art/2DItems/Amulets/Anvil.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":45,"baseType":"Amber Amulet","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.08,-0.08,4.61,3.69,23.83,-0.08],"totalChange":-0.08},"implicitModifiers":[{"text":"+(20-30) to Strength"}],"explicitModifiers":[{"text":"10% reduced Attack Speed","optional":false},{"text":"10% reduced Cast Speed","optional":false},{"text":"+(400-500) to Armour","optional":false},{"text":"+(34-48) Life gained when you Block","optional":false},{"text":"+(18-24) Mana gained when you Block","optional":false},{"text":"+3% to maximum Block Chance","optional":false},{"text":"8% Chance to Block","optional":false},{"text":"Reflects 240 to 300 Physical Damage to Attackers on Block","optional":false}],"flavourText":"Forge your Perseverance on the Anvil of Faith.","itemType":"Amulet","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":1424,"name":"The Aylardex","icon":"http://web.poecdn.com/image/Art/2DItems/Amulets/Xedralyas.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":32,"baseType":"Agate Amulet","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.15,0.0,4.77,0.0,0.0,0.0],"totalChange":0.0},"implicitModifiers":[{"text":"+(16-24) to Strength and Intelligence"}],"explicitModifiers":[{"text":"+(30-50) to maximum Life","optional":false},{"text":"+(50-70) to maximum Mana","optional":false},{"text":"+1 to Maximum Power Charges","optional":false},{"text":"10% increased Mana Regeneration Rate per Power Charge","optional":false},{"text":"(80-100)% increased Power Charge Duration","optional":false},{"text":"1% of Damage is taken from Mana before Life per Power Charge","optional":false},{"text":"40% reduced Critical Strike Chance per Power Charge","optional":false}],"flavourText":"Shackled fires dance about;\r|Might within from force without.","itemType":"Amulet","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":1528,"name":"The Ignomon","icon":"http://web.poecdn.com/image/Art/2DItems/Amulets/Amulet6Unique.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":8,"baseType":"Gold Amulet","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,2.94,-10.09,-23.77,-7.31,-11.78,-9.145],"totalChange":-27.98},"implicitModifiers":[{"text":"(12-20)% increased Rarity of Items found"}],"explicitModifiers":[{"text":"+10 to Dexterity","optional":false},{"text":"Adds 12 to 24 Fire Damage to Attacks","optional":false},{"text":"+(100-150) to Accuracy Rating","optional":false},{"text":"+(100-150) to Evasion Rating","optional":false},{"text":"+20% to Fire Resistance","optional":false}],"flavourText":"The light that reveals is the glare that blinds.","itemType":"Amulet","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":1551,"name":"The Magnate","icon":"http://web.poecdn.com/image/Art/2DItems/Belts/BuckledBeltUnique.png?scale=1&w=2&h=1","mapTier":0,"levelRequired":16,"baseType":"Studded Belt","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,1.32,1.17,5.99,1.17,5.76,1.17],"totalChange":1.17},"implicitModifiers":[{"text":"(20-30)% increased Stun Duration on Enemies"}],"explicitModifiers":[{"text":"(25-40)% increased Physical Damage","optional":false},{"text":"+(40-50) to Strength","optional":false},{"text":"50% increased Flask Charges gained","optional":false},{"text":"+(20-25)% to all Elemental Resistances with +200 or more Strength","optional":false}],"flavourText":"Few men cast a longer shadow\r| than the Great Meginord of the North.","itemType":"Belt","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":1695,"name":"Timeclasp","icon":"http://web.poecdn.com/image/Art/2DItems/Rings/Timeclasp.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":22,"baseType":"Moonstone Ring","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.45,13.17,21.12,17.33,16.52,10.85],"totalChange":9.24},"implicitModifiers":[{"text":"+(15-25) to maximum Energy Shield"}],"explicitModifiers":[{"text":"(10-15)% increased Attack Speed","optional":false},{"text":"(5-10)% increased Cast Speed","optional":false},{"text":"15% increased Mana Regeneration Rate","optional":false},{"text":"+(15-25) to maximum Energy Shield","optional":false},{"text":"Temporal Chains has 50% reduced Effect on You","optional":false}],"flavourText":"\"To us mere mortals, time is slippery. \r|I'm just evening things out.\" \r|- Doryani, Queen's Thaumaturgist","itemType":"Ring","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":1747,"name":"Ungil's Harmony","icon":"http://web.poecdn.com/image/Art/2DItems/Amulets/UngilsHarmony.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":23,"baseType":"Turquoise Amulet","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-4.30,48.67,3.04,0.65,7.72,52.55],"totalChange":57.17},"implicitModifiers":[{"text":"+(16-24) to Dexterity and Intelligence"}],"explicitModifiers":[{"text":"100% increased Global Critical Strike Chance","optional":false},{"text":"(-50--25)% to Global Critical Strike Multiplier","optional":false},{"text":"+(30-50) to maximum Life","optional":false},{"text":"+(30-50) to maximum Mana","optional":false},{"text":"40% increased Stun and Block Recovery","optional":false}],"flavourText":"Gentle anger, raging calm.","itemType":"Amulet","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":1764,"name":"Valyrium","icon":"http://web.poecdn.com/image/Art/2DItems/Rings/Valyrium.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":38,"baseType":"Moonstone Ring","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.15,0.0,3.38,0.0,0.0,0.0],"totalChange":0.0},"implicitModifiers":[{"text":"+(15-25) to maximum Energy Shield"}],"explicitModifiers":[{"text":"+(10-20) to maximum Energy Shield","optional":false},{"text":"+(20-30)% to Fire Resistance","optional":false},{"text":"-40% to Cold Resistance","optional":false},{"text":"Stun Threshold is based on Energy Shield instead of Life","optional":false}],"flavourText":"They will rise and fall in fire and blood.","itemType":"Ring","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":1839,"name":"Warped Timepiece","icon":"http://web.poecdn.com/image/Art/2DItems/Amulets/WarpedTimepiece.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":50,"baseType":"Turquoise Amulet","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.38,7.77,4.77,3.47,50.08,0.0],"totalChange":0.0},"implicitModifiers":[{"text":"+(16-24) to Dexterity and Intelligence"}],"explicitModifiers":[{"text":"(8-12)% increased Attack Speed","optional":false},{"text":"(8-12)% increased Cast Speed","optional":false},{"text":"12% increased Movement Speed","optional":false},{"text":"(8-12)% reduced Skill Effect Duration","optional":false},{"text":"30% increased Life Leeched per second","optional":false},{"text":"30% increased Mana Leeched per second","optional":false}],"flavourText":"As you have lived, so you shall die \r|forever trying to keep up with me. \r|Your blood on these hands of mine\r|forever makes me the public enemy.","itemType":"Amulet","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":1895,"name":"Wurm's Molt","icon":"http://web.poecdn.com/image/Art/2DItems/Belts/Belt6Unique.png?scale=1&w=2&h=1","mapTier":0,"levelRequired":8,"baseType":"Leather Belt","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.15,0.0,4.69,0.0,0.0,0.0],"totalChange":0.0},"implicitModifiers":[{"text":"+(25-40) to maximum Life"}],"explicitModifiers":[{"text":"+(20-30) to Strength","optional":false},{"text":"+(20-30) to Intelligence","optional":false},{"text":"+(10-20)% to Cold Resistance","optional":false},{"text":"0.4% of Physical Attack Damage Leeched as Life","optional":false},{"text":"0.4% of Physical Attack Damage Leeched as Mana","optional":false}],"flavourText":"They say a lifetime of wisdom is carried\r|in every skin the great beasts shed.","itemType":"Belt","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":2189,"name":"Soul Tether","icon":"http://web.poecdn.com/image/Art/2DItems/Belts/SoulTether.png?scale=1&w=2&h=1","mapTier":0,"levelRequired":48,"baseType":"Cloth Belt","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,3.26,-3.34,-1.09,36.31,-22.14,-42.155],"totalChange":-51.99},"implicitModifiers":[{"text":"(15-25)% increased Stun and Block Recovery"}],"explicitModifiers":[{"text":"+(20-40) to Intelligence","optional":false},{"text":"Your Energy Shield starts at zero","optional":false},{"text":"You cannot Recharge Energy Shield","optional":false},{"text":"You cannot Regenerate Energy Shield","optional":false},{"text":"You lose 5% of Energy Shield per second","optional":false},{"text":"Life Leech is applied to Energy Shield instead while on Full Life","optional":false},{"text":"Gain (4-6)% of Maximum Life as Extra Maximum Energy Shield","optional":false}],"flavourText":"Vaal bloodpriests were among the earliest intellectuals on record. \r|It was they who found that a newly freed soul would \r|desperately cling to any other source of life.","itemType":"Belt","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":2190,"name":"Maligaro's Cruelty","icon":"http://web.poecdn.com/image/Art/2DItems/Amulets/Amulet15.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":20,"baseType":"Turquoise Amulet","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,21.77,40.45,51.49,8.40,-2.34,17.165],"totalChange":17.17},"implicitModifiers":[{"text":"+(16-24) to Dexterity and Intelligence"}],"explicitModifiers":[{"text":"(4-8)% increased maximum Life","optional":false},{"text":"(25-30)% chance to gain a Frenzy Charge on Killing an Enemy affected by 5 or more Poisons","optional":false},{"text":"(12-15)% chance to gain a Power Charge on Killing an Enemy affected by fewer than 5 Poisons","optional":false},{"text":"10% increased Damage with Poison per Frenzy Charge","optional":false},{"text":"3% increased Poison Duration per Power Charge","optional":false}],"flavourText":"\"He does not love. He does not feel regret or remorse.\r|He does not think about consequences, only possibilities.\r|If that does not describe a monster, tell me: what does?\"\r|- Archbishop Geofri","itemType":"Amulet","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":610,"name":"Heartbound Loop","icon":"http://web.poecdn.com/image/Art/2DItems/Rings/HeartboundRing.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":20,"baseType":"Moonstone Ring","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-8.06,-5.22,0.31,-23.07,-2.25,0.335],"totalChange":0.62},"implicitModifiers":[{"text":"+(15-25) to maximum Energy Shield"}],"explicitModifiers":[{"text":"(10-15) Life Regenerated per second","optional":false},{"text":"(20-40)% increased Mana Regeneration Rate","optional":false},{"text":"Minions have 15% increased maximum Life","optional":false},{"text":"Minions have 10% increased Area of Effect of Area Skills","optional":false},{"text":"350 Physical Damage taken on Minion Death","optional":false}],"flavourText":"When the axe finally fell, Seryl shared his pain,\r|and the last thought that flickered through his\r|fading mind was her broken, shattered scream.","itemType":"Ring","chaosValue":0.25,"exaltedValue":0.00,"count":49},{"id":176,"name":"Bloodboil","icon":"http://web.poecdn.com/image/Art/2DItems/Rings/BloodBoil.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":24,"baseType":"Coral Ring","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,12.13,15.88,-0.44,47.64,25.59,12.20],"totalChange":49.82},"implicitModifiers":[{"text":"+(20-30) to maximum Life"}],"explicitModifiers":[{"text":"Adds (12-15) to (25-30) Fire Damage to Attacks","optional":false},{"text":"+(20-40) to maximum Life","optional":false},{"text":"+(10-15)% to Cold Resistance","optional":false},{"text":"75% reduced Effect of Chill on You","optional":false},{"text":"10% increased Movement Speed while Ignited","optional":false}],"flavourText":"Rage is a big part of courage.","itemType":"Ring","chaosValue":0.12,"exaltedValue":0.00,"count":49},{"id":506,"name":"Extractor Mentis","icon":"http://web.poecdn.com/image/Art/2DItems/Amulets/ExtractorMentis.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":"Agate Amulet","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-8.29,-18.86,4.19,5.77,5.91,-10.115],"totalChange":5.37},"implicitModifiers":[{"text":"+(16-24) to Strength and Intelligence"}],"explicitModifiers":[{"text":"+(30-50) to Strength","optional":false},{"text":"5% chance to gain Unholy Might for 3 seconds on Kill","optional":false},{"text":"5% chance to gain Onslaught for 3 seconds on Kill","optional":false},{"text":"5% chance to grant Onslaught to nearby Enemies on Kill","optional":false},{"text":"5% chance to grant Unholy Might to nearby Enemies on Kill","optional":false},{"text":"Recover 1% of Maximum Life on Kill","optional":false}],"flavourText":"When slaughtered flesh falls silent,\r|the soul may yet scream on.","itemType":"Amulet","chaosValue":0.09,"exaltedValue":0.00,"count":49}]} \ No newline at end of file diff --git a/PoE-MxFilterGen/bin/Debug/data/ninja.armour.json b/PoE-MxFilterGen/bin/Debug/data/ninja.armour.json deleted file mode 100644 index 12cedc5..0000000 --- a/PoE-MxFilterGen/bin/Debug/data/ninja.armour.json +++ /dev/null @@ -1 +0,0 @@ -{"lines":[{"id":119,"name":"Atziri's Acuity","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Gloves/AtzirisAcuity.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":75,"baseType":"Vaal Gauntlets","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-1.92,-3.29,-5.16,-4.19,-3.25,-1.825],"totalChange":-2.14},"implicitModifiers":[],"explicitModifiers":[{"text":"+(60-80) to Intelligence","optional":false},{"text":"(25-35)% increased Global Critical Strike Chance","optional":false},{"text":"(200-220)% increased Armour","optional":false},{"text":"+(60-75) to maximum Life","optional":false},{"text":"Gain Life and Mana from Leech instantly on Critical Strike","optional":false}],"flavourText":"\"The heart is the herald. \r|It will tell me when it is best to strike.\"\r|- Atziri, Queen of the Vaal","itemType":"Gloves","chaosValue":3338.58,"exaltedValue":42.00,"count":34},{"id":409,"name":"Demigod's Dominance","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/DemigodsArmour.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":20,"baseType":"Golden Mantle","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[null,null,null,null,0.0,0.0,-0.80],"totalChange":-0.35},"implicitModifiers":[{"text":"+(17-25)% to all Elemental Resistances"}],"explicitModifiers":[{"text":"+1 to Level of Socketed Gems","optional":false},{"text":"+(41-50) to all Attributes","optional":false}],"flavourText":"The victorious know only leadership,\r|the rest only servitude.","itemType":"Body Armour","chaosValue":1589.80,"exaltedValue":20.0,"count":1},{"id":1584,"name":"The Rat Cage","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/TheRatCage.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":68,"baseType":"Sharkskin Tunic","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,38.51,37.01,36.01,35.51,35.58,48.665],"totalChange":35.10},"implicitModifiers":[],"explicitModifiers":[{"text":"(102-120)% increased Evasion Rating","optional":false},{"text":"+(165-200) to maximum Life","optional":false},{"text":"-50% to Fire Resistance","optional":false},{"text":"15% increased Movement Speed","optional":false},{"text":"20% increased Fire Damage taken","optional":false},{"text":"10% of Fire Damage taken as Physical Damage","optional":false}],"flavourText":"The truth lies inside every man, if you dig around. \r|Many a confession was found in the bowels of Axiom.","itemType":"Body Armour","chaosValue":1033.37,"exaltedValue":13.0,"count":1},{"id":408,"name":"Demigod's Dominance","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/DemigodsArmour.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":20,"baseType":"Golden Mantle","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[null,null,null,0.0,-11.58,-19.93,-20.57],"totalChange":-20.21},"implicitModifiers":[{"text":"+(15-25)% to all Elemental Resistances"}],"explicitModifiers":[{"text":"+1 to Level of Socketed Gems","optional":false},{"text":"+(30-50) to all Attributes","optional":false}],"flavourText":"#4 Champion in the Hardcore Perandus Flashback Event","itemType":"Body Armour","chaosValue":953.88,"exaltedValue":12.0,"count":1},{"id":1319,"name":"Skyforth","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Boots/Skyforth.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":67,"baseType":"Sorcerer Boots","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-3.89,-2.41,-2.57,-3.16,-4.59,-6.805],"totalChange":-7.10},"implicitModifiers":[],"explicitModifiers":[{"text":"+(60-120) to maximum Mana","optional":false},{"text":"30% increased Movement Speed","optional":false},{"text":"25% chance to gain a Power Charge on Critical Strike","optional":false},{"text":"6% reduced Mana Reserved","optional":false},{"text":"You have no Life Regeneration","optional":false},{"text":"Stun Threshold is based on 500% of your Mana instead of Life","optional":false}],"flavourText":"The quick die young, the brilliant go mad,\r|and the powerful stand alone in a wasteland of their own creation.","itemType":"Boots","chaosValue":675.66,"exaltedValue":8.50,"count":39},{"id":1938,"name":"Atziri's Splendour","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/AtzirisSplendour.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":75,"baseType":"Sacrificial Garb","stackSize":0,"variant":"Armour","prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,-4.89,-11.05,-24.88,-19.27,-19.84,-20.31],"totalChange":-20.23},"implicitModifiers":[],"explicitModifiers":[{"text":"(380-420)% increased Armour","optional":false},{"text":"+(90-100) to maximum Life","optional":false},{"text":"+(20-24)% to all Elemental Resistances","optional":false},{"text":"+100 Life gained on Kill","optional":false},{"text":"+100 Mana gained on Kill","optional":false}],"flavourText":"\"When you have nothing to hide,\r|you have nothing to fear.\"\r|- Atziri, Queen of the Vaal","itemType":"Body Armour","chaosValue":636.80,"exaltedValue":8.01,"count":11},{"id":2250,"name":"Dialla's Malefaction","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/DiallasMalefaction.png?scale=1&scaleIndex=0&w=2&h=3","mapTier":0,"levelRequired":37,"baseType":"Sage's Robe","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,-24.14,-48.68,-53.47,-51.47,-52.26,-45.53],"totalChange":-44.68},"implicitModifiers":[],"explicitModifiers":[{"text":"Gems can be Socketed in this Item ignoring Socket Colour","optional":false},{"text":"Gems Socketed in Red Sockets have +1 to Level","optional":false},{"text":"Gems Socketed in Green Sockets have +10% to Quality","optional":false},{"text":"Gems Socketed in Blue Sockets gain 25% increased Experience","optional":false},{"text":"Has no Attribute Requirements","optional":false}],"flavourText":"He took me by my hand, promised me power beyond compare.\r|But I did not do it for power.\r|I did it for love.\r|And I'd do it again in an instant.","itemType":"Body Armour","chaosValue":636.56,"exaltedValue":8.01,"count":15},{"id":399,"name":"Death's Oath","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/Deathsoath.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":62,"baseType":"Astral Plate","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,-1.26,-2.32,2.28,5.73,11.15,15.50],"totalChange":27.13},"implicitModifiers":[{"text":"+(8-12)% to all Elemental Resistances"}],"explicitModifiers":[{"text":"Grants level 20 Death Aura Skill","optional":false},{"text":"+(40-50) to all Attributes","optional":false},{"text":"(10-15)% increased Attack Speed","optional":false},{"text":"(180-220)% increased Armour","optional":false},{"text":"+(60-70) to maximum Life","optional":false},{"text":"1% of Attack Damage Leeched as Life","optional":false},{"text":"You take 450 Chaos Damage per second for 3 seconds on Kill","optional":false},{"text":"Gore Footprints","optional":false}],"flavourText":"Tears of blood, aching heart,\r|My dear Isildria must depart.","itemType":"Body Armour","chaosValue":635.92,"exaltedValue":8.0,"count":25},{"id":1981,"name":"Tukohama's Fortress","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Shields/TukohamasFortress.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":61,"baseType":"Ebony Tower Shield","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-1.67,-2.46,-3.87,-4.11,-5.21,-0.425],"totalChange":2.12},"implicitModifiers":[{"text":"+(20-30) to maximum Life"}],"explicitModifiers":[{"text":"40% increased Totem Damage","optional":false},{"text":"+(80-100) to maximum Life","optional":false},{"text":"Can have up to 1 additional Totem summoned at a time","optional":false},{"text":"+300 Armour per active Totem","optional":false},{"text":"Blood Magic","optional":false}],"flavourText":"Tukohama couldn't lose a fight in his fortress,\r|So he carried his fortress to the fight.","itemType":"Shield","chaosValue":635.92,"exaltedValue":8.00,"count":38},{"id":1781,"name":"Victario's Influence","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/VictariosJacket.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":52,"baseType":"Lacquered Garb","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,5.93,5.80,3.51,1.86,13.12,17.035],"totalChange":19.57},"implicitModifiers":[],"explicitModifiers":[{"text":"+1 to Level of Socketed Aura Gems","optional":false},{"text":"Socketed Gems are Supported by level 30 Generosity","optional":false},{"text":"Socketed Gems have 30% reduced Mana Reservation","optional":false},{"text":"(120-150)% increased Evasion and Energy Shield","optional":false},{"text":"(20-40)% increased Area of Effect of Aura Skills","optional":false},{"text":"(10-15)% increased effect of Non-Curse Auras you Cast","optional":false}],"flavourText":"\"Every life is a story.\r|If you're not writing your own,\r|you'd better know who's writing it for you!\"\r|- Victario, the People's Poet","itemType":"Body Armour","chaosValue":622.50,"exaltedValue":7.83,"count":10},{"id":671,"name":"Infernal Mantle","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/Infernalmantle.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":65,"baseType":"Widowsilk Robe","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,-2.01,-4.27,-6.10,-10.41,-6.46,24.15],"totalChange":11.66},"implicitModifiers":[],"explicitModifiers":[{"text":"+1 to Level of Socketed Fire Gems","optional":false},{"text":"(25-35)% increased Fire Damage","optional":false},{"text":"100% increased Global Critical Strike Chance","optional":false},{"text":"(120-160)% increased Energy Shield","optional":false},{"text":"15% of Fire Damage Converted to Chaos Damage","optional":false},{"text":"25% increased Spell Damage taken when on Low Mana","optional":false}],"flavourText":"Despair hums, softly, deadly, in the bones of my enemies. \r|Eyes will burn, and souls wither, as they bask in my radiance.","itemType":"Body Armour","chaosValue":611.91,"exaltedValue":7.70,"count":16},{"id":1945,"name":"Atziri's Splendour","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/AtzirisSplendour.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":75,"baseType":"Sacrificial Garb","stackSize":0,"variant":"Evasion/ES/Life","prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,-8.15,-22.53,-28.71,-29.77,-23.23,-7.10],"totalChange":-10.41},"implicitModifiers":[],"explicitModifiers":[{"text":"(200-220)% increased Evasion and Energy Shield","optional":false},{"text":"+(90-100) to maximum Life","optional":false},{"text":"+(20-24)% to all Elemental Resistances","optional":false},{"text":"+100 Life gained on Kill","optional":false},{"text":"+100 Mana gained on Kill","optional":false}],"flavourText":"\"When you have nothing to hide,\r|you have nothing to fear.\"\r|- Atziri, Queen of the Vaal","itemType":"Body Armour","chaosValue":603.33,"exaltedValue":7.59,"count":2},{"id":1929,"name":"Atziri's Splendour","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/AtzirisSplendour.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":75,"baseType":"Sacrificial Garb","stackSize":0,"variant":"Evasion","prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,-8.58,-0.86,10.09,13.39,21.52,11.655],"totalChange":11.42},"implicitModifiers":[],"explicitModifiers":[{"text":"(380-420)% increased Evasion Rating","optional":false},{"text":"+(90-100) to maximum Life","optional":false},{"text":"+(20-24)% to all Elemental Resistances","optional":false},{"text":"+100 Life gained on Kill","optional":false},{"text":"+100 Mana gained on Kill","optional":false}],"flavourText":"\"When you have nothing to hide,\r|you have nothing to fear.\"\r|- Atziri, Queen of the Vaal","itemType":"Body Armour","chaosValue":598.77,"exaltedValue":7.53,"count":6},{"id":1268,"name":"Shavronne's Wrappings","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/BodyInt1CUnique.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":62,"baseType":"Occultist's Vestment","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,4.03,4.56,5.28,6.32,6.32,-1.03],"totalChange":-2.01},"implicitModifiers":[{"text":"(3-10)% increased Spell Damage"}],"explicitModifiers":[{"text":"(100-150)% increased Energy Shield","optional":false},{"text":"10% faster start of Energy Shield Recharge","optional":false},{"text":"+(30-40)% to Lightning Resistance","optional":false},{"text":"Reflects 1 to 250 Lightning Damage to Melee Attackers","optional":false},{"text":"Chaos Damage does not bypass Energy Shield","optional":false}],"flavourText":"Shavronne's apparel became ever more extravagant\r|as her body and soul became ever more corrupted.","itemType":"Body Armour","chaosValue":596.18,"exaltedValue":7.50,"count":49},{"id":1792,"name":"Vis Mortis","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/VisMortis.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":59,"baseType":"Necromancer Silks","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,-4.51,-8.45,-5.69,-8.29,-7.65,-7.015],"totalChange":-6.69},"implicitModifiers":[],"explicitModifiers":[{"text":"+(20-30) to maximum Mana","optional":false},{"text":"(200-220)% increased Energy Shield","optional":false},{"text":"Minions have 20% reduced maximum Life","optional":false},{"text":"Minions deal 15% increased Damage","optional":false},{"text":"+1 to maximum number of Spectres","optional":false},{"text":"Minions gain Unholy Might for 10 seconds on Kill","optional":false}],"flavourText":"Reap what others have sown\r|Muster them from their graves\r|Parade them for your pleasure\r|Zealots in mortis enslaved","itemType":"Body Armour","chaosValue":596.18,"exaltedValue":7.50,"count":49},{"id":1932,"name":"Atziri's Splendour","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/AtzirisSplendour.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":75,"baseType":"Sacrificial Garb","stackSize":0,"variant":"ES","prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,-4.32,-7.79,2.60,13.62,8.71,10.63],"totalChange":9.42},"implicitModifiers":[],"explicitModifiers":[{"text":"(271-300)% increased Energy Shield","optional":false},{"text":"+(70-80) to maximum Energy Shield","optional":false},{"text":"+(20-24)% to all Elemental Resistances","optional":false},{"text":"+100 Life gained on Kill","optional":false},{"text":"+100 Mana gained on Kill","optional":false}],"flavourText":"\"When you have nothing to hide,\r|you have nothing to fear.\"\r|- Atziri, Queen of the Vaal","itemType":"Body Armour","chaosValue":591.47,"exaltedValue":7.44,"count":10},{"id":209,"name":"Bronn's Lithe","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/Bronnslithe.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":53,"baseType":"Cutthroat's Garb","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,-3.27,-4.23,-0.79,4.53,3.99,-1.335],"totalChange":-1.01},"implicitModifiers":[],"explicitModifiers":[{"text":"+2 to Level of Socketed Movement Gems","optional":false},{"text":"10% increased Attack Speed","optional":false},{"text":"(35-50)% increased Damage with Movement Skills","optional":false},{"text":"(200-250)% increased Evasion Rating","optional":false},{"text":"10% increased Movement Speed","optional":false},{"text":"15% increased Attack and Cast Speed if you've used a Movement Skill Recently","optional":false}],"flavourText":"Forget your kite shield. Just put the biggest man\r| in the field between you and the archers.","itemType":"Body Armour","chaosValue":556.43,"exaltedValue":7.00,"count":49},{"id":287,"name":"Cloak of Tawm'r Isley","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/TomOReillyCloak.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":56,"baseType":"Savant's Robe","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,-10.08,-5.04,5.38,19.22,4.25,11.675],"totalChange":5.09},"implicitModifiers":[],"explicitModifiers":[{"text":"Socketed Minion Gems are Supported by Level 16 Life Leech","optional":false},{"text":"(160-200)% increased Energy Shield","optional":false},{"text":"Minions cannot be Blinded","optional":false},{"text":"Minions have 15% chance to Blind Enemies on hit","optional":false},{"text":"Found Magic Items drop Identified","optional":false}],"flavourText":"Renowned by those distinguished,\r|Exalted by the few.\r|He skulks in darkness, \r|and watches from beneath the city.","itemType":"Body Armour","chaosValue":556.43,"exaltedValue":7.00,"count":5},{"id":654,"name":"Hyrri's Ire","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/BodyDex3CUnique.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":65,"baseType":"Zodiac Leather","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,6.72,2.42,-2.76,0.06,-6.03,-5.16],"totalChange":-5.91},"implicitModifiers":[],"explicitModifiers":[{"text":"+(40-50) to Dexterity","optional":false},{"text":"Adds (50-60) to (70-80) Cold Damage to Attacks","optional":false},{"text":"(143-220)% increased Evasion Rating","optional":false},{"text":"25% increased Chill Duration on Enemies","optional":false},{"text":"10% chance to Dodge Attacks","optional":false},{"text":"10% chance to Dodge Spell Damage","optional":false}],"flavourText":"Hyrri loosed a barrage of arrows,\r|tipped with a poisoned hatred\r|only oppression can ferment.","itemType":"Body Armour","chaosValue":556.43,"exaltedValue":7.00,"count":8},{"id":658,"name":"Icetomb","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/Icetomb.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":39,"baseType":"Latticed Ringmail","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[null,null,null,null,0.0,22.5,153.515],"totalChange":178.22},"implicitModifiers":[],"explicitModifiers":[{"text":"+(34-39) to Strength","optional":false},{"text":"+(30-40) to Intelligence","optional":false},{"text":"(140-153)% increased Armour and Energy Shield","optional":false},{"text":"+(50-75)% to Cold Resistance","optional":false},{"text":"Cannot be Chilled","optional":false},{"text":"150% increased Chill Duration on Enemies","optional":false}],"flavourText":"When Solaris closes his burning eye\r|At the end of time,\r|the world will perish in ice.","itemType":"Body Armour","chaosValue":556.43,"exaltedValue":7.0,"count":1},{"id":2240,"name":"Yriel's Fostering","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/PaleCouncilArmour.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":62,"baseType":"Exquisite Leather","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,2.15,3.40,1.94,4.87,-1.59,-6.93],"totalChange":-5.57},"implicitModifiers":[],"explicitModifiers":[{"text":"Grants level 20 Summon Beastial Rhoa Skill","optional":true},{"text":"Grants level 20 Summon Beastial Snake Skill","optional":true},{"text":"Grants level 20 Summon Beastial Ursa Skill","optional":true},{"text":"Grants level 20 Summon Bestial Rhoa Skill","optional":true},{"text":"Grants level 20 Summon Bestial Snake Skill","optional":true},{"text":"Grants level 20 Summon Bestial Ursa Skill","optional":true},{"text":"+(300-400) to Accuracy Rating","optional":false},{"text":"(130-150)% increased Evasion Rating","optional":false},{"text":"+(90-100) to maximum Life","optional":false},{"text":"Projectile Attack Skills have (40-60)% increased Critical Strike Chance","optional":false},{"text":"Projectiles from Attacks have 20% chance to inflict Bleeding on Hit while\nyou have a Beastial Minion","optional":true},{"text":"Projectiles from Attacks have 20% chance to inflict Bleeding on Hit while\nyou have a Bestial Minion","optional":true},{"text":"Projectiles from Attacks have 20% chance to Maim on Hit while\nyou have a Beastial Minion","optional":true},{"text":"Projectiles from Attacks have 20% chance to Maim on Hit while\nyou have a Bestial Minion","optional":true},{"text":"Projectiles from Attacks have 20% chance to Poison on Hit while\nyou have a Beastial Minion","optional":true},{"text":"Projectiles from Attacks have 20% chance to Poison on Hit while\nyou have a Bestial Minion","optional":true},{"text":"Adds (13-17)(-28--23) Chaos Damage to Attacks while you have a Beastial Minion","optional":true},{"text":"Adds (13-19)(-29--23) Chaos Damage to Attacks while you have a Bestial Minion","optional":true},{"text":"Adds (11-13)(-25--24) Physical Damage to Attacks while you have a Beastial Minion","optional":true},{"text":"Adds (11-16)(-25--21) Physical Damage to Attacks while you have a Bestial Minion","optional":true},{"text":"(11-14)% increased Attack and Movement Speed while you have a Beastial Minion","optional":true},{"text":"(10-15)% increased Attack and Movement Speed while you have a Bestial Minion","optional":true}],"flavourText":"Feed a beast and it will not hunt.\r|Protect it and it will not fight.\r|Ferocity must be learned, not taught.\r|It is suffering that forges the greatest warriors.","itemType":"Body Armour","chaosValue":556.43,"exaltedValue":7.00,"count":49},{"id":1333,"name":"Soul Mantle","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/SoulMantle.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":49,"baseType":"Spidersilk Robe","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,2.20,2.22,1.47,-1.12,0.64,-1.08],"totalChange":-1.30},"implicitModifiers":[],"explicitModifiers":[{"text":"Socketed Gems are Supported by level 20 Spell Totem","optional":false},{"text":"(20-25)% increased Spell Damage","optional":false},{"text":"(100-120)% increased Energy Shield","optional":false},{"text":"50% increased Totem Life","optional":false},{"text":"Can have up to 1 additional Totem summoned at a time","optional":false},{"text":"Inflicts a random level 20 Curse on you when your Totems die","optional":false}],"flavourText":"The greatest mistakes cause suffering \r|long after they have been made","itemType":"Body Armour","chaosValue":555.83,"exaltedValue":6.99,"count":49},{"id":2023,"name":"The Perfect Form","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/ThePerfectForm.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":65,"baseType":"Zodiac Leather","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,-1.30,-2.31,-3.04,1.31,1.21,-6.975],"totalChange":-6.95},"implicitModifiers":[],"explicitModifiers":[{"text":"(30-50)% increased Evasion Rating","optional":false},{"text":"+(50-80) to maximum Life","optional":false},{"text":"-30% to Cold Resistance","optional":false},{"text":"(5-10)% increased Dexterity","optional":false},{"text":"100% reduced Arctic Armour Mana Reservation","optional":false},{"text":"Evasion Rating is increased by Uncapped Cold Resistance","optional":false},{"text":"Phase Acrobatics","optional":false}],"flavourText":"We share one space,\r|speak one voice,\r|act through one body.\r|A flawless crystal.\r|Brittle.","itemType":"Body Armour","chaosValue":554.36,"exaltedValue":6.97,"count":49},{"id":151,"name":"Belly of the Beast","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/bellyofthebeast.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":46,"baseType":"Full Wyrmscale","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,-0.79,1.05,-0.94,-2.61,-3.77,-4.875],"totalChange":-4.60},"implicitModifiers":[],"explicitModifiers":[{"text":"(150-200)% increased Armour","optional":false},{"text":"(30-40)% increased maximum Life","optional":false},{"text":"+(10-15)% to all Elemental Resistances","optional":false},{"text":"50% increased Flask Life Recovery rate","optional":false},{"text":"Extra gore","optional":false}],"flavourText":"There is no safer place\r|Than the Belly of the Beast","itemType":"Body Armour","chaosValue":551.38,"exaltedValue":6.94,"count":49},{"id":664,"name":"Incandescent Heart","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/Illuminatis.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":70,"baseType":"Saintly Chainmail","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,-1.38,-4.33,-4.34,-6.97,-13.09,-3.74],"totalChange":5.75},"implicitModifiers":[],"explicitModifiers":[{"text":"(220-240)% increased Armour and Energy Shield","optional":false},{"text":"+(80-90) to maximum Life","optional":false},{"text":"(0.8-1)% of Attack Damage Leeched as Life","optional":false},{"text":"Gain (10-20)% of Elemental Damage as Extra Chaos Damage","optional":false},{"text":"25% of Elemental Damage taken as Chaos Damage","optional":false},{"text":"(20-30)% increased Light Radius","optional":false},{"text":"Light Radius is based on Energy Shield instead of Life","optional":false}],"flavourText":"Only light may banish the shadows from this land\r|And the black lies wrapped around your heart","itemType":"Body Armour","chaosValue":542.20,"exaltedValue":6.82,"count":10},{"id":762,"name":"Lioneye's Vision","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/LioneyesArmour.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":59,"baseType":"Crusader Plate","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,0.60,0.06,-2.45,-5.58,-1.56,-2.635],"totalChange":-2.79},"implicitModifiers":[],"explicitModifiers":[{"text":"Socketed Gems are Supported by Level 15 Pierce","optional":false},{"text":"(200-250)% increased Armour","optional":false},{"text":"+(60-100) to maximum Life","optional":false},{"text":"0.4% of Physical Attack Damage Leeched as Mana","optional":false},{"text":"Enemy Projectiles Pierce you","optional":false}],"flavourText":"\"The Virtue Gems are a gift from the land, \r|our land, and we will not let our gifts\r|be destroyed by savages.\"\r|- Marceus Lioneye","itemType":"Body Armour","chaosValue":536.56,"exaltedValue":6.75,"count":22},{"id":562,"name":"Geofri's Sanctuary","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/GeofriSanctuary.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":64,"baseType":"Elegant Ringmail","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,-12.42,-15.45,-14.16,-24.13,-25.39,-23.235],"totalChange":-21.07},"implicitModifiers":[],"explicitModifiers":[{"text":"(50-75)% increased Armour and Energy Shield","optional":false},{"text":"+(60-70) to maximum Life","optional":false},{"text":"+(30-40) to maximum Energy Shield","optional":false},{"text":"+(14-18)% to all Elemental Resistances","optional":false},{"text":"+2 maximum Energy Shield per +5 Strength","optional":false},{"text":"Zealot's Oath","optional":false}],"flavourText":"Faith does not make us invulnerable.\r|It makes us immortal.","itemType":"Body Armour","chaosValue":529.24,"exaltedValue":6.66,"count":16},{"id":994,"name":"Queen of the Forest","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/QueenoftheForest.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":59,"baseType":"Destiny Leather","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,0.47,-4.99,-9.86,-10.22,-7.53,-4.395],"totalChange":-5.35},"implicitModifiers":[],"explicitModifiers":[{"text":"(240-380)% increased Evasion Rating","optional":false},{"text":"+(60-70) to maximum Life","optional":false},{"text":"+(6-10)% to Fire Resistance","optional":false},{"text":"+(26-40)% to Cold Resistance","optional":false},{"text":"+(11-25)% to Lightning Resistance","optional":false},{"text":"25% reduced Movement Speed","optional":false},{"text":"1% increased Movement Speed per 450 Evasion Rating","optional":false},{"text":"(-50--40) Physical Damage taken when Hit by Animals","optional":false}],"flavourText":"Shedding away her regal past, \r|she forged a new destiny. \r|Sacrificing the ephemeral joys of man, \r|she embraced the eternal grasp of nature. \r|Seizing her one true wish, \r|she found peace at last.","itemType":"Body Armour","chaosValue":516.68,"exaltedValue":6.50,"count":49},{"id":1922,"name":"Atziri's Splendour","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/AtzirisSplendour.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":75,"baseType":"Sacrificial Garb","stackSize":0,"variant":"Armour/Evasion","prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,17.63,15.61,14.78,13.23,10.82,8.08],"totalChange":7.48},"implicitModifiers":[],"explicitModifiers":[{"text":"(200-220)% increased Armour and Evasion","optional":false},{"text":"+(90-100) to maximum Life","optional":false},{"text":"+(20-24)% to all Elemental Resistances","optional":false},{"text":"+100 Life gained on Kill","optional":false},{"text":"+100 Mana gained on Kill","optional":false}],"flavourText":"\"When you have nothing to hide,\r|you have nothing to fear.\"\r|- Atziri, Queen of the Vaal","itemType":"Body Armour","chaosValue":513.20,"exaltedValue":6.46,"count":6},{"id":225,"name":"Carcass Jack","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/CarcassJack.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":62,"baseType":"Varnished Coat","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,0.05,-1.59,-3.11,-5.59,-3.84,-3.29],"totalChange":-0.40},"implicitModifiers":[],"explicitModifiers":[{"text":"(120-150)% increased Evasion and Energy Shield","optional":false},{"text":"+(50-70) to maximum Life","optional":false},{"text":"+(9-12)% to all Elemental Resistances","optional":false},{"text":"20% increased Area of Effect of Area Skills","optional":false},{"text":"(40-50)% increased Area Damage","optional":false},{"text":"Extra gore","optional":false}],"flavourText":"\"...The discomfort shown by the others is amusing, but none\r|can deny that my work has made quite the splash...\"\r|- Maligaro's Journal","itemType":"Body Armour","chaosValue":486.81,"exaltedValue":6.12,"count":49},{"id":1941,"name":"Atziri's Splendour","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/AtzirisSplendour.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":75,"baseType":"Sacrificial Garb","stackSize":0,"variant":"Armour/ES/Life","prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,3.28,-1.57,-5.59,10.65,7.69,-3.395],"totalChange":4.09},"implicitModifiers":[],"explicitModifiers":[{"text":"(200-220)% increased Armour and Energy Shield","optional":false},{"text":"+(90-100) to maximum Life","optional":false},{"text":"+(20-24)% to all Elemental Resistances","optional":false},{"text":"+100 Life gained on Kill","optional":false},{"text":"+100 Mana gained on Kill","optional":false}],"flavourText":"\"When you have nothing to hide,\r|you have nothing to fear.\"\r|- Atziri, Queen of the Vaal","itemType":"Body Armour","chaosValue":486.43,"exaltedValue":6.12,"count":3},{"id":281,"name":"Cloak of Defiance","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/CloakOfDefiance.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":52,"baseType":"Lacquered Garb","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,-1.26,-3.61,-4.97,-3.81,-3.35,-4.125],"totalChange":-3.69},"implicitModifiers":[],"explicitModifiers":[{"text":"(110-150)% increased Evasion and Energy Shield","optional":false},{"text":"+(100-150) to maximum Mana","optional":false},{"text":"1% of Mana Regenerated per second","optional":false},{"text":"10% of Damage is taken from Mana before Life","optional":false},{"text":"Mind Over Matter","optional":false}],"flavourText":"When the throat roars,\r|As eyes weep,\r|When the hand grips hard\r|With trembling fingers,\r|When belly twists\r|Yet legs stand strong,\r|That is the work\r|Of the Defiant Heart.","itemType":"Body Armour","chaosValue":476.94,"exaltedValue":6.00,"count":19},{"id":597,"name":"Greed's Embrace","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/GreedsEmbrace.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":56,"baseType":"Golden Plate","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,-4.42,-19.79,-23.95,-20.25,-20.99,-16.65],"totalChange":-15.75},"implicitModifiers":[],"explicitModifiers":[{"text":"(10-15)% increased Quantity of Items found","optional":false},{"text":"(30-50)% increased Rarity of Items found","optional":false},{"text":"-10% to Fire Resistance","optional":false},{"text":"+(20-30)% to Cold Resistance","optional":false},{"text":"-20% to Lightning Resistance","optional":false},{"text":"20% reduced Movement Speed","optional":false},{"text":"30% reduced Strength Requirement","optional":false}],"flavourText":"Some would question if the risk was worth it.\r|The rest were already dead.","itemType":"Body Armour","chaosValue":476.94,"exaltedValue":6.00,"count":46},{"id":718,"name":"Kingsguard","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/Kingsguard.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":61,"baseType":"Conquest Chainmail","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,-6.96,-5.60,-4.77,-6.09,-8.79,13.72],"totalChange":14.53},"implicitModifiers":[],"explicitModifiers":[{"text":"(150-170)% increased Armour and Energy Shield","optional":false},{"text":"+(62-90) to maximum Life","optional":false},{"text":"+(50-70) to maximum Mana","optional":false},{"text":"30% increased Endurance Charge Duration","optional":false},{"text":"Gain 100 Life when an Endurance Charge expires or is consumed","optional":false}],"flavourText":"The toughest armour is the trust of your people.","itemType":"Body Armour","chaosValue":476.94,"exaltedValue":6.00,"count":3},{"id":721,"name":"Kintsugi","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/Kintsugi.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":62,"baseType":"Exquisite Leather","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,-0.77,-1.68,-2.55,-0.78,-3.35,-4.125],"totalChange":-3.69},"implicitModifiers":[],"explicitModifiers":[{"text":"(100-120)% increased Evasion Rating","optional":false},{"text":"+(60-80) to maximum Life","optional":false},{"text":"+30% to Fire Resistance","optional":false},{"text":"20% less Damage taken if you have not been Hit Recently","optional":false},{"text":"50% increased Evasion Rating if you have been Hit Recently","optional":false}],"flavourText":"Do not hide your flaws, your cracks,\r|mend them, and display them proudly.\r|For it is these that set us apart.","itemType":"Body Armour","chaosValue":476.94,"exaltedValue":6.00,"count":18},{"id":1060,"name":"Rigwald's Quills","icon":"http://web.poecdn.com/image/Art/2DItems/Quivers/RigwaldsQuills.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":56,"baseType":"Two-Point Arrow Quiver","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,1.54,6.69,10.76,18.67,17.43,21.705],"totalChange":26.38},"implicitModifiers":[{"text":"(20-30)% increased Accuracy Rating"}],"explicitModifiers":[{"text":"-10% to Fire Resistance","optional":false},{"text":"+(20-30)% to Lightning Resistance","optional":false},{"text":"+7 Life gained for each Enemy hit by your Attacks","optional":false},{"text":"20% reduced Projectile Speed","optional":false},{"text":"(30-50)% increased Projectile Damage","optional":false},{"text":"Projectiles Fork","optional":false}],"flavourText":"The fortunate inscribe their legacy\r|in the pages of history books.\r|The rest of us must leave our mark with our blood\r|or the blood of others.","itemType":"Quiver","chaosValue":476.94,"exaltedValue":6.00,"count":15},{"id":1443,"name":"The Brass Dome","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/DomeOfBrass.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":65,"baseType":"Gladiator Plate","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,-4.47,-7.70,-10.53,-12.03,-14.58,-15.265],"totalChange":-14.88},"implicitModifiers":[],"explicitModifiers":[{"text":"30% reduced Chance to Block Attacks and Spells","optional":false},{"text":"(600-650)% increased Armour","optional":false},{"text":"10% reduced Movement Speed","optional":false},{"text":"50% increased Shock Duration on You","optional":false},{"text":"Take no Extra Damage from Critical Strikes","optional":false}],"flavourText":"The turtle's shell one day becomes its tomb.","itemType":"Body Armour","chaosValue":476.94,"exaltedValue":6.00,"count":27},{"id":1587,"name":"The Restless Ward","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/TheRestlessWard.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":71,"baseType":"Carnal Armour","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[null,0.0,-7.57,-3.08,-4.67,-5.52,-5.39],"totalChange":-4.96},"implicitModifiers":[{"text":"+(20-25) to maximum Mana"}],"explicitModifiers":[{"text":"(220-249)% increased Evasion and Energy Shield","optional":false},{"text":"+(62-80) to maximum Life","optional":false},{"text":"1% increased Movement Speed per Frenzy Charge","optional":false},{"text":"(20.3-29.7) Life Regenerated per second per Endurance Charge","optional":false},{"text":"100% increased Endurance, Frenzy and Power Charge Duration","optional":false}],"flavourText":"Use the dead to stave off death,\r|An armour of bones and rot.\r|Hanging on with bated breath,\r|One lapse and all for naught.","itemType":"Body Armour","chaosValue":476.94,"exaltedValue":6.00,"count":3},{"id":2239,"name":"Dendrobate","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/Dendrobatis.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":59,"baseType":"Sentinel Jacket","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,-3.58,-0.64,-14.49,-9.99,-3.72,-0.97],"totalChange":-1.24},"implicitModifiers":[],"explicitModifiers":[{"text":"Socketed Gems are Supported by Level 10 Lesser Poison","optional":false},{"text":"(130-150)% increased Evasion and Energy Shield","optional":false},{"text":"+40 to maximum Energy Shield","optional":false},{"text":"+(15-25)% to all Elemental Resistances","optional":false},{"text":"(75-100)% increased Damage with Poison if you have at least 300 Dexterity","optional":false},{"text":"(16-25)% increased Poison Duration at least 150 Intelligence","optional":true},{"text":"(15-25)% increased Poison Duration if you have at least 150 Intelligence","optional":false}],"flavourText":"Ask any tracker and they'll tell you:\r|the most dangerous animals\r|are the ones who don't bother to hide.","itemType":"Body Armour","chaosValue":476.94,"exaltedValue":6.00,"count":18},{"id":2164,"name":"Gruthkul's Pelt","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/WilefangsPelt.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":38,"baseType":"Wyrmscale Doublet","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,3.74,-4.32,-10.25,-15.33,-15.63,-14.165],"totalChange":-14.52},"implicitModifiers":[],"explicitModifiers":[{"text":"(60-100)% increased Physical Damage","optional":false},{"text":"+(130-160) to maximum Life","optional":false},{"text":"+(20-40)% to Cold Resistance","optional":false},{"text":"2% of Life Regenerated per second","optional":false},{"text":"15% increased Character Size","optional":false},{"text":"Spell Skills deal no Damage","optional":false},{"text":"Your Spells are disabled","optional":false}],"flavourText":"Simple is the life of the bear.","itemType":"Body Armour","chaosValue":465.19,"exaltedValue":5.85,"count":23},{"id":265,"name":"Cherrubim's Maleficence","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/CherrubimsCrave.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":69,"baseType":"Triumphant Lamellar","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,1.81,14.89,8.17,6.61,11.08,3.315],"totalChange":1.05},"implicitModifiers":[],"explicitModifiers":[{"text":"(50-80)% increased Chaos Damage","optional":false},{"text":"(160-200)% increased Armour and Evasion","optional":false},{"text":"+(70-100) to maximum Life","optional":false},{"text":"100% increased Life Leeched per second","optional":false}],"flavourText":"\"The Consort of Chaos descended,\r|swiftly, brutally, artfully, she consumed the living,\r|leaving naught behind but a Rosemarie bloom,\r|to celebrate the massacre.\"\r|- Blass, explorer, hunter, adventurer","itemType":"Body Armour","chaosValue":451.14,"exaltedValue":5.68,"count":49},{"id":1923,"name":"Atziri's Splendour","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/AtzirisSplendour.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":75,"baseType":"Sacrificial Garb","stackSize":0,"variant":"Evasion/ES","prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,6.91,9.74,5.87,0.91,-9.37,-8.10],"totalChange":-9.03},"implicitModifiers":[],"explicitModifiers":[{"text":"(200-220)% increased Evasion and Energy Shield","optional":false},{"text":"+(70-80) to maximum Energy Shield","optional":false},{"text":"+(20-24)% to all Elemental Resistances","optional":false},{"text":"+100 Life gained on Kill","optional":false},{"text":"+100 Mana gained on Kill","optional":false}],"flavourText":"\"When you have nothing to hide,\r|you have nothing to fear.\"\r|- Atziri, Queen of the Vaal","itemType":"Body Armour","chaosValue":439.06,"exaltedValue":5.52,"count":4},{"id":2227,"name":"Tinkerskin","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/TrapperArmour.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":68,"baseType":"Sadist Garb","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,-0.34,-2.39,-5.83,-4.06,6.24,-1.07],"totalChange":-2.99},"implicitModifiers":[],"explicitModifiers":[{"text":"(140-170)% increased Evasion and Energy Shield","optional":false},{"text":"+(60-90) to maximum Life","optional":false},{"text":"(20-30)% increased Cooldown Recovery Speed for throwing Traps","optional":false},{"text":"15% chance to gain a Frenzy Charge when your Trap is triggered by an Enemy","optional":false},{"text":"30% chance to gain Phasing for 4 seconds when your Trap is triggered by an Enemy","optional":false},{"text":"Recover 100 Life when your Trap is triggered by an Enemy","optional":false},{"text":"Recover 50 Energy Shield when your Trap is triggered by an Enemy","optional":false}],"flavourText":"Thin is the line between mechanical genius and magic.","itemType":"Body Armour","chaosValue":437.20,"exaltedValue":5.50,"count":18},{"id":1919,"name":"Atziri's Splendour","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/AtzirisSplendour.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":75,"baseType":"Sacrificial Garb","stackSize":0,"variant":"Armour/Evasion/ES","prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,-33.30,-35.69,-42.53,-43.28,-40.87,-41.07],"totalChange":-41.15},"implicitModifiers":[],"explicitModifiers":[{"text":"(272-340)% increased Armour, Evasion and Energy Shield","optional":false},{"text":"+(20-24)% to all Elemental Resistances","optional":false},{"text":"+100 Life gained on Kill","optional":false},{"text":"+100 Mana gained on Kill","optional":false}],"flavourText":"\"When you have nothing to hide,\r|you have nothing to fear.\"\r|- Atziri, Queen of the Vaal","itemType":"Body Armour","chaosValue":416.43,"exaltedValue":5.24,"count":3},{"id":347,"name":"Daresso's Defiance","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/DaressosDefiance.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":68,"baseType":"Full Dragonscale","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,-5.57,-5.96,-16.24,-13.19,0.13,1.73],"totalChange":1.82},"implicitModifiers":[],"explicitModifiers":[{"text":"(160-200)% increased Armour and Evasion","optional":false},{"text":"+(40-60) to maximum Life","optional":false},{"text":"(0.4-0.6)% of Physical Attack Damage Leeched as Life","optional":false},{"text":"6% chance to Dodge Attacks","optional":false},{"text":"You lose all Endurance Charges when Hit","optional":false},{"text":"You gain an Endurance Charge on Kill","optional":false},{"text":"You gain Onslaught for 2 seconds per Endurance Charge when Hit","optional":false}],"flavourText":"\"When your back is against the wall,\r|And your opponent is bleeding you dry,\r|There is only one appropriate response:\r|Unbridled, overwhelming violence.\"\r|- Daresso, the Sword King","itemType":"Body Armour","chaosValue":397.45,"exaltedValue":5.00,"count":10},{"id":1428,"name":"The Beast Fur Shawl","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/BeastFurShawl.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":68,"baseType":"Vaal Regalia","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,-1.55,-7.28,-20.00,-17.70,-18.89,-19.545],"totalChange":-19.18},"implicitModifiers":[],"explicitModifiers":[{"text":"40% increased Spell Damage","optional":false},{"text":"(110-130)% increased Energy Shield","optional":false},{"text":"+(15-25) to maximum Energy Shield","optional":false},{"text":"10% increased Area of Effect of Area Skills","optional":false},{"text":"5% increased Damage taken","optional":false},{"text":"(30-40)% increased Energy Shield Recovery rate","optional":false}],"flavourText":"The quickest way to understand\r|your own strengths and weaknesses\r|is to walk in the skin of another.","itemType":"Body Armour","chaosValue":397.45,"exaltedValue":5.00,"count":8},{"id":1465,"name":"The Covenant","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/Embrace.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":49,"baseType":"Spidersilk Robe","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,1.07,2.56,1.47,-0.90,0.36,-15.57],"totalChange":-14.69},"implicitModifiers":[],"explicitModifiers":[{"text":"Socketed Gems are Supported by level 15 Added Chaos Damage","optional":false},{"text":"Socketed Gems have Blood Magic","optional":false},{"text":"+(20-30) to Intelligence","optional":false},{"text":"10% increased maximum Life","optional":false},{"text":"(210-250)% increased Energy Shield","optional":false}],"flavourText":"My Soul is your Strength\r|My Price is your Blood","itemType":"Body Armour","chaosValue":397.45,"exaltedValue":5.00,"count":49},{"id":1812,"name":"Voll's Protector","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/StrInt3AUnique.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":35,"baseType":"Holy Chainmail","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,-6.05,-1.54,-9.02,-9.58,-10.67,2.225],"totalChange":5.57},"implicitModifiers":[],"explicitModifiers":[{"text":"60% increased Armour and Energy Shield","optional":false},{"text":"50% reduced maximum Mana","optional":false},{"text":"Gain a Power Charge for each Enemy you hit with a Critical Strike","optional":false}],"flavourText":"Although a great leader during the war,\r|Voll proved disastrous in times of peace.","itemType":"Body Armour","chaosValue":396.72,"exaltedValue":4.99,"count":34},{"id":2241,"name":"The Coming Calamity","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/SpiritHarness.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":53,"baseType":"Destroyer Regalia","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,-0.47,-6.29,-14.02,-15.89,-13.83,-14.95],"totalChange":-11.42},"implicitModifiers":[],"explicitModifiers":[{"text":"+2 to Level of Socketed Herald Gems","optional":false},{"text":"(80-100)% increased Energy Shield","optional":false},{"text":"35% chance to avoid being Stunned for each Herald Skill affecting you","optional":false},{"text":"Mana Reservation of Herald Skills is always 45%","optional":false}],"flavourText":"Whiff of cold, tiny spark, faintest flicker in the dark.\r|Embers swirl, ice takes form, sky exposed - Death's perfect storm.\r|Frost and thunder, flames shine bright, ruin walks the land tonight.\r|By your hand they dance and bend, wield them and brook no end.","itemType":"Body Armour","chaosValue":395.53,"exaltedValue":4.98,"count":21},{"id":750,"name":"Lightning Coil","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/LightningCoil.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":60,"baseType":"Desert Brigandine","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,-2.22,-3.71,-11.10,-12.12,-9.96,-11.725],"totalChange":-13.07},"implicitModifiers":[],"explicitModifiers":[{"text":"Adds 1 to (20-30) Lightning Damage to Attacks","optional":false},{"text":"(90-120)% increased Armour and Evasion","optional":false},{"text":"+(60-80) to maximum Life","optional":false},{"text":"-60% to Lightning Resistance","optional":false},{"text":"30% of Physical Damage taken as Lightning Damage","optional":false}],"flavourText":"\"There's nothing like imminent death\r|to galvanize one's purpose in life.\"\r|- Malachai the Soulless.","itemType":"Body Armour","chaosValue":388.51,"exaltedValue":4.89,"count":49},{"id":310,"name":"Cospri's Will","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/CosprisWill.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":68,"baseType":"Assassin's Garb","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,3.20,11.05,4.36,-2.48,-1.58,-2.615],"totalChange":-5.43},"implicitModifiers":[{"text":"3% increased Movement Speed"}],"explicitModifiers":[{"text":"(120-160)% increased Evasion Rating","optional":false},{"text":"+(17-29)% to Chaos Resistance","optional":false},{"text":"Enemies can have 1 additional Curse","optional":false},{"text":"Your Curses can apply to Hexproof Enemies","optional":false},{"text":"60% chance to Poison on Hit against Cursed Enemies","optional":false}],"flavourText":"Curse their vile Council,\r|They cast me aside as if I am some bastard child.\r|If they only knew the power I possess.","itemType":"Body Armour","chaosValue":380.00,"exaltedValue":4.78,"count":20},{"id":109,"name":"Ashrend","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/Ashrend.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":17,"baseType":"Buckskin Tunic","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,-28.38,-24.55,-10.43,-19.99,-22.89,-23.545],"totalChange":-20.20},"implicitModifiers":[],"explicitModifiers":[{"text":"Socketed Gems are Supported by level 10 Added Fire Damage","optional":false},{"text":"(81-100)% increased Evasion Rating","optional":false},{"text":"+(31-50) to maximum Life","optional":false},{"text":"+(40-50)% to Fire Resistance","optional":false},{"text":"Cannot be Ignited","optional":false},{"text":"(10-15)% increased Physical Damage with Ranged Weapons","optional":false},{"text":"(-7--5) Physical Damage taken from Attacks","optional":false}],"flavourText":"The blasted oak stands forever.","itemType":"Body Armour","chaosValue":356.91,"exaltedValue":4.49,"count":6},{"id":1900,"name":"Ylfeban's Trickery","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Helmets/Ylfeban.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":69,"baseType":"Hubris Circlet","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,79.61,143.14,77.80,63.60,73.87,101.42],"totalChange":119.46},"implicitModifiers":[],"explicitModifiers":[{"text":"Trigger Level 10 Shock Ground when Hit","optional":false},{"text":"Adds 1 to (60-80) Lightning Damage to Spells and Attacks","optional":false},{"text":"(130-170)% increased Energy Shield","optional":false},{"text":"+(25-35)% to Lightning Resistance","optional":false},{"text":"20% chance to Curse non-Cursed Enemies with a random Curse on Hit","optional":false}],"flavourText":"An angry god is one thing, \r|but you should really fear a god \r|with an unpredictable sense of humour.","itemType":"Helmet","chaosValue":314.58,"exaltedValue":3.96,"count":5},{"id":392,"name":"Death's Door","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Boots/Deathsdoor.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":64,"baseType":"Crusader Boots","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-6.06,-17.04,-14.48,-16.64,-8.08,1.185],"totalChange":-0.43},"implicitModifiers":[],"explicitModifiers":[{"text":"+(20-40) to Strength","optional":false},{"text":"200% increased Armour and Energy Shield","optional":false},{"text":"+(10-15)% to all Elemental Resistances","optional":false},{"text":"25% increased Movement Speed","optional":false},{"text":"+1 to Maximum Endurance Charges","optional":false},{"text":"50% increased Elemental Ailment Duration on You","optional":false},{"text":"Cannot be inflicted with Bleeding","optional":false}],"flavourText":"To extend your life as long as possible\r|is to extend all the maladies that come with it.","itemType":"Boots","chaosValue":295.64,"exaltedValue":3.72,"count":49},{"id":869,"name":"Null and Void","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Gloves/NullAndVoid.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":57,"baseType":"Legion Gloves","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-9.88,-9.35,-9.06,-9.90,-4.74,-2.925],"totalChange":-3.49},"implicitModifiers":[],"explicitModifiers":[{"text":"+(20-30) to Strength","optional":false},{"text":"(150-180)% increased Armour and Energy Shield","optional":false},{"text":"+(50-70) to maximum Life","optional":false},{"text":"(20-40)% increased Mana Regeneration Rate","optional":false},{"text":"Dispels Elemental Ailments on Rampage","optional":false},{"text":"Gain Immunity to Physical Damage for 1.5 seconds on Rampage","optional":false},{"text":"Rampage","optional":false}],"flavourText":"What is freedom but a clean slate\r|in an unclean world?","itemType":"Gloves","chaosValue":266.37,"exaltedValue":3.35,"count":7},{"id":703,"name":"Kaom's Heart","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/BodyStr3CUnique.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":68,"baseType":"Glorious Plate","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-0.54,0.05,-0.84,-2.42,-1.12,-3.62],"totalChange":-5.01},"implicitModifiers":[],"explicitModifiers":[{"text":"Has no Sockets","optional":false},{"text":"(20-40)% increased Fire Damage","optional":false},{"text":"+500 to maximum Life","optional":false}],"flavourText":"The warrior who\r|fears will fall.","itemType":"Body Armour","chaosValue":254.38,"exaltedValue":3.20,"count":49},{"id":203,"name":"Briskwrap","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/Briskwrap.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":9,"baseType":"Strapped Leather","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,10.44,-8.30,-14.38,-21.21,-21.62,-27.335],"totalChange":-26.25},"implicitModifiers":[],"explicitModifiers":[{"text":"10% increased Attack Speed","optional":false},{"text":"+(122-180) to Evasion Rating","optional":false},{"text":"+(31-39)% to Cold Resistance","optional":false},{"text":"5% increased Movement Speed","optional":false},{"text":"(20-25)% increased Mana Recovery from Flasks","optional":false},{"text":"15% increased Dexterity","optional":false}],"flavourText":"\"I carry neither food nor drink. I rely on the charity\r|of my fellow wayfarers. Dead men are generous men.\"\r|- Taruk of the Wildmen","itemType":"Body Armour","chaosValue":238.47,"exaltedValue":3.00,"count":3},{"id":284,"name":"Cloak of Flame","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/BodyInt1Aunique.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":18,"baseType":"Scholar's Robe","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,-4.13,-5.48,-6.17,-6.31,-6.47,-7.22],"totalChange":-7.64},"implicitModifiers":[],"explicitModifiers":[{"text":"+(30-50)% to Fire Resistance","optional":false},{"text":"(30-50)% increased Ignite Duration on Enemies","optional":false},{"text":"10% chance to Ignite","optional":false},{"text":"Reflects 15 Fire Damage to Melee Attackers","optional":false},{"text":"20% of Physical Damage taken as Fire Damage","optional":false}],"flavourText":"He who sows an ember shall reap an inferno.","itemType":"Body Armour","chaosValue":238.47,"exaltedValue":3.00,"count":5},{"id":1971,"name":"Abberath's Hooves","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Boots/AbberathsHooves.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":12,"baseType":"Goathide Boots","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-1.06,-4.53,-8.73,-4.84,-5.81,-3.555],"totalChange":-3.54},"implicitModifiers":[],"explicitModifiers":[{"text":"+(20-30) to Strength","optional":false},{"text":"15% increased Movement Speed","optional":false},{"text":"(6-10)% chance to Ignite","optional":false},{"text":"When you Kill an Ignited Enemy, inflict an equivalent Ignite on each nearby Enemy","optional":false},{"text":"Casts level 7 Abberath's Fury when equipped","optional":false},{"text":"1% increased Fire Damage per 20 Strength","optional":false},{"text":"Burning Hoofprints","optional":false}],"flavourText":"The Goat King knew not of war,\r|of the lands and laws he trampled.\r|The Goat King knew only joy\r|at turning life to ash.","itemType":"Boots","chaosValue":190.00,"exaltedValue":2.39,"count":49},{"id":1111,"name":"Seven-League Step","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Boots/BootsDexUnique3.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":55,"baseType":"Rawhide Boots","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-2.19,-5.67,-7.78,-8.66,-11.60,-12.735],"totalChange":-12.38},"implicitModifiers":[],"explicitModifiers":[{"text":"50% increased Movement Speed","optional":false}],"flavourText":"\"Death can be outrun with these, but beware!\r|In running from death, you may forget to live.\"\r|- Icius Perandus, Antiquities Collection, Item 202","itemType":"Boots","chaosValue":180.00,"exaltedValue":2.26,"count":49},{"id":1084,"name":"Scold's Bridle","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Helmets/ScoldsBridle.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":65,"baseType":"Mind Cage","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,4.75,-5.58,0.00,6.66,32.15,27.28],"totalChange":28.29},"implicitModifiers":[],"explicitModifiers":[{"text":"(80-100)% increased Spell Damage","optional":false},{"text":"15% reduced Cast Speed","optional":false},{"text":"+(30-60) to maximum Mana","optional":false},{"text":"Your Skills deal you 400% of Mana Spent as Physical Damage","optional":false}],"flavourText":"\"The sharper the pain, the sharper the mind. \r|A curious paradox.\"\t\r|- Shavronne of Umbra","itemType":"Helmet","chaosValue":130.00,"exaltedValue":1.64,"count":46},{"id":1936,"name":"Atziri's Splendour","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/AtzirisSplendour.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":75,"baseType":"Sacrificial Garb","stackSize":0,"variant":"Armour","prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,-1.10,-3.10,-3.94,-4.21,-6.78,-9.86],"totalChange":-10.31},"implicitModifiers":[],"explicitModifiers":[{"text":"(380-420)% increased Armour","optional":false},{"text":"+(90-100) to maximum Life","optional":false},{"text":"+(20-24)% to all Elemental Resistances","optional":false},{"text":"+100 Life gained on Kill","optional":false},{"text":"+100 Mana gained on Kill","optional":false}],"flavourText":"\"When you have nothing to hide,\r|you have nothing to fear.\"\r|- Atziri, Queen of the Vaal","itemType":"Body Armour","chaosValue":130.00,"exaltedValue":1.64,"count":12},{"id":1119,"name":"Shadows and Dust","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Gloves/ShadowsAndDust.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":52,"baseType":"Clasped Mitts","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-0.07,12.11,28.52,8.67,5.58,0.855],"totalChange":-0.64},"implicitModifiers":[],"explicitModifiers":[{"text":"(20-30)% increased Global Critical Strike Chance","optional":false},{"text":"+(20-30)% to Global Critical Strike Multiplier","optional":false},{"text":"(100-130)% increased Evasion and Energy Shield","optional":false},{"text":"0.2% of Physical Attack Damage Leeched as Mana","optional":false},{"text":"Creates a Smoke Cloud on Rampage","optional":false},{"text":"Gain Unholy Might for 3 seconds on Rampage","optional":false},{"text":"Rampage","optional":false}],"flavourText":"What is fear but a snuffed torch\r|and death in the wind?","itemType":"Gloves","chaosValue":113.41,"exaltedValue":1.43,"count":49},{"id":1942,"name":"Atziri's Splendour","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/AtzirisSplendour.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":75,"baseType":"Sacrificial Garb","stackSize":0,"variant":"Armour/ES/Life","prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,-5.28,1.62,0.06,14.75,20.74,65.395],"totalChange":92.92},"implicitModifiers":[],"explicitModifiers":[{"text":"(200-220)% increased Armour and Energy Shield","optional":false},{"text":"+(90-100) to maximum Life","optional":false},{"text":"+(20-24)% to all Elemental Resistances","optional":false},{"text":"+100 Life gained on Kill","optional":false},{"text":"+100 Mana gained on Kill","optional":false}],"flavourText":"\"When you have nothing to hide,\r|you have nothing to fear.\"\r|- Atziri, Queen of the Vaal","itemType":"Body Armour","chaosValue":104.78,"exaltedValue":1.32,"count":3},{"id":2238,"name":"The Tempest's Binding","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Helmets/ChillShockHarbingerMask.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":60,"baseType":"Callous Mask","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,6.13,12.82,2.58,3.82,-3.94,-6.775],"totalChange":-6.40},"implicitModifiers":[],"explicitModifiers":[{"text":"Socketed Gems are Supported by Level 18 Ice Bite","optional":false},{"text":"Socketed Gems are Supported by Level 18 Innervate","optional":false},{"text":"Grants Summon Harbinger of Storms Skill","optional":false},{"text":"+(100-150) to Evasion Rating","optional":false},{"text":"+(60-80) to maximum Life","optional":false},{"text":"+(40-60) to maximum Energy Shield","optional":false},{"text":"+(10-15)% to all Elemental Resistances","optional":false}],"flavourText":"<><><><><>\r|<><><><>\r|<><><><><><><>\r|<><><><><><><><><>","itemType":"Helmet","chaosValue":97.44,"exaltedValue":1.23,"count":49},{"id":1934,"name":"Atziri's Splendour","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/AtzirisSplendour.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":75,"baseType":"Sacrificial Garb","stackSize":0,"variant":"Armour/Evasion","prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,15.38,48.49,2.55,37.69,39.05,24.665],"totalChange":26.92},"implicitModifiers":[],"explicitModifiers":[{"text":"(200-220)% increased Armour and Evasion","optional":false},{"text":"+(90-100) to maximum Life","optional":false},{"text":"+(20-24)% to all Elemental Resistances","optional":false},{"text":"+100 Life gained on Kill","optional":false},{"text":"+100 Mana gained on Kill","optional":false}],"flavourText":"\"When you have nothing to hide,\r|you have nothing to fear.\"\r|- Atziri, Queen of the Vaal","itemType":"Body Armour","chaosValue":90.25,"exaltedValue":1.14,"count":11},{"id":1517,"name":"The Gull","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Helmets/TheGull.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":38,"baseType":"Raven Mask","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,5.48,8.83,14.00,7.44,0.00,0.575],"totalChange":-2.28},"implicitModifiers":[],"explicitModifiers":[{"text":"Trigger level 1 Create Lesser Shrine when you Kill an Enemy","optional":false},{"text":"(120-150)% increased Evasion and Energy Shield","optional":false},{"text":"+(60-80) to maximum Life","optional":false},{"text":"+(30-45) to maximum Energy Shield","optional":false},{"text":"+(30-40)% to Cold Resistance","optional":false},{"text":"75% increased Effect of Shrine Buffs on you","optional":false},{"text":"50% increased Duration of Shrine Effects on you","optional":false}],"flavourText":"\"It is the Gull that delivers Man unto Ancestor.\r|The consumer of our flesh. The seeder of our\r|souls unto the earth. We give the Gull his life.\r|The Gull gives us our Way.\"\r|- Lavianga, Advisor to Kaom","itemType":"Helmet","chaosValue":89.36,"exaltedValue":1.12,"count":49},{"id":2209,"name":"Yriel's Fostering","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/PaleCouncilArmour.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":62,"baseType":"Exquisite Leather","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,2.67,11.11,3.42,-2.86,-1.55,-0.49],"totalChange":2.58},"implicitModifiers":[],"explicitModifiers":[{"text":"Grants level 20 Summon Beastial Rhoa Skill","optional":true},{"text":"Grants level 20 Summon Beastial Snake Skill","optional":true},{"text":"Grants level 20 Summon Beastial Ursa Skill","optional":true},{"text":"Grants level 20 Summon Bestial Rhoa Skill","optional":true},{"text":"Grants level 20 Summon Bestial Snake Skill","optional":true},{"text":"Grants level 20 Summon Bestial Ursa Skill","optional":true},{"text":"+(300-400) to Accuracy Rating","optional":false},{"text":"(130-150)% increased Evasion Rating","optional":false},{"text":"+(90-100) to maximum Life","optional":false},{"text":"Projectile Attack Skills have (40-60)% increased Critical Strike Chance","optional":false},{"text":"Projectiles from Attacks have 20% chance to inflict Bleeding on Hit while\nyou have a Beastial Minion","optional":true},{"text":"Projectiles from Attacks have 20% chance to inflict Bleeding on Hit while\nyou have a Bestial Minion","optional":true},{"text":"Projectiles from Attacks have 20% chance to Maim on Hit while\nyou have a Beastial Minion","optional":true},{"text":"Projectiles from Attacks have 20% chance to Maim on Hit while\nyou have a Bestial Minion","optional":true},{"text":"Projectiles from Attacks have 20% chance to Poison on Hit while\nyou have a Beastial Minion","optional":true},{"text":"Projectiles from Attacks have 20% chance to Poison on Hit while\nyou have a Bestial Minion","optional":true},{"text":"Adds (13-18)(-29--23) Chaos Damage to Attacks while you have a Beastial Minion","optional":true},{"text":"Adds (13-19)(-29--23) Chaos Damage to Attacks while you have a Bestial Minion","optional":true},{"text":"Adds (11-15)(-25--21) Physical Damage to Attacks while you have a Beastial Minion","optional":true},{"text":"Adds (11-16)(-25--21) Physical Damage to Attacks while you have a Bestial Minion","optional":true},{"text":"(11-15)% increased Attack and Movement Speed while you have a Beastial Minion","optional":true},{"text":"(10-15)% increased Attack and Movement Speed while you have a Bestial Minion","optional":true}],"flavourText":"Feed a beast and it will not hunt.\r|Protect it and it will not fight.\r|Ferocity must be learned, not taught.\r|It is suffering that forges the greatest warriors.","itemType":"Body Armour","chaosValue":79.65,"exaltedValue":1.00,"count":49},{"id":1788,"name":"Viper's Scales","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/Scalesoftheserpent.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":28,"baseType":"Full Scale Armour","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[null,null,null,null,null,null,-0.04],"totalChange":-0.08},"implicitModifiers":[],"explicitModifiers":[{"text":"(88-93)% increased Armour and Evasion","optional":false},{"text":"+(32-39) to maximum Life","optional":false},{"text":"+(15-24)% to Cold Resistance","optional":false},{"text":"5% increased Movement Speed","optional":false},{"text":"20% chance to Poison on Hit with Attacks","optional":false},{"text":"Cannot be Poisoned","optional":false}],"flavourText":"Swift and silent.\r|One strike, one corpse.","itemType":"Body Armour","chaosValue":79.49,"exaltedValue":1.0,"count":1},{"id":2006,"name":"The Surrender","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Shields/Longing2.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":64,"baseType":"Ezomyte Tower Shield","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-4.30,-9.08,-18.19,-17.87,-13.57,-23.15],"totalChange":-23.18},"implicitModifiers":[{"text":"+(30-40) to maximum Life"}],"explicitModifiers":[{"text":"Grants level 30 Reckoning Skill","optional":false},{"text":"(130-170)% increased Armour","optional":false},{"text":"+(65-80) to maximum Life","optional":false},{"text":"Recover 250 Life when you Block","optional":false},{"text":"+6% Chance to Block","optional":false},{"text":"+1500 Armour if you've Blocked Recently","optional":false}],"flavourText":"Our hearts cry out\r|but are silenced by our flesh\r|and so we give up our flesh.","itemType":"Shield","chaosValue":79.49,"exaltedValue":1.00,"count":49},{"id":1267,"name":"Shavronne's Wrappings","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/BodyInt1CUnique.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":62,"baseType":"Occultist's Vestment","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,6.57,12.27,4.70,2.16,-0.69,-1.88],"totalChange":-3.53},"implicitModifiers":[{"text":"(3-10)% increased Spell Damage"}],"explicitModifiers":[{"text":"(100-150)% increased Energy Shield","optional":false},{"text":"10% faster start of Energy Shield Recharge","optional":false},{"text":"+(30-40)% to Lightning Resistance","optional":false},{"text":"Reflects 1 to 250 Lightning Damage to Melee Attackers","optional":false},{"text":"Chaos Damage does not bypass Energy Shield","optional":false}],"flavourText":"Shavronne's apparel became ever more extravagant\r|as her body and soul became ever more corrupted.","itemType":"Body Armour","chaosValue":75.00,"exaltedValue":0.94,"count":49},{"id":1937,"name":"Atziri's Splendour","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/AtzirisSplendour.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":75,"baseType":"Sacrificial Garb","stackSize":0,"variant":"ES","prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,-7.47,-6.10,-10.26,-7.06,-12.61,-4.155],"totalChange":-7.54},"implicitModifiers":[],"explicitModifiers":[{"text":"(270-300)% increased Energy Shield","optional":false},{"text":"+(70-80) to maximum Energy Shield","optional":false},{"text":"+(20-24)% to all Elemental Resistances","optional":false},{"text":"+100 Life gained on Kill","optional":false},{"text":"+100 Mana gained on Kill","optional":false}],"flavourText":"\"When you have nothing to hide,\r|you have nothing to fear.\"\r|- Atziri, Queen of the Vaal","itemType":"Body Armour","chaosValue":73.81,"exaltedValue":0.93,"count":10},{"id":1926,"name":"Atziri's Splendour","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/AtzirisSplendour.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":75,"baseType":"Sacrificial Garb","stackSize":0,"variant":"Armour","prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,10.47,15.71,16.85,12.28,-3.57,2.49],"totalChange":8.08},"implicitModifiers":[],"explicitModifiers":[{"text":"(380-420)% increased Armour","optional":false},{"text":"+(90-100) to maximum Life","optional":false},{"text":"+(20-24)% to all Elemental Resistances","optional":false},{"text":"+100 Life gained on Kill","optional":false},{"text":"+100 Mana gained on Kill","optional":false}],"flavourText":"\"When you have nothing to hide,\r|you have nothing to fear.\"\r|- Atziri, Queen of the Vaal","itemType":"Body Armour","chaosValue":70.00,"exaltedValue":0.88,"count":26},{"id":2086,"name":"Gruthkul's Pelt","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/WilefangsPelt.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":41,"baseType":"Wyrmscale Doublet","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,-2.21,1.03,-0.85,3.22,-0.86,-2.02],"totalChange":-2.02},"implicitModifiers":[],"explicitModifiers":[{"text":"(60-100)% increased Physical Damage","optional":false},{"text":"+(130-160) to maximum Life","optional":false},{"text":"+(20-40)% to Cold Resistance","optional":false},{"text":"2% of Life Regenerated per second","optional":false},{"text":"15% increased Character Size","optional":false},{"text":"Spell Skills deal no Damage","optional":false},{"text":"Your Spells are disabled","optional":false}],"flavourText":"Simple is the life of the bear.","itemType":"Body Armour","chaosValue":70.00,"exaltedValue":0.88,"count":42},{"id":2251,"name":"Dialla's Malefaction","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/DiallasMalefaction.png?scale=1&scaleIndex=0&w=2&h=3","mapTier":0,"levelRequired":37,"baseType":"Sage's Robe","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,-9.70,-32.58,-43.11,-57.36,-64.25,-69.22],"totalChange":-68.46},"implicitModifiers":[],"explicitModifiers":[{"text":"Gems can be Socketed in this Item ignoring Socket Colour","optional":false},{"text":"Gems Socketed in Red Sockets have +1 to Level","optional":false},{"text":"Gems Socketed in Green Sockets have +10% to Quality","optional":false},{"text":"Gems Socketed in Blue Sockets gain 25% increased Experience","optional":false},{"text":"Has no Attribute Requirements","optional":false}],"flavourText":"He took me by my hand, promised me power beyond compare.\r|But I did not do it for power.\r|I did it for love.\r|And I'd do it again in an instant.","itemType":"Body Armour","chaosValue":70.00,"exaltedValue":0.88,"count":31},{"id":1583,"name":"The Rat Cage","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/TheRatCage.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":56,"baseType":"Sharkskin Tunic","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,2.09,-18.76,26.21,32.09,27.87,32.455],"totalChange":45.14},"implicitModifiers":[],"explicitModifiers":[{"text":"(100-120)% increased Evasion Rating","optional":false},{"text":"+(161-200) to maximum Life","optional":false},{"text":"-50% to Fire Resistance","optional":false},{"text":"15% increased Movement Speed","optional":false},{"text":"20% increased Fire Damage taken","optional":false},{"text":"10% of Fire Damage taken as Physical Damage","optional":false}],"flavourText":"The truth lies inside every man, if you dig around. \r|Many a confession was found in the bowels of Axiom.","itemType":"Body Armour","chaosValue":67.80,"exaltedValue":0.85,"count":2},{"id":1940,"name":"Atziri's Splendour","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/AtzirisSplendour.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":75,"baseType":"Sacrificial Garb","stackSize":0,"variant":"Evasion/ES/Life","prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,-3.72,29.21,48.80,54.25,55.82,55.95],"totalChange":53.99},"implicitModifiers":[],"explicitModifiers":[{"text":"(200-220)% increased Evasion and Energy Shield","optional":false},{"text":"+(90-100) to maximum Life","optional":false},{"text":"+(20-24)% to all Elemental Resistances","optional":false},{"text":"+100 Life gained on Kill","optional":false},{"text":"+100 Mana gained on Kill","optional":false}],"flavourText":"\"When you have nothing to hide,\r|you have nothing to fear.\"\r|- Atziri, Queen of the Vaal","itemType":"Body Armour","chaosValue":63.86,"exaltedValue":0.80,"count":3},{"id":1939,"name":"Atziri's Splendour","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/AtzirisSplendour.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":75,"baseType":"Sacrificial Garb","stackSize":0,"variant":"Evasion/ES","prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,-2.85,-4.20,-4.20,-5.14,-4.12,-2.515],"totalChange":-1.52},"implicitModifiers":[],"explicitModifiers":[{"text":"(200-220)% increased Evasion and Energy Shield","optional":false},{"text":"+(70-80) to maximum Energy Shield","optional":false},{"text":"+(20-24)% to all Elemental Resistances","optional":false},{"text":"+100 Life gained on Kill","optional":false},{"text":"+100 Mana gained on Kill","optional":false}],"flavourText":"\"When you have nothing to hide,\r|you have nothing to fear.\"\r|- Atziri, Queen of the Vaal","itemType":"Body Armour","chaosValue":61.30,"exaltedValue":0.77,"count":3},{"id":2187,"name":"Yriel's Fostering","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/PaleCouncilArmour.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":62,"baseType":"Exquisite Leather","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-5.26,-6.19,-6.54,-8.81,-12.98,-12.915],"totalChange":-9.75},"implicitModifiers":[],"explicitModifiers":[{"text":"Grants level 20 Summon Beastial Rhoa Skill","optional":true},{"text":"Grants level 20 Summon Beastial Snake Skill","optional":true},{"text":"Grants level 20 Summon Beastial Ursa Skill","optional":true},{"text":"Grants level 20 Summon Bestial Rhoa Skill","optional":true},{"text":"Grants level 20 Summon Bestial Snake Skill","optional":true},{"text":"Grants level 20 Summon Bestial Ursa Skill","optional":true},{"text":"+(300-400) to Accuracy Rating","optional":false},{"text":"(130-150)% increased Evasion Rating","optional":false},{"text":"+(90-100) to maximum Life","optional":false},{"text":"Projectile Attack Skills have (40-60)% increased Critical Strike Chance","optional":false},{"text":"Projectiles from Attacks have 20% chance to inflict Bleeding on Hit while\nyou have a Beastial Minion","optional":true},{"text":"Projectiles from Attacks have 20% chance to inflict Bleeding on Hit while\nyou have a Bestial Minion","optional":true},{"text":"Projectiles from Attacks have 20% chance to Maim on Hit while\nyou have a Beastial Minion","optional":true},{"text":"Projectiles from Attacks have 20% chance to Maim on Hit while\nyou have a Bestial Minion","optional":true},{"text":"Projectiles from Attacks have 20% chance to Poison on Hit while\nyou have a Beastial Minion","optional":true},{"text":"Projectiles from Attacks have 20% chance to Poison on Hit while\nyou have a Bestial Minion","optional":true},{"text":"Adds (13-19)(-29--23) Chaos Damage to Attacks while you have a Beastial Minion","optional":true},{"text":"Adds (13-19)(-29--23) Chaos Damage to Attacks while you have a Bestial Minion","optional":true},{"text":"Adds (11-16)(-25--21) Physical Damage to Attacks while you have a Beastial Minion","optional":true},{"text":"Adds (11-16)(-25--21) Physical Damage to Attacks while you have a Bestial Minion","optional":true},{"text":"(10-15)% increased Attack and Movement Speed while you have a Beastial Minion","optional":true},{"text":"(10-15)% increased Attack and Movement Speed while you have a Bestial Minion","optional":true}],"flavourText":"Feed a beast and it will not hunt.\r|Protect it and it will not fight.\r|Ferocity must be learned, not taught.\r|It is suffering that forges the greatest warriors.","itemType":"Body Armour","chaosValue":61.18,"exaltedValue":0.77,"count":49},{"id":1931,"name":"Atziri's Splendour","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/AtzirisSplendour.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":75,"baseType":"Sacrificial Garb","stackSize":0,"variant":"Evasion","prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,4.22,3.16,-1.99,-4.54,4.17,3.16],"totalChange":3.16},"implicitModifiers":[],"explicitModifiers":[{"text":"(380-420)% increased Evasion Rating","optional":false},{"text":"+(90-100) to maximum Life","optional":false},{"text":"+(20-24)% to all Elemental Resistances","optional":false},{"text":"+100 Life gained on Kill","optional":false},{"text":"+100 Mana gained on Kill","optional":false}],"flavourText":"\"When you have nothing to hide,\r|you have nothing to fear.\"\r|- Atziri, Queen of the Vaal","itemType":"Body Armour","chaosValue":60.00,"exaltedValue":0.75,"count":12},{"id":1976,"name":"The Anticipation","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Shields/Longing1.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":64,"baseType":"Ezomyte Tower Shield","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-6.39,-14.43,-22.62,-23.75,-19.26,-27.355],"totalChange":-22.58},"implicitModifiers":[{"text":"+(30-40) to maximum Life"}],"explicitModifiers":[{"text":"(120-160)% increased Armour","optional":false},{"text":"+(50-70) to maximum Life","optional":false},{"text":"+6% Chance to Block","optional":false},{"text":"+1000 Armour if you've Blocked Recently","optional":false},{"text":"Permanently Intimidate Enemies on Block","optional":false}],"flavourText":"We are within her reach,\r|and when the time is right,\r|she will reach into us.\r|\r|{This item can be transformed with a Blessing of Uul-Netol}","itemType":"Shield","chaosValue":54.68,"exaltedValue":0.69,"count":49},{"id":561,"name":"Geofri's Sanctuary","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/GeofriSanctuary.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":64,"baseType":"Elegant Ringmail","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,3.52,2.53,-0.09,0.41,-6.03,-14.285],"totalChange":-16.06},"implicitModifiers":[],"explicitModifiers":[{"text":"(50-75)% increased Armour and Energy Shield","optional":false},{"text":"+(60-70) to maximum Life","optional":false},{"text":"+(30-40) to maximum Energy Shield","optional":false},{"text":"+(14-18)% to all Elemental Resistances","optional":false},{"text":"+2 maximum Energy Shield per +5 Strength","optional":false},{"text":"Zealot's Oath","optional":false}],"flavourText":"Faith does not make us invulnerable.\r|It makes us immortal.","itemType":"Body Armour","chaosValue":50.00,"exaltedValue":0.63,"count":44},{"id":1925,"name":"Atziri's Splendour","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/AtzirisSplendour.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":75,"baseType":"Sacrificial Garb","stackSize":0,"variant":"Armour/ES","prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,1.63,-8.50,-5.90,-5.56,-4.75,-4.035],"totalChange":-4.03},"implicitModifiers":[],"explicitModifiers":[{"text":"(200-220)% increased Armour and Energy Shield","optional":false},{"text":"+(70-80) to maximum Energy Shield","optional":false},{"text":"+(20-24)% to all Elemental Resistances","optional":false},{"text":"+100 Life gained on Kill","optional":false},{"text":"+100 Mana gained on Kill","optional":false}],"flavourText":"\"When you have nothing to hide,\r|you have nothing to fear.\"\r|- Atziri, Queen of the Vaal","itemType":"Body Armour","chaosValue":50.00,"exaltedValue":0.63,"count":9},{"id":208,"name":"Bronn's Lithe","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/Bronnslithe.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":53,"baseType":"Cutthroat's Garb","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,-18.46,-8.24,-4.31,-4.83,-11.02,-0.215],"totalChange":-0.02},"implicitModifiers":[],"explicitModifiers":[{"text":"+2 to Level of Socketed Movement Gems","optional":false},{"text":"10% increased Attack Speed","optional":false},{"text":"(35-50)% increased Damage with Movement Skills","optional":false},{"text":"(200-250)% increased Evasion Rating","optional":false},{"text":"10% increased Movement Speed","optional":false},{"text":"15% increased Attack and Cast Speed if you've used a Movement Skill Recently","optional":false}],"flavourText":"Forget your kite shield. Just put the biggest man\r| in the field between you and the archers.","itemType":"Body Armour","chaosValue":49.77,"exaltedValue":0.63,"count":49},{"id":2186,"name":"Inya's Epiphany","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Boots/PaleCouncilBoots.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":61,"baseType":"Arcanist Slippers","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,1.04,-5.19,-7.08,-3.67,-0.67,-1.48],"totalChange":-1.98},"implicitModifiers":[],"explicitModifiers":[{"text":"+(50-70) to maximum Life","optional":false},{"text":"25% increased Movement Speed","optional":false},{"text":"(5-8)% increased Intelligence","optional":false},{"text":"5% increased Damage per Power Charge","optional":false},{"text":"25% chance that if you would gain Power Charges, you instead gain up to\nyour maximum number of Power Charges","optional":false}],"flavourText":"Though the path we walk is the same,\r|each journey is different.","itemType":"Boots","chaosValue":49.59,"exaltedValue":0.62,"count":49},{"id":150,"name":"Belly of the Beast","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/bellyofthebeast.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":46,"baseType":"Full Wyrmscale","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,-3.70,0.95,2.72,1.98,-1.59,-13.55],"totalChange":-14.38},"implicitModifiers":[],"explicitModifiers":[{"text":"(150-200)% increased Armour","optional":false},{"text":"(30-40)% increased maximum Life","optional":false},{"text":"+(10-15)% to all Elemental Resistances","optional":false},{"text":"50% increased Flask Life Recovery rate","optional":false},{"text":"Extra gore","optional":false}],"flavourText":"There is no safer place\r|Than the Belly of the Beast","itemType":"Body Armour","chaosValue":44.26,"exaltedValue":0.56,"count":49},{"id":280,"name":"Cloak of Defiance","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/CloakOfDefiance.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":52,"baseType":"Lacquered Garb","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,1.96,12.25,8.77,6.10,4.62,-0.67],"totalChange":-5.27},"implicitModifiers":[],"explicitModifiers":[{"text":"(110-150)% increased Evasion and Energy Shield","optional":false},{"text":"+(100-150) to maximum Mana","optional":false},{"text":"1% of Mana Regenerated per second","optional":false},{"text":"10% of Damage is taken from Mana before Life","optional":false},{"text":"Mind Over Matter","optional":false}],"flavourText":"When the throat roars,\r|As eyes weep,\r|When the hand grips hard\r|With trembling fingers,\r|When belly twists\r|Yet legs stand strong,\r|That is the work\r|Of the Defiant Heart.","itemType":"Body Armour","chaosValue":44.18,"exaltedValue":0.56,"count":41},{"id":1716,"name":"Trolltimber Spire","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Shields/ShieldStrUnique3.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":17,"baseType":"Cedar Tower Shield","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-5.80,-5.39,1.45,2.69,13.70,18.14],"totalChange":18.82},"implicitModifiers":[{"text":"+(20-30) to maximum Life"}],"explicitModifiers":[{"text":"(130-150)% increased Armour","optional":false},{"text":"+(40-60) to maximum Life","optional":false},{"text":"0.5% of Life Regenerated per second","optional":false},{"text":"15% increased Area of Effect for Skills used by Totems","optional":false},{"text":"0.5% of Damage dealt by your Totems is Leeched to you as Life","optional":false}],"flavourText":"The problem with working fresh trolltimber:\r|by the time you've carved out one end, \r|the other has sprouted fresh roots!","itemType":"Shield","chaosValue":44.0,"exaltedValue":0.55,"count":29},{"id":1780,"name":"Victario's Influence","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/VictariosJacket.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":52,"baseType":"Lacquered Garb","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,-11.04,10.81,-0.52,14.54,-1.83,-5.01],"totalChange":-14.43},"implicitModifiers":[],"explicitModifiers":[{"text":"+1 to Level of Socketed Aura Gems","optional":false},{"text":"Socketed Gems are Supported by level 30 Generosity","optional":false},{"text":"Socketed Gems have 30% reduced Mana Reservation","optional":false},{"text":"(120-150)% increased Evasion and Energy Shield","optional":false},{"text":"(20-40)% increased Area of Effect of Aura Skills","optional":false},{"text":"(10-15)% increased effect of Non-Curse Auras you Cast","optional":false}],"flavourText":"\"Every life is a story.\r|If you're not writing your own,\r|you'd better know who's writing it for you!\"\r|- Victario, the People's Poet","itemType":"Body Armour","chaosValue":43.02,"exaltedValue":0.54,"count":25},{"id":1791,"name":"Vis Mortis","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/VisMortis.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":59,"baseType":"Necromancer Silks","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,7.62,8.64,-8.45,-9.10,1.25,9.665],"totalChange":14.71},"implicitModifiers":[],"explicitModifiers":[{"text":"+(20-30) to maximum Mana","optional":false},{"text":"(200-220)% increased Energy Shield","optional":false},{"text":"Minions have 20% reduced maximum Life","optional":false},{"text":"Minions deal 15% increased Damage","optional":false},{"text":"+1 to maximum number of Spectres","optional":false},{"text":"Minions gain Unholy Might for 10 seconds on Kill","optional":false}],"flavourText":"Reap what others have sown\r|Muster them from their graves\r|Parade them for your pleasure\r|Zealots in mortis enslaved","itemType":"Body Armour","chaosValue":42.35,"exaltedValue":0.53,"count":49},{"id":1266,"name":"Shavronne's Wrappings","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/BodyInt1CUnique.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":62,"baseType":"Occultist's Vestment","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,4.54,-3.45,-4.45,6.91,5.40,2.955],"totalChange":-0.25},"implicitModifiers":[{"text":"(3-10)% increased Spell Damage"}],"explicitModifiers":[{"text":"(100-150)% increased Energy Shield","optional":false},{"text":"10% faster start of Energy Shield Recharge","optional":false},{"text":"+(30-40)% to Lightning Resistance","optional":false},{"text":"Reflects 1 to 250 Lightning Damage to Melee Attackers","optional":false},{"text":"Chaos Damage does not bypass Energy Shield","optional":false}],"flavourText":"Shavronne's apparel became ever more extravagant\r|as her body and soul became ever more corrupted.","itemType":"Body Armour","chaosValue":40.94,"exaltedValue":0.52,"count":49},{"id":286,"name":"Cloak of Tawm'r Isley","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/TomOReillyCloak.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":56,"baseType":"Savant's Robe","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,21.54,22.70,22.70,22.70,6.08,-1.84],"totalChange":-1.84},"implicitModifiers":[],"explicitModifiers":[{"text":"Socketed Minion Gems are Supported by Level 16 Life Leech","optional":false},{"text":"(151-200)% increased Energy Shield","optional":false},{"text":"Minions cannot be Blinded","optional":false},{"text":"Minions have 15% chance to Blind Enemies on hit","optional":false},{"text":"Found Magic Items drop Identified","optional":false}],"flavourText":"Renowned by those distinguished,\r|Exalted by the few.\r|He skulks in darkness, \r|and watches from beneath the city.","itemType":"Body Armour","chaosValue":40.00,"exaltedValue":0.50,"count":8},{"id":1427,"name":"The Beast Fur Shawl","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/BeastFurShawl.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":68,"baseType":"Vaal Regalia","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,-8.11,-15.94,-18.76,-18.76,-18.76,-18.74],"totalChange":-18.76},"implicitModifiers":[],"explicitModifiers":[{"text":"40% increased Spell Damage","optional":false},{"text":"(110-130)% increased Energy Shield","optional":false},{"text":"+(15-25) to maximum Energy Shield","optional":false},{"text":"10% increased Area of Effect of Area Skills","optional":false},{"text":"5% increased Damage taken","optional":false},{"text":"(30-40)% increased Energy Shield Recovery rate","optional":false}],"flavourText":"The quickest way to understand\r|your own strengths and weaknesses\r|is to walk in the skin of another.","itemType":"Body Armour","chaosValue":40.00,"exaltedValue":0.50,"count":16},{"id":2223,"name":"The Coming Calamity","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/SpiritHarness.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":53,"baseType":"Destroyer Regalia","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,-1.52,-8.20,3.75,9.36,5.07,7.48],"totalChange":10.06},"implicitModifiers":[],"explicitModifiers":[{"text":"+2 to Level of Socketed Herald Gems","optional":false},{"text":"(80-100)% increased Energy Shield","optional":false},{"text":"35% chance to avoid being Stunned for each Herald Skill affecting you","optional":false},{"text":"Mana Reservation of Herald Skills is always 45%","optional":false}],"flavourText":"Whiff of cold, tiny spark, faintest flicker in the dark.\r|Embers swirl, ice takes form, sky exposed - Death's perfect storm.\r|Frost and thunder, flames shine bright, ruin walks the land tonight.\r|By your hand they dance and bend, wield them and brook no end.","itemType":"Body Armour","chaosValue":40.00,"exaltedValue":0.50,"count":30},{"id":2249,"name":"Dialla's Malefaction","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/DiallasMalefaction.png?scale=1&scaleIndex=0&w=2&h=3","mapTier":0,"levelRequired":37,"baseType":"Sage's Robe","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-32.08,-57.36,-63.26,-70.56,-75.95,-77.055],"totalChange":-75.52},"implicitModifiers":[],"explicitModifiers":[{"text":"Gems can be Socketed in this Item ignoring Socket Colour","optional":false},{"text":"Gems Socketed in Red Sockets have +1 to Level","optional":false},{"text":"Gems Socketed in Green Sockets have +10% to Quality","optional":false},{"text":"Gems Socketed in Blue Sockets gain 25% increased Experience","optional":false},{"text":"Has no Attribute Requirements","optional":false}],"flavourText":"He took me by my hand, promised me power beyond compare.\r|But I did not do it for power.\r|I did it for love.\r|And I'd do it again in an instant.","itemType":"Body Armour","chaosValue":40.00,"exaltedValue":0.50,"count":49},{"id":1943,"name":"Atziri's Splendour","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/AtzirisSplendour.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":75,"baseType":"Sacrificial Garb","stackSize":0,"variant":"Armour/Evasion/ES","prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,4.75,1.51,-4.55,-9.10,-17.81,-24.39],"totalChange":-24.55},"implicitModifiers":[],"explicitModifiers":[{"text":"(271-340)% increased Armour, Evasion and Energy Shield","optional":false},{"text":"+(20-24)% to all Elemental Resistances","optional":false},{"text":"+100 Life gained on Kill","optional":false},{"text":"+100 Mana gained on Kill","optional":false}],"flavourText":"\"When you have nothing to hide,\r|you have nothing to fear.\"\r|- Atziri, Queen of the Vaal","itemType":"Body Armour","chaosValue":39.68,"exaltedValue":0.50,"count":5},{"id":309,"name":"Cospri's Will","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/CosprisWill.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":68,"baseType":"Assassin's Garb","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,-0.94,-0.93,-0.94,-2.21,13.00,27.31],"totalChange":18.15},"implicitModifiers":[{"text":"3% increased Movement Speed"}],"explicitModifiers":[{"text":"(120-160)% increased Evasion Rating","optional":false},{"text":"+(17-29)% to Chaos Resistance","optional":false},{"text":"Enemies can have 1 additional Curse","optional":false},{"text":"Your Curses can apply to Hexproof Enemies","optional":false},{"text":"60% chance to Poison on Hit against Cursed Enemies","optional":false}],"flavourText":"Curse their vile Council,\r|They cast me aside as if I am some bastard child.\r|If they only knew the power I possess.","itemType":"Body Armour","chaosValue":39.52,"exaltedValue":0.50,"count":25},{"id":1988,"name":"Skin of the Loyal","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/MyriadGrasp.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":0,"baseType":"Simple Robe","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,-0.16,-4.14,-11.45,-5.68,-3.15,-6.16],"totalChange":1.36},"implicitModifiers":[],"explicitModifiers":[{"text":"Sockets cannot be modified","optional":false},{"text":"+1 to Level of Socketed Gems","optional":false},{"text":"100% increased Global Defences","optional":false}],"flavourText":"We happily give our limbs.\r|A net woven to keep safe the bones of the Lords.\r|\r|{This item can be transformed with a Blessing of Chayula}","itemType":"Body Armour","chaosValue":39.14,"exaltedValue":0.49,"count":49},{"id":663,"name":"Incandescent Heart","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/Illuminatis.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":70,"baseType":"Saintly Chainmail","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,2.17,2.13,0.78,7.94,4.45,16.11],"totalChange":15.51},"implicitModifiers":[],"explicitModifiers":[{"text":"(220-240)% increased Armour and Energy Shield","optional":false},{"text":"+(80-90) to maximum Life","optional":false},{"text":"(0.8-1)% of Attack Damage Leeched as Life","optional":false},{"text":"Gain (10-20)% of Elemental Damage as Extra Chaos Damage","optional":false},{"text":"25% of Elemental Damage taken as Chaos Damage","optional":false},{"text":"(20-30)% increased Light Radius","optional":false},{"text":"Light Radius is based on Energy Shield instead of Life","optional":false}],"flavourText":"Only light may banish the shadows from this land\r|And the black lies wrapped around your heart","itemType":"Body Armour","chaosValue":37.29,"exaltedValue":0.47,"count":26},{"id":2005,"name":"The Perfect Form","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/ThePerfectForm.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":65,"baseType":"Zodiac Leather","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,-5.00,-9.11,-9.18,-13.67,-22.99,-20.00],"totalChange":-22.45},"implicitModifiers":[],"explicitModifiers":[{"text":"(30-50)% increased Evasion Rating","optional":false},{"text":"+(50-80) to maximum Life","optional":false},{"text":"-30% to Cold Resistance","optional":false},{"text":"(5-10)% increased Dexterity","optional":false},{"text":"100% reduced Arctic Armour Mana Reservation","optional":false},{"text":"Evasion Rating is increased by Uncapped Cold Resistance","optional":false},{"text":"Phase Acrobatics","optional":false}],"flavourText":"We share one space,\r|speak one voice,\r|act through one body.\r|A flawless crystal.\r|Brittle.","itemType":"Body Armour","chaosValue":37.23,"exaltedValue":0.47,"count":49},{"id":398,"name":"Death's Oath","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/Deathsoath.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":62,"baseType":"Astral Plate","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,-4.51,4.61,0.83,0.08,-8.31,5.625],"totalChange":8.06},"implicitModifiers":[{"text":"+(8-12)% to all Elemental Resistances"}],"explicitModifiers":[{"text":"Grants level 20 Death Aura Skill","optional":false},{"text":"+(40-50) to all Attributes","optional":false},{"text":"(10-15)% increased Attack Speed","optional":false},{"text":"(180-220)% increased Armour","optional":false},{"text":"+(60-70) to maximum Life","optional":false},{"text":"1% of Attack Damage Leeched as Life","optional":false},{"text":"You take 450 Chaos Damage per second for 3 seconds on Kill","optional":false},{"text":"Gore Footprints","optional":false}],"flavourText":"Tears of blood, aching heart,\r|My dear Isildria must depart.","itemType":"Body Armour","chaosValue":35.00,"exaltedValue":0.44,"count":49},{"id":1442,"name":"The Brass Dome","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/DomeOfBrass.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":65,"baseType":"Gladiator Plate","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,2.82,6.08,1.29,-6.21,-2.72,-5.26],"totalChange":-9.15},"implicitModifiers":[],"explicitModifiers":[{"text":"30% reduced Chance to Block Attacks and Spells","optional":false},{"text":"(600-650)% increased Armour","optional":false},{"text":"10% reduced Movement Speed","optional":false},{"text":"50% increased Shock Duration on You","optional":false},{"text":"Take no Extra Damage from Critical Strikes","optional":false}],"flavourText":"The turtle's shell one day becomes its tomb.","itemType":"Body Armour","chaosValue":35.00,"exaltedValue":0.44,"count":49},{"id":2079,"name":"Gruthkul's Pelt","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/WilefangsPelt.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":38,"baseType":"Wyrmscale Doublet","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-10.70,-22.70,-32.40,-4.76,3.34,4.18],"totalChange":3.58},"implicitModifiers":[],"explicitModifiers":[{"text":"(60-100)% increased Physical Damage","optional":false},{"text":"+(130-160) to maximum Life","optional":false},{"text":"+(20-40)% to Cold Resistance","optional":false},{"text":"2% of Life Regenerated per second","optional":false},{"text":"15% increased Character Size","optional":false},{"text":"Spell Skills deal no Damage","optional":false},{"text":"Your Spells are disabled","optional":false}],"flavourText":"Simple is the life of the bear.","itemType":"Body Armour","chaosValue":35.00,"exaltedValue":0.44,"count":49},{"id":1332,"name":"Soul Mantle","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/SoulMantle.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":49,"baseType":"Spidersilk Robe","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,-6.05,-9.20,-16.84,-15.90,-8.12,-9.995],"totalChange":-6.80},"implicitModifiers":[],"explicitModifiers":[{"text":"Socketed Gems are Supported by level 20 Spell Totem","optional":false},{"text":"(20-25)% increased Spell Damage","optional":false},{"text":"(100-120)% increased Energy Shield","optional":false},{"text":"50% increased Totem Life","optional":false},{"text":"Can have up to 1 additional Totem summoned at a time","optional":false},{"text":"Inflicts a random level 20 Curse on you when your Totems die","optional":false}],"flavourText":"The greatest mistakes cause suffering \r|long after they have been made","itemType":"Body Armour","chaosValue":34.95,"exaltedValue":0.44,"count":49},{"id":2024,"name":"The Snowblind Grace","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/TheSnowblindGrace.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":49,"baseType":"Coronal Leather","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,-12.62,-18.29,-22.35,-19.24,-23.78,-23.78],"totalChange":-23.78},"implicitModifiers":[],"explicitModifiers":[{"text":"+(30-40) to Dexterity","optional":false},{"text":"(32-50)% increased Evasion Rating","optional":false},{"text":"+(41-60) to maximum Life","optional":false},{"text":"10% chance to Dodge Spell Damage","optional":false},{"text":"25% increased Arctic Armour Buff Effect","optional":false},{"text":"Evasion Rating is increased by Uncapped Cold Resistance","optional":false}],"flavourText":"We dance in the white, like water,\r|colliding as many and emerging as one.\r|\r|{This item can be transformed with a Blessing of Tul}","itemType":"Body Armour","chaosValue":34.3,"exaltedValue":0.43,"count":2},{"id":2205,"name":"Tinkerskin","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/TrapperArmour.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":68,"baseType":"Sadist Garb","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,-0.76,0.55,8.57,13.00,8.59,8.86],"totalChange":9.08},"implicitModifiers":[],"explicitModifiers":[{"text":"(140-170)% increased Evasion and Energy Shield","optional":false},{"text":"+(60-90) to maximum Life","optional":false},{"text":"(20-30)% increased Cooldown Recovery Speed for throwing Traps","optional":false},{"text":"15% chance to gain a Frenzy Charge when your Trap is triggered by an Enemy","optional":false},{"text":"30% chance to gain Phasing for 4 seconds when your Trap is triggered by an Enemy","optional":false},{"text":"Recover 100 Life when your Trap is triggered by an Enemy","optional":false},{"text":"Recover 50 Energy Shield when your Trap is triggered by an Enemy","optional":false}],"flavourText":"Thin is the line between mechanical genius and magic.","itemType":"Body Armour","chaosValue":31.59,"exaltedValue":0.40,"count":18},{"id":1835,"name":"Wall of Brambles","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/Bramblejack.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":30,"baseType":"Plate Vest","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,0.0,4.79,13.38,21.45,36.63,33.155],"totalChange":32.29},"implicitModifiers":[],"explicitModifiers":[{"text":"Adds 2 to 4 Physical Damage to Attacks","optional":false},{"text":"+2000 to Armour","optional":false},{"text":"+(12-20) to maximum Life","optional":false},{"text":"-2 Physical Damage taken from Attacks","optional":false},{"text":"40% of Melee Physical Damage taken reflected to Attacker","optional":false}],"flavourText":"There is no wall thicker or stronger than fear.","itemType":"Body Armour","chaosValue":31.56,"exaltedValue":0.40,"count":9},{"id":2232,"name":"First Piece of Storms","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Helmets/HarbingerShards/Shard1.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":"Callous Mask Piece","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,3.68,6.35,2.98,2.03,-0.44,-9.56],"totalChange":-7.78},"implicitModifiers":[],"explicitModifiers":[],"flavourText":"","itemType":"Helmet","chaosValue":30.57,"exaltedValue":0.38,"count":49},{"id":264,"name":"Cherrubim's Maleficence","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/CherrubimsCrave.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":69,"baseType":"Triumphant Lamellar","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,-15.66,-23.62,-14.56,-18.76,-18.98,-6.825],"totalChange":-11.89},"implicitModifiers":[],"explicitModifiers":[{"text":"(50-80)% increased Chaos Damage","optional":false},{"text":"(160-200)% increased Armour and Evasion","optional":false},{"text":"+(70-100) to maximum Life","optional":false},{"text":"100% increased Life Leeched per second","optional":false}],"flavourText":"\"The Consort of Chaos descended,\r|swiftly, brutally, artfully, she consumed the living,\r|leaving naught behind but a Rosemarie bloom,\r|to celebrate the massacre.\"\r|- Blass, explorer, hunter, adventurer","itemType":"Body Armour","chaosValue":30.00,"exaltedValue":0.38,"count":49},{"id":596,"name":"Greed's Embrace","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/GreedsEmbrace.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":56,"baseType":"Golden Plate","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,-15.31,-23.20,-4.73,8.49,30.93,10.35],"totalChange":12.27},"implicitModifiers":[],"explicitModifiers":[{"text":"(10-15)% increased Quantity of Items found","optional":false},{"text":"(30-50)% increased Rarity of Items found","optional":false},{"text":"-10% to Fire Resistance","optional":false},{"text":"+(20-30)% to Cold Resistance","optional":false},{"text":"-20% to Lightning Resistance","optional":false},{"text":"20% reduced Movement Speed","optional":false},{"text":"30% reduced Strength Requirement","optional":false}],"flavourText":"Some would question if the risk was worth it.\r|The rest were already dead.","itemType":"Body Armour","chaosValue":30.00,"exaltedValue":0.38,"count":48},{"id":653,"name":"Hyrri's Ire","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/BodyDex3CUnique.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":65,"baseType":"Zodiac Leather","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,-4.00,-16.06,-9.36,-11.19,-18.90,-22.135],"totalChange":-22.60},"implicitModifiers":[],"explicitModifiers":[{"text":"+(40-50) to Dexterity","optional":false},{"text":"Adds (50-60) to (70-80) Cold Damage to Attacks","optional":false},{"text":"(140-220)% increased Evasion Rating","optional":false},{"text":"25% increased Chill Duration on Enemies","optional":false},{"text":"10% chance to Dodge Attacks","optional":false},{"text":"10% chance to Dodge Spell Damage","optional":false}],"flavourText":"Hyrri loosed a barrage of arrows,\r|tipped with a poisoned hatred\r|only oppression can ferment.","itemType":"Body Armour","chaosValue":30.00,"exaltedValue":0.38,"count":19},{"id":761,"name":"Lioneye's Vision","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/LioneyesArmour.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":59,"baseType":"Crusader Plate","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,6.76,-15.17,-19.20,-18.42,-19.23,-19.23],"totalChange":-19.23},"implicitModifiers":[],"explicitModifiers":[{"text":"Socketed Gems are Supported by Level 15 Pierce","optional":false},{"text":"(200-250)% increased Armour","optional":false},{"text":"+(60-100) to maximum Life","optional":false},{"text":"0.4% of Physical Attack Damage Leeched as Mana","optional":false},{"text":"Enemy Projectiles Pierce you","optional":false}],"flavourText":"\"The Virtue Gems are a gift from the land, \r|our land, and we will not let our gifts\r|be destroyed by savages.\"\r|- Marceus Lioneye","itemType":"Body Armour","chaosValue":30.00,"exaltedValue":0.38,"count":37},{"id":993,"name":"Queen of the Forest","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/QueenoftheForest.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":59,"baseType":"Destiny Leather","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,-2.26,1.19,-7.13,1.53,7.92,6.54],"totalChange":7.83},"implicitModifiers":[],"explicitModifiers":[{"text":"(240-380)% increased Evasion Rating","optional":false},{"text":"+(60-70) to maximum Life","optional":false},{"text":"+(6-10)% to Fire Resistance","optional":false},{"text":"+(26-40)% to Cold Resistance","optional":false},{"text":"+(11-25)% to Lightning Resistance","optional":false},{"text":"25% reduced Movement Speed","optional":false},{"text":"1% increased Movement Speed per 450 Evasion Rating","optional":false},{"text":"(-50--40) Physical Damage taken when Hit by Animals","optional":false}],"flavourText":"Shedding away her regal past, \r|she forged a new destiny. \r|Sacrificing the ephemeral joys of man, \r|she embraced the eternal grasp of nature. \r|Seizing her one true wish, \r|she found peace at last.","itemType":"Body Armour","chaosValue":30.00,"exaltedValue":0.38,"count":49},{"id":2221,"name":"Dendrobate","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/Dendrobatis.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":59,"baseType":"Sentinel Jacket","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,8.86,14.33,14.93,15.15,16.95,16.735],"totalChange":16.41},"implicitModifiers":[],"explicitModifiers":[{"text":"Socketed Gems are Supported by Level 10 Lesser Poison","optional":false},{"text":"(130-150)% increased Evasion and Energy Shield","optional":false},{"text":"+40 to maximum Energy Shield","optional":false},{"text":"+(15-25)% to all Elemental Resistances","optional":false},{"text":"(75-100)% increased Damage with Poison if you have at least 300 Dexterity","optional":false},{"text":"(15-25)% increased Poison Duration at least 150 Intelligence","optional":true},{"text":"(15-25)% increased Poison Duration if you have at least 150 Intelligence","optional":false}],"flavourText":"Ask any tracker and they'll tell you:\r|the most dangerous animals\r|are the ones who don't bother to hide.","itemType":"Body Armour","chaosValue":30.00,"exaltedValue":0.38,"count":49},{"id":2236,"name":"Second Piece of Storms","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Helmets/HarbingerShards/Shard2.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":"Callous Mask Piece","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,11.50,17.12,13.16,16.11,17.32,18.11],"totalChange":18.56},"implicitModifiers":[],"explicitModifiers":[],"flavourText":"","itemType":"Helmet","chaosValue":29.0,"exaltedValue":0.36,"count":49},{"id":224,"name":"Carcass Jack","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/CarcassJack.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":62,"baseType":"Varnished Coat","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,11.34,20.01,19.58,10.27,10.21,7.995],"totalChange":0.68},"implicitModifiers":[],"explicitModifiers":[{"text":"(120-150)% increased Evasion and Energy Shield","optional":false},{"text":"+(50-70) to maximum Life","optional":false},{"text":"+(9-12)% to all Elemental Resistances","optional":false},{"text":"20% increased Area of Effect of Area Skills","optional":false},{"text":"(40-50)% increased Area Damage","optional":false},{"text":"Extra gore","optional":false}],"flavourText":"\"...The discomfort shown by the others is amusing, but none\r|can deny that my work has made quite the splash...\"\r|- Maligaro's Journal","itemType":"Body Armour","chaosValue":28.92,"exaltedValue":0.36,"count":49},{"id":1608,"name":"The Signal Fire","icon":"http://web.poecdn.com/image/Art/2DItems/Quivers/QuiverUnique1.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":24,"baseType":"Fire Arrow Quiver","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-0.12,-0.11,7.55,6.14,18.41,21.385],"totalChange":22.85},"implicitModifiers":[{"text":"Adds 4 to 8 Fire Damage to Attacks with Bows"}],"explicitModifiers":[{"text":"10% increased Attack Speed","optional":false},{"text":"+(80-100) to Evasion Rating","optional":false},{"text":"+(10-30) to maximum Mana","optional":false},{"text":"Gain (25-35)% of Physical Damage as Extra Fire Damage","optional":false},{"text":"50% of Physical Damage Converted to Fire Damage","optional":false},{"text":"Adds 5 to 10 Fire Damage to Attacks with Bows","optional":false}],"flavourText":"Fire spreads thick and fast.\r|The first spark is never the last.","itemType":"Quiver","chaosValue":28.43,"exaltedValue":0.36,"count":49},{"id":1464,"name":"The Covenant","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/Embrace.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":49,"baseType":"Spidersilk Robe","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,10.58,11.12,7.71,11.14,7.56,-2.77],"totalChange":-1.07},"implicitModifiers":[],"explicitModifiers":[{"text":"Socketed Gems are Supported by level 15 Added Chaos Damage","optional":false},{"text":"Socketed Gems have Blood Magic","optional":false},{"text":"+(20-30) to Intelligence","optional":false},{"text":"10% increased maximum Life","optional":false},{"text":"(210-250)% increased Energy Shield","optional":false}],"flavourText":"My Soul is your Strength\r|My Price is your Blood","itemType":"Body Armour","chaosValue":28.00,"exaltedValue":0.35,"count":49},{"id":1811,"name":"Voll's Protector","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/StrInt3AUnique.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":35,"baseType":"Holy Chainmail","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,3.91,2.00,-0.45,-8.12,-5.43,-5.195],"totalChange":-5.64},"implicitModifiers":[],"explicitModifiers":[{"text":"60% increased Armour and Energy Shield","optional":false},{"text":"50% reduced maximum Mana","optional":false},{"text":"Gain a Power Charge for each Enemy you hit with a Critical Strike","optional":false}],"flavourText":"Although a great leader during the war,\r|Voll proved disastrous in times of peace.","itemType":"Body Armour","chaosValue":28.00,"exaltedValue":0.35,"count":38},{"id":1927,"name":"Atziri's Splendour","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/AtzirisSplendour.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":75,"baseType":"Sacrificial Garb","stackSize":0,"variant":"ES","prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-0.55,24.46,18.60,30.94,21.33,33.72],"totalChange":29.10},"implicitModifiers":[],"explicitModifiers":[{"text":"(270-300)% increased Energy Shield","optional":false},{"text":"+(70-80) to maximum Energy Shield","optional":false},{"text":"+(20-24)% to all Elemental Resistances","optional":false},{"text":"+100 Life gained on Kill","optional":false},{"text":"+100 Mana gained on Kill","optional":false}],"flavourText":"\"When you have nothing to hide,\r|you have nothing to fear.\"\r|- Atziri, Queen of the Vaal","itemType":"Body Armour","chaosValue":27.60,"exaltedValue":0.35,"count":34},{"id":657,"name":"Icetomb","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/Icetomb.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":39,"baseType":"Latticed Ringmail","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,27.05,21.62,79.49,115.67,112.49,164.165],"totalChange":158.97},"implicitModifiers":[],"explicitModifiers":[{"text":"+(30-40) to Strength","optional":false},{"text":"+(30-40) to Intelligence","optional":false},{"text":"(140-160)% increased Armour and Energy Shield","optional":false},{"text":"+(50-75)% to Cold Resistance","optional":false},{"text":"Cannot be Chilled","optional":false},{"text":"150% increased Chill Duration on Enemies","optional":false}],"flavourText":"When Solaris closes his burning eye\r|At the end of time,\r|the world will perish in ice.","itemType":"Body Armour","chaosValue":27.47,"exaltedValue":0.35,"count":13},{"id":2237,"name":"Third Piece of Storms","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Helmets/HarbingerShards/Shard3.png?scale=1&w=2&h=1","mapTier":0,"levelRequired":0,"baseType":"Callous Mask Piece","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,7.20,16.56,30.21,35.54,20.60,16.145],"totalChange":15.87},"implicitModifiers":[],"explicitModifiers":[],"flavourText":"","itemType":"Helmet","chaosValue":27.00,"exaltedValue":0.34,"count":49},{"id":670,"name":"Infernal Mantle","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/Infernalmantle.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":65,"baseType":"Widowsilk Robe","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,-0.40,0.42,0.65,-2.35,0.18,-2.415],"totalChange":-3.68},"implicitModifiers":[],"explicitModifiers":[{"text":"+1 to Level of Socketed Fire Gems","optional":false},{"text":"(25-35)% increased Fire Damage","optional":false},{"text":"100% increased Global Critical Strike Chance","optional":false},{"text":"(120-160)% increased Energy Shield","optional":false},{"text":"15% of Fire Damage Converted to Chaos Damage","optional":false},{"text":"25% increased Spell Damage taken when on Low Mana","optional":false}],"flavourText":"Despair hums, softly, deadly, in the bones of my enemies. \r|Eyes will burn, and souls wither, as they bask in my radiance.","itemType":"Body Armour","chaosValue":25.00,"exaltedValue":0.31,"count":37},{"id":720,"name":"Kintsugi","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/Kintsugi.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":62,"baseType":"Exquisite Leather","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,-2.03,-1.42,-1.56,-1.56,-1.56,-8.20],"totalChange":-14.01},"implicitModifiers":[],"explicitModifiers":[{"text":"(100-120)% increased Evasion Rating","optional":false},{"text":"+(60-80) to maximum Life","optional":false},{"text":"+30% to Fire Resistance","optional":false},{"text":"20% less Damage taken if you have not been Hit Recently","optional":false},{"text":"50% increased Evasion Rating if you have been Hit Recently","optional":false}],"flavourText":"Do not hide your flaws, your cracks,\r|mend them, and display them proudly.\r|For it is these that set us apart.","itemType":"Body Armour","chaosValue":25.00,"exaltedValue":0.31,"count":37},{"id":202,"name":"Briskwrap","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/Briskwrap.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":9,"baseType":"Strapped Leather","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,-2.46,-15.88,-24.77,-54.80,-34.07,-19.33],"totalChange":-19.33},"implicitModifiers":[],"explicitModifiers":[{"text":"10% increased Attack Speed","optional":false},{"text":"+(120-180) to Evasion Rating","optional":false},{"text":"+(30-40)% to Cold Resistance","optional":false},{"text":"5% increased Movement Speed","optional":false},{"text":"(20-25)% increased Mana Recovery from Flasks","optional":false},{"text":"15% increased Dexterity","optional":false}],"flavourText":"\"I carry neither food nor drink. I rely on the charity\r|of my fellow wayfarers. Dead men are generous men.\"\r|- Taruk of the Wildmen","itemType":"Body Armour","chaosValue":24.20,"exaltedValue":0.30,"count":3},{"id":108,"name":"Ashrend","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/Ashrend.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":17,"baseType":"Buckskin Tunic","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,0.0,39.83,28.92,21.95,58.28,52.64],"totalChange":55.86},"implicitModifiers":[],"explicitModifiers":[{"text":"Socketed Gems are Supported by level 10 Added Fire Damage","optional":false},{"text":"(80-100)% increased Evasion Rating","optional":false},{"text":"+(30-50) to maximum Life","optional":false},{"text":"+(40-50)% to Fire Resistance","optional":false},{"text":"Cannot be Ignited","optional":false},{"text":"(10-15)% increased Physical Damage with Ranged Weapons","optional":false},{"text":"(-7--5) Physical Damage taken from Attacks","optional":false}],"flavourText":"The blasted oak stands forever.","itemType":"Body Armour","chaosValue":23.90,"exaltedValue":0.30,"count":16},{"id":717,"name":"Kingsguard","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/Kingsguard.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":61,"baseType":"Conquest Chainmail","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,-5.18,3.38,3.32,-9.75,-8.25,-7.465],"totalChange":-8.94},"implicitModifiers":[],"explicitModifiers":[{"text":"(150-170)% increased Armour and Energy Shield","optional":false},{"text":"+(60-90) to maximum Life","optional":false},{"text":"+(50-70) to maximum Mana","optional":false},{"text":"30% increased Endurance Charge Duration","optional":false},{"text":"Gain 100 Life when an Endurance Charge expires or is consumed","optional":false}],"flavourText":"The toughest armour is the trust of your people.","itemType":"Body Armour","chaosValue":23.88,"exaltedValue":0.30,"count":16},{"id":2072,"name":"The Baron","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Helmets/TheBaron.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":26,"baseType":"Close Helmet","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-1.42,-4.09,-12.27,-9.65,-11.93,-11.77],"totalChange":-10.40},"implicitModifiers":[],"explicitModifiers":[{"text":"+2 to Level of Socketed Minion Gems","optional":false},{"text":"+(20-40) to Strength","optional":false},{"text":"Minions have 20% increased maximum Life","optional":false},{"text":"Your Strength is added to your Minions","optional":false},{"text":"+1 to maximum number of Zombies per +300 Strength","optional":false},{"text":"With 1000 or more Strength, 2% of Damage dealt by your Zombies is Leeched to you as Life","optional":false}],"flavourText":"\"The Emperor's trusted surgeons are not the only ones who \r|practice the dark arts. Some of us are just more discreet.\"","itemType":"Helmet","chaosValue":23.19,"exaltedValue":0.29,"count":49},{"id":749,"name":"Lightning Coil","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/LightningCoil.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":60,"baseType":"Desert Brigandine","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,-4.46,4.75,16.33,21.74,7.62,6.125],"totalChange":4.03},"implicitModifiers":[],"explicitModifiers":[{"text":"Adds 1 to (20-30) Lightning Damage to Attacks","optional":false},{"text":"(90-120)% increased Armour and Evasion","optional":false},{"text":"+(60-80) to maximum Life","optional":false},{"text":"-60% to Lightning Resistance","optional":false},{"text":"30% of Physical Damage taken as Lightning Damage","optional":false}],"flavourText":"\"There's nothing like imminent death\r|to galvanize one's purpose in life.\"\r|- Malachai the Soulless.","itemType":"Body Armour","chaosValue":22.66,"exaltedValue":0.29,"count":49},{"id":346,"name":"Daresso's Defiance","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/DaressosDefiance.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":63,"baseType":"Full Dragonscale","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,-9.69,-17.80,-18.52,-25.34,-23.75,-21.645],"totalChange":-24.13},"implicitModifiers":[],"explicitModifiers":[{"text":"(160-200)% increased Armour and Evasion","optional":false},{"text":"+(40-60) to maximum Life","optional":false},{"text":"(0.4-0.6)% of Physical Attack Damage Leeched as Life","optional":false},{"text":"6% chance to Dodge Attacks","optional":false},{"text":"You lose all Endurance Charges when Hit","optional":false},{"text":"You gain an Endurance Charge on Kill","optional":false},{"text":"You gain Onslaught for 2 seconds per Endurance Charge when Hit","optional":false}],"flavourText":"\"When your back is against the wall,\r|And your opponent is bleeding you dry,\r|There is only one appropriate response:\r|Unbridled, overwhelming violence.\"\r|- Daresso, the Sword King","itemType":"Body Armour","chaosValue":22.00,"exaltedValue":0.28,"count":36},{"id":1586,"name":"The Restless Ward","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/TheRestlessWard.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":71,"baseType":"Carnal Armour","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,2.47,-5.61,-5.73,-4.83,-11.67,2.51],"totalChange":4.06},"implicitModifiers":[{"text":"+(20-25) to maximum Mana"}],"explicitModifiers":[{"text":"(220-250)% increased Evasion and Energy Shield","optional":false},{"text":"+(60-80) to maximum Life","optional":false},{"text":"1% increased Movement Speed per Frenzy Charge","optional":false},{"text":"(20-30) Life Regenerated per second per Endurance Charge","optional":false},{"text":"100% increased Endurance, Frenzy and Power Charge Duration","optional":false}],"flavourText":"Use the dead to stave off death,\r|An armour of bones and rot.\r|Hanging on with bated breath,\r|One lapse and all for naught.","itemType":"Body Armour","chaosValue":21.36,"exaltedValue":0.27,"count":6},{"id":283,"name":"Cloak of Flame","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/BodyInt1Aunique.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":18,"baseType":"Scholar's Robe","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,-5.55,-7.10,-14.35,-14.76,-14.50,-14.50],"totalChange":-14.50},"implicitModifiers":[],"explicitModifiers":[{"text":"+(30-50)% to Fire Resistance","optional":false},{"text":"(30-50)% increased Ignite Duration on Enemies","optional":false},{"text":"10% chance to Ignite","optional":false},{"text":"Reflects 15 Fire Damage to Melee Attackers","optional":false},{"text":"20% of Physical Damage taken as Fire Damage","optional":false}],"flavourText":"He who sows an ember shall reap an inferno.","itemType":"Body Armour","chaosValue":20.00,"exaltedValue":0.25,"count":13},{"id":1329,"name":"Solaris Lorica","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/tornfleshofgods.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":17,"baseType":"Copper Plate","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,54.42,64.92,78.79,80.85,44.93,21.43],"totalChange":22.15},"implicitModifiers":[],"explicitModifiers":[{"text":"+(10-20) to Strength","optional":false},{"text":"(60-80)% increased Armour","optional":false},{"text":"25% reduced Chaos Damage taken over time","optional":false},{"text":"25% increased Light Radius","optional":false},{"text":"Chaos Damage does not bypass Energy Shield","optional":false},{"text":"(-40--30) Chaos Damage taken","optional":false}],"flavourText":"Give me neither havens nor solace;\r|They are for the weak and frightened.\r|Instead, light the path to greatness,\r|So that I may begin my bright pursuit.","itemType":"Body Armour","chaosValue":20.00,"exaltedValue":0.25,"count":9},{"id":2233,"name":"The Fracturing Spinner","icon":"http://web.poecdn.com/image/Art/2DItems/Quivers/HarbingerQuiver.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":60,"baseType":"Blunt Arrow Quiver","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.61,27.63,18.40,21.57,21.77,21.21],"totalChange":21.42},"implicitModifiers":[{"text":"(25-35)% increased Stun Duration on Enemies"}],"explicitModifiers":[{"text":"Grants Summon Harbinger of Directions Skill","optional":false},{"text":"Adds (19-22) to (30-35) Fire Damage to Spells and Attacks","optional":false},{"text":"Adds (19-22) to (30-35) Cold Damage to Spells and Attacks","optional":false},{"text":"+(30-50) to Strength and Dexterity","optional":false},{"text":"+(15-25)% to Fire and Cold Resistances","optional":false}],"flavourText":"<><><><><>\r|<><><><><>\r|<><><><><><><><><>","itemType":"Quiver","chaosValue":19.37,"exaltedValue":0.24,"count":49},{"id":1920,"name":"Atziri's Splendour","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/AtzirisSplendour.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":75,"baseType":"Sacrificial Garb","stackSize":0,"variant":"Armour/Evasion","prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,5.60,-3.88,3.23,-1.99,-14.64,-5.985],"totalChange":9.61},"implicitModifiers":[],"explicitModifiers":[{"text":"(200-220)% increased Armour and Evasion","optional":false},{"text":"+(90-100) to maximum Life","optional":false},{"text":"+(20-24)% to all Elemental Resistances","optional":false},{"text":"+100 Life gained on Kill","optional":false},{"text":"+100 Mana gained on Kill","optional":false}],"flavourText":"\"When you have nothing to hide,\r|you have nothing to fear.\"\r|- Atziri, Queen of the Vaal","itemType":"Body Armour","chaosValue":18.78,"exaltedValue":0.24,"count":45},{"id":1903,"name":"Zahndethus' Cassock","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/Zahndethuscassock.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":37,"baseType":"Sage's Robe","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,56.65,78.90,68.74,42.26,42.98,33.81],"totalChange":43.99},"implicitModifiers":[],"explicitModifiers":[{"text":"Adds 1 to 40 Lightning Damage to Attacks","optional":false},{"text":"(125-150)% increased Energy Shield","optional":false},{"text":"+(40-50)% to Chaos Resistance","optional":false},{"text":"25% increased Light Radius","optional":false},{"text":"100% chance on Block to create Consecrated Ground","optional":false}],"flavourText":"When dead men rise and darkness falls\r|Only faith can be your walls\r|Walls of Light, not of brick\r|Twice as strong and twice as thick","itemType":"Body Armour","chaosValue":17.42,"exaltedValue":0.22,"count":11},{"id":1688,"name":"Thousand Ribbons","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/Thousandribbons.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":0,"baseType":"Simple Robe","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,-47.96,-3.44,71.08,15.07,8.85,-9.67],"totalChange":-4.02},"implicitModifiers":[],"explicitModifiers":[{"text":"Socketed Gems are Supported by level 5 Elemental Proliferation","optional":false},{"text":"Adds 2 to 3 Fire Damage to Spells and Attacks","optional":false},{"text":"Adds 2 to 3 Cold Damage to Spells and Attacks","optional":false},{"text":"Adds 1 to 4 Lightning Damage to Spells and Attacks","optional":false},{"text":"10% reduced Cast Speed","optional":true},{"text":"+(10-20) to Evasion Rating","optional":false},{"text":"+6 to maximum Life","optional":false},{"text":"+6 to maximum Mana","optional":false},{"text":"+(10-20) to maximum Energy Shield","optional":false},{"text":"+(5-10)% to Fire Resistance","optional":false},{"text":"+(5-10)% to Cold Resistance","optional":false},{"text":"+(5-10)% to Lightning Resistance","optional":false}],"flavourText":"The night of a thousand ribbons\r|To remember the day of a thousand flames\r|When Sarn burned\r|And was born again","itemType":"Body Armour","chaosValue":16.67,"exaltedValue":0.21,"count":4},{"id":1388,"name":"Tabula Rasa","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/TabulaRasa.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":0,"baseType":"Simple Robe","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,-0.95,-0.20,-9.55,-0.88,-1.97,0.49],"totalChange":0.31},"implicitModifiers":[],"explicitModifiers":[],"flavourText":"","itemType":"Body Armour","chaosValue":14.07,"exaltedValue":0.18,"count":49},{"id":1991,"name":"The Brine Crown","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Helmets/TheBrineCrown.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":63,"baseType":"Prophet Crown","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,7.05,5.93,1.74,0.63,-0.23,1.145],"totalChange":1.08},"implicitModifiers":[],"explicitModifiers":[{"text":"(100-120)% increased Armour and Energy Shield","optional":false},{"text":"+(50-70) to maximum Life","optional":false},{"text":"+(30-50)% to Cold Resistance","optional":false},{"text":"Cannot be Frozen","optional":false},{"text":"+800 Armour while stationary","optional":false},{"text":"60% increased Mana Regeneration Rate while stationary","optional":false},{"text":"15% chance to create Chilled Ground when Hit with an Attack","optional":false}],"flavourText":"Greatest is the Brine King's domain,\r|and every day it grows a little greater,\r|not through force, but patience.","itemType":"Helmet","chaosValue":14.02,"exaltedValue":0.18,"count":49},{"id":149,"name":"Belly of the Beast","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/bellyofthebeast.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":46,"baseType":"Full Wyrmscale","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-1.15,-9.94,-10.88,-12.98,-14.14,-19.075],"totalChange":-17.04},"implicitModifiers":[],"explicitModifiers":[{"text":"(150-200)% increased Armour","optional":false},{"text":"(30-40)% increased maximum Life","optional":false},{"text":"+(10-15)% to all Elemental Resistances","optional":false},{"text":"50% increased Flask Life Recovery rate","optional":false},{"text":"Extra gore","optional":false}],"flavourText":"There is no safer place\r|Than the Belly of the Beast","itemType":"Body Armour","chaosValue":14.00,"exaltedValue":0.18,"count":49},{"id":1970,"name":"Esh's Mirror","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Shields/EshsMirror.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":53,"baseType":"Thorium Spirit Shield","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.38,2.29,14.91,10.94,3.17,4.765],"totalChange":12.05},"implicitModifiers":[],"explicitModifiers":[{"text":"+(20-30) to Intelligence","optional":false},{"text":"+(40-70) to maximum Life","optional":false},{"text":"(80-100)% increased Energy Shield","optional":false},{"text":"+(35-40)% to Lightning Resistance","optional":false},{"text":"Adds 1 to 10 Lightning Damage for each Shocked Enemy you've Killed Recently","optional":false},{"text":"Shock Reflection","optional":false}],"flavourText":"She looked upon her reflection\r|and trembled, and shook,\r|until she was not what she saw.\r|\r|{This item can be transformed with a Blessing of Esh}","itemType":"Shield","chaosValue":14.00,"exaltedValue":0.18,"count":49},{"id":543,"name":"Foxshade","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/Foxshade.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":25,"baseType":"Wild Leather","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,4.71,-16.10,-22.59,-23.78,-24.92,-28.81],"totalChange":-27.09},"implicitModifiers":[],"explicitModifiers":[{"text":"Adds 5 to 12 Physical Damage to Attacks","optional":false},{"text":"+(20-30) to Dexterity","optional":false},{"text":"You gain 500 Evasion Rating when on Full Life","optional":false},{"text":"(50-70)% increased Evasion Rating","optional":false},{"text":"10% increased Movement Speed","optional":false}],"flavourText":"To catch an animal, think like an animal.","itemType":"Body Armour","chaosValue":13.54,"exaltedValue":0.17,"count":7},{"id":1930,"name":"Atziri's Splendour","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/AtzirisSplendour.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":75,"baseType":"Sacrificial Garb","stackSize":0,"variant":"Evasion","prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-6.16,45.93,23.28,-17.26,-10.23,10.59],"totalChange":12.18},"implicitModifiers":[],"explicitModifiers":[{"text":"(380-420)% increased Evasion Rating","optional":false},{"text":"+(90-100) to maximum Life","optional":false},{"text":"+(20-24)% to all Elemental Resistances","optional":false},{"text":"+100 Life gained on Kill","optional":false},{"text":"+100 Mana gained on Kill","optional":false}],"flavourText":"\"When you have nothing to hide,\r|you have nothing to fear.\"\r|- Atziri, Queen of the Vaal","itemType":"Body Armour","chaosValue":13.06,"exaltedValue":0.16,"count":45},{"id":447,"name":"Drillneck","icon":"http://web.poecdn.com/image/Art/2DItems/Quivers/Drillneck.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":36,"baseType":"Penetrating Arrow Quiver","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-8.41,-2.95,-21.06,-12.57,-14.48,-8.05],"totalChange":-8.75},"implicitModifiers":[{"text":"Arrows Pierce an additional Target"}],"explicitModifiers":[{"text":"(8-12)% increased Attack Speed","optional":false},{"text":"+350 to Evasion Rating","optional":false},{"text":"+(40-50) to maximum Life","optional":false},{"text":"Adds (10-14) to (19-24) Physical Damage to Attacks with Bows","optional":false},{"text":"Arrows deal 50% increased Damage to Targets they Pierce","optional":false}],"flavourText":"\"Why waste such a fine arrow on just one man?\" \r|- Kiravi, Vaal Archer","itemType":"Quiver","chaosValue":13.00,"exaltedValue":0.16,"count":49},{"id":533,"name":"Flesh and Spirit","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Gloves/FleshAndSpirit.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":15,"baseType":"Ironscale Gauntlets","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-5.05,-6.17,-3.44,-2.13,-7.58,-14.04],"totalChange":-14.56},"implicitModifiers":[],"explicitModifiers":[{"text":"(6-9)% increased Attack Speed","optional":false},{"text":"(80-120)% increased Armour and Evasion","optional":false},{"text":"(3-4) Life Regenerated per second","optional":false},{"text":"Recover 20% of your Maximum Life on Rampage","optional":false},{"text":"Gain 5 Souls for Vaal Skills on Rampage","optional":false},{"text":"Rampage","optional":false}],"flavourText":"What is greed but trading a mountain of death\r|for a sliver of life?","itemType":"Gloves","chaosValue":12.71,"exaltedValue":0.16,"count":21},{"id":1950,"name":"Lycosidae","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Shields/Lycosidae.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":11,"baseType":"Rawhide Tower Shield","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,15.36,22.82,11.75,10.56,12.84,1.245],"totalChange":3.26},"implicitModifiers":[{"text":"+(10-20) to maximum Life"}],"explicitModifiers":[{"text":"+(120-160) to Armour","optional":false},{"text":"+(30-40) to maximum Life","optional":false},{"text":"Your hits can't be Evaded","optional":false},{"text":"+(3-5)% Chance to Block","optional":false},{"text":"Adds 250 to 300 Cold Damage to Counterattacks","optional":false}],"flavourText":"A true predator does not chase; It waits.","itemType":"Shield","chaosValue":12.00,"exaltedValue":0.15,"count":49},{"id":746,"name":"Lightbane Raiment","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/Lightbanerainment.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":47,"baseType":"Ornate Ringmail","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,-2.50,-15.14,-28.06,-29.05,-43.66,-49.44],"totalChange":-48.55},"implicitModifiers":[],"explicitModifiers":[{"text":"(120-140)% increased Armour and Energy Shield","optional":false},{"text":"30% of Physical Damage Converted to Chaos Damage","optional":false},{"text":"Reflects 30 Chaos Damage to Melee Attackers","optional":false},{"text":"25% reduced Light Radius","optional":false},{"text":"100% chance on Block to create Desecrated Ground","optional":false}],"flavourText":". . . and the Light faded and hope waned\r|Zahndethus cast aside his faith\r|and embraced the darkness.","itemType":"Body Armour","chaosValue":10.29,"exaltedValue":0.13,"count":11},{"id":49,"name":"Ambu's Charge","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/StrInt3AUnique2.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":43,"baseType":"Crusader Chainmail","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,13.20,37.24,-2.73,-5.85,-11.48,-18.20],"totalChange":-26.95},"implicitModifiers":[],"explicitModifiers":[{"text":"(180-220)% increased Armour and Energy Shield","optional":false},{"text":"+(60-80) to maximum Life","optional":false},{"text":"+15% to all Elemental Resistances","optional":false},{"text":"Gain an Endurance Charge when you take a Critical Strike","optional":false},{"text":"Share Endurance Charges with nearby party members","optional":false},{"text":"2% of Life Regenerated per second if you have been Hit Recently","optional":false}],"flavourText":"Nothing stops the pain like a courageous rush into battle.","itemType":"Body Armour","chaosValue":10.00,"exaltedValue":0.13,"count":23},{"id":637,"name":"Hrimburn","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Gloves/Hrimsorrow.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":24,"baseType":"Goathide Gloves","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,7.82,25.04,10.75,21.13,54.11,33.18],"totalChange":29.30},"implicitModifiers":[],"explicitModifiers":[{"text":"+(20-30) to Strength","optional":false},{"text":"Adds (5-7) to (13-15) Cold Damage to Spells and Attacks","optional":false},{"text":"+(40-50) to Evasion Rating","optional":false},{"text":"+(20-30)% to Cold Resistance","optional":false},{"text":"50% of Physical Damage Converted to Cold Damage","optional":false},{"text":"Reflects 10 Cold Damage to Melee Attackers","optional":false},{"text":"Your Cold Damage can Ignite","optional":false}],"flavourText":"Giant's blood you cannot tame,\r|as wild as an unwatched flame.","itemType":"Gloves","chaosValue":10.0,"exaltedValue":0.13,"count":49},{"id":1935,"name":"Atziri's Splendour","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/AtzirisSplendour.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":75,"baseType":"Sacrificial Garb","stackSize":0,"variant":"Evasion/ES/Life","prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-2.32,-7.17,-18.76,-15.05,-11.11,-13.22],"totalChange":-13.88},"implicitModifiers":[],"explicitModifiers":[{"text":"(200-220)% increased Evasion and Energy Shield","optional":false},{"text":"+(90-100) to maximum Life","optional":false},{"text":"+(20-24)% to all Elemental Resistances","optional":false},{"text":"+100 Life gained on Kill","optional":false},{"text":"+100 Mana gained on Kill","optional":false}],"flavourText":"\"When you have nothing to hide,\r|you have nothing to fear.\"\r|- Atziri, Queen of the Vaal","itemType":"Body Armour","chaosValue":10.00,"exaltedValue":0.13,"count":31},{"id":1967,"name":"Light of Lunaris","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Shields/Lunaris.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":28,"baseType":"Jingling Spirit Shield","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,1.70,-2.12,-1.40,-0.31,-1.11,-2.34],"totalChange":-2.66},"implicitModifiers":[{"text":"(10-15)% increased Spell Damage"}],"explicitModifiers":[{"text":"(60-80)% increased Critical Strike Chance for Spells","optional":false},{"text":"(100-140)% increased Energy Shield","optional":false},{"text":"+(3-5)% Chance to Block","optional":false},{"text":"+1% to Critical Strike Multiplier per +1% Block Chance","optional":false},{"text":"+25% to Critical Strike Multiplier if you've dealt a Non-Critical Strike Recently","optional":false}],"flavourText":"Without night, there can be no day.","itemType":"Shield","chaosValue":10.00,"exaltedValue":0.13,"count":49},{"id":330,"name":"Crown of the Pale King","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Helmets/CrownofthePaleKing.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":52,"baseType":"Regicide Mask","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,17.69,29.64,29.24,27.73,27.59,32.325],"totalChange":35.15},"implicitModifiers":[],"explicitModifiers":[{"text":"(150-200)% increased Evasion and Energy Shield","optional":false},{"text":"+(60-80) to maximum Life","optional":false},{"text":"(0.4-0.8)% of Physical Attack Damage Leeched as Life","optional":false},{"text":"Reflects 100 to 150 Physical Damage to Melee Attackers","optional":false},{"text":"30% of Damage you Reflect to Enemies is gained as Life","optional":false}],"flavourText":"A lightless world\r|a silent reign\r|two sightless eyes\r|feed on your pain.","itemType":"Helmet","chaosValue":9.61,"exaltedValue":0.12,"count":46},{"id":2248,"name":"Malachai's Mark","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Gloves/MalachaisMark.png?scale=1&scaleIndex=0&w=2&h=2","mapTier":0,"levelRequired":67,"baseType":"Murder Mitts","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-17.09,-22.03,-41.94,-57.34,-65.90,-74.795],"totalChange":-73.35},"implicitModifiers":[],"explicitModifiers":[{"text":"(80-100)% increased Evasion and Energy Shield","optional":false},{"text":"+(60-80) to maximum Life","optional":false},{"text":"+(15-25) Life gained on Kill","optional":false},{"text":"+(15-25) Energy Shield gained on Kill","optional":false},{"text":"Grants Malachai's Endurance, Frenzy and Power for 6 seconds each, in sequence","optional":false}],"flavourText":"What man does not wish for immortality?","itemType":"Gloves","chaosValue":9.07,"exaltedValue":0.11,"count":49},{"id":1933,"name":"Atziri's Splendour","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/AtzirisSplendour.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":75,"baseType":"Sacrificial Garb","stackSize":0,"variant":"Armour/ES/Life","prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,5.76,2.21,-1.16,-0.30,0.16,-16.545],"totalChange":-17.33},"implicitModifiers":[],"explicitModifiers":[{"text":"(200-220)% increased Armour and Energy Shield","optional":false},{"text":"+(90-100) to maximum Life","optional":false},{"text":"+(20-24)% to all Elemental Resistances","optional":false},{"text":"+100 Life gained on Kill","optional":false},{"text":"+100 Mana gained on Kill","optional":false}],"flavourText":"\"When you have nothing to hide,\r|you have nothing to fear.\"\r|- Atziri, Queen of the Vaal","itemType":"Body Armour","chaosValue":9.03,"exaltedValue":0.11,"count":33},{"id":1557,"name":"The Oak","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Shields/ShieldStrIntUnique2.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":40,"baseType":"Plank Kite Shield","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,3.89,-8.51,-14.40,-14.46,-10.51,2.185],"totalChange":8.38},"implicitModifiers":[{"text":"+4% to all Elemental Resistances"}],"explicitModifiers":[{"text":"(80-120)% increased Armour and Energy Shield","optional":false},{"text":"+(100-150) to maximum Life","optional":false},{"text":"50% reduced Freeze Duration on You","optional":false},{"text":"3% of Life Regenerated per second","optional":false},{"text":"3% of Life Regenerated per second while on Low Life","optional":false}],"flavourText":"Even the mightiest tree was once just a sapling.","itemType":"Shield","chaosValue":9.00,"exaltedValue":0.11,"count":49},{"id":1918,"name":"Atziri's Splendour","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/AtzirisSplendour.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":75,"baseType":"Sacrificial Garb","stackSize":0,"variant":"Armour/Evasion/ES","prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-0.45,-8.34,-14.01,-32.45,-6.44,-8.125],"totalChange":-8.68},"implicitModifiers":[],"explicitModifiers":[{"text":"(270-340)% increased Armour, Evasion and Energy Shield","optional":false},{"text":"+(20-24)% to all Elemental Resistances","optional":false},{"text":"+100 Life gained on Kill","optional":false},{"text":"+100 Mana gained on Kill","optional":false}],"flavourText":"\"When you have nothing to hide,\r|you have nothing to fear.\"\r|- Atziri, Queen of the Vaal","itemType":"Body Armour","chaosValue":9.00,"exaltedValue":0.11,"count":17},{"id":1921,"name":"Atziri's Splendour","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/AtzirisSplendour.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":75,"baseType":"Sacrificial Garb","stackSize":0,"variant":"Armour/ES","prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,2.52,9.64,-0.56,-1.86,-3.82,1.025],"totalChange":0.49},"implicitModifiers":[],"explicitModifiers":[{"text":"(200-220)% increased Armour and Energy Shield","optional":false},{"text":"+(70-80) to maximum Energy Shield","optional":false},{"text":"+(20-24)% to all Elemental Resistances","optional":false},{"text":"+100 Life gained on Kill","optional":false},{"text":"+100 Mana gained on Kill","optional":false}],"flavourText":"\"When you have nothing to hide,\r|you have nothing to fear.\"\r|- Atziri, Queen of the Vaal","itemType":"Body Armour","chaosValue":9.00,"exaltedValue":0.11,"count":39},{"id":1654,"name":"The Vertex","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Helmets/TheVertex.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":62,"baseType":"Vaal Mask","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,15.49,27.94,44.02,91.96,35.63,37.51],"totalChange":56.69},"implicitModifiers":[],"explicitModifiers":[{"text":"+1 to Level of Socketed Gems","optional":false},{"text":"Socketed Gems have 50% reduced Mana Cost","optional":false},{"text":"(245-280)% increased Evasion and Energy Shield","optional":false},{"text":"+(30-40) to maximum Energy Shield","optional":false},{"text":"+(24-30)% to Chaos Resistance","optional":false},{"text":"Enemies Cannot Leech Mana From You","optional":false}],"flavourText":"\"A queen should be seen, admired, but never touched.\"\r|- Atziri, Queen of the Vaal","itemType":"Helmet","chaosValue":8.85,"exaltedValue":0.11,"count":49},{"id":2092,"name":"Garukhan's Flight","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Boots/TwoTonedBootsALT.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":62,"baseType":"Stealth Boots","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.14,-2.60,-3.22,-12.83,-28.50,-28.64],"totalChange":-19.18},"implicitModifiers":[],"explicitModifiers":[{"text":"+(30-40) to Dexterity","optional":false},{"text":"(80-120)% increased Evasion Rating","optional":false},{"text":"30% increased Movement Speed","optional":false},{"text":"Immune to Burning Ground, Shocked Ground and Chilled Ground","optional":false},{"text":"Regenerate 100 Life per second while moving","optional":false},{"text":"+1 to Maximum Life per +10 Dexterity","optional":false}],"flavourText":"The higher you soar, the further you must fall. ","itemType":"Boots","chaosValue":8.62,"exaltedValue":0.11,"count":48},{"id":1790,"name":"Vis Mortis","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/VisMortis.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":59,"baseType":"Necromancer Silks","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,1.27,-5.24,-13.86,-30.81,-18.21,7.12],"totalChange":0.95},"implicitModifiers":[],"explicitModifiers":[{"text":"+(20-30) to maximum Mana","optional":false},{"text":"(200-220)% increased Energy Shield","optional":false},{"text":"Minions have 20% reduced maximum Life","optional":false},{"text":"Minions deal 15% increased Damage","optional":false},{"text":"+1 to maximum number of Spectres","optional":false},{"text":"Minions gain Unholy Might for 10 seconds on Kill","optional":false}],"flavourText":"Reap what others have sown\r|Muster them from their graves\r|Parade them for your pleasure\r|Zealots in mortis enslaved","itemType":"Body Armour","chaosValue":8.00,"exaltedValue":0.10,"count":49},{"id":1928,"name":"Atziri's Splendour","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/AtzirisSplendour.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":75,"baseType":"Sacrificial Garb","stackSize":0,"variant":"Evasion/ES","prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.0,-2.67,-1.05,-1.14,-0.43,0.055],"totalChange":0.11},"implicitModifiers":[],"explicitModifiers":[{"text":"(200-220)% increased Evasion and Energy Shield","optional":false},{"text":"+(70-80) to maximum Energy Shield","optional":false},{"text":"+(20-24)% to all Elemental Resistances","optional":false},{"text":"+100 Life gained on Kill","optional":false},{"text":"+100 Mana gained on Kill","optional":false}],"flavourText":"\"When you have nothing to hide,\r|you have nothing to fear.\"\r|- Atziri, Queen of the Vaal","itemType":"Body Armour","chaosValue":8.00,"exaltedValue":0.10,"count":28},{"id":2001,"name":"Esh's Visage","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Shields/EshsMirrorUpgraded.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":62,"baseType":"Vaal Spirit Shield","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,1.61,7.52,5.30,-9.26,-10.75,-12.775],"totalChange":-8.40},"implicitModifiers":[{"text":"(5-10)% increased Spell Damage"}],"explicitModifiers":[{"text":"+(40-70) to maximum Life","optional":false},{"text":"(240-260)% increased Energy Shield","optional":false},{"text":"+(30-40)% to Lightning Resistance","optional":false},{"text":"+(17-29)% to Chaos Resistance","optional":false},{"text":"Chaos Damage does not bypass Energy Shield while not on Low Life or Low Mana","optional":false},{"text":"Reflect Shocks applied to you to all Nearby Enemies","optional":false}],"flavourText":"She could see what she was not;\r|a silhouette wreathed in light.\r|And she was still.","itemType":"Shield","chaosValue":8.00,"exaltedValue":0.10,"count":49},{"id":598,"name":"Grip of the Council","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Gloves/GlovesInt3Unique2.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":60,"baseType":"Arcanist Gloves","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-13.01,7.76,-28.49,-26.42,-20.18,-25.725],"totalChange":-23.48},"implicitModifiers":[],"explicitModifiers":[{"text":"+30 to Strength","optional":false},{"text":"+(30-50) to maximum Life","optional":false},{"text":"+(20-40)% to Cold Resistance","optional":false},{"text":"Minions have 10% reduced Movement Speed","optional":false},{"text":"Minions have +40% to Cold Resistance","optional":false},{"text":"Minions gain 20% of Physical Damage as Extra Cold Damage","optional":false}],"flavourText":"Death does not remove you from our grasp.\r|Death only brings you closer.","itemType":"Gloves","chaosValue":6.82,"exaltedValue":0.09,"count":49},{"id":354,"name":"Darkray Vectors","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Boots/DarkrayVectors.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":65,"baseType":"Dragonscale Boots","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-4.10,-21.92,-46.41,-18.00,-13.56,-3.605],"totalChange":-1.04},"implicitModifiers":[],"explicitModifiers":[{"text":"(40-70)% increased Armour and Evasion","optional":false},{"text":"+(20-40)% to Lightning Resistance","optional":false},{"text":"5% increased Movement Speed per Frenzy Charge","optional":false},{"text":"+1 to Maximum Frenzy Charges","optional":false},{"text":"40% reduced Frenzy Charge Duration","optional":false},{"text":"25% reduced Light Radius","optional":false},{"text":"2% chance to Dodge Attacks per Frenzy Charge","optional":false}],"flavourText":"\"Sirrius flew on wings of light, faster than wind, faster\r|than thought. But try as he might to outrun the darkness,\r|it was there, at every turn, waiting for him.\"\r|- Azmerian legend","itemType":"Boots","chaosValue":6.00,"exaltedValue":0.08,"count":49},{"id":2234,"name":"The Unshattered Will","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Shields/Channeling Shield.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":68,"baseType":"Archon Kite Shield","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-0.99,-15.31,-20.05,-4.97,-9.28,-9.83],"totalChange":-8.97},"implicitModifiers":[{"text":"+12% to all Elemental Resistances"}],"explicitModifiers":[{"text":"Grants Summon Harbinger of Focus Skill","optional":false},{"text":"+(60-80) to maximum Life","optional":false},{"text":"+(10-15)% to all Elemental Resistances","optional":false},{"text":"+(30-50) Mana gained when you Block","optional":false},{"text":"+5% Chance to Block","optional":false},{"text":"(50-70)% increased Damage with Channelling Skills","optional":false}],"flavourText":"<><><><><>\r|<><><><><><>\r|<><><><><><>","itemType":"Shield","chaosValue":5.33,"exaltedValue":0.07,"count":49},{"id":206,"name":"Broken Faith","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Shields/SantonisFaith.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":68,"baseType":"Archon Kite Shield","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-0.31,4.81,-5.56,-4.83,3.01,-8.85],"totalChange":-8.36},"implicitModifiers":[{"text":"+12% to all Elemental Resistances"}],"explicitModifiers":[{"text":"0.4% of Chaos Damage Leeched as Life","optional":false},{"text":"Gain (5-10)% of Physical Damage as Extra Chaos Damage","optional":false},{"text":"+5% Chance to Block","optional":false},{"text":"Gain Unholy Might on block for 10 seconds","optional":false},{"text":"100% increased Global Armour while you have no Energy Shield","optional":false}],"flavourText":"Be not blinded by the light.","itemType":"Shield","chaosValue":5.00,"exaltedValue":0.06,"count":39},{"id":279,"name":"Cloak of Defiance","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/CloakOfDefiance.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":52,"baseType":"Lacquered Garb","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.87,-0.71,5.95,-6.98,-15.16,-0.145],"totalChange":8.04},"implicitModifiers":[],"explicitModifiers":[{"text":"(110-150)% increased Evasion and Energy Shield","optional":false},{"text":"+(100-150) to maximum Mana","optional":false},{"text":"1% of Mana Regenerated per second","optional":false},{"text":"10% of Damage is taken from Mana before Life","optional":false},{"text":"Mind Over Matter","optional":false}],"flavourText":"When the throat roars,\r|As eyes weep,\r|When the hand grips hard\r|With trembling fingers,\r|When belly twists\r|Yet legs stand strong,\r|That is the work\r|Of the Defiant Heart.","itemType":"Body Armour","chaosValue":5.00,"exaltedValue":0.06,"count":49},{"id":576,"name":"Goldwyrm","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Boots/BootsDexUnique2.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":34,"baseType":"Nubuck Boots","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-14.86,12.36,-9.14,3.79,15.00,16.465],"totalChange":29.12},"implicitModifiers":[],"explicitModifiers":[{"text":"60% increased Mana Regeneration Rate","optional":false},{"text":"(14-30)% increased Quantity of Items found","optional":false},{"text":"+(40-50)% to Fire Resistance","optional":false},{"text":"10% increased Movement Speed","optional":false}],"flavourText":"The wyrm draws warmth from the fires of desire.","itemType":"Boots","chaosValue":5.00,"exaltedValue":0.06,"count":49},{"id":1016,"name":"Rat's Nest","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Helmets/RatsNest.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":55,"baseType":"Ursine Pelt","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,11.07,30.52,-9.72,-11.86,-19.18,-4.485],"totalChange":-16.64},"implicitModifiers":[],"explicitModifiers":[{"text":"15% increased Attack Speed","optional":false},{"text":"(60-75)% increased Global Critical Strike Chance","optional":false},{"text":"150% increased Evasion Rating","optional":false},{"text":"(20-25)% increased Rarity of Items found","optional":false},{"text":"10% increased Movement Speed","optional":false},{"text":"10% reduced Character Size","optional":false}],"flavourText":"A lad with no fear of the pest \r|Let rats fill his helmet in jest \r|When they picked his skull clean\r|Where his head should have been\r|Was naught but a vermin-filled nest!","itemType":"Helmet","chaosValue":5.00,"exaltedValue":0.06,"count":49},{"id":1693,"name":"Thunderfist","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Gloves/thunderclaw.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":67,"baseType":"Murder Mitts","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-18.54,-3.49,-17.64,-20.28,-21.47,-25.345],"totalChange":-27.77},"implicitModifiers":[],"explicitModifiers":[{"text":"Socketed Gems are Supported by level 18 Added Lightning Damage","optional":false},{"text":"Adds 1 to 100 Lightning Damage to Attacks","optional":false},{"text":"10% increased Attack Speed","optional":false},{"text":"+(25-30) to maximum Energy Shield","optional":false},{"text":"100% increased Shock Duration on Enemies","optional":false},{"text":"10% increased Stun Duration on Enemies","optional":false}],"flavourText":"The roar of the heavens\r|Strikes more than fear\r|Into the hearts of Man","itemType":"Gloves","chaosValue":5.00,"exaltedValue":0.06,"count":49},{"id":1834,"name":"Wall of Brambles","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/Bramblejack.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":30,"baseType":"Plate Vest","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-3.84,0.13,0.45,17.96,21.17,21.32],"totalChange":22.59},"implicitModifiers":[],"explicitModifiers":[{"text":"Adds 2 to 4 Physical Damage to Attacks","optional":false},{"text":"+2000 to Armour","optional":false},{"text":"+(12-20) to maximum Life","optional":false},{"text":"-2 Physical Damage taken from Attacks","optional":false},{"text":"40% of Melee Physical Damage taken reflected to Attacker","optional":false}],"flavourText":"There is no wall thicker or stronger than fear.","itemType":"Body Armour","chaosValue":5.00,"exaltedValue":0.06,"count":49},{"id":1996,"name":"The Perfect Form","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/ThePerfectForm.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":65,"baseType":"Zodiac Leather","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-17.49,-23.18,-25.13,-17.67,-27.03,-30.26],"totalChange":-32.05},"implicitModifiers":[],"explicitModifiers":[{"text":"(30-50)% increased Evasion Rating","optional":false},{"text":"+(50-80) to maximum Life","optional":false},{"text":"-30% to Cold Resistance","optional":false},{"text":"(5-10)% increased Dexterity","optional":false},{"text":"100% reduced Arctic Armour Mana Reservation","optional":false},{"text":"Evasion Rating is increased by Uncapped Cold Resistance","optional":false},{"text":"Phase Acrobatics","optional":false}],"flavourText":"We share one space,\r|speak one voice,\r|act through one body.\r|A flawless crystal.\r|Brittle.","itemType":"Body Armour","chaosValue":5.00,"exaltedValue":0.06,"count":49},{"id":2185,"name":"Volkuur's Guidance","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Gloves/PaleCouncilGloves.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":43,"baseType":"Zealot Gloves","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-9.87,18.50,31.77,22.54,10.09,12.30],"totalChange":7.03},"implicitModifiers":[],"explicitModifiers":[{"text":"Adds (16-20) to (25-30) Cold Damage to Spells and Attacks","optional":true},{"text":"Adds (16-20) to (25-30) Fire Damage to Spells and Attacks","optional":true},{"text":"Adds (1-3) to (42-47) Lightning Damage to Spells and Attacks","optional":true},{"text":"+(50-70) to maximum Life","optional":false},{"text":"+(30-40)% to Cold Resistance","optional":true},{"text":"+(30-40)% to Fire Resistance","optional":true},{"text":"+(30-40)% to Lightning Resistance","optional":true},{"text":"50% less Poison Duration","optional":false},{"text":"Cold Damage can Poison","optional":true},{"text":"Fire Damage can Poison","optional":true},{"text":"Lightning Damage can Poison","optional":true},{"text":"Cold Skills have 20% chance to Poison on Hit","optional":true},{"text":"Fire Skills have 20% chance to Poison on Hit","optional":true},{"text":"Lightning Skills have 20% chance to Poison on Hit","optional":true}],"flavourText":"You do not cease to be when you die\r|any more than the caterpillar ceases to be when it cocoons.\r|Come, let me show you.","itemType":"Gloves","chaosValue":4.46,"exaltedValue":0.06,"count":49},{"id":17,"name":"Abyssus","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Helmets/Abyssus.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":60,"baseType":"Ezomyte Burgonet","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,3.04,24.30,-1.15,4.04,-2.17,-6.725],"totalChange":-22.70},"implicitModifiers":[],"explicitModifiers":[{"text":"Adds 40 to 60 Physical Damage to Attacks","optional":false},{"text":"+(20-25) to all Attributes","optional":false},{"text":"+(100-125)% to Melee Critical Strike Multiplier","optional":false},{"text":"(100-120)% increased Armour","optional":false},{"text":"(40-50)% increased Physical Damage taken","optional":false}],"flavourText":"When you have slain all of your enemies,\r|what is left to fear?","itemType":"Helmet","chaosValue":4.00,"exaltedValue":0.05,"count":49},{"id":27,"name":"Aegis Aurora","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Shields/ShieldStrIntUnique7unique.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":62,"baseType":"Champion Kite Shield","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-0.67,2.10,25.77,33.26,33.26,45.585],"totalChange":51.34},"implicitModifiers":[],"explicitModifiers":[{"text":"(80-100)% increased Armour and Energy Shield","optional":false},{"text":"+10% to all Elemental Resistances","optional":false},{"text":"+5% to maximum Cold Resistance","optional":false},{"text":"+6% Chance to Block","optional":false},{"text":"Replenishes Energy Shield by 2% of Armour when you Block","optional":false},{"text":"(10-20)% increased Elemental Damage with Attack Skills","optional":false}],"flavourText":"Born from the marriage of ice and sky,\r|the aurora evokes both awe and power.","itemType":"Shield","chaosValue":4.00,"exaltedValue":0.05,"count":49},{"id":406,"name":"Deidbellow","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Helmets/Deidbell.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":33,"baseType":"Gilded Sallet","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-7.13,-5.11,-4.58,-0.90,-3.01,-18.385],"totalChange":-17.80},"implicitModifiers":[],"explicitModifiers":[{"text":"Adds 10 to 20 Physical Damage to Attacks","optional":false},{"text":"+(20-30) to Strength","optional":false},{"text":"+(20-30) to Dexterity","optional":false},{"text":"+(200-300) to Armour","optional":false},{"text":"20% increased Melee Damage","optional":false},{"text":"Cannot Leech when on Low Life","optional":false},{"text":"You and nearby allies have 20% increased Attack, Cast and Movement Speed if you've used a Warcry Recently","optional":false}],"flavourText":"May it echo through the halls.","itemType":"Helmet","chaosValue":4.00,"exaltedValue":0.05,"count":49},{"id":619,"name":"Heretic's Veil","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Helmets/FaceOfDivinity.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":67,"baseType":"Deicide Mask","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,6.12,17.78,28.94,31.03,36.76,35.765],"totalChange":33.68},"implicitModifiers":[],"explicitModifiers":[{"text":"+1 to Level of Socketed Curse Gems","optional":false},{"text":"Socketed Curse Gems are Supported by Level 22 Blasphemy","optional":false},{"text":"Socketed Curse Gems have 12% reduced Mana Reservation","optional":false},{"text":"(90-110)% increased Evasion and Energy Shield","optional":false},{"text":"+(40-50) to maximum Energy Shield","optional":false}],"flavourText":"Branded a heretic for your beliefs,\r|You stand alone against many.\r|May the truth that fuels their anger,\r|Carry your blade into their hearts.","itemType":"Helmet","chaosValue":4.00,"exaltedValue":0.05,"count":49},{"id":1263,"name":"Shavronne's Gambit","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Boots/ShavronnesPace.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":36,"baseType":"Scholar Boots","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,3.56,-22.35,-18.42,4.28,5.69,10.73],"totalChange":1.87},"implicitModifiers":[],"explicitModifiers":[{"text":"+10 to Dexterity","optional":false},{"text":"+(20-30) to Intelligence","optional":false},{"text":"(100-140)% increased Energy Shield","optional":false},{"text":"15% increased Movement Speed","optional":false},{"text":"20% increased Movement Speed when on Full Life","optional":false},{"text":"(10-15)% increased Stun and Block Recovery","optional":false},{"text":"1% of Energy Shield Regenerated per second","optional":false}],"flavourText":"The Karui boats were closing the gap,\r|but Shavronne had laid for them one final trap.","itemType":"Boots","chaosValue":4.00,"exaltedValue":0.05,"count":49},{"id":2009,"name":"The Formless Inferno","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Helmets/FormlessInFlamesUPGRADE.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":65,"baseType":"Royal Burgonet","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,2.06,20.51,25.37,-4.33,-5.76,6.78],"totalChange":17.87},"implicitModifiers":[],"explicitModifiers":[{"text":"(80-120)% increased Armour","optional":false},{"text":"+(40-50) to maximum Life","optional":false},{"text":"-30% to Fire Resistance","optional":false},{"text":"8% of Physical Damage taken as Fire Damage","optional":false},{"text":"Armour is increased by Uncapped Fire Resistance","optional":false}],"flavourText":"He burns us to keep us from harm.","itemType":"Helmet","chaosValue":4.00,"exaltedValue":0.05,"count":49},{"id":2208,"name":"First Piece of Directions","icon":"http://web.poecdn.com/image/Art/2DItems/Quivers/Shards/Shard1.png?scale=1&w=1&h=2","mapTier":0,"levelRequired":0,"baseType":"Blunt Arrow Quiver Piece","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,3.80,-0.72,-33.35,-42.53,-37.31,-5.80],"totalChange":6.09},"implicitModifiers":[],"explicitModifiers":[],"flavourText":"","itemType":"Quiver","chaosValue":4.00,"exaltedValue":0.05,"count":49},{"id":2017,"name":"The Red Trail","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Boots/TheInfinitePursuit.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":68,"baseType":"Titan Greaves","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-8.95,1.84,1.84,9.69,3.64,-9.47],"totalChange":-4.83},"implicitModifiers":[],"explicitModifiers":[{"text":"(60-80)% increased Armour","optional":false},{"text":"+(60-70) to maximum Life","optional":false},{"text":"25% increased Movement Speed","optional":false},{"text":"10% additional Physical Damage Reduction while stationary","optional":false},{"text":"Gain a Frenzy Charge on Hit while Bleeding","optional":false},{"text":"15% increased Movement Speed while Bleeding","optional":false},{"text":"50% chance to be inflicted with Bleeding when Hit by an Attack","optional":false},{"text":"Gore Footprints","optional":false}],"flavourText":"We leave a trail, that we may know\r|where never we will return.","itemType":"Boots","chaosValue":3.61,"exaltedValue":0.05,"count":49},{"id":2224,"name":"Second Piece of Directions","icon":"http://web.poecdn.com/image/Art/2DItems/Quivers/Shards/Shard2.png?scale=1&w=1&h=2","mapTier":0,"levelRequired":0,"baseType":"Blunt Arrow Quiver Piece","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,151.96,136.90,36.61,-1.31,-5.90,90.665],"totalChange":116.45},"implicitModifiers":[],"explicitModifiers":[],"flavourText":"","itemType":"Quiver","chaosValue":3.40,"exaltedValue":0.04,"count":49},{"id":285,"name":"Cloak of Tawm'r Isley","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/TomOReillyCloak.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":56,"baseType":"Savant's Robe","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-18.24,-16.46,-23.14,-21.13,-6.71,-10.835],"totalChange":-1.93},"implicitModifiers":[],"explicitModifiers":[{"text":"Socketed Minion Gems are Supported by Level 16 Life Leech","optional":false},{"text":"(150-200)% increased Energy Shield","optional":false},{"text":"Minions cannot be Blinded","optional":false},{"text":"Minions have 15% chance to Blind Enemies on hit","optional":false},{"text":"Found Magic Items drop Identified","optional":false}],"flavourText":"Renowned by those distinguished,\r|Exalted by the few.\r|He skulks in darkness, \r|and watches from beneath the city.","itemType":"Body Armour","chaosValue":3.38,"exaltedValue":0.04,"count":49},{"id":2228,"name":"Third Piece of Directions","icon":"http://web.poecdn.com/image/Art/2DItems/Quivers/Shards/Shard3.png?scale=1&w=2&h=1","mapTier":0,"levelRequired":0,"baseType":"Blunt Arrow Quiver Piece","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-13.72,-3.66,-8.80,-15.15,1.28,-9.935],"totalChange":-8.51},"implicitModifiers":[],"explicitModifiers":[],"flavourText":"","itemType":"Quiver","chaosValue":3.1,"exaltedValue":0.04,"count":49},{"id":421,"name":"Devoto's Devotion","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Helmets/HelmetStrDex2unique.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":67,"baseType":"Nightmare Bascinet","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.21,17.36,-6.81,-9.40,-6.83,-17.39],"totalChange":-16.97},"implicitModifiers":[],"explicitModifiers":[{"text":"10% reduced Physical Damage","optional":false},{"text":"+(50-65) to Dexterity","optional":false},{"text":"16% increased Attack Speed","optional":false},{"text":"(150-200)% increased Armour and Evasion","optional":false},{"text":"+(15-25)% to Chaos Resistance","optional":false},{"text":"20% increased Movement Speed","optional":false},{"text":"Mercury Footprints","optional":false}],"flavourText":"Swift as thought are the actions of Man \r|when borne on wings of divine providence.","itemType":"Helmet","chaosValue":3.00,"exaltedValue":0.04,"count":49},{"id":510,"name":"Ezomyte Hold","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Helmets/EzomytePeak.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":0,"baseType":"Iron Hat","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,1.95,-19.68,-14.81,-13.65,-13.65,-13.65],"totalChange":-13.65},"implicitModifiers":[],"explicitModifiers":[{"text":"20% increased Physical Damage","optional":false},{"text":"+(15-25) to Armour","optional":false},{"text":"+(25-50) to maximum Life","optional":false},{"text":"Cannot Evade Enemy Attacks","optional":false},{"text":"Cannot be Stunned","optional":false}],"flavourText":"A moment of victory may last an eternity in memory.","itemType":"Helmet","chaosValue":3.00,"exaltedValue":0.04,"count":49},{"id":783,"name":"Maligaro's Virtuosity","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Gloves/MaligarosVirtousity.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":21,"baseType":"Deerskin Gloves","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-5.63,2.14,-12.28,13.11,14.39,-5.06],"totalChange":2.50},"implicitModifiers":[],"explicitModifiers":[{"text":"+(20-30) to Dexterity","optional":false},{"text":"5% increased Attack Speed","optional":false},{"text":"50% increased Global Critical Strike Chance","optional":false},{"text":"+(20-30)% to Global Critical Strike Multiplier","optional":false},{"text":"(60-80)% increased Evasion Rating","optional":false}],"flavourText":"Maligaro operated effortlessly,\r|with great speed and terrible consequences.","itemType":"Gloves","chaosValue":3.00,"exaltedValue":0.04,"count":49},{"id":1009,"name":"Rainbowstride","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Boots/rainbowstride.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":53,"baseType":"Conjurer Boots","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,15.38,55.01,29.02,16.24,67.51,63.34],"totalChange":63.24},"implicitModifiers":[],"explicitModifiers":[{"text":"(20-25)% of Block Chance applied to Spells","optional":false},{"text":"+(40-60) to maximum Mana","optional":false},{"text":"(140-180)% increased Energy Shield","optional":false},{"text":"+20% to all Elemental Resistances","optional":false},{"text":"25% increased Movement Speed","optional":false}],"flavourText":"\"They say that you should take life's troubles in your stride.\r|Some men have a longer stride than others.\"\r|- Gaius Sentari","itemType":"Boots","chaosValue":2.84,"exaltedValue":0.04,"count":49},{"id":1582,"name":"The Rat Cage","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/TheRatCage.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":56,"baseType":"Sharkskin Tunic","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-1.91,7.89,16.70,0.92,-49.56,-38.275],"totalChange":-30.29},"implicitModifiers":[],"explicitModifiers":[{"text":"(100-120)% increased Evasion Rating","optional":false},{"text":"+(160-200) to maximum Life","optional":false},{"text":"-50% to Fire Resistance","optional":false},{"text":"15% increased Movement Speed","optional":false},{"text":"20% increased Fire Damage taken","optional":false},{"text":"10% of Fire Damage taken as Physical Damage","optional":false}],"flavourText":"The truth lies inside every man, if you dig around. \r|Many a confession was found in the bowels of Axiom.","itemType":"Body Armour","chaosValue":2.37,"exaltedValue":0.03,"count":42},{"id":223,"name":"Carcass Jack","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/CarcassJack.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":62,"baseType":"Varnished Coat","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-9.76,6.99,-4.00,16.65,1.58,15.755],"totalChange":19.62},"implicitModifiers":[],"explicitModifiers":[{"text":"(120-150)% increased Evasion and Energy Shield","optional":false},{"text":"+(50-70) to maximum Life","optional":false},{"text":"+(9-12)% to all Elemental Resistances","optional":false},{"text":"20% increased Area of Effect of Area Skills","optional":false},{"text":"(40-50)% increased Area Damage","optional":false},{"text":"Extra gore","optional":false}],"flavourText":"\"...The discomfort shown by the others is amusing, but none\r|can deny that my work has made quite the splash...\"\r|- Maligaro's Journal","itemType":"Body Armour","chaosValue":2.00,"exaltedValue":0.03,"count":49},{"id":1014,"name":"Rathpith Globe","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Shields/ShieldInt6unique.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":68,"baseType":"Titanium Spirit Shield","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-10.05,-1.88,-12.23,-2.92,-13.99,2.545],"totalChange":0.68},"implicitModifiers":[],"explicitModifiers":[{"text":"(40-60)% of Block Chance applied to Spells","optional":false},{"text":"(40-60)% increased Spell Damage","optional":false},{"text":"10% increased maximum Life","optional":false},{"text":"(120-160)% increased Energy Shield","optional":false},{"text":"+25% to Lightning Resistance","optional":false}],"flavourText":"The Vaal emptied their slaves of beating hearts,\r|and left a mountain of twitching dead.","itemType":"Shield","chaosValue":2.00,"exaltedValue":0.03,"count":49},{"id":1037,"name":"Redblade Tramplers","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Boots/Rumblestep.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":46,"baseType":"Ancient Greaves","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,5.48,46.21,-7.01,34.32,7.94,-1.495],"totalChange":-24.32},"implicitModifiers":[],"explicitModifiers":[{"text":"Adds (2-5) to (7-10) Physical Damage to Attacks","optional":false},{"text":"(5-10)% reduced Enemy Stun Threshold","optional":false},{"text":"(150-200)% increased Armour","optional":false},{"text":"+(50-70) to maximum Life","optional":false},{"text":"+(20-30)% to Fire Resistance","optional":false},{"text":"25% increased Movement Speed","optional":false},{"text":"Unaffected by Burning Ground","optional":false}],"flavourText":"Our home was swallowed beneath \r|the great mountain for our complacency. \r|Now we must prove our value to the Molten One \r|by sating his hunger for life.","itemType":"Boots","chaosValue":2.00,"exaltedValue":0.03,"count":49},{"id":46,"name":"Alpha's Howl","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Helmets/Wolfhead.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":64,"baseType":"Sinner Tricorne","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.32,1.17,1.17,1.17,1.17,1.17],"totalChange":1.17},"implicitModifiers":[],"explicitModifiers":[{"text":"+2 to Level of Socketed Aura Gems","optional":false},{"text":"(80-100)% increased Evasion Rating","optional":false},{"text":"+(20-30)% to Cold Resistance","optional":false},{"text":"25% chance to Avoid being Chilled","optional":false},{"text":"Cannot be Frozen","optional":false},{"text":"8% reduced Mana Reserved","optional":false}],"flavourText":"Nature respects the strong\r|And paints the snow red\r|With the blood of the weak","itemType":"Helmet","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":130,"name":"Atziri's Step","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Boots/AtzirisStep.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":69,"baseType":"Slink Boots","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-13.33,1.13,0.06,1.51,0.83,1.425],"totalChange":1.27},"implicitModifiers":[],"explicitModifiers":[{"text":"180% increased Evasion Rating","optional":false},{"text":"+(55-75) to maximum Life","optional":false},{"text":"30% increased Movement Speed","optional":false},{"text":"(14-16)% chance to Dodge Spell Damage","optional":false}],"flavourText":"\"Those who dance are considered insane \r|by those who cannot hear the music.\"\r|- Atziri, Queen of the Vaal","itemType":"Boots","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":132,"name":"Aurseize","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Gloves/Aurseize.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":36,"baseType":"Steelscale Gauntlets","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-1.71,-1.90,-1.10,0.49,1.69,1.69],"totalChange":1.69},"implicitModifiers":[],"explicitModifiers":[{"text":"(40-60)% increased Armour and Evasion","optional":false},{"text":"(40-50)% increased Rarity of Items found","optional":false},{"text":"+15% to all Elemental Resistances","optional":false},{"text":"5% reduced Movement Speed","optional":false}],"flavourText":"Wealth is not to be borne lightly.","itemType":"Gloves","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":198,"name":"Brinerot Flag","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Shields/BrinerotFlag.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":23,"baseType":"Tarnished Spirit Shield","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,4.82,4.82,-1.59,-0.07,1.61,-9.71],"totalChange":-19.70},"implicitModifiers":[{"text":"(5-10)% increased Spell Damage"}],"explicitModifiers":[{"text":"+3 to Level of Socketed Warcry Gems","optional":false},{"text":"(8-12)% increased Cast Speed","optional":false},{"text":"(20-40)% increased Mana Regeneration Rate","optional":false},{"text":"+(70-90) to maximum Energy Shield","optional":false},{"text":"Gain 2 Power Charges on using a Warcry","optional":false}],"flavourText":"The lords of the sea bow to no one.","itemType":"Shield","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":200,"name":"Brinerot Whalers","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Boots/Reefscourge.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":41,"baseType":"Trapper Boots","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,1.28,1.28,0.53,1.28,1.09,-0.41],"totalChange":-2.10},"implicitModifiers":[],"explicitModifiers":[{"text":"20% increased Physical Damage","optional":false},{"text":"+(80-100) to maximum Energy Shield","optional":false},{"text":"+(20-30)% to Lightning Resistance","optional":false},{"text":"25% increased Movement Speed","optional":false},{"text":"(20-40)% increased Projectile Damage","optional":false},{"text":"Unaffected by Shocked Ground","optional":false}],"flavourText":"Those Theopolis fatcats put a price on our heads.\r|Let's see what they'll pay for their own. ","itemType":"Boots","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":207,"name":"Bronn's Lithe","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/Bronnslithe.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":53,"baseType":"Cutthroat's Garb","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-0.18,-1.21,-0.34,0.36,0.36,0.36],"totalChange":0.36},"implicitModifiers":[],"explicitModifiers":[{"text":"+2 to Level of Socketed Movement Gems","optional":false},{"text":"10% increased Attack Speed","optional":false},{"text":"(35-50)% increased Damage with Movement Skills","optional":false},{"text":"(200-250)% increased Evasion Rating","optional":false},{"text":"10% increased Movement Speed","optional":false},{"text":"15% increased Attack and Cast Speed if you've used a Movement Skill Recently","optional":false}],"flavourText":"Forget your kite shield. Just put the biggest man\r| in the field between you and the archers.","itemType":"Body Armour","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":263,"name":"Cherrubim's Maleficence","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/CherrubimsCrave.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":69,"baseType":"Triumphant Lamellar","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.08,0.16,-0.12,0.00,-0.62,-1.325],"totalChange":-2.14},"implicitModifiers":[],"explicitModifiers":[{"text":"(50-80)% increased Chaos Damage","optional":false},{"text":"(160-200)% increased Armour and Evasion","optional":false},{"text":"+(70-100) to maximum Life","optional":false},{"text":"100% increased Life Leeched per second","optional":false}],"flavourText":"\"The Consort of Chaos descended,\r|swiftly, brutally, artfully, she consumed the living,\r|leaving naught behind but a Rosemarie bloom,\r|to celebrate the massacre.\"\r|- Blass, explorer, hunter, adventurer","itemType":"Body Armour","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":308,"name":"Cospri's Will","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/CosprisWill.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":68,"baseType":"Assassin's Garb","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.0,0.0,0.0,0.0,0.0,0.0],"totalChange":0.0},"implicitModifiers":[{"text":"3% increased Movement Speed"}],"explicitModifiers":[{"text":"(120-160)% increased Evasion Rating","optional":false},{"text":"+(17-29)% to Chaos Resistance","optional":false},{"text":"Enemies can have 1 additional Curse","optional":false},{"text":"Your Curses can apply to Hexproof Enemies","optional":false},{"text":"60% chance to Poison on Hit against Cursed Enemies","optional":false}],"flavourText":"Curse their vile Council,\r|They cast me aside as if I am some bastard child.\r|If they only knew the power I possess.","itemType":"Body Armour","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":321,"name":"Cragfall","icon":"http://web.poecdn.com/image/Art/2DItems/Quivers/QuiverUnique4.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":5,"baseType":"Serrated Arrow Quiver","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.0,0.0,-2.90,0.0,0.0,0.0],"totalChange":0.0},"implicitModifiers":[{"text":"Adds 1 to 4 Physical Damage to Attacks with Bows"}],"explicitModifiers":[{"text":"(20-25)% reduced Enemy Stun Threshold","optional":false},{"text":"25% reduced Projectile Speed","optional":false},{"text":"(60-80)% increased Stun Duration on Enemies","optional":false},{"text":"Adds 6 to 10 Physical Damage to Attacks with Bows","optional":false},{"text":"50% chance to double Stun Duration","optional":false}],"flavourText":"The largest rock leaves the deepest mark.","itemType":"Quiver","chaosValue":1.00,"exaltedValue":0.01,"count":32},{"id":329,"name":"Crown of Eyes","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Helmets/CrownofEyes.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":69,"baseType":"Hubris Circlet","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.0,0.0,0.0,0.0,0.0,0.07],"totalChange":0.0},"implicitModifiers":[],"explicitModifiers":[{"text":"+(200-250) to Accuracy Rating","optional":false},{"text":"(120-150)% increased Energy Shield","optional":false},{"text":"-30% to Fire Resistance","optional":false},{"text":"(0.4-0.8)% of Physical Attack Damage Leeched as Life","optional":false},{"text":"(0.2-0.4)% of Physical Attack Damage Leeched as Mana","optional":false},{"text":"Increases and Reductions to Spell Damage also apply to Attacks","optional":false}],"flavourText":"Turning, gazing, blinking,\r|behold the eyes of void.\r|Burning, razing, drinking,\r|your mind is destroyed.","itemType":"Helmet","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":397,"name":"Death's Oath","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/Deathsoath.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":62,"baseType":"Astral Plate","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.0,0.0,0.0,0.0,0.0,0.0],"totalChange":0.0},"implicitModifiers":[{"text":"+(8-12)% to all Elemental Resistances"}],"explicitModifiers":[{"text":"Grants level 20 Death Aura Skill","optional":false},{"text":"+(40-50) to all Attributes","optional":false},{"text":"(10-15)% increased Attack Speed","optional":false},{"text":"(180-220)% increased Armour","optional":false},{"text":"+(60-70) to maximum Life","optional":false},{"text":"1% of Attack Damage Leeched as Life","optional":false},{"text":"You take 450 Chaos Damage per second for 3 seconds on Kill","optional":false},{"text":"Gore Footprints","optional":false}],"flavourText":"Tears of blood, aching heart,\r|My dear Isildria must depart.","itemType":"Body Armour","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":575,"name":"Goldrim","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Helmets/HelmetDexUnique2.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":52,"baseType":"Leather Cap","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-0.93,-20.78,-22.70,-29.79,-22.25,-26.205],"totalChange":-29.92},"implicitModifiers":[],"explicitModifiers":[{"text":"+(30-50) to Evasion Rating","optional":false},{"text":"10% increased Rarity of Items found","optional":false},{"text":"+(30-40)% to all Elemental Resistances","optional":false},{"text":"Reflects 4 Physical Damage to Melee Attackers","optional":false}],"flavourText":"No metal slips as easily through the fingers as gold.","itemType":"Helmet","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":594,"name":"Great Old One's Ward","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Shields/GreatOldOnesWard.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":46,"baseType":"Corrugated Buckler","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,1.24,-3.99,-5.52,0.19,-7.60,1.35],"totalChange":1.38},"implicitModifiers":[{"text":"3% increased Movement Speed"}],"explicitModifiers":[{"text":"Adds (8-12) to (15-20) Physical Damage to Attacks","optional":false},{"text":"(6-10)% increased Attack Speed","optional":false},{"text":"+(50-70) to maximum Life","optional":false},{"text":"(8-12)% Chance to Block Spells","optional":false}],"flavourText":"The horrors we've encountered are nothing\r|compared to the horrors we haven't.","itemType":"Shield","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":707,"name":"Kaom's Roots","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Boots/KaomsRoots.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":68,"baseType":"Titan Greaves","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,29.66,137.36,-16.68,0.09,14.82,76.05],"totalChange":12.18},"implicitModifiers":[],"explicitModifiers":[{"text":"Has no Sockets","optional":false},{"text":"Cannot be Knocked Back","optional":false},{"text":"+(150-200) to maximum Life","optional":false},{"text":"You cannot be slowed to below base speed","optional":false},{"text":"Unwavering Stance","optional":false}],"flavourText":"Don't flinch. It's a waste of good hitting time.","itemType":"Boots","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":719,"name":"Kintsugi","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/Kintsugi.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":62,"baseType":"Exquisite Leather","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.0,-0.22,-0.34,0.0,0.0,-0.04],"totalChange":0.0},"implicitModifiers":[],"explicitModifiers":[{"text":"(100-120)% increased Evasion Rating","optional":false},{"text":"+(60-80) to maximum Life","optional":false},{"text":"+30% to Fire Resistance","optional":false},{"text":"20% less Damage taken if you have not been Hit Recently","optional":false},{"text":"50% increased Evasion Rating if you have been Hit Recently","optional":false}],"flavourText":"Do not hide your flaws, your cracks,\r|mend them, and display them proudly.\r|For it is these that set us apart.","itemType":"Body Armour","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":742,"name":"Leer Cast","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Helmets/HelmetDexInt9x.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":28,"baseType":"Festival Mask","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-0.16,-0.70,-11.99,-5.22,-6.22,0.08],"totalChange":0.08},"implicitModifiers":[],"explicitModifiers":[{"text":"30% reduced Damage","optional":false},{"text":"+(20-30) to Dexterity","optional":false},{"text":"+(20-30) to maximum Life","optional":false},{"text":"+(20-30) to maximum Mana","optional":false},{"text":"You and nearby allies gain 15% increased Damage","optional":false}],"flavourText":"For none of us are as cruel as all of us.","itemType":"Helmet","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":759,"name":"Lioneye's Remorse","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Shields/ShieldStrUnique6.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":70,"baseType":"Pinnacle Tower Shield","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.0,0.0,0.0,0.0,0.0,-0.03],"totalChange":-0.06},"implicitModifiers":[{"text":"+(20-30) to maximum Life"}],"explicitModifiers":[{"text":"(200-250)% increased Armour","optional":false},{"text":"+(160-180) to maximum Life","optional":false},{"text":"5% reduced Movement Speed","optional":false},{"text":"20% increased Stun and Block Recovery","optional":false},{"text":"-25 Physical Damage taken from Projectile Attacks","optional":false},{"text":"+5% Chance to Block","optional":false}],"flavourText":"Marceus' unblemished shield is a testament\r|to his arrogance... and his fate.","itemType":"Shield","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":765,"name":"Lochtonial Caress","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Gloves/LochtonialCaress.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":25,"baseType":"Iron Gauntlets","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,7.40,0.60,-0.56,0.29,-0.36,0.60],"totalChange":0.60},"implicitModifiers":[],"explicitModifiers":[{"text":"(10-15)% increased Attack Speed","optional":false},{"text":"(10-15)% increased Cast Speed","optional":false},{"text":"+(20-30) to maximum Life","optional":false},{"text":"(10-15)% reduced maximum Mana","optional":false},{"text":"10% chance to gain a Power, Frenzy or Endurance Charge on Kill","optional":false},{"text":"Conduit","optional":false}],"flavourText":"Why cling to your sanity? It offers you nothing.\r|Surrender to me, and I will grant you everything.","itemType":"Gloves","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":784,"name":"Maloney's Nightfall","icon":"http://web.poecdn.com/image/Art/2DItems/Quivers/MaloneysNightfall.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":55,"baseType":"Blunt Arrow Quiver","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-9.40,-12.90,0.02,0.02,0.02,-0.325],"totalChange":0.02},"implicitModifiers":[{"text":"(25-35)% increased Stun Duration on Enemies"}],"explicitModifiers":[{"text":"10% increased Attack Speed","optional":false},{"text":"+(50-70) to maximum Life","optional":false},{"text":"+(12-16)% to Chaos Resistance","optional":false},{"text":"Adds (8-10) to (14-16) Physical Damage to Attacks with Bows","optional":false},{"text":"25% chance to create a Smoke Cloud when Hit","optional":false},{"text":"(40-60)% increased Damage with Hits and Ailments against Blinded Enemies","optional":false}],"flavourText":"Fear not the dark, the song of night,\r|Hear not the arch, the falling cry.\r|My giving sun, fight no more,\r|Rest alone, my grand nightfall.","itemType":"Quiver","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":794,"name":"Martyr's Crown","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Helmets/CrownofThorns.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":52,"baseType":"Vine Circlet","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.12,0.12,0.12,0.12,0.12,0.12],"totalChange":0.12},"implicitModifiers":[],"explicitModifiers":[{"text":"+(170-210) to maximum Energy Shield","optional":false},{"text":"Reflects 5 Physical Damage to Melee Attackers","optional":false},{"text":"Take 5 Physical Damage when Hit by Attacks","optional":false},{"text":"Pain Attunement","optional":false}],"flavourText":"Let it pierce you, let blood flow.\r|Make more room for the soul to grow.","itemType":"Helmet","chaosValue":1.00,"exaltedValue":0.01,"count":42},{"id":815,"name":"Mind of the Council","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Helmets/ThunderingWhispers.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":57,"baseType":"Harlequin Mask","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-0.24,0.0,-0.12,-3.04,0.0,-0.04],"totalChange":0.0},"implicitModifiers":[],"explicitModifiers":[{"text":"(230-260)% increased Evasion and Energy Shield","optional":false},{"text":"(20-30)% increased maximum Mana","optional":false},{"text":"10% chance to Shock","optional":false},{"text":"+20% chance to be Shocked","optional":false},{"text":"30% of Lightning Damage is taken from Mana before Life when Hit","optional":false},{"text":"Recover 3% of Maximum Mana when you Shock an Enemy","optional":false}],"flavourText":"You think we do not know.\r|We know all that you think.","itemType":"Helmet","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":846,"name":"Mutewind Whispersteps","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Boots/Targemtabi.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":42,"baseType":"Serpentscale Boots","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-0.18,0.08,0.20,0.08,-0.22,-0.03],"totalChange":0.08},"implicitModifiers":[],"explicitModifiers":[{"text":"Adds (25-30) to (40-50) Cold Damage to Spells","optional":false},{"text":"(50-70)% increased Critical Strike Chance for Spells","optional":false},{"text":"(100-150)% increased Evasion Rating","optional":false},{"text":"+(20-30)% to Cold Resistance","optional":false},{"text":"25% increased Movement Speed","optional":false},{"text":"Unaffected by Chilled Ground","optional":false}],"flavourText":"Corruption sweeps across this land,\r|but our bloodline is clear.\r|It is our duty to keep it so.","itemType":"Boots","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":881,"name":"Obscurantis","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Helmets/Obscurantis.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":70,"baseType":"Lion Pelt","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-21.52,-1.71,-25.08,0.0,-0.34,-0.07],"totalChange":0.0},"implicitModifiers":[],"explicitModifiers":[{"text":"+(300-500) to Accuracy Rating","optional":false},{"text":"(100-120)% increased Evasion Rating","optional":false},{"text":"+(50-80) to maximum Life","optional":false},{"text":"1% increased Projectile Attack Damage per 200 Accuracy Rating","optional":false}],"flavourText":"If you know where to strike, you need only strike once.","itemType":"Helmet","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":974,"name":"Prism Guardian","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Shields/TheCorundum.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":68,"baseType":"Archon Kite Shield","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.0,-1.08,-3.18,0.0,-0.04,0.0],"totalChange":0.0},"implicitModifiers":[{"text":"+12% to all Elemental Resistances"}],"explicitModifiers":[{"text":"+2 to Level of Socketed Aura Gems","optional":false},{"text":"Socketed Gems have Blood Magic","optional":false},{"text":"Socketed Gems have 25% reduced Mana Reservation","optional":false},{"text":"+(20-30) to Dexterity","optional":false},{"text":"+25% to all Elemental Resistances","optional":false}],"flavourText":"When blood is paid, the weak think twice.","itemType":"Shield","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":992,"name":"Queen of the Forest","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/QueenoftheForest.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":59,"baseType":"Destiny Leather","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.16,4.38,11.06,0.93,1.74,5.015],"totalChange":5.36},"implicitModifiers":[],"explicitModifiers":[{"text":"(240-380)% increased Evasion Rating","optional":false},{"text":"+(60-70) to maximum Life","optional":false},{"text":"+(6-10)% to Fire Resistance","optional":false},{"text":"+(26-40)% to Cold Resistance","optional":false},{"text":"+(11-25)% to Lightning Resistance","optional":false},{"text":"25% reduced Movement Speed","optional":false},{"text":"1% increased Movement Speed per 450 Evasion Rating","optional":false},{"text":"(-50--40) Physical Damage taken when Hit by Animals","optional":false}],"flavourText":"Shedding away her regal past, \r|she forged a new destiny. \r|Sacrificing the ephemeral joys of man, \r|she embraced the eternal grasp of nature. \r|Seizing her one true wish, \r|she found peace at last.","itemType":"Body Armour","chaosValue":1.0,"exaltedValue":0.01,"count":49},{"id":1030,"name":"Rearguard","icon":"http://web.poecdn.com/image/Art/2DItems/Quivers/Rearguard.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":28,"baseType":"Broadhead Arrow Quiver","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,1.09,1.09,-6.21,-0.10,-7.64,-20.625],"totalChange":-36.15},"implicitModifiers":[{"text":"Adds 6 to 12 Physical Damage to Attacks with Bows"}],"explicitModifiers":[{"text":"+(400-450) to Armour","optional":false},{"text":"(20-30)% increased Projectile Speed","optional":false},{"text":"50% increased Stun and Block Recovery","optional":false},{"text":"(15-20)% increased Projectile Damage","optional":false},{"text":"(20-24)% Chance to Block","optional":false},{"text":"(12-15)% Chance to Block Spells","optional":false}],"flavourText":"\"It's a rare man that has eyes in the back of his head.\"\r|- Kiravi, Vaal Archer","itemType":"Quiver","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":1036,"name":"Redblade Banner","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Shields/RedbladeBanner.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":35,"baseType":"Painted Tower Shield","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,20.33,18.98,53.34,32.46,54.31,51.375],"totalChange":46.68},"implicitModifiers":[{"text":"+(20-30) to maximum Life"}],"explicitModifiers":[{"text":"(80-100)% increased Armour","optional":false},{"text":"+(50-60) to maximum Life","optional":false},{"text":"20% increased Taunt Duration","optional":false},{"text":"+5% Chance to Block","optional":false},{"text":"50% increased Warcry Cooldown Recovery Speed","optional":false},{"text":"2% of Attack Damage Leeched as Life against Taunted Enemies","optional":false}],"flavourText":"Blood shed is blood shared.","itemType":"Shield","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":1047,"name":"Repentance","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Gloves/Repentance.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":66,"baseType":"Crusader Gloves","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,16.66,16.35,19.80,34.23,21.42,22.86],"totalChange":22.11},"implicitModifiers":[],"explicitModifiers":[{"text":"(1-30)% reduced Spell Damage","optional":true},{"text":"(120-180)% increased Armour and Energy Shield","optional":false},{"text":"+(8-16) to maximum Energy Shield","optional":false},{"text":"500% increased Attribute Requirements","optional":false},{"text":"Iron Will","optional":false}],"flavourText":"\"I ask not for understanding,\r|only for forgiveness\r|for what I am about to do.\r|There will be blood on these shackles yet.\"\r|- Anonymous carving, Axiom Prison.","itemType":"Gloves","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":1063,"name":"Rise of the Phoenix","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Shields/Riseofthephoenix.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":65,"baseType":"Mosaic Kite Shield","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,2.75,1.61,-1.04,6.44,10.04,9.075],"totalChange":8.51},"implicitModifiers":[{"text":"+8% to all Elemental Resistances"}],"explicitModifiers":[{"text":"(80-100)% increased Armour and Energy Shield","optional":false},{"text":"6 Life Regenerated per second","optional":false},{"text":"+8% to maximum Fire Resistance","optional":false},{"text":"+(20-25)% to Fire Resistance","optional":false},{"text":"+25% to Fire Resistance while on Low Life","optional":false},{"text":"10% increased Movement Speed when on Low Life","optional":false},{"text":"Cannot be Ignited while on Low Life","optional":false}],"flavourText":"My bearer shall be guarded by flame,\r|for I am the phoenix, forever radiant in glory.","itemType":"Shield","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":1260,"name":"Shaper's Touch","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Gloves/ShapersGloves.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":66,"baseType":"Crusader Gloves","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,11.48,8.56,15.00,-2.26,-25.63,-19.21],"totalChange":-27.75},"implicitModifiers":[],"explicitModifiers":[{"text":"(80-120)% increased Armour and Energy Shield","optional":false},{"text":"+4 Accuracy Rating per +2 Intelligence","optional":false},{"text":"+1 Life per +4 Dexterity","optional":false},{"text":"+2 Mana per +4 Strength","optional":false},{"text":"2% increased Energy Shield per 10 Strength","optional":false},{"text":"2% increased Evasion Rating per 10 Intelligence","optional":false},{"text":"2% increased Melee Physical Damage per 10 Dexterity","optional":false}],"flavourText":"By my hand, the inert is given life.\r|By my hand, that which rots is reborn.\r|There is nothing that cannot be changed.\r|Nothing.","itemType":"Gloves","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":1337,"name":"Southbound","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Gloves/Northbound.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":51,"baseType":"Soldier Gloves","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,13.26,12.65,9.31,-4.91,13.78,14.055],"totalChange":14.08},"implicitModifiers":[],"explicitModifiers":[{"text":"Adds (30-36) to (44-50) Cold Damage to Attacks","optional":false},{"text":"(12-16)% increased maximum Life","optional":false},{"text":"+(40-50)% to Cold Resistance","optional":false},{"text":"25% increased Freeze Duration on Enemies","optional":false},{"text":"Your Hits can only Kill Frozen Enemies","optional":false},{"text":"50% increased Herald of Ice Damage","optional":false}],"flavourText":"Far south, the winter crawls under the skin.\r|Below the snow, adrift wanderers sleep.","itemType":"Gloves","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":1363,"name":"Starkonja's Head","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Helmets/Furryheadofstarkonja.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":60,"baseType":"Silken Hood","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-7.63,2.88,-13.85,-14.76,-4.98,-10.055],"totalChange":0.36},"implicitModifiers":[],"explicitModifiers":[{"text":"50% reduced Damage when on Low Life","optional":false},{"text":"+(50-70) to Dexterity","optional":false},{"text":"10% increased Attack Speed","optional":false},{"text":"25% increased Global Critical Strike Chance","optional":false},{"text":"(100-130)% increased Evasion Rating","optional":false},{"text":"+(80-100) to maximum Life","optional":false},{"text":"150% increased Global Evasion Rating when on Low Life","optional":false}],"flavourText":"There was no hero made out of Starkonja's death,\r|but merely a long sleep made eternal.","itemType":"Helmet","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":1366,"name":"Steppan Eard","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Boots/Assedaisfervor.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":67,"baseType":"Sorcerer Boots","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-2.72,0.0,0.0,0.0,0.0,0.0],"totalChange":0.0},"implicitModifiers":[],"explicitModifiers":[{"text":"(50-80)% increased Energy Shield","optional":false},{"text":"+(20-30) to maximum Energy Shield","optional":false},{"text":"30% increased Movement Speed","optional":false},{"text":"20% increased Movement Speed on Shocked Ground","optional":false},{"text":"50% increased Damage on Burning Ground","optional":false},{"text":"2% of Life Regenerated per second on Chilled Ground","optional":false},{"text":"Unaffected by Desecrated Ground","optional":false}],"flavourText":"To fight an enemy on their lands is a tactical mistake. \r|Make those lands your own, and the mistake becomes theirs.","itemType":"Boots","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":1426,"name":"The Beast Fur Shawl","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/BeastFurShawl.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":68,"baseType":"Vaal Regalia","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.0,0.0,0.0,0.0,0.0,0.0],"totalChange":0.0},"implicitModifiers":[],"explicitModifiers":[{"text":"40% increased Spell Damage","optional":false},{"text":"(110-130)% increased Energy Shield","optional":false},{"text":"+(15-25) to maximum Energy Shield","optional":false},{"text":"10% increased Area of Effect of Area Skills","optional":false},{"text":"5% increased Damage taken","optional":false},{"text":"(30-40)% increased Energy Shield Recovery rate","optional":false}],"flavourText":"The quickest way to understand\r|your own strengths and weaknesses\r|is to walk in the skin of another.","itemType":"Body Armour","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":1433,"name":"The Blood Dance","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Boots/GoreFrenzy.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":44,"baseType":"Sharkskin Boots","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.18,-4.34,-16.47,0.14,-0.54,0.14],"totalChange":0.18},"implicitModifiers":[],"explicitModifiers":[{"text":"+(30-40) to Dexterity","optional":false},{"text":"20% increased Movement Speed","optional":false},{"text":"2% increased Movement Speed per Frenzy Charge","optional":false},{"text":"3% reduced Attack and Cast Speed per Frenzy Charge","optional":false},{"text":"(0.5-1)% of Life Regenerated per second per Frenzy Charge","optional":false},{"text":"(20-30)% chance to gain a Frenzy Charge on Kill","optional":false},{"text":"6% increased Damage per Frenzy Charge with Hits against Enemies on Low Life","optional":false},{"text":"Gore Footprints","optional":false}],"flavourText":"\"Sharks thrash and swirl \r|To the pounding drum of their frenzied hearts\r|As they dance in the waters red.\"\r|-Lavianga, Guardian of the Karui Way","itemType":"Boots","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":1441,"name":"The Brass Dome","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/DomeOfBrass.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":65,"baseType":"Gladiator Plate","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-17.90,8.31,2.23,-6.63,-25.39,-44.95],"totalChange":-45.40},"implicitModifiers":[],"explicitModifiers":[{"text":"30% reduced Chance to Block Attacks and Spells","optional":false},{"text":"(600-650)% increased Armour","optional":false},{"text":"10% reduced Movement Speed","optional":false},{"text":"50% increased Shock Duration on You","optional":false},{"text":"Take no Extra Damage from Critical Strikes","optional":false}],"flavourText":"The turtle's shell one day becomes its tomb.","itemType":"Body Armour","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":1444,"name":"The Bringer of Rain","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Helmets/TheBringerofRain.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":67,"baseType":"Nightmare Bascinet","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-12.80,-12.73,-7.81,-9.95,-12.33,-12.62],"totalChange":-12.44},"implicitModifiers":[],"explicitModifiers":[{"text":"Socketed Gems are Supported by level 18 Melee Physical Damage","optional":false},{"text":"Socketed Gems are Supported by level 12 Faster Attacks","optional":false},{"text":"Socketed Gems are supported by level 6 Blind","optional":false},{"text":"Adds 20 to 30 Physical Damage to Attacks","optional":false},{"text":"(200-300)% increased Armour and Evasion","optional":false},{"text":"+(120-160) to maximum Life","optional":false},{"text":"20% chance to gain an Endurance Charge when you Block","optional":false},{"text":"Can't use Chest armour","optional":false},{"text":"6% Chance to Block","optional":false},{"text":"Extra gore","optional":false}],"flavourText":"\"What lies beneath your feet?!\"\r|\"Sacred ground, watered with tears of blood!\"","itemType":"Helmet","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":1751,"name":"Vaal Caress","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Gloves/VaalCaress.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":27,"baseType":"Bronzescale Gauntlets","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,1.06,-14.30,-14.30,-13.09,-11.62,-14.30],"totalChange":-14.30},"implicitModifiers":[],"explicitModifiers":[{"text":"+2 to Level of Socketed Vaal Gems","optional":false},{"text":"(120-140)% increased Armour and Evasion","optional":false},{"text":"+(50-70) to maximum Life","optional":false},{"text":"+40% to Cold Resistance","optional":false},{"text":"You gain Onslaught for 5 seconds on using a Vaal Skill","optional":false}],"flavourText":"\"The gems are strangely human at times.\r|They simply love to be held.\"\r|- Doryani, First Seer to the Queen","itemType":"Gloves","chaosValue":1.00,"exaltedValue":0.01,"count":44},{"id":1777,"name":"Victario's Charity","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Shields/VictarosCharity.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":50,"baseType":"Laminated Kite Shield","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-17.11,-29.59,-13.82,62.57,60.49,95.44],"totalChange":75.42},"implicitModifiers":[{"text":"+8% to all Elemental Resistances"}],"explicitModifiers":[{"text":"+(50-70) to maximum Life","optional":false},{"text":"+(20-30)% to Lightning Resistance","optional":false},{"text":"+11% to Chaos Resistance","optional":false},{"text":"20% increased Area of Effect of Aura Skills","optional":false},{"text":"10% chance to grant a Power Charge to nearby Allies on Kill","optional":false},{"text":"5% chance to grant a Frenzy Charge to nearby Allies on Hit","optional":false}],"flavourText":"A man's life is the greatest gift he can give.","itemType":"Shield","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":1779,"name":"Victario's Influence","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/VictariosJacket.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":52,"baseType":"Lacquered Garb","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,1.48,-2.58,-0.65,1.52,1.24,0.265],"totalChange":-0.99},"implicitModifiers":[],"explicitModifiers":[{"text":"+1 to Level of Socketed Aura Gems","optional":false},{"text":"Socketed Gems are Supported by level 30 Generosity","optional":false},{"text":"Socketed Gems have 30% reduced Mana Reservation","optional":false},{"text":"(120-150)% increased Evasion and Energy Shield","optional":false},{"text":"(20-40)% increased Area of Effect of Aura Skills","optional":false},{"text":"(10-15)% increased effect of Non-Curse Auras you Cast","optional":false}],"flavourText":"\"Every life is a story.\r|If you're not writing your own,\r|you'd better know who's writing it for you!\"\r|- Victario, the People's Poet","itemType":"Body Armour","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":1787,"name":"Viper's Scales","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/Scalesoftheserpent.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":28,"baseType":"Full Scale Armour","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-34.41,-34.51,-27.30,39.43,131.44,140.135],"totalChange":151.89},"implicitModifiers":[],"explicitModifiers":[{"text":"(80-100)% increased Armour and Evasion","optional":false},{"text":"+(30-40) to maximum Life","optional":false},{"text":"+(15-25)% to Cold Resistance","optional":false},{"text":"5% increased Movement Speed","optional":false},{"text":"20% chance to Poison on Hit with Attacks","optional":false},{"text":"Cannot be Poisoned","optional":false}],"flavourText":"Swift and silent.\r|One strike, one corpse.","itemType":"Body Armour","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":1796,"name":"Voidbringer","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Gloves/Hellbringer.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":55,"baseType":"Conjurer Gloves","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.14,0.16,-0.66,-5.16,0.16,-0.43],"totalChange":0.16},"implicitModifiers":[],"explicitModifiers":[{"text":"+1 to Level of Socketed Elemental Gems","optional":false},{"text":"(125-150)% increased Critical Strike Chance for Spells","optional":false},{"text":"(180-250)% increased Energy Shield","optional":false},{"text":"(40-80)% increased Mana Cost of Skills","optional":false},{"text":"+(15-20) Energy Shield gained on Kill","optional":false}],"flavourText":"Absolute corruption empowers absolutely.","itemType":"Gloves","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":1802,"name":"Voidwalker","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Boots/CrossingTheVoid.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":69,"baseType":"Murder Boots","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-3.64,6.25,4.84,6.99,-15.96,-6.09],"totalChange":-18.85},"implicitModifiers":[],"explicitModifiers":[{"text":"+(30-50) to Dexterity","optional":false},{"text":"(140-180)% increased Evasion and Energy Shield","optional":false},{"text":"30% increased Movement Speed","optional":false},{"text":"20% chance to Avoid Projectiles while Phasing","optional":false},{"text":"You have Phasing if you've Killed Recently","optional":false},{"text":"Projectiles Pierce 5 additional Targets while you have Phasing","optional":false},{"text":"Celestial Footprints","optional":false}],"flavourText":"Step into the void\r|and experience true freedom.","itemType":"Boots","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":1885,"name":"Winds of Change","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Gloves/GlovesStr6.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":47,"baseType":"Ancient Gauntlets","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.16,0.0,0.0,0.53,5.72,8.255],"totalChange":16.51},"implicitModifiers":[],"explicitModifiers":[{"text":"+(30-60) to maximum Life","optional":false},{"text":"30% increased Projectile Speed","optional":false},{"text":"(5-10)% reduced Movement Speed","optional":false},{"text":"10% chance to Knock Enemies Back on hit","optional":false},{"text":"(30-50)% increased Projectile Damage","optional":false}],"flavourText":"Izaro was slow to see the treachery growing in his own court\r|and powerless to stop it once he had;\r|a captain sailing his own ship into rocks.","itemType":"Gloves","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":1886,"name":"Windscream","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Boots/Windscream.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":33,"baseType":"Reinforced Greaves","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-2.46,-0.02,-6.04,-0.27,-0.20,0.00],"totalChange":0.02},"implicitModifiers":[],"explicitModifiers":[{"text":"(50-80)% increased Armour","optional":false},{"text":"+(10-15)% to all Elemental Resistances","optional":false},{"text":"15% increased Movement Speed","optional":false},{"text":"(10-20)% increased Elemental Damage","optional":false},{"text":"Enemies can have 1 additional Curse","optional":false}],"flavourText":"The mocking wind, a shielding spell,\r|The haunting screams, a maddening hell.","itemType":"Boots","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":1962,"name":"Voll's Vision","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Helmets/VollsVision.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":68,"baseType":"Praetor Crown","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-5.66,-2.84,-0.80,0.0,0.0,0.0],"totalChange":0.0},"implicitModifiers":[],"explicitModifiers":[{"text":"+(260-300) to Armour","optional":false},{"text":"+(26-32)% to Fire Resistance","optional":false},{"text":"+(8-16)% to Chaos Resistance","optional":false},{"text":"20% increased Light Radius","optional":false},{"text":"(8-12)% increased maximum Life if no worn Items are Corrupted","optional":false},{"text":"Regenerate 100 Life per second if no worn Items are Corrupted","optional":false}],"flavourText":"Righteous men seek virtue like tame pups seek praise.","itemType":"Helmet","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":2082,"name":"Haemophilia","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Gloves/bleedgloves.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":43,"baseType":"Serpentscale Gauntlets","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,8.74,15.53,-23.17,-8.82,-23.73,-33.595],"totalChange":-37.45},"implicitModifiers":[],"explicitModifiers":[{"text":"25% increased Damage over Time","optional":false},{"text":"+(20-30) to Strength","optional":false},{"text":"Attacks have 25% chance to cause Bleeding","optional":false},{"text":"(25-40)% increased Attack Damage against Bleeding Enemies","optional":false},{"text":"Bleeding Enemies you Kill Explode, dealing 5% of\ntheir Maximum Life as Physical Damage","optional":false},{"text":"25% reduced Bleed duration","optional":false}],"flavourText":"\"A master artist takes his time when he's painting.\r|Unfortunately, my kind doesn't often have that luxury.\"\r|- Coralito, Brotherhood of Silence","itemType":"Gloves","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":2192,"name":"Eber's Unification","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Helmets/PaleCouncilHelmet.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":69,"baseType":"Hubris Circlet","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.0,0.0,0.0,0.0,0.0,0.0],"totalChange":0.0},"implicitModifiers":[],"explicitModifiers":[{"text":"Trigger level 10 Void Gaze when you use a Skill","optional":false},{"text":"+(50-80) to maximum Mana","optional":false},{"text":"(120-150)% increased Energy Shield","optional":false},{"text":"50% increased Stun and Block Recovery","optional":false},{"text":"Gain (5-8)% of Elemental Damage as Extra Chaos Damage","optional":false}],"flavourText":"The impediments of flesh are weak.\r|The air we breathe knows no such boundaries.\r|I exhale, and you inhale,\r|and inexorably we inch towards oneness.","itemType":"Helmet","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":2200,"name":"Allelopathy","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Gloves/EmbalmersGloves.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":69,"baseType":"Sorcerer Gloves","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-0.06,0.0,0.0,0.0,0.0,-0.205],"totalChange":-0.41},"implicitModifiers":[],"explicitModifiers":[{"text":"Grants level 22 Blight Skill","optional":false},{"text":"(20-30)% increased Damage over Time","optional":false},{"text":"(100-120)% increased Energy Shield","optional":false},{"text":"10% increased Area of Effect of Area Skills","optional":false},{"text":"Blight has (20-30)% increased Hinder Duration","optional":false},{"text":"You cannot be Hindered","optional":false}],"flavourText":"\"Nothing is more natural than competition.\r|One feasts, another starves.\r|One blossoms, another withers.\r|And one cannot catch the golden sunlight\r|without casting a bitter shadow.\"\r|- Cadiro Perandus","itemType":"Gloves","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":2210,"name":"First Piece of Focus","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Shields/Shards/ChannelingShieldShard1.png?scale=1&w=1&h=2","mapTier":0,"levelRequired":0,"baseType":"Archon Kite Shield Piece","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-2.86,-2.28,-1.50,0.0,-0.34,0.0],"totalChange":0.0},"implicitModifiers":[],"explicitModifiers":[],"flavourText":"","itemType":"Shield","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":2222,"name":"Third Piece of Focus","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Shields/Shards/ChannelingShieldShard3.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":"Archon Kite Shield Piece","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.0,0.0,-3.44,-0.72,-2.74,-1.705],"totalChange":-0.25},"implicitModifiers":[],"explicitModifiers":[],"flavourText":"","itemType":"Shield","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":2230,"name":"Fourth Piece of Focus","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Shields/Shards/ChannelingShieldShard4.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":"Archon Kite Shield Piece","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.06,0.06,0.06,0.06,-0.06,-0.35],"totalChange":0.06},"implicitModifiers":[],"explicitModifiers":[],"flavourText":"","itemType":"Shield","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":1837,"name":"Wanderlust","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Boots/Wanderlust.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":0,"baseType":"Wool Shoes","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.57,-0.19,-13.51,-1.94,-0.61,0.315],"totalChange":0.09},"implicitModifiers":[],"explicitModifiers":[{"text":"+5 to Dexterity","optional":false},{"text":"(20-40)% increased Mana Regeneration Rate","optional":false},{"text":"+(10-20) to maximum Energy Shield","optional":false},{"text":"20% increased Movement Speed","optional":false},{"text":"Cannot be Frozen","optional":false}],"flavourText":"All the world is my home.","itemType":"Boots","chaosValue":0.95,"exaltedValue":0.01,"count":49},{"id":1968,"name":"The Formless Flame","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Helmets/FormlessInFlames.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":48,"baseType":"Siege Helmet","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-20.34,-11.11,-4.98,-10.71,-2.41,-1.46],"totalChange":-3.60},"implicitModifiers":[],"explicitModifiers":[{"text":"+(100-120) to Armour","optional":false},{"text":"+(40-50) to maximum Life","optional":false},{"text":"-20 Fire Damage taken when Hit","optional":false},{"text":"Armour is increased by Uncapped Fire Resistance","optional":false}],"flavourText":"Our skin turns to ash\r|and we are swallowed by his brilliant red light.\r|\r|{This item can be transformed with a Blessing of Xoph}","itemType":"Helmet","chaosValue":0.95,"exaltedValue":0.01,"count":49},{"id":702,"name":"Kaltensoul","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Shields/ShieldDexUnique6.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":16,"baseType":"Painted Buckler","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.0,0.0,-0.68,-5.28,0.0,-15.21],"totalChange":-8.38},"implicitModifiers":[{"text":"6% increased Movement Speed"}],"explicitModifiers":[{"text":"(60-100)% increased Evasion Rating","optional":false},{"text":"+5% to maximum Cold Resistance","optional":false},{"text":"+50% to Cold Resistance","optional":false},{"text":"Gain (10-15)% of Physical Damage as Extra Cold Damage","optional":false},{"text":"Reflects (25-50) Cold Damage to Melee Attackers","optional":false},{"text":"+5% Chance to Block","optional":false},{"text":"20% of Fire Damage taken as Cold Damage","optional":false}],"flavourText":"Flesh may freeze and rot,\r|but the soul remains unbroken.","itemType":"Shield","chaosValue":0.93,"exaltedValue":0.01,"count":33},{"id":1334,"name":"Soul Strike","icon":"http://web.poecdn.com/image/Art/2DItems/Quivers/Soulstrike.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":64,"baseType":"Spike-Point Arrow Quiver","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,24.18,68.78,1.50,90.31,42.94,152.235],"totalChange":182.95},"implicitModifiers":[{"text":"(20-30)% increased Global Critical Strike Chance"}],"explicitModifiers":[{"text":"+30 to Dexterity","optional":false},{"text":"Adds (13-18) to (26-32) Chaos Damage to Attacks","optional":false},{"text":"(8-12)% increased Attack Speed","optional":false},{"text":"+(100-120) to maximum Energy Shield","optional":false},{"text":"40% reduced Energy Shield Recharge Rate","optional":false},{"text":"80% faster start of Energy Shield Recharge","optional":false}],"flavourText":"In this chaotic world\r|The rewards of the Soul\r|Outlast the rewards of the Flesh.","itemType":"Quiver","chaosValue":0.93,"exaltedValue":0.01,"count":49},{"id":2207,"name":"Second Piece of Focus","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Shields/Shards/ChannelingShieldShard2.png?scale=1&w=1&h=2","mapTier":0,"levelRequired":0,"baseType":"Archon Kite Shield Piece","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.0,0.0,-0.38,0.0,0.0,-2.23],"totalChange":0.0},"implicitModifiers":[],"explicitModifiers":[],"flavourText":"","itemType":"Shield","chaosValue":0.92,"exaltedValue":0.01,"count":49},{"id":1966,"name":"The Snowblind Grace","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/TheSnowblindGrace.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":49,"baseType":"Coronal Leather","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,1.24,1.42,1.42,0.78,-0.34,1.40],"totalChange":1.38},"implicitModifiers":[],"explicitModifiers":[{"text":"+(30-40) to Dexterity","optional":false},{"text":"(30-50)% increased Evasion Rating","optional":false},{"text":"+(40-60) to maximum Life","optional":false},{"text":"10% chance to Dodge Spell Damage","optional":false},{"text":"25% increased Arctic Armour Buff Effect","optional":false},{"text":"Evasion Rating is increased by Uncapped Cold Resistance","optional":false}],"flavourText":"We dance in the white, like water,\r|colliding as many and emerging as one.\r|\r|{This item can be transformed with a Blessing of Tul}","itemType":"Body Armour","chaosValue":0.89,"exaltedValue":0.01,"count":49},{"id":560,"name":"Geofri's Sanctuary","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/GeofriSanctuary.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":64,"baseType":"Elegant Ringmail","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,10.74,153.20,113.63,272.82,266.34,147.17],"totalChange":207.82},"implicitModifiers":[],"explicitModifiers":[{"text":"(50-75)% increased Armour and Energy Shield","optional":false},{"text":"+(60-70) to maximum Life","optional":false},{"text":"+(30-40) to maximum Energy Shield","optional":false},{"text":"+(14-18)% to all Elemental Resistances","optional":false},{"text":"+2 maximum Energy Shield per +5 Strength","optional":false},{"text":"Zealot's Oath","optional":false}],"flavourText":"Faith does not make us invulnerable.\r|It makes us immortal.","itemType":"Body Armour","chaosValue":0.84,"exaltedValue":0.01,"count":49},{"id":486,"name":"Empire's Grasp","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Gloves/Hither.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":53,"baseType":"Goliath Gauntlets","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,4.16,11.59,-7.54,19.32,21.65,8.375],"totalChange":21.15},"implicitModifiers":[],"explicitModifiers":[{"text":"Socketed Gems are Supported by Level 10 Knockback","optional":false},{"text":"+(400-600) to Armour","optional":false},{"text":"Knockback direction is reversed","optional":false}],"flavourText":"\"I like my vassals at sword point,\r|but my enemies as close as the hilt.\"\r|- Emperor Chitus","itemType":"Gloves","chaosValue":0.78,"exaltedValue":0.01,"count":49},{"id":1969,"name":"The Infinite Pursuit","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Boots/TwoTonedBootsALT3.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":54,"baseType":"Goliath Greaves","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-18.32,-18.44,35.26,181.32,203.07,155.015],"totalChange":137.87},"implicitModifiers":[],"explicitModifiers":[{"text":"+(30-60) to maximum Life","optional":false},{"text":"20% increased Movement Speed","optional":false},{"text":"Moving while Bleeding doesn't cause you to take extra Damage","optional":false},{"text":"15% increased Movement Speed while Bleeding","optional":false},{"text":"50% chance to be inflicted with Bleeding when Hit by an Attack","optional":false}],"flavourText":"We move to be closer to her, but the distance yet grows.\r|\r|{This item can be transformed with a Blessing of Uul-Netol}","itemType":"Boots","chaosValue":0.78,"exaltedValue":0.01,"count":49},{"id":595,"name":"Greed's Embrace","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/GreedsEmbrace.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":56,"baseType":"Golden Plate","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-8.38,-19.11,13.10,32.98,25.78,23.675],"totalChange":42.11},"implicitModifiers":[],"explicitModifiers":[{"text":"(10-15)% increased Quantity of Items found","optional":false},{"text":"(30-50)% increased Rarity of Items found","optional":false},{"text":"-10% to Fire Resistance","optional":false},{"text":"+(20-30)% to Cold Resistance","optional":false},{"text":"-20% to Lightning Resistance","optional":false},{"text":"20% reduced Movement Speed","optional":false},{"text":"30% reduced Strength Requirement","optional":false}],"flavourText":"Some would question if the risk was worth it.\r|The rest were already dead.","itemType":"Body Armour","chaosValue":0.72,"exaltedValue":0.01,"count":49},{"id":748,"name":"Lightning Coil","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/LightningCoil.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":60,"baseType":"Desert Brigandine","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,32.44,13.60,4.14,1.57,6.67,161.045],"totalChange":265.86},"implicitModifiers":[],"explicitModifiers":[{"text":"Adds 1 to (20-30) Lightning Damage to Attacks","optional":false},{"text":"(90-120)% increased Armour and Evasion","optional":false},{"text":"+(60-80) to maximum Life","optional":false},{"text":"-60% to Lightning Resistance","optional":false},{"text":"30% of Physical Damage taken as Lightning Damage","optional":false}],"flavourText":"\"There's nothing like imminent death\r|to galvanize one's purpose in life.\"\r|- Malachai the Soulless.","itemType":"Body Armour","chaosValue":0.65,"exaltedValue":0.01,"count":49},{"id":163,"name":"Black Sun Crest","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Helmets/Blacksuncrest.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":51,"baseType":"Lacquered Helmet","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,24.84,-10.53,-23.97,-20.10,18.44,-19.685],"totalChange":-27.66},"implicitModifiers":[],"explicitModifiers":[{"text":"+1 to Level of Socketed Gems","optional":false},{"text":"(100-150)% increased Armour","optional":false},{"text":"40% reduced Light Radius","optional":false},{"text":"(5-15)% increased Dexterity","optional":false},{"text":"(5-15)% increased Strength","optional":false},{"text":"(5-15)% increased Intelligence","optional":false}],"flavourText":"The beasts we fear the most\r|are the ones who dwell in total darkness.","itemType":"Helmet","chaosValue":0.50,"exaltedValue":0.01,"count":49},{"id":1686,"name":"Thirst for Horrors","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Shields/Chaliceofhorrors.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":32,"baseType":"War Buckler","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-14.20,-72.71,-57.00,-49.35,-50.98,-52.345],"totalChange":-55.02},"implicitModifiers":[{"text":"9% increased Movement Speed"}],"explicitModifiers":[{"text":"+1 to Level of Socketed Curse Gems","optional":false},{"text":"(30-50)% increased Evasion Rating","optional":false},{"text":"+(40-50) to maximum Life","optional":false},{"text":"+(50-70) to maximum Energy Shield","optional":false},{"text":"100% increased Curse Duration","optional":false},{"text":"+5% Chance to Block","optional":false},{"text":"10% Chance to Cause Monster to Flee on Block","optional":false},{"text":"1% of Damage Leeched as Life against Cursed Enemies","optional":false}],"flavourText":"What goes out must come in.","itemType":"Shield","chaosValue":0.50,"exaltedValue":0.01,"count":43},{"id":512,"name":"Facebreaker","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Gloves/GlovesDexIntUnique1.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":16,"baseType":"Strapped Mitts","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-33.70,-6.86,-36.65,-9.58,-18.10,-23.66],"totalChange":-32.05},"implicitModifiers":[],"explicitModifiers":[{"text":"+30% to Global Critical Strike Multiplier","optional":false},{"text":"10% reduced Enemy Stun Threshold","optional":false},{"text":"(600-800)% more Unarmed Physical Damage","optional":false},{"text":"Extra gore","optional":false}],"flavourText":"Fly like a Storm Crow, crush like a Rhoa","itemType":"Gloves","chaosValue":0.43,"exaltedValue":0.01,"count":49},{"id":652,"name":"Hyrri's Ire","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/BodyDex3CUnique.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":65,"baseType":"Zodiac Leather","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,65.08,39.74,19.77,9.73,31.46,110.52],"totalChange":212.07},"implicitModifiers":[],"explicitModifiers":[{"text":"+(40-50) to Dexterity","optional":false},{"text":"Adds (50-60) to (70-80) Cold Damage to Attacks","optional":false},{"text":"(140-220)% increased Evasion Rating","optional":false},{"text":"25% increased Chill Duration on Enemies","optional":false},{"text":"10% chance to Dodge Attacks","optional":false},{"text":"10% chance to Dodge Spell Damage","optional":false}],"flavourText":"Hyrri loosed a barrage of arrows,\r|tipped with a poisoned hatred\r|only oppression can ferment.","itemType":"Body Armour","chaosValue":0.42,"exaltedValue":0.01,"count":49},{"id":2195,"name":"Tinkerskin","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/TrapperArmour.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":68,"baseType":"Sadist Garb","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-5.04,3.19,140.94,148.55,64.89,130.71],"totalChange":194.96},"implicitModifiers":[],"explicitModifiers":[{"text":"(140-170)% increased Evasion and Energy Shield","optional":false},{"text":"+(60-90) to maximum Life","optional":false},{"text":"(20-30)% increased Cooldown Recovery Speed for throwing Traps","optional":false},{"text":"15% chance to gain a Frenzy Charge when your Trap is triggered by an Enemy","optional":false},{"text":"30% chance to gain Phasing for 4 seconds when your Trap is triggered by an Enemy","optional":false},{"text":"Recover 100 Life when your Trap is triggered by an Enemy","optional":false},{"text":"Recover 50 Energy Shield when your Trap is triggered by an Enemy","optional":false}],"flavourText":"Thin is the line between mechanical genius and magic.","itemType":"Body Armour","chaosValue":0.42,"exaltedValue":0.01,"count":49},{"id":669,"name":"Infernal Mantle","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/Infernalmantle.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":65,"baseType":"Widowsilk Robe","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.46,-29.62,-14.06,2.30,2.68,33.02],"totalChange":20.53},"implicitModifiers":[],"explicitModifiers":[{"text":"+1 to Level of Socketed Fire Gems","optional":false},{"text":"(25-35)% increased Fire Damage","optional":false},{"text":"100% increased Global Critical Strike Chance","optional":false},{"text":"(120-160)% increased Energy Shield","optional":false},{"text":"15% of Fire Damage Converted to Chaos Damage","optional":false},{"text":"25% increased Spell Damage taken when on Low Mana","optional":false}],"flavourText":"Despair hums, softly, deadly, in the bones of my enemies. \r|Eyes will burn, and souls wither, as they bask in my radiance.","itemType":"Body Armour","chaosValue":0.39,"exaltedValue":0.00,"count":49},{"id":442,"name":"Doryani's Fist","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Gloves/DoryanisFist.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":63,"baseType":"Vaal Gauntlets","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,26.71,-25.30,39.52,64.67,-16.50,55.82],"totalChange":50.34},"implicitModifiers":[],"explicitModifiers":[{"text":"Grants level 20 Doryani's Touch Skill","optional":false},{"text":"+30 to maximum Energy Shield","optional":false},{"text":"10% chance to Shock","optional":false},{"text":"Adds (225-335) to (785-900) Lightning Damage to Attacks while Unarmed","optional":false},{"text":"Adds (60-90) to (210-240) Lightning Damage to Spells while Unarmed","optional":false},{"text":"+30 Energy Shield gained on Killing a Shocked Enemy","optional":false}],"flavourText":"Doryani's ingenuity raised the Vaal Empire\r|to unprecedented heights. His curiosity\r|reduced it to ruins and bones.","itemType":"Gloves","chaosValue":0.27,"exaltedValue":0.00,"count":49},{"id":42,"name":"Alberon's Warpath","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Boots/Alberonswarpath.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":49,"baseType":"Soldier Boots","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,31.10,4.29,15.40,3.09,13.99,38.08],"totalChange":15.12},"implicitModifiers":[],"explicitModifiers":[{"text":"Adds 1 to 80 Chaos Damage to Attacks","optional":false},{"text":"+(180-220) to Armour","optional":false},{"text":"+(9-12)% to Chaos Resistance","optional":false},{"text":"20% increased Movement Speed","optional":false},{"text":"+1 to maximum number of Skeletons","optional":false},{"text":"(15-18)% increased Strength","optional":false}],"flavourText":"Alberon walked among the accursed,\r|and they welcomed him.","itemType":"Boots","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":48,"name":"Ambu's Charge","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/StrInt3AUnique2.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":43,"baseType":"Crusader Chainmail","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.15,-1.13,4.77,0.0,0.0,0.0],"totalChange":0.0},"implicitModifiers":[],"explicitModifiers":[{"text":"(180-220)% increased Armour and Energy Shield","optional":false},{"text":"+(60-80) to maximum Life","optional":false},{"text":"+15% to all Elemental Resistances","optional":false},{"text":"Gain an Endurance Charge when you take a Critical Strike","optional":false},{"text":"Share Endurance Charges with nearby party members","optional":false},{"text":"2% of Life Regenerated per second if you have been Hit Recently","optional":false}],"flavourText":"Nothing stops the pain like a courageous rush into battle.","itemType":"Body Armour","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":99,"name":"Asenath's Gentle Touch","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Gloves/AsenathsGentleTouch.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":25,"baseType":"Silk Gloves","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.31,0.46,3.71,0.46,-2.70,0.46],"totalChange":0.46},"implicitModifiers":[],"explicitModifiers":[{"text":"+(20-30) to Intelligence","optional":false},{"text":"+(20-30) to maximum Life","optional":false},{"text":"+(20-30) to maximum Mana","optional":false},{"text":"Curse Enemies with level 10 Temporal Chains on Hit","optional":false}],"flavourText":"Cool the head and cool the blade.","itemType":"Gloves","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":100,"name":"Asenath's Mark","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Helmets/HyrrisMark.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":8,"baseType":"Iron Circlet","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.15,0.0,4.77,-0.30,0.0,0.0],"totalChange":0.0},"implicitModifiers":[],"explicitModifiers":[{"text":"(10-15)% increased Attack Speed","optional":false},{"text":"(10-15)% increased Cast Speed","optional":false},{"text":"30% increased Mana Regeneration Rate","optional":false},{"text":"+(30-50) to maximum Energy Shield","optional":false},{"text":"5% increased Movement Speed","optional":false},{"text":"(10-15)% increased Stun and Block Recovery","optional":false}],"flavourText":"Asenath's mind was as quick and nimble\r|as the fingers that drew her bowstring.","itemType":"Helmet","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":110,"name":"Asphyxia's Wrath","icon":"http://web.poecdn.com/image/Art/2DItems/Quivers/AsphyxiasWrath.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":10,"baseType":"Two-Point Arrow Quiver","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.15,0.0,4.0,0.0,0.0,0.0],"totalChange":0.0},"implicitModifiers":[{"text":"(20-30)% increased Accuracy Rating"}],"explicitModifiers":[{"text":"Grants level 5 Frostbite Skill","optional":true},{"text":"(8-12)% increased Attack Speed","optional":false},{"text":"+(30-40)% to Cold Resistance","optional":false},{"text":"(30-40)% increased Chill Duration on Enemies","optional":false},{"text":"Gain 20% of Physical Damage as Extra Cold Damage","optional":false},{"text":"(7-10)% chance to Freeze","optional":false},{"text":"40% reduced Area of Effect of Curse Skills","optional":true},{"text":"Curses on Slain Enemies are transferred to a nearby Enemy","optional":false}],"flavourText":"Mist of breath\r|Icing to lips and throat\r|As the warm ones choke and fall\r|Upon the frozen wasteland.","itemType":"Quiver","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":165,"name":"Blackgleam","icon":"http://web.poecdn.com/image/Art/2DItems/Quivers/QuiverUnique1.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":22,"baseType":"Fire Arrow Quiver","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-0.46,0.0,4.31,0.0,-0.08,0.0],"totalChange":0.0},"implicitModifiers":[{"text":"Adds 4 to 8 Fire Damage to Attacks with Bows"}],"explicitModifiers":[{"text":"10% increased Attack Speed","optional":false},{"text":"+(20-100) to Evasion Rating","optional":false},{"text":"+(10-30) to maximum Mana","optional":false},{"text":"(39-50)% of Physical Damage Converted to Fire Damage","optional":false},{"text":"Adds 5 to 10 Fire Damage to Attacks with Bows","optional":true}],"flavourText":"Molten feathers, veiled spark,\r|Hissing arrows from the dark.","itemType":"Quiver","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":185,"name":"Bones of Ullr","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Boots/bootunique.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":22,"baseType":"Silk Slippers","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.54,2.87,7.38,0.60,37.92,10.03],"totalChange":0.0},"implicitModifiers":[],"explicitModifiers":[{"text":"+20 to maximum Life","optional":false},{"text":"+20 to maximum Mana","optional":false},{"text":"(40-60)% increased Energy Shield","optional":false},{"text":"(5-15)% increased Movement Speed","optional":false},{"text":"+1 to maximum number of Zombies","optional":false},{"text":"+1 to maximum number of Spectres","optional":false}],"flavourText":"The dead man walks where\r|the living fear to tread.","itemType":"Boots","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":262,"name":"Chernobog's Pillar","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Shields/Chernobogspillar.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":61,"baseType":"Ebony Tower Shield","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.15,0.08,4.85,0.08,0.08,0.08],"totalChange":0.08},"implicitModifiers":[{"text":"+(20-30) to maximum Life"}],"explicitModifiers":[{"text":"Adds (12-15) to (30-35) Fire Damage to Spells and Attacks","optional":false},{"text":"(120-150)% increased Armour","optional":false},{"text":"+(60-80) to maximum Life","optional":false},{"text":"+(35-50)% to Fire Resistance","optional":false},{"text":"25% of Physical Damage Converted to Fire Damage","optional":false},{"text":"25% chance to Curse non-Cursed Enemies with Enfeeble on Hit","optional":false}],"flavourText":"Fire dances with those who doubt\r|Licks the skin and flesh from the fearful\r|Where there is no fear\r|There is no flame","itemType":"Shield","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":270,"name":"Chitus' Apex","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Helmets/ChitusApex.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":54,"baseType":"Necromancer Circlet","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-13.49,-20.02,48.90,62.76,65.63,68.61],"totalChange":68.61},"implicitModifiers":[],"explicitModifiers":[{"text":"+(20-30) to Strength","optional":false},{"text":"+(20-30) to maximum Mana","optional":false},{"text":"5% increased Experience gain","optional":false},{"text":"+10% to all Elemental Resistances","optional":false},{"text":"(10-20)% increased Elemental Damage","optional":false}],"flavourText":"\"It takes true strength to hold power,\r|and my grip grows tighter by the day.\"\r| - Emperor Chitus","itemType":"Helmet","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":328,"name":"Crest of Perandus","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Shields/ShieldDexUnique5.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":8,"baseType":"Pine Buckler","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.54,0.62,5.42,0.24,0.62,0.62],"totalChange":0.62},"implicitModifiers":[{"text":"3% increased Movement Speed"}],"explicitModifiers":[{"text":"+(60-80) to maximum Life","optional":false},{"text":"(5-7.5) Life Regenerated per second","optional":false},{"text":"+30% to Lightning Resistance","optional":false},{"text":"0.6% of Physical Attack Damage Leeched as Life","optional":false},{"text":"+5% Chance to Block","optional":false}],"flavourText":"\"With piety and justice.\"\r|- Perandus family motto","itemType":"Shield","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":331,"name":"Crown of Thorns","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Helmets/CrownofThorns.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":0,"baseType":"Vine Circlet","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-8.23,-9.44,8.40,7.60,9.92,7.215],"totalChange":7.08},"implicitModifiers":[],"explicitModifiers":[{"text":"+(60-80) to maximum Energy Shield","optional":false},{"text":"Reflects 5 Physical Damage to Melee Attackers","optional":false},{"text":"Take 5 Physical Damage when Hit by Attacks","optional":false},{"text":"Pain Attunement","optional":false}],"flavourText":"Lift it lightly, don it slow.\r|The spikes point out and in, you know.","itemType":"Helmet","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":345,"name":"Daresso's Defiance","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/DaressosDefiance.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":63,"baseType":"Full Dragonscale","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-6.24,0.45,7.16,-0.22,0.08,-0.375],"totalChange":0.08},"implicitModifiers":[],"explicitModifiers":[{"text":"(160-200)% increased Armour and Evasion","optional":false},{"text":"+(40-60) to maximum Life","optional":false},{"text":"(0.4-0.6)% of Physical Attack Damage Leeched as Life","optional":false},{"text":"6% chance to Dodge Attacks","optional":false},{"text":"You lose all Endurance Charges when Hit","optional":false},{"text":"You gain an Endurance Charge on Kill","optional":false},{"text":"You gain Onslaught for 2 seconds per Endurance Charge when Hit","optional":false}],"flavourText":"\"When your back is against the wall,\r|And your opponent is bleeding you dry,\r|There is only one appropriate response:\r|Unbridled, overwhelming violence.\"\r|- Daresso, the Sword King","itemType":"Body Armour","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":405,"name":"Deidbell","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Helmets/Deidbell.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":33,"baseType":"Gilded Sallet","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,4.41,4.09,7.94,3.46,4.25,3.895],"totalChange":3.54},"implicitModifiers":[],"explicitModifiers":[{"text":"Adds 10 to 20 Physical Damage to Attacks","optional":false},{"text":"+(20-30) to Strength","optional":false},{"text":"+(20-30) to Dexterity","optional":false},{"text":"+(200-300) to Armour","optional":false},{"text":"20% increased Melee Damage","optional":false},{"text":"Cannot Leech when on Low Life","optional":false}],"flavourText":"May you never hear it toll.","itemType":"Helmet","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":430,"name":"Doedre's Tenure","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Gloves/DoedresTenure.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":12,"baseType":"Velvet Gloves","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,2.86,3.17,3.89,3.02,3.17,2.005],"totalChange":1.00},"implicitModifiers":[],"explicitModifiers":[{"text":"(50-60)% increased Spell Damage","optional":false},{"text":"+20 to Intelligence","optional":false},{"text":"15% reduced Cast Speed","optional":false},{"text":"+32 to maximum Energy Shield","optional":false}],"flavourText":"While Doedre lacked Maligaro's sense of style,\r|she surpassed her master in pure malevolence.","itemType":"Gloves","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":515,"name":"Fairgraves' Tricorne","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Helmets/FairgravesTricorne.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":12,"baseType":"Tricorne","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,44.70,-3.47,-6.36,-5.55,37.19,111.885],"totalChange":138.84},"implicitModifiers":[],"explicitModifiers":[{"text":"Adds 6 to 12 Cold Damage to Attacks","optional":false},{"text":"70% increased Evasion Rating","optional":false},{"text":"+(15-30) to maximum Mana","optional":false},{"text":"+(20-30)% to Lightning Resistance","optional":false},{"text":"Cannot be Shocked","optional":false},{"text":"15% increased Stun and Block Recovery","optional":false}],"flavourText":"Fairgraves' trusty tricorne accompanied him far across\r|the seas, deep under the ground, and even beyond death.","itemType":"Helmet","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":554,"name":"Gang's Momentum","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Boots/GangsBoots.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":58,"baseType":"Legion Boots","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.30,29.39,14.62,21.03,24.57,27.915],"totalChange":31.68},"implicitModifiers":[],"explicitModifiers":[{"text":"(160-180)% increased Armour and Energy Shield","optional":false},{"text":"+(50-60)% to Fire Resistance","optional":false},{"text":"25% increased Movement Speed","optional":false},{"text":"(10-15)% chance to Ignite","optional":false},{"text":"(25-40)% increased Damage against Ignited Enemies","optional":false}],"flavourText":"Become one with the unstoppable flame. ","itemType":"Boots","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":559,"name":"Geofri's Crest","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Helmets/GeofrisCrest.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":53,"baseType":"Great Crown","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,7.67,-11.48,-20.87,15.55,8.35,0.05],"totalChange":5.58},"implicitModifiers":[],"explicitModifiers":[{"text":"+1 to Level of Socketed Gems","optional":false},{"text":"(60-80)% increased Armour and Energy Shield","optional":false},{"text":"+(15-20)% to Fire Resistance","optional":false},{"text":"+(15-20)% to Cold Resistance","optional":false},{"text":"+(15-20)% to Lightning Resistance","optional":false},{"text":"+(20-30)% to Chaos Resistance","optional":false}],"flavourText":"In the battle for honour, Geofri won.\r|Not so, the battle for survival.","itemType":"Helmet","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":573,"name":"Glitterdisc","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Shields/Glitterdisk.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":27,"baseType":"Burnished Spiked Shield","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.15,0.0,3.92,0.0,0.0,0.0],"totalChange":0.0},"implicitModifiers":[{"text":"4% chance to Dodge Attacks"}],"explicitModifiers":[{"text":"(120-140)% increased Evasion and Energy Shield","optional":false},{"text":"+(30-50) to maximum Life","optional":false},{"text":"+(20-30) to maximum Energy Shield","optional":false},{"text":"10% increased Rarity of Items found","optional":false},{"text":"25% chance to Avoid Fire Damage when Hit","optional":false},{"text":"You always Ignite while Burning","optional":false}],"flavourText":"Izaro's insistence on using lava\r|resulted in some surprising material discoveries.","itemType":"Shield","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":642,"name":"Hrimnor's Resolve","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Helmets/HrimnorsResolve.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":55,"baseType":"Samite Helmet","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,5.28,-0.05,26.34,57.56,77.64,70.185],"totalChange":130.63},"implicitModifiers":[],"explicitModifiers":[{"text":"(30-40)% increased Fire Damage","optional":false},{"text":"(100-120)% increased Armour","optional":false},{"text":"+(50-70) to maximum Life","optional":false},{"text":"+30% to Cold Resistance","optional":false},{"text":"Cannot be Chilled or Frozen if you have used a Fire Skill Recently","optional":false}],"flavourText":"Hrimnor's presence was as cold as ice,\r|but his heart burned for vengeance.","itemType":"Helmet","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":643,"name":"Hrimsorrow","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Gloves/Hrimsorrow.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":9,"baseType":"Goathide Gloves","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,3.79,-0.58,-5.24,24.22,33.20,-16.775],"totalChange":-24.83},"implicitModifiers":[],"explicitModifiers":[{"text":"+(20-30) to Strength","optional":false},{"text":"Adds (5-7) to (13-15) Cold Damage to Spells and Attacks","optional":false},{"text":"+(40-50) to Evasion Rating","optional":false},{"text":"+(20-30)% to Cold Resistance","optional":false},{"text":"50% of Physical Damage Converted to Cold Damage","optional":false},{"text":"Reflects 10 Cold Damage to Melee Attackers","optional":false}],"flavourText":"Of ancient giants, none remain,\r|Their only trace is timeless pain.","itemType":"Gloves","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":651,"name":"Hyrri's Bite","icon":"http://web.poecdn.com/image/Art/2DItems/Quivers/HryyisBite.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":10,"baseType":"Sharktooth Arrow Quiver","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.77,0.62,2.79,-3.55,0.62,-0.86],"totalChange":0.62},"implicitModifiers":[{"text":"+(3-4) Life gained for each Enemy hit by your Attacks"}],"explicitModifiers":[{"text":"+(15-25) to Strength","optional":false},{"text":"+(35-45) to Dexterity","optional":false},{"text":"+(15-25) to Intelligence","optional":false},{"text":"Adds 10 to 20 Cold Damage to Attacks","optional":false},{"text":"(7-10)% increased Attack Speed","optional":false},{"text":"+(2-3) Life gained for each Enemy hit by your Attacks","optional":false},{"text":"10% increased Area of Effect of Area Skills","optional":false}],"flavourText":"A Karui woman's place was not the \r|battlefield, but the hearth.\r|Hyrri changed all of that.","itemType":"Quiver","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":656,"name":"Icetomb","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/Icetomb.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":39,"baseType":"Latticed Ringmail","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.15,0.0,4.62,-0.75,0.0,0.0],"totalChange":0.0},"implicitModifiers":[],"explicitModifiers":[{"text":"+(30-40) to Strength","optional":false},{"text":"+(30-40) to Intelligence","optional":false},{"text":"(140-160)% increased Armour and Energy Shield","optional":false},{"text":"+(50-75)% to Cold Resistance","optional":false},{"text":"Cannot be Chilled","optional":false},{"text":"150% increased Chill Duration on Enemies","optional":false}],"flavourText":"When Solaris closes his burning eye\r|At the end of time,\r|the world will perish in ice.","itemType":"Body Armour","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":662,"name":"Incandescent Heart","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/Illuminatis.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":70,"baseType":"Saintly Chainmail","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.15,26.40,27.92,7.47,0.0,9.085],"totalChange":18.17},"implicitModifiers":[],"explicitModifiers":[{"text":"(220-240)% increased Armour and Energy Shield","optional":false},{"text":"+(80-90) to maximum Life","optional":false},{"text":"(0.8-1)% of Attack Damage Leeched as Life","optional":false},{"text":"Gain (10-20)% of Elemental Damage as Extra Chaos Damage","optional":false},{"text":"25% of Elemental Damage taken as Chaos Damage","optional":false},{"text":"(20-30)% increased Light Radius","optional":false},{"text":"Light Radius is based on Energy Shield instead of Life","optional":false}],"flavourText":"Only light may banish the shadows from this land\r|And the black lies wrapped around your heart","itemType":"Body Armour","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":688,"name":"Jaws of Agony","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Shields/BearTrapShield2.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":70,"baseType":"Supreme Spiked Shield","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-4.69,-0.83,2.15,-7.62,-0.38,-0.15],"totalChange":-0.30},"implicitModifiers":[{"text":"4% chance to Dodge Spell Damage"}],"explicitModifiers":[{"text":"Grants level 20 Bear Trap Skill","optional":false},{"text":"(18-28)% increased Trap Damage","optional":false},{"text":"(15-25)% increased Physical Damage","optional":false},{"text":"+(60-80) to maximum Life","optional":false},{"text":"(-18--14) Physical Damage taken from Attacks","optional":false},{"text":"25% chance to gain a Power Charge on Throwing a Trap","optional":false}],"flavourText":"One wrong step triggers destruction. \r|Agony slowly dominates the will to live.","itemType":"Shield","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":722,"name":"Kitava's Thirst","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Helmets/KitavasThirst.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":44,"baseType":"Zealot Helmet","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,29.69,0.0,4.77,0.0,0.0,38.30],"totalChange":76.60},"implicitModifiers":[],"explicitModifiers":[{"text":"15% reduced Cast Speed","optional":false},{"text":"(70-80)% increased Armour and Energy Shield","optional":false},{"text":"+(30-50) to maximum Mana","optional":false},{"text":"30% chance to Trigger Socketed Spells when\nyou Spend at least 100 Mana to Use a Skill","optional":false}],"flavourText":"Tukohama, Tawhoa and Kitava went to the lake to fish.\r|Tawhoa weaved a net to catch the fish,\r|Tukohama built a fire to cook the fish,\r|and Kitava swallowed the entire lake, fish and all, with a single gulp.","itemType":"Helmet","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":726,"name":"Kongming's Stratagem","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Shields/KongmingsStratagem.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":41,"baseType":"Ivory Spirit Shield","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.15,-1.13,3.62,0.0,0.0,0.0],"totalChange":0.0},"implicitModifiers":[{"text":"(15-20)% increased Spell Damage"}],"explicitModifiers":[{"text":"Socketed Trap Skills create a Smoke Cloud when triggered","optional":false},{"text":"+(20-30) to Intelligence","optional":false},{"text":"(80-120)% increased Energy Shield","optional":false},{"text":"30% increased Fire Damage with Hits and Ailments against Blinded Enemies","optional":false},{"text":"30% reduced Spell Damage taken from Blinded Enemies","optional":false},{"text":"No Block Chance","optional":false}],"flavourText":"Those who are skilled in combat do not become angered.\r|Those who are skilled at winning do not become afraid. \r|Thus the wise win before they fight, \r|while the ignorant fight to win.","itemType":"Shield","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":745,"name":"Lightbane Raiment","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/Lightbanerainment.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":47,"baseType":"Ornate Ringmail","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,27.47,29.29,11.54,-14.17,-3.48,17.025],"totalChange":35.84},"implicitModifiers":[],"explicitModifiers":[{"text":"(120-140)% increased Armour and Energy Shield","optional":false},{"text":"30% of Physical Damage Converted to Chaos Damage","optional":false},{"text":"Reflects 30 Chaos Damage to Melee Attackers","optional":false},{"text":"25% reduced Light Radius","optional":false},{"text":"100% chance on Block to create Desecrated Ground","optional":false}],"flavourText":". . . and the Light faded and hope waned\r|Zahndethus cast aside his faith\r|and embraced the darkness.","itemType":"Body Armour","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":760,"name":"Lioneye's Vision","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/LioneyesArmour.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":59,"baseType":"Crusader Plate","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,3.77,2.47,85.08,3.73,-2.03,2.85],"totalChange":-0.46},"implicitModifiers":[],"explicitModifiers":[{"text":"Socketed Gems are Supported by Level 15 Pierce","optional":false},{"text":"(200-250)% increased Armour","optional":false},{"text":"+(60-100) to maximum Life","optional":false},{"text":"0.4% of Physical Attack Damage Leeched as Mana","optional":false},{"text":"Enemy Projectiles Pierce you","optional":false}],"flavourText":"\"The Virtue Gems are a gift from the land, \r|our land, and we will not let our gifts\r|be destroyed by savages.\"\r|- Marceus Lioneye","itemType":"Body Armour","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":775,"name":"Malachai's Loop","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Shields/MalachaiLoop.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":65,"baseType":"Harmonic Spirit Shield","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-0.38,0.0,4.77,0.0,0.0,0.0],"totalChange":0.0},"implicitModifiers":[{"text":"(10-15)% increased Spell Damage"}],"explicitModifiers":[{"text":"(210-250)% increased Energy Shield","optional":false},{"text":"+2 to Maximum Power Charges","optional":false},{"text":"20% chance to gain a Power Charge on Hit","optional":false},{"text":"6% increased Spell Damage per Power Charge","optional":false},{"text":"Lose all Power Charges on reaching Maximum Power Charges","optional":false},{"text":"Shocks you when you reach Maximum Power Charges","optional":false}],"flavourText":"Thaumaturgy has no limit.\r|It is our fragile reality that imposes boundaries.","itemType":"Shield","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":808,"name":"Meginord's Vise","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Gloves/GlovesStr5.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":35,"baseType":"Steel Gauntlets","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-13.59,-34.04,-39.95,5.64,-23.12,3.86],"totalChange":-5.63},"implicitModifiers":[],"explicitModifiers":[{"text":"10% increased Physical Damage","optional":false},{"text":"+100 to Strength","optional":false},{"text":"(40-60)% increased Armour","optional":false},{"text":"2% of Life Regenerated per second with at least 400 Strength","optional":false}],"flavourText":"Ride with pride,\r|strike with vengeance,\r|live with honour.","itemType":"Gloves","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":816,"name":"Mindspiral","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Helmets/Mindspiral.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":37,"baseType":"Aventail Helmet","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,20.42,-1.17,96.62,60.14,81.19,36.825],"totalChange":42.02},"implicitModifiers":[],"explicitModifiers":[{"text":"(10-15)% increased Cold Damage","optional":false},{"text":"(10-15)% increased Lightning Damage","optional":false},{"text":"+(100-120) to maximum Mana","optional":false},{"text":"Gain (5-10)% of Maximum Mana as Extra Maximum Energy Shield","optional":false},{"text":"Enemies Cannot Leech Mana From You","optional":false},{"text":"(5-10)% of Damage taken gained as Mana over 4 seconds when Hit","optional":false},{"text":"Cannot Leech Mana","optional":false}],"flavourText":"Where top is bottom and weak is strong.","itemType":"Helmet","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":844,"name":"Mutewind Pennant","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Shields/MutewindPennant.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":42,"baseType":"Enameled Buckler","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.15,0.0,4.77,0.0,0.0,0.0],"totalChange":0.0},"implicitModifiers":[{"text":"6% increased Movement Speed"}],"explicitModifiers":[{"text":"(80-100)% increased Evasion Rating","optional":false},{"text":"+(20-40)% to Cold Resistance","optional":false},{"text":"10% increased Area of Effect of Area Skills","optional":false},{"text":"Gain Onslaught for 4 seconds on using a Warcry","optional":false},{"text":"25% increased Warcry Buff Effect","optional":false}],"flavourText":"Embrace the snow or be buried.","itemType":"Shield","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":867,"name":"Nomic's Storm","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Boots/NomicsStorm.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":16,"baseType":"Strapped Boots","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,5.97,6.14,11.28,2.37,0.16,6.09],"totalChange":6.05},"implicitModifiers":[],"explicitModifiers":[{"text":"+(20-30) to Dexterity","optional":false},{"text":"+(30-50) to Evasion Rating","optional":false},{"text":"+(15-30) to maximum Energy Shield","optional":false},{"text":"+20% to Cold Resistance","optional":false},{"text":"20% increased Movement Speed","optional":false},{"text":"15% increased Damage taken while Energy Shield is Full","optional":false},{"text":"20% increased Movement Speed while on Full Energy Shield","optional":false}],"flavourText":"It takes a clear mind to outrun a storm. ","itemType":"Boots","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":884,"name":"Ondar's Clasp","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Gloves/OndarsClasp.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":5,"baseType":"Wrapped Mitts","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.15,-4.60,4.15,0.0,0.0,0.0],"totalChange":0.0},"implicitModifiers":[],"explicitModifiers":[{"text":"30% increased Attack Speed when on Full Life","optional":false},{"text":"Adds 1 to 13 Lightning Damage to Attacks","optional":false},{"text":"+(50-80) to Accuracy Rating","optional":false},{"text":"20% increased Movement Speed when on Low Life","optional":false}],"flavourText":"A single lightning strike fells a man.\r|A single knife stroke fells an empire.","itemType":"Gloves","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":1079,"name":"Sadima's Touch","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Gloves/SadimasTouch.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":11,"baseType":"Wool Gloves","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,13.23,-8.94,-4.84,70.47,80.79,7.705],"totalChange":5.02},"implicitModifiers":[],"explicitModifiers":[{"text":"Adds 4 to 8 Fire Damage to Attacks","optional":false},{"text":"Adds 1 to 13 Lightning Damage to Attacks","optional":false},{"text":"+18 to maximum Energy Shield","optional":false},{"text":"(12-16)% increased Quantity of Items found","optional":false}],"flavourText":"Wealth unspent is wealth wasted.","itemType":"Gloves","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":1080,"name":"Saemus' Gift","icon":"http://web.poecdn.com/image/Art/2DItems/Quivers/SeamusGift.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":45,"baseType":"Spike-Point Arrow Quiver","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-14.73,0.23,5.01,0.23,0.23,0.23],"totalChange":0.23},"implicitModifiers":[{"text":"(20-30)% increased Global Critical Strike Chance"}],"explicitModifiers":[{"text":"+(30-40) to Dexterity","optional":false},{"text":"(8-12)% increased Cast Speed","optional":false},{"text":"+(30-60) to maximum Life","optional":false},{"text":"+(20-40)% to Lightning Resistance","optional":false},{"text":"20% chance to Avoid being Stunned","optional":false},{"text":"1% increased Lightning Damage per 10 Intelligence","optional":false}],"flavourText":"Beaten in contest, he would try once more\r|Guided by magic, Magjar took aim at a dove\r|Saemus' gift would influence the score\r|Guided by darkness, Magjar spilled the blood of his love","itemType":"Quiver","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":1081,"name":"Saffell's Frame","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Shields/ShieldStrIntUnique6.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":59,"baseType":"Branded Kite Shield","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.15,0.0,4.23,-0.15,0.0,-0.15],"totalChange":0.0},"implicitModifiers":[{"text":"+4% to all Elemental Resistances"}],"explicitModifiers":[{"text":"(70-80)% of Block Chance applied to Spells","optional":false},{"text":"(20-30)% increased Spell Damage","optional":false},{"text":"+10% to all Elemental Resistances","optional":false},{"text":"+4% to all maximum Resistances","optional":false},{"text":"Cannot Block Attacks","optional":false}],"flavourText":"A swift mind solves problems before they occur.","itemType":"Shield","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":1110,"name":"Sentari's Answer","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Shields/SantarisAnswer.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":33,"baseType":"Brass Spirit Shield","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.15,0.0,4.38,0.0,0.0,15.685],"totalChange":19.23},"implicitModifiers":[],"explicitModifiers":[{"text":"25% of Block Chance applied to Spells","optional":false},{"text":"+(20-30) to Intelligence","optional":false},{"text":"(4-8)% increased Quantity of Items found","optional":false},{"text":"+5% Chance to Block","optional":false},{"text":"Applies level 15 Punishment on Blocking a Melee Attack, ignoring Curse Limit","optional":false},{"text":"Applies level 15 Temporal Chains on Blocking a Projectile Attack, ignoring Curse Limit","optional":false},{"text":"Applies level 15 Elemental Weakness on Blocking a Spell, ignoring Curse Limit","optional":false}],"flavourText":"Open your eyes and you will see the cracks in your enemy's walls.\r|Open your mind and you will see the cracks in your enemy's plans.","itemType":"Shield","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":1264,"name":"Shavronne's Pace","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Boots/ShavronnesPace.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":32,"baseType":"Scholar Boots","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.36,-2.08,25.0,-11.14,6.52,23.825],"totalChange":-3.24},"implicitModifiers":[],"explicitModifiers":[{"text":"+10 to Dexterity","optional":false},{"text":"+(20-30) to Intelligence","optional":false},{"text":"(100-140)% increased Energy Shield","optional":false},{"text":"15% increased Movement Speed","optional":false},{"text":"20% increased Movement Speed when on Full Life","optional":false},{"text":"(10-15)% increased Stun and Block Recovery","optional":false}],"flavourText":"Shavronne raced to Brutus' side,\r|her last hope against the Karui tide.","itemType":"Boots","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":1312,"name":"Sin Trek","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Boots/SinTrek.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":62,"baseType":"Stealth Boots","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-22.75,2.30,-6.81,-12.41,-11.16,-7.095],"totalChange":-6.55},"implicitModifiers":[],"explicitModifiers":[{"text":"+(20-30) to Dexterity","optional":false},{"text":"+(20-30) to Intelligence","optional":false},{"text":"(80-100)% increased Evasion Rating","optional":false},{"text":"+(100-160) to maximum Energy Shield","optional":false},{"text":"30% increased Movement Speed","optional":false},{"text":"Enemies Cannot Leech Life From You","optional":false}],"flavourText":"Do not let them step on your feet. Keep them at bay.","itemType":"Boots","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":1317,"name":"Skirmish","icon":"http://web.poecdn.com/image/Art/2DItems/Quivers/TheSkirmish.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":19,"baseType":"Two-Point Arrow Quiver","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,1.32,1.17,5.99,1.17,1.17,1.17],"totalChange":1.17},"implicitModifiers":[{"text":"(20-30)% increased Accuracy Rating"}],"explicitModifiers":[{"text":"+(15-25) to Intelligence","optional":false},{"text":"+(30-50) to maximum Mana","optional":false},{"text":"(20-30)% increased Mana Regeneration Rate","optional":false},{"text":"0.2% of Physical Attack Damage Leeched as Mana","optional":false},{"text":"Attack skills can have 1 additional Totem Summoned at a time","optional":false}],"flavourText":"If two great leaders like Lioneye and Kaom\r|had been on the same side of the battle,\r|nothing would remain unconquered.","itemType":"Quiver","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":1318,"name":"Skullhead","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Helmets/Skullhead.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":36,"baseType":"Secutor Helm","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,2.21,2.52,7.41,2.22,2.52,2.52],"totalChange":2.52},"implicitModifiers":[],"explicitModifiers":[{"text":"(60-80)% increased Armour and Evasion","optional":false},{"text":"+(50-70) to maximum Life","optional":false},{"text":"+(50-70) to maximum Mana","optional":false},{"text":"+(10-20)% to all Elemental Resistances","optional":false},{"text":"Minions have 10% Chance to Block","optional":false},{"text":"Minions have +(300-350) to Armour","optional":false},{"text":"Minions Regenerate 2% Life per second","optional":false}],"flavourText":"All that was left of the Iron King was his bleached skull.\r|Yet it was all the Iron King needed.","itemType":"Helmet","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":1325,"name":"Snakebite","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Gloves/frenzygloves.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":58,"baseType":"Assassin's Mitts","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-0.49,24.36,33.76,19.72,24.38,19.13],"totalChange":10.03},"implicitModifiers":[],"explicitModifiers":[{"text":"(150-180)% increased Evasion Rating","optional":false},{"text":"+(60-70) to maximum Life","optional":false},{"text":"2% increased Attack Speed per Frenzy Charge","optional":false},{"text":"6% increased Accuracy Rating per Frenzy Charge","optional":false},{"text":"10% reduced Frenzy Charge Duration per Frenzy Charge","optional":false},{"text":"Attacks have 60% chance to Poison while at maximum Frenzy Charges","optional":false}],"flavourText":"\"As the serpent shuns thought,\r|It shuns fear.\r|It strikes with the speed of wrath\r|And the skill of compulsion.\"\r|- Deshret, The Red Sekhema","itemType":"Gloves","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":1328,"name":"Solaris Lorica","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/tornfleshofgods.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":17,"baseType":"Copper Plate","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-6.17,-2.72,5.01,0.23,0.23,0.23],"totalChange":0.23},"implicitModifiers":[],"explicitModifiers":[{"text":"+(10-20) to Strength","optional":false},{"text":"(60-80)% increased Armour","optional":false},{"text":"25% reduced Chaos Damage taken over time","optional":false},{"text":"25% increased Light Radius","optional":false},{"text":"Chaos Damage does not bypass Energy Shield","optional":false},{"text":"(-40--30) Chaos Damage taken","optional":false}],"flavourText":"Give me neither havens nor solace;\r|They are for the weak and frightened.\r|Instead, light the path to greatness,\r|So that I may begin my bright pursuit.","itemType":"Body Armour","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":1331,"name":"Soul Mantle","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/SoulMantle.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":49,"baseType":"Spidersilk Robe","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-7.94,36.87,-4.35,-8.71,-8.36,-2.995],"totalChange":-8.71},"implicitModifiers":[],"explicitModifiers":[{"text":"Socketed Gems are Supported by level 20 Spell Totem","optional":false},{"text":"(20-25)% increased Spell Damage","optional":false},{"text":"(100-120)% increased Energy Shield","optional":false},{"text":"50% increased Totem Life","optional":false},{"text":"Can have up to 1 additional Totem summoned at a time","optional":false},{"text":"Inflicts a random level 20 Curse on you when your Totems die","optional":false}],"flavourText":"The greatest mistakes cause suffering \r|long after they have been made","itemType":"Body Armour","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":1352,"name":"Springleaf","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Shields/ShieldStrIntUnique2.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":7,"baseType":"Plank Kite Shield","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-47.66,-52.15,-58.17,-51.42,-29.04,-18.44],"totalChange":-9.16},"implicitModifiers":[{"text":"+4% to all Elemental Resistances"}],"explicitModifiers":[{"text":"(80-120)% increased Armour and Energy Shield","optional":false},{"text":"50% reduced Freeze Duration on You","optional":false},{"text":"3% of Life Regenerated per second","optional":false},{"text":"3% of Life Regenerated per second while on Low Life","optional":false}],"flavourText":"From death springs life.","itemType":"Shield","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":1382,"name":"Sundance","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Boots/Sundance.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":27,"baseType":"Clasped Boots","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.08,-4.30,1.0,0.0,0.0,-1.605],"totalChange":0.0},"implicitModifiers":[],"explicitModifiers":[{"text":"10% increased Attack Speed","optional":false},{"text":"(80-120)% increased Evasion Rating","optional":false},{"text":"(20-30)% increased Rarity of Items found","optional":false},{"text":"+(30-40)% to Fire Resistance","optional":false},{"text":"20% increased Movement Speed","optional":false}],"flavourText":"Blazing body, shining bold.\r|Dance beneath the orb of gold!","itemType":"Boots","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":1383,"name":"Surgebinders","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Gloves/SurgeBinders.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":67,"baseType":"Dragonscale Gauntlets","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,39.21,35.60,29.33,46.07,35.62,10.295],"totalChange":35.38},"implicitModifiers":[],"explicitModifiers":[{"text":"(90-110)% increased Armour and Evasion","optional":false},{"text":"(4-7)% increased Elemental Damage per Frenzy Charge","optional":false},{"text":"(4-7)% increased Physical Damage per Endurance Charge","optional":false},{"text":"(4-7)% increased Spell Damage per Power Charge","optional":false},{"text":"10% chance to Steal Power, Frenzy, and Endurance Charges on Hit","optional":false}],"flavourText":"Your lies are our strength.\r|Your threats are our laughter.\r|Your hate is our infinity\r|The fire rises!","itemType":"Gloves","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":1463,"name":"The Covenant","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/Embrace.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":49,"baseType":"Spidersilk Robe","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.39,2.73,2.54,-10.27,0.62,0.155],"totalChange":0.08},"implicitModifiers":[],"explicitModifiers":[{"text":"Socketed Gems are Supported by level 15 Added Chaos Damage","optional":false},{"text":"Socketed Gems have Blood Magic","optional":false},{"text":"+(20-30) to Intelligence","optional":false},{"text":"10% increased maximum Life","optional":false},{"text":"(210-250)% increased Energy Shield","optional":false}],"flavourText":"My Soul is your Strength\r|My Price is your Blood","itemType":"Body Armour","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":1474,"name":"The Deep One's Hide","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Shields/Chitinhull.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":20,"baseType":"Studded Round Shield","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,9.70,0.68,-3.77,16.80,16.80,16.80],"totalChange":16.80},"implicitModifiers":[{"text":"60% increased Block Recovery"}],"explicitModifiers":[{"text":"Adds 4 to 8 Physical Damage to Attacks","optional":false},{"text":"Adds 12 to 15 Cold Damage to Attacks","optional":false},{"text":"(90-130)% increased Armour and Evasion","optional":false},{"text":"+(30-50)% to Fire Resistance","optional":false},{"text":"Curse Enemies with level 5 Vulnerability on Block","optional":false}],"flavourText":"The thicker the shell,\r|the greater the beast that hunts it.","itemType":"Shield","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":1567,"name":"The Peregrine","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Helmets/ThePeregrine.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":23,"baseType":"Visored Sallet","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-15.86,11.23,21.77,30.22,38.40,33.54],"totalChange":39.44},"implicitModifiers":[],"explicitModifiers":[{"text":"+300 to Accuracy Rating","optional":false},{"text":"(40-60)% increased Armour and Evasion","optional":false},{"text":"(20-30)% increased Rarity of Items found","optional":false},{"text":"+30% to Lightning Resistance","optional":false},{"text":"0.4% of Attack Damage Leeched as Mana","optional":false},{"text":"10% increased Movement Speed","optional":false}],"flavourText":"We wander to pass time.\r|We travel to fulfill.","itemType":"Helmet","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":1692,"name":"Three-step Assault","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Boots/ThreeStepAssault.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":55,"baseType":"Shagreen Boots","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-3.29,20.20,-7.92,-0.44,16.33,5.91],"totalChange":8.29},"implicitModifiers":[],"explicitModifiers":[{"text":"+(25-35) to Dexterity","optional":false},{"text":"(20-40)% increased Evasion Rating","optional":false},{"text":"100% increased Evasion Rating while you have Onslaught","optional":false},{"text":"+(50-70) to maximum Life","optional":false},{"text":"25% increased Movement Speed","optional":false},{"text":"10% chance to Dodge Spell Damage while Phasing","optional":false}],"flavourText":"Move in with haste.\r|Strike quick, strike hard.\r|Vanish like smoke in the wind.","itemType":"Boots","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":1698,"name":"Titucius' Span","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Shields/ShieldStrUnique7.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":30,"baseType":"Reinforced Tower Shield","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.15,0.0,4.77,0.0,0.0,0.0],"totalChange":0.0},"implicitModifiers":[{"text":"+(10-20) to maximum Life"}],"explicitModifiers":[{"text":"(60-80)% increased Armour","optional":false},{"text":"+(30-50) to maximum Life","optional":false},{"text":"(-80--50) Physical Damage taken from Projectile Attacks","optional":false},{"text":"200% increased Armour against Projectiles","optional":false},{"text":"+25% additional Block Chance against Projectiles","optional":false}],"flavourText":"A mighty bulwark, curved and strong\r|A dauntless wall, against the throng\r|All lance and arrow, knocked aside\r|For rout of foe, for turn of tide.","itemType":"Shield","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":1778,"name":"Victario's Flight","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Boots/BootsDexIntUnique2.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":12,"baseType":"Goathide Boots","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.15,0.0,4.77,0.0,0.0,0.0],"totalChange":0.0},"implicitModifiers":[],"explicitModifiers":[{"text":"+15 to Dexterity","optional":false},{"text":"+15 to Intelligence","optional":false},{"text":"(100-150)% increased Evasion Rating","optional":false},{"text":"15% increased Movement Speed","optional":false},{"text":"(5-10)% of Damage taken gained as Mana over 4 seconds when Hit","optional":false},{"text":"10% increased Movement Speed for you and nearby Allies","optional":false}],"flavourText":"Alive but not unscathed, Victario fled\r|as slaughter blossomed at the gates.","itemType":"Boots","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":1833,"name":"Wake of Destruction","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Boots/WakeOfDestruction.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":28,"baseType":"Mesh Boots","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.15,2.57,4.77,17.20,0.0,38.82],"totalChange":54.49},"implicitModifiers":[],"explicitModifiers":[{"text":"Adds 1 to 120 Lightning Damage to Attacks","optional":false},{"text":"(20-60)% increased Armour and Energy Shield","optional":false},{"text":"+(10-20) Life gained on Kill","optional":false},{"text":"15% increased Movement Speed","optional":false},{"text":"10% chance to Cause Monsters to Flee","optional":false}],"flavourText":"Tempest's power given form,\r|Flee before the walking storm.","itemType":"Boots","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":1872,"name":"Wheel of the Stormsail","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Shields/Wheelofthestormsail.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":5,"baseType":"Rotted Round Shield","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-14.97,13.65,17.49,-30.84,-23.95,9.04],"totalChange":11.54},"implicitModifiers":[{"text":"60% increased Block Recovery"}],"explicitModifiers":[{"text":"+(5-10) to Armour","optional":false},{"text":"(30-40)% increased Rarity of Items found","optional":false},{"text":"25% increased Curse Duration","optional":false},{"text":"100% increased Duration of Curses on you","optional":false},{"text":"+5% Chance to Block","optional":false}],"flavourText":"Doomed to plunder forever.","itemType":"Shield","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":1896,"name":"Wyrmsign","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Gloves/WyrmsignGloves.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":49,"baseType":"Wyrmscale Gauntlets","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,7.40,-17.38,0.47,18.97,20.04,20.665],"totalChange":19.61},"implicitModifiers":[],"explicitModifiers":[{"text":"Socketed Gems are Supported by level 5 Concentrated Effect","optional":false},{"text":"(120-160)% increased Armour and Evasion","optional":false},{"text":"+(50-70) to maximum Life","optional":false},{"text":"4% reduced Mana Cost per Endurance Charge","optional":false},{"text":"Gain Rampage while at Maximum Endurance Charges","optional":false},{"text":"Lose all Endurance Charges when Rampage ends","optional":false}],"flavourText":"Those who witness the shimmering scales of the wyrm\r|know only fear for the rest of their lives.\r|Fortunately, the rest of their lives\r|can be measured in seconds.","itemType":"Gloves","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":1902,"name":"Zahndethus' Cassock","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/Zahndethuscassock.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":37,"baseType":"Sage's Robe","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.15,-0.38,4.77,0.0,0.0,0.0],"totalChange":0.0},"implicitModifiers":[],"explicitModifiers":[{"text":"Adds 1 to 40 Lightning Damage to Attacks","optional":false},{"text":"(125-150)% increased Energy Shield","optional":false},{"text":"+(40-50)% to Chaos Resistance","optional":false},{"text":"25% increased Light Radius","optional":false},{"text":"100% chance on Block to create Consecrated Ground","optional":false}],"flavourText":"When dead men rise and darkness falls\r|Only faith can be your walls\r|Walls of Light, not of brick\r|Twice as strong and twice as thick","itemType":"Body Armour","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":2081,"name":"Ahn's Heritage","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Shields/AhnsHeritage.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":67,"baseType":"Colossal Tower Shield","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-5.54,1.40,5.30,0.56,1.40,1.40],"totalChange":1.40},"implicitModifiers":[{"text":"+(10-20) to maximum Life"}],"explicitModifiers":[{"text":"(50-100)% increased Armour","optional":false},{"text":"+(60-80) to maximum Life","optional":false},{"text":"-1 to Maximum Endurance Charges","optional":false},{"text":"-10% to maximum Block Chance","optional":false},{"text":"+6% Chance to Block","optional":false},{"text":"+3% to all maximum Resistances while you have no Endurance Charges","optional":false},{"text":"You have Onslaught while at maximum Endurance Charges","optional":false}],"flavourText":"\"It's not Karui, Azmeri or even Vaal in origin,\r|but one thing is certain. It is very, very old.\"\r|- Icius Perandus, Antiquities Collection, Item 46","itemType":"Shield","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":2188,"name":"Speaker's Wreath","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Helmets/MinionHelmet.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":63,"baseType":"Prophet Crown","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-5.81,-13.66,-1.14,-8.57,-18.46,-3.05],"totalChange":27.29},"implicitModifiers":[],"explicitModifiers":[{"text":"+(20-40) to Dexterity","optional":false},{"text":"(10-15)% increased Skill Effect Duration","optional":false},{"text":"2% increased Minion Attack Speed per 50 Dexterity","optional":false},{"text":"2% increased Minion Movement Speed per 50 Dexterity","optional":false},{"text":"Minions' Hits can only Kill Ignited Enemies","optional":false}],"flavourText":"A strong pair of legs may carry you far,\r|but a silver tongue and a few brutes\r|can take you to the edge of the world.","itemType":"Helmet","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":2193,"name":"The Embalmer","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Gloves/Allelopathy.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":50,"baseType":"Carnal Mitts","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.15,8.15,4.77,0.0,0.62,0.08],"totalChange":0.16},"implicitModifiers":[],"explicitModifiers":[{"text":"Socketed Gems are Supported by Level 20 Vile Toxins","optional":false},{"text":"Adds (13-17) to (23-29) Chaos Damage","optional":false},{"text":"+(50-70) to maximum Life","optional":false},{"text":"+(17-29)% to Chaos Resistance","optional":false},{"text":"(20-25)% increased Poison Duration","optional":false}],"flavourText":"\"Decomposition takes hold too quickly!\r|No, if we are to keep the specimen in perfect shape,\r|we must begin the process before expiry.\"","itemType":"Gloves","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":2196,"name":"Dendrobate","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/Dendrobatis.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":59,"baseType":"Sentinel Jacket","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,23.56,0.02,5.21,1.39,1.09,1.09],"totalChange":1.09},"implicitModifiers":[],"explicitModifiers":[{"text":"Socketed Gems are Supported by Level 10 Lesser Poison","optional":false},{"text":"(130-150)% increased Evasion and Energy Shield","optional":false},{"text":"+40 to maximum Energy Shield","optional":false},{"text":"+(15-25)% to all Elemental Resistances","optional":false},{"text":"(75-100)% increased Damage with Poison if you have at least 300 Dexterity","optional":false},{"text":"(15-25)% increased Poison Duration at least 150 Intelligence","optional":true},{"text":"(15-25)% increased Poison Duration if you have at least 150 Intelligence","optional":false}],"flavourText":"Ask any tracker and they'll tell you:\r|the most dangerous animals\r|are the ones who don't bother to hide.","itemType":"Body Armour","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":2199,"name":"The Coming Calamity","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/SpiritHarness.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":53,"baseType":"Destroyer Regalia","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-59.77,-59.83,-57.91,-59.83,-59.83,-59.83],"totalChange":-59.83},"implicitModifiers":[],"explicitModifiers":[{"text":"+2 to Level of Socketed Herald Gems","optional":false},{"text":"(80-100)% increased Energy Shield","optional":false},{"text":"35% chance to avoid being Stunned for each Herald Skill affecting you","optional":false},{"text":"Mana Reservation of Herald Skills is always 45%","optional":false}],"flavourText":"Whiff of cold, tiny spark, faintest flicker in the dark.\r|Embers swirl, ice takes form, sky exposed - Death's perfect storm.\r|Frost and thunder, flames shine bright, ruin walks the land tonight.\r|By your hand they dance and bend, wield them and brook no end.","itemType":"Body Armour","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":758,"name":"Lioneye's Paws","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Boots/LioneyesPaws.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":30,"baseType":"Bronzescale Boots","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-6.55,-7.12,-9.23,-3.77,4.52,2.92],"totalChange":6.09},"implicitModifiers":[],"explicitModifiers":[{"text":"+(40-60) to Strength","optional":false},{"text":"+(40-60) to Dexterity","optional":false},{"text":"Adds 12 to 24 Fire Damage to Attacks","optional":false},{"text":"20% increased Movement Speed","optional":false},{"text":"40% reduced Movement Speed when on Low Life","optional":false},{"text":"20% increased Stun and Block Recovery","optional":false},{"text":"Cannot be Stunned when on Low Life","optional":false}],"flavourText":"Stand and lead the righteous pride,\r|Fight till death, never hide.","itemType":"Boots","chaosValue":0.25,"exaltedValue":0.00,"count":49},{"id":1771,"name":"Veruso's Battering Rams","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Gloves/VerusosBatteringRams.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":69,"baseType":"Titan Gauntlets","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.15,0.0,4.77,0.0,0.0,0.0],"totalChange":0.0},"implicitModifiers":[],"explicitModifiers":[{"text":"(8-13)% increased Attack Speed","optional":false},{"text":"(120-180)% increased Armour","optional":false},{"text":"(3-5)% increased Movement Speed","optional":false},{"text":"50% increased Stun Duration on you","optional":false},{"text":"4% increased Melee Damage per Endurance Charge","optional":false},{"text":"You cannot be Shocked while at maximum Endurance Charges","optional":false}],"flavourText":"With unending determination and resolve he destroyed first the gates, \r|then the constructs guarding the tomb on the other side.","itemType":"Gloves","chaosValue":0.25,"exaltedValue":0.00,"count":49},{"id":124,"name":"Atziri's Mirror","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Shields/ShieldDex5Unique.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":54,"baseType":"Golden Buckler","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-11.86,-29.02,-19.85,-14.88,-2.80,-6.01],"totalChange":-7.78},"implicitModifiers":[{"text":"6% increased Movement Speed"}],"explicitModifiers":[{"text":"+(40-60) to Intelligence","optional":false},{"text":"(180-200)% increased Evasion Rating","optional":false},{"text":"+(20-30)% to all Elemental Resistances","optional":false},{"text":"50% reduced Duration of Curses on you","optional":false},{"text":"Curse Reflection","optional":false},{"text":"10% additional Block chance while not Cursed","optional":false},{"text":"20% additional Spell Block chance while Cursed","optional":false}],"flavourText":"\"As long as I see death in my mirror, so will Wraeclast.\"\r|- Atziri, Queen of the Vaal","itemType":"Shield","chaosValue":0.24,"exaltedValue":0.00,"count":49},{"id":701,"name":"Kaltenhalt","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Shields/ShieldDexUnique6.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":16,"baseType":"Painted Buckler","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-17.11,-35.65,11.36,-14.20,3.51,-2.58],"totalChange":-10.35},"implicitModifiers":[{"text":"6% increased Movement Speed"}],"explicitModifiers":[{"text":"(60-100)% increased Evasion Rating","optional":false},{"text":"+5% to maximum Cold Resistance","optional":false},{"text":"+50% to Cold Resistance","optional":false},{"text":"Gain (10-15)% of Physical Damage as Extra Cold Damage","optional":false},{"text":"Reflects (25-50) Cold Damage to Melee Attackers","optional":false},{"text":"+5% Chance to Block","optional":false}],"flavourText":"Cold, miserable and alone... but alive.","itemType":"Shield","chaosValue":0.24,"exaltedValue":0.00,"count":49},{"id":429,"name":"Doedre's Scorn","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Helmets/DoedresScorn.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":39,"baseType":"Lunaris Circlet","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,1.77,3.07,6.90,4.33,4.33,1.74],"totalChange":-0.85},"implicitModifiers":[],"explicitModifiers":[{"text":"+2 to Level of Socketed Curse Gems","optional":false},{"text":"+(20-30) to Intelligence","optional":false},{"text":"+(100-120) to maximum Energy Shield","optional":false},{"text":"(30-50)% increased Curse Duration","optional":false},{"text":"20% increased Elemental Damage","optional":false},{"text":"(10-20)% increased Damage with Hits and Ailments per Curse on Enemy","optional":false}],"flavourText":"A scar of the flesh you'll never forget,\r|A scar of the mind you'll never remember.","itemType":"Helmet","chaosValue":0.22,"exaltedValue":0.00,"count":49},{"id":542,"name":"Foxshade","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/Foxshade.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":25,"baseType":"Wild Leather","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-6.10,38.59,-13.99,0.52,-21.88,27.27],"totalChange":40.75},"implicitModifiers":[],"explicitModifiers":[{"text":"Adds 5 to 12 Physical Damage to Attacks","optional":false},{"text":"+(20-30) to Dexterity","optional":false},{"text":"You gain 500 Evasion Rating when on Full Life","optional":false},{"text":"(50-70)% increased Evasion Rating","optional":false},{"text":"10% increased Movement Speed","optional":false}],"flavourText":"To catch an animal, think like an animal.","itemType":"Body Armour","chaosValue":0.22,"exaltedValue":0.00,"count":49},{"id":252,"name":"Chalice of Horrors","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Shields/Chaliceofhorrors.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":29,"baseType":"War Buckler","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-37.60,-29.27,-4.70,-36.29,-19.86,-31.26],"totalChange":-18.97},"implicitModifiers":[{"text":"9% increased Movement Speed"}],"explicitModifiers":[{"text":"+1 to Level of Socketed Curse Gems","optional":false},{"text":"(30-50)% increased Evasion Rating","optional":false},{"text":"+(40-50) to maximum Life","optional":false},{"text":"+(50-70) to maximum Energy Shield","optional":false},{"text":"100% increased Curse Duration","optional":false},{"text":"+5% Chance to Block","optional":false},{"text":"10% Chance to Cause Monster to Flee on Block","optional":false}],"flavourText":"An eye for an eye. A curse for a curse.","itemType":"Shield","chaosValue":0.21,"exaltedValue":0.00,"count":49},{"id":1062,"name":"Rime Gaze","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Helmets/HelmetDexIntUnique1.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":65,"baseType":"Mind Cage","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-21.39,-25.75,-19.95,-43.66,-29.53,-17.96],"totalChange":-36.15},"implicitModifiers":[],"explicitModifiers":[{"text":"Socketed Gems are Supported by level 20 Concentrated Effect","optional":false},{"text":"30% increased Cold Damage","optional":false},{"text":"+(40-60) to maximum Mana","optional":false},{"text":"(180-200)% increased Energy Shield","optional":false},{"text":"50% reduced Energy Shield Recharge Rate","optional":false}],"flavourText":"The malice in her gaze froze blood and shattered bone.","itemType":"Helmet","chaosValue":0.17,"exaltedValue":0.00,"count":49},{"id":1320,"name":"Slitherpinch","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Gloves/Slitherpinch.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":27,"baseType":"Bronzescale Gauntlets","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-13.25,-7.03,6.30,4.53,4.93,-1.55],"totalChange":0.81},"implicitModifiers":[],"explicitModifiers":[{"text":"+(40-50) to Dexterity","optional":false},{"text":"(5-10)% increased Attack Speed","optional":false},{"text":"(60-100)% increased Evasion Rating","optional":false},{"text":"0.6% of Physical Attack Damage Leeched as Life","optional":false},{"text":"0.4% of Physical Attack Damage Leeched as Mana","optional":false}],"flavourText":"A soft caress in dead of night,\r|that slips about the neck, so tight.","itemType":"Gloves","chaosValue":0.17,"exaltedValue":0.00,"count":49},{"id":107,"name":"Ashrend","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/Ashrend.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":17,"baseType":"Buckskin Tunic","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-19.55,-21.49,-40.72,-8.67,30.14,7.56],"totalChange":-6.60},"implicitModifiers":[],"explicitModifiers":[{"text":"Socketed Gems are Supported by level 10 Added Fire Damage","optional":false},{"text":"(80-100)% increased Evasion Rating","optional":false},{"text":"+(30-50) to maximum Life","optional":false},{"text":"+(40-50)% to Fire Resistance","optional":false},{"text":"Cannot be Ignited","optional":false},{"text":"(10-15)% increased Physical Damage with Ranged Weapons","optional":false},{"text":"(-7--5) Physical Damage taken from Attacks","optional":false}],"flavourText":"The blasted oak stands forever.","itemType":"Body Armour","chaosValue":0.15,"exaltedValue":0.00,"count":49},{"id":192,"name":"Bramblejack","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/Bramblejack.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":0,"baseType":"Plate Vest","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-10.14,2.59,-14.49,-16.46,8.99,26.815],"totalChange":-13.04},"implicitModifiers":[],"explicitModifiers":[{"text":"Adds 2 to 4 Physical Damage to Attacks","optional":false},{"text":"+(12-20) to maximum Life","optional":false},{"text":"-2 Physical Damage taken from Attacks","optional":false},{"text":"40% of Melee Physical Damage taken reflected to Attacker","optional":false}],"flavourText":"It is safer to be feared than to be loved.","itemType":"Body Armour","chaosValue":0.15,"exaltedValue":0.00,"count":49},{"id":716,"name":"Kingsguard","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/Kingsguard.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":61,"baseType":"Conquest Chainmail","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-23.36,-36.56,-60.53,-26.03,3.67,-31.88],"totalChange":-22.19},"implicitModifiers":[],"explicitModifiers":[{"text":"(150-170)% increased Armour and Energy Shield","optional":false},{"text":"+(60-90) to maximum Life","optional":false},{"text":"+(50-70) to maximum Mana","optional":false},{"text":"30% increased Endurance Charge Duration","optional":false},{"text":"Gain 100 Life when an Endurance Charge expires or is consumed","optional":false}],"flavourText":"The toughest armour is the trust of your people.","itemType":"Body Armour","chaosValue":0.15,"exaltedValue":0.00,"count":49},{"id":282,"name":"Cloak of Flame","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/BodyInt1Aunique.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":18,"baseType":"Scholar's Robe","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-13.0,9.24,-29.29,-33.05,36.29,13.265],"totalChange":-8.63},"implicitModifiers":[],"explicitModifiers":[{"text":"+(30-50)% to Fire Resistance","optional":false},{"text":"(30-50)% increased Ignite Duration on Enemies","optional":false},{"text":"10% chance to Ignite","optional":false},{"text":"Reflects 15 Fire Damage to Melee Attackers","optional":false},{"text":"20% of Physical Damage taken as Fire Damage","optional":false}],"flavourText":"He who sows an ember shall reap an inferno.","itemType":"Body Armour","chaosValue":0.14,"exaltedValue":0.00,"count":49},{"id":776,"name":"Malachai's Simula","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Helmets/MalachaisSimula.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":17,"baseType":"Iron Mask","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-45.21,-33.46,5.64,28.33,16.91,32.37],"totalChange":34.85},"implicitModifiers":[],"explicitModifiers":[{"text":"(15-30)% increased Spell Damage","optional":false},{"text":"+20 to Strength","optional":false},{"text":"(20-30)% increased Lightning Damage","optional":false},{"text":"+10% to Lightning Resistance","optional":false},{"text":"Blood Magic","optional":false}],"flavourText":"It was a sliver of Malachai's soul\r|that animated the first Eternal Guardian.","itemType":"Helmet","chaosValue":0.14,"exaltedValue":0.00,"count":49},{"id":403,"name":"Deerstalker","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Boots/BootsDexUnique1.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":22,"baseType":"Deerskin Boots","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,9.11,33.40,17.32,-16.89,59.11,16.595],"totalChange":16.55},"implicitModifiers":[],"explicitModifiers":[{"text":"Socketed Gems are Supported by level 11 Trap","optional":false},{"text":"(160-200)% increased Evasion Rating","optional":false},{"text":"+(35-45) to maximum Life","optional":false},{"text":"15% increased Movement Speed","optional":false},{"text":"(14-18)% increased Trap Throwing Speed","optional":false},{"text":"15% increased Movement Speed for 9 seconds on Throwing a Trap","optional":false}],"flavourText":"Anticipation, preparation, exhilaration, celebration.","itemType":"Boots","chaosValue":0.13,"exaltedValue":0.00,"count":49},{"id":612,"name":"Heatshiver","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Helmets/Heatshiver.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":20,"baseType":"Leather Hood","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-3.35,45.51,17.40,89.09,-3.14,76.05],"totalChange":-3.40},"implicitModifiers":[],"explicitModifiers":[{"text":"(80-100)% increased Evasion Rating","optional":false},{"text":"60% increased Mana Regeneration Rate","optional":false},{"text":"+(20-30)% to Fire Resistance","optional":false},{"text":"+(20-30)% to Cold Resistance","optional":false},{"text":"(20-30)% increased Cold Damage if you have used a Fire Skill Recently","optional":false},{"text":"(20-30)% increased Fire Damage if you have used a Cold Skill Recently","optional":false}],"flavourText":"Give of your heated passions.\r|Give of your cold resolve.\r|You will be repaid.","itemType":"Helmet","chaosValue":0.13,"exaltedValue":0.00,"count":49},{"id":798,"name":"Matua Tupuna","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Shields/Matuatupuna.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":23,"baseType":"Tarnished Spirit Shield","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-6.83,-37.42,17.20,6.47,14.80,13.77],"totalChange":12.29},"implicitModifiers":[{"text":"(5-10)% increased Spell Damage"}],"explicitModifiers":[{"text":"+2 to Level of Socketed Minion Gems","optional":false},{"text":"+(15-25) to maximum Mana","optional":false},{"text":"(40-80)% increased Energy Shield","optional":false},{"text":"10% increased Effect of Auras on You","optional":false},{"text":"10% increased Effect of Auras on your Minions","optional":false},{"text":"Spreads Tar when you take a Critical Strike","optional":false}],"flavourText":"You carried me through life,\r|The least I can do is carry you through death.","itemType":"Shield","chaosValue":0.13,"exaltedValue":0.00,"count":49},{"id":1585,"name":"The Restless Ward","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/TheRestlessWard.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":71,"baseType":"Carnal Armour","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-15.31,-45.61,-3.96,-8.89,1.01,-30.655],"totalChange":-43.51},"implicitModifiers":[{"text":"+(20-25) to maximum Mana"}],"explicitModifiers":[{"text":"(220-250)% increased Evasion and Energy Shield","optional":false},{"text":"+(60-80) to maximum Life","optional":false},{"text":"1% increased Movement Speed per Frenzy Charge","optional":false},{"text":"(20-30) Life Regenerated per second per Endurance Charge","optional":false},{"text":"100% increased Endurance, Frenzy and Power Charge Duration","optional":false}],"flavourText":"Use the dead to stave off death,\r|An armour of bones and rot.\r|Hanging on with bated breath,\r|One lapse and all for naught.","itemType":"Body Armour","chaosValue":0.13,"exaltedValue":0.00,"count":49},{"id":1690,"name":"Thousand Teeth Temu","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Shields/ShieldDexUnique1.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":63,"baseType":"Vaal Buckler","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,11.16,85.97,122.32,21.98,108.0,3.82],"totalChange":-4.64},"implicitModifiers":[{"text":"3% increased Movement Speed"}],"explicitModifiers":[{"text":"(100-120)% increased Evasion Rating","optional":false},{"text":"+(70-90) to maximum Life","optional":false},{"text":"0.4% of Physical Attack Damage Leeched as Life","optional":false},{"text":"+5% Chance to Block","optional":false},{"text":"Reflects 1 to 1000 Physical Damage to Attackers on Block","optional":false},{"text":"10% of Damage you Reflect to Enemies is gained as Life","optional":false}],"flavourText":"Crimson burn'd the star of sadness,\r|All was woe that seem'd but gladness.","itemType":"Shield","chaosValue":0.12,"exaltedValue":0.00,"count":49},{"id":344,"name":"Daresso's Courage","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Shields/ShieldStrDexUnique1.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":54,"baseType":"Baroque Round Shield","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,15.11,51.20,-13.93,-5.16,22.67,7.525],"totalChange":-9.57},"implicitModifiers":[{"text":"120% increased Block Recovery"}],"explicitModifiers":[{"text":"20% increased Physical Damage","optional":false},{"text":"(100-120)% increased Armour and Evasion","optional":false},{"text":"+(10-20)% to all Elemental Resistances","optional":false},{"text":"120% of Block Chance applied to Spells when on Low Life","optional":false},{"text":"+(3-6)% Chance to Block","optional":false},{"text":"20% chance to Block Attacks if you have Blocked a Spell Recently","optional":false},{"text":"20% chance to Block Spells if you have Blocked an Attack Recently","optional":false}],"flavourText":"By tourney's end, Daresso bled and shivered.\r|Yet even accursed treachery failed to steal the champion's victory.","itemType":"Shield","chaosValue":0.11,"exaltedValue":0.00,"count":49},{"id":201,"name":"Briskwrap","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/Briskwrap.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":9,"baseType":"Strapped Leather","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-7.21,-47.84,-42.89,-26.91,-22.14,-51.92],"totalChange":-50.39},"implicitModifiers":[],"explicitModifiers":[{"text":"10% increased Attack Speed","optional":false},{"text":"+(120-180) to Evasion Rating","optional":false},{"text":"+(30-40)% to Cold Resistance","optional":false},{"text":"5% increased Movement Speed","optional":false},{"text":"(20-25)% increased Mana Recovery from Flasks","optional":false},{"text":"15% increased Dexterity","optional":false}],"flavourText":"\"I carry neither food nor drink. I rely on the charity\r|of my fellow wayfarers. Dead men are generous men.\"\r|- Taruk of the Wildmen","itemType":"Body Armour","chaosValue":0.09,"exaltedValue":0.00,"count":49},{"id":322,"name":"Craghead","icon":"http://web.poecdn.com/image/Art/2DItems/Quivers/QuiverUnique4.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":5,"baseType":"Serrated Arrow Quiver","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-25.36,-28.40,32.07,11.90,4.81,-30.61],"totalChange":-29.54},"implicitModifiers":[{"text":"Adds 1 to 4 Physical Damage to Attacks with Bows"}],"explicitModifiers":[{"text":"(20-25)% reduced Enemy Stun Threshold","optional":false},{"text":"25% reduced Projectile Speed","optional":false},{"text":"(60-80)% increased Stun Duration on Enemies","optional":false},{"text":"Adds 6 to 10 Physical Damage to Attacks with Bows","optional":false}],"flavourText":"Hit them hard. Hit them once.","itemType":"Quiver","chaosValue":0.09,"exaltedValue":0.00,"count":49},{"id":458,"name":"Dusktoe","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Boots/BootsStrDexUnique3.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":18,"baseType":"Ironscale Boots","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-0.26,-32.04,-18.80,-25.64,-29.37,-41.25],"totalChange":-41.25},"implicitModifiers":[],"explicitModifiers":[{"text":"(40-60)% increased Armour and Evasion","optional":false},{"text":"+(20-30) to maximum Life","optional":false},{"text":"15% increased Movement Speed","optional":false},{"text":"50% increased Stun and Block Recovery","optional":false},{"text":"20% reduced Light Radius","optional":false},{"text":"+50% to Chaos Resistance while using a Flask","optional":false},{"text":"Adds (15-20) to (25-30) Chaos Damage to Spells and Attacks while using a Flask","optional":false}],"flavourText":"\"A lick of shadow may ease \r|the petty frictions of one's life.\"\r|- Inquisitor Maligaro","itemType":"Boots","chaosValue":0.09,"exaltedValue":0.00,"count":49},{"id":511,"name":"Ezomyte Peak","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Helmets/EzomytePeak.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":0,"baseType":"Iron Hat","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-31.03,-31.09,-3.18,-48.60,-8.40,-36.665],"totalChange":-21.53},"implicitModifiers":[],"explicitModifiers":[{"text":"20% increased Physical Damage","optional":false},{"text":"+(15-25) to Armour","optional":false},{"text":"+(25-50) to maximum Life","optional":false},{"text":"Cannot Evade Enemy Attacks","optional":false}],"flavourText":"Centuries of servitude, a day\r|of glory, an eternity of death.","itemType":"Helmet","chaosValue":0.09,"exaltedValue":0.00,"count":49},{"id":633,"name":"Honourhome","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Helmets/Honourhome.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":52,"baseType":"Soldier Helmet","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,30.22,-28.25,-21.78,-28.83,27.11,4.065],"totalChange":-32.61},"implicitModifiers":[],"explicitModifiers":[{"text":"Adds 1 to 13 Lightning Damage to Attacks","optional":false},{"text":"(40-50)% increased Armour and Energy Shield","optional":false},{"text":"+(10-20)% to all Elemental Resistances","optional":false},{"text":"+20% to all Elemental Resistances while on Low Life","optional":false},{"text":"20% reduced Mana Cost of Skills when on Low Life","optional":false}],"flavourText":"\"The craven mind is sharp with self interest.\r|The honourable mind is much easier to manipulate.\"\r| - Malachai the Soulless","itemType":"Helmet","chaosValue":0.09,"exaltedValue":0.00,"count":49},{"id":781,"name":"Maligaro's Lens","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Shields/MaligarosLens.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":45,"baseType":"Compound Spiked Shield","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,27.59,14.72,61.62,82.66,63.69,36.66],"totalChange":42.79},"implicitModifiers":[{"text":"2% chance to Dodge Spell Damage"}],"explicitModifiers":[{"text":"(10-15)% increased Attack Speed","optional":false},{"text":"(10-20)% increased maximum Life","optional":false},{"text":"-50% to all Elemental Resistances","optional":false},{"text":"10% increased Area of Effect of Area Skills","optional":false},{"text":"Nearby allies Recover 2% of your maximum Life when you Die","optional":false}],"flavourText":"\"Look around you. What do you see? \r|Corruption, perversion, sin?\r|No. It is progress. \r|You simply lack the means to see it.\" \r|- Inquisitor Maligaro","itemType":"Shield","chaosValue":0.09,"exaltedValue":0.00,"count":49},{"id":1118,"name":"Shackles of the Wretched","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Gloves/RecallingtheWretched.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":7,"baseType":"Chain Gloves","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-50.11,-47.61,0.44,-26.41,-45.23,-50.11],"totalChange":-50.11},"implicitModifiers":[],"explicitModifiers":[{"text":"Curses in this item are reflected back to you","optional":false},{"text":"(40-60)% increased Stun and Block Recovery","optional":false},{"text":"You cannot be Chilled for 3 seconds after being Chilled","optional":false},{"text":"You cannot be Frozen for 3 seconds after being Frozen","optional":false},{"text":"You cannot be Ignited for 3 seconds after being Ignited","optional":false},{"text":"You cannot be Shocked for 3 seconds after being Shocked","optional":false},{"text":"You grant (4-6) Frenzy Charges to allies on Death","optional":false}],"flavourText":"Captivity breeds creativity.","itemType":"Gloves","chaosValue":0.09,"exaltedValue":0.00,"count":49},{"id":1446,"name":"The Broken Crown","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Helmets/BrokenCrown.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":63,"baseType":"Prophet Crown","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-8.14,1.55,-26.82,8.90,-3.91,-17.125],"totalChange":9.43},"implicitModifiers":[],"explicitModifiers":[{"text":"Socketed Gems are supported by level 20 Cast on Death","optional":false},{"text":"20% increased Damage when on Low Life","optional":false},{"text":"+(10-15) to all Attributes","optional":false},{"text":"(60-100)% increased Armour and Energy Shield","optional":false},{"text":"20% reduced Mana Regeneration Rate","optional":false},{"text":"+(50-70) to maximum Energy Shield","optional":false},{"text":"+(43-61)% to Chaos Resistance","optional":false}],"flavourText":"Every rule has an exception.","itemType":"Helmet","chaosValue":0.09,"exaltedValue":0.00,"count":49},{"id":1634,"name":"The Three Dragons","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Helmets/ThreeDragons.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":35,"baseType":"Golden Mask","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-11.43,-1.25,-9.63,-33.58,-7.34,8.65],"totalChange":-10.00},"implicitModifiers":[],"explicitModifiers":[{"text":"+(26-30)% to all Elemental Resistances","optional":false},{"text":"Your Fire Damage can Shock but not Ignite","optional":false},{"text":"Your Cold Damage can Ignite but not Freeze or Chill","optional":false},{"text":"Your Lightning Damage can Freeze but not Shock","optional":false}],"flavourText":"\"The ice seared his naked feet\r|As the lightning stilled his heart,\r|But it was the flames upon his lover's face\r|That roused him to vengeance.\"\r|- From 'The Three Dragons' by Victario of Sarn","itemType":"Helmet","chaosValue":0.09,"exaltedValue":0.00,"count":49},{"id":1687,"name":"Thousand Ribbons","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/Thousandribbons.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":0,"baseType":"Simple Robe","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,33.91,133.70,91.86,18.94,48.06,86.10],"totalChange":58.27},"implicitModifiers":[],"explicitModifiers":[{"text":"Socketed Gems are Supported by level 5 Elemental Proliferation","optional":false},{"text":"Adds 2 to 3 Fire Damage to Spells and Attacks","optional":false},{"text":"Adds 2 to 3 Cold Damage to Spells and Attacks","optional":false},{"text":"Adds 1 to 4 Lightning Damage to Spells and Attacks","optional":false},{"text":"10% reduced Cast Speed","optional":true},{"text":"+(10-20) to Evasion Rating","optional":false},{"text":"+6 to maximum Life","optional":false},{"text":"+6 to maximum Mana","optional":false},{"text":"+(10-20) to maximum Energy Shield","optional":false},{"text":"+(5-10)% to Fire Resistance","optional":false},{"text":"+(5-10)% to Cold Resistance","optional":false},{"text":"+(5-10)% to Lightning Resistance","optional":false}],"flavourText":"The night of a thousand ribbons\r|To remember the day of a thousand flames\r|When Sarn burned\r|And was born again","itemType":"Body Armour","chaosValue":0.09,"exaltedValue":0.00,"count":49},{"id":1769,"name":"Veil of the Night","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Helmets/VeilOfTheNight.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":22,"baseType":"Great Helmet","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-7.38,-1.36,11.68,-5.98,-7.79,-7.79],"totalChange":-7.79},"implicitModifiers":[],"explicitModifiers":[{"text":"(20-22)% increased Stun and Block Recovery","optional":false},{"text":"40% reduced Light Radius","optional":false},{"text":"Reflects 1 to (180-220) Lightning Damage to Attackers on Block","optional":false},{"text":"(18-22)% increased Global Defences","optional":false},{"text":"Elemental Resistances are Zero","optional":false}],"flavourText":"The seeds of greatness are planted in darkness,\r|Watered by suffering,\r|Tended by desperation,\r|And bloom steel flowers of victory.","itemType":"Helmet","chaosValue":0.09,"exaltedValue":0.00,"count":49},{"id":1810,"name":"Voll's Protector","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/StrInt3AUnique.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":35,"baseType":"Holy Chainmail","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,7.32,51.12,31.41,7.11,70.52,48.385],"totalChange":110.06},"implicitModifiers":[],"explicitModifiers":[{"text":"60% increased Armour and Energy Shield","optional":false},{"text":"50% reduced maximum Mana","optional":false},{"text":"Gain a Power Charge for each Enemy you hit with a Critical Strike","optional":false}],"flavourText":"Although a great leader during the war,\r|Voll proved disastrous in times of peace.","itemType":"Body Armour","chaosValue":0.09,"exaltedValue":0.00,"count":49},{"id":1894,"name":"Wondertrap","icon":"http://web.poecdn.com/image/Art/2DItems/Armours/Boots/Wondertrap.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":9,"baseType":"Velvet Slippers","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,8.47,6.52,-12.43,2.63,67.93,51.375],"totalChange":80.0},"implicitModifiers":[],"explicitModifiers":[{"text":"+(5-10) to Strength","optional":false},{"text":"+(5-10) to Dexterity","optional":false},{"text":"+(5-10) to Intelligence","optional":false},{"text":"+(10-16) to maximum Energy Shield","optional":false},{"text":"100% increased Rarity of Items found when on Low Life","optional":false},{"text":"10% increased Movement Speed","optional":false}],"flavourText":"Wonders abound at death's door.","itemType":"Boots","chaosValue":0.09,"exaltedValue":0.00,"count":49}]} \ No newline at end of file diff --git a/PoE-MxFilterGen/bin/Debug/data/ninja.card.json b/PoE-MxFilterGen/bin/Debug/data/ninja.card.json deleted file mode 100644 index f0460df..0000000 --- a/PoE-MxFilterGen/bin/Debug/data/ninja.card.json +++ /dev/null @@ -1 +0,0 @@ -{"lines":[{"id":636,"name":"House of Mirrors","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":9,"variant":null,"prophecyText":null,"artFilename":"HouseOfMirrors","links":0,"itemClass":6,"sparkline":{"data":[0.0,-1.25,-4.79,-7.94,-7.49,-7.10,-12.305],"totalChange":-12.70},"implicitModifiers":[],"explicitModifiers":[{"text":"{Mirror of Kalandra}","optional":false}],"flavourText":"What do you see in the mirror?","itemType":"Unknown","chaosValue":1271.84,"exaltedValue":16.00,"count":6},{"id":1476,"name":"The Doctor","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":8,"variant":null,"prophecyText":null,"artFilename":"TheDoctor","links":0,"itemClass":6,"sparkline":{"data":[0.0,-6.62,-8.03,-9.49,-9.87,-9.78,-9.485],"totalChange":-9.78},"implicitModifiers":[],"explicitModifiers":[{"text":"{Headhunter}","optional":false}],"flavourText":"\"They said I needed my head examined, but I'd rather just take yours.\" - Klopek the Cannibal","itemType":"Unknown","chaosValue":667.72,"exaltedValue":8.40,"count":49},{"id":1496,"name":"The Fiend","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":11,"variant":null,"prophecyText":null,"artFilename":"TheFiend","links":0,"itemClass":6,"sparkline":{"data":[0.0,-7.88,-7.13,-7.16,-7.97,-8.20,-7.315],"totalChange":-7.60},"implicitModifiers":[],"explicitModifiers":[{"text":"{Headhunter}\r","optional":false},{"text":"{Corrupted}","optional":false}],"flavourText":"{Your era is now,\r|your power unwavered, \r|soon we will see\r|who the gods truly favoured.}","itemType":"Unknown","chaosValue":476.94,"exaltedValue":6.0,"count":49},{"id":2045,"name":"The Spark and the Flame","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":2,"variant":null,"prophecyText":null,"artFilename":"TheSparkAndTheFlame","links":0,"itemClass":6,"sparkline":{"data":[0.0,2.33,4.27,8.74,9.67,10.36,8.475],"totalChange":9.36},"implicitModifiers":[],"explicitModifiers":[{"text":"{Berek's Respite}","optional":false}],"flavourText":"When sky meets ground the flames can be found, but who has the will to tame them.","itemType":"Unknown","chaosValue":238.47,"exaltedValue":3.00,"count":32},{"id":799,"name":"Mawr Blaidd","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":16,"variant":null,"prophecyText":null,"artFilename":"RussiaDivinationCard","links":0,"itemClass":6,"sparkline":{"data":[0.0,-4.53,7.98,12.94,12.25,9.67,17.335],"totalChange":22.25},"implicitModifiers":[],"explicitModifiers":[{"text":"{Eyes of the Greatwolf}","optional":false}],"flavourText":"Rigwald believed he'd seized great power, but it was the great power that had seized Rigwald","itemType":"Unknown","chaosValue":199.47,"exaltedValue":2.51,"count":7},{"id":649,"name":"Hunter's Reward","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":3,"variant":null,"prophecyText":null,"artFilename":"HuntersReward","links":0,"itemClass":6,"sparkline":{"data":[0.0,2.19,-2.49,1.49,9.51,9.53,6.75],"totalChange":5.03},"implicitModifiers":[],"explicitModifiers":[{"text":"{The Taming}","optional":false}],"flavourText":"To tame a beast, you first must subdue its heart.","itemType":"Unknown","chaosValue":198.83,"exaltedValue":2.50,"count":11},{"id":1579,"name":"The Queen","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":16,"variant":null,"prophecyText":null,"artFilename":"TheQueen","links":0,"itemClass":6,"sparkline":{"data":[0.0,5.01,0.67,-4.45,-4.25,0.17,1.165],"totalChange":1.69},"implicitModifiers":[],"explicitModifiers":[{"text":"{Atziri's Acuity}","optional":false}],"flavourText":"The power of the world, \r|lies upon your hands.","itemType":"Unknown","chaosValue":181.84,"exaltedValue":2.29,"count":49},{"id":1529,"name":"The Immortal","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":10,"variant":null,"prophecyText":null,"artFilename":"TheImmortal","links":0,"itemClass":6,"sparkline":{"data":[0.0,-0.83,-1.22,-5.97,-0.69,-3.08,-6.47],"totalChange":-6.63},"implicitModifiers":[],"explicitModifiers":[{"text":"{House of Mirrors}","optional":false}],"flavourText":"{\"Greetings! Just because you think I'm greedy doesn't mean I'm not willing to share. You'll just have to kill me first.\"\r|-Grandmaster Dy'Ness}","itemType":"Unknown","chaosValue":129.62,"exaltedValue":1.63,"count":21},{"id":1676,"name":"The Wolf","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":5,"variant":null,"prophecyText":null,"artFilename":"TheWolf","links":0,"itemClass":6,"sparkline":{"data":[0.0,-4.65,-5.24,-6.38,-3.26,-4.64,1.13],"totalChange":-3.57},"implicitModifiers":[],"explicitModifiers":[{"text":"{Rigwald Item}","optional":false}],"flavourText":"{The largest beasts cannot be overpowered. The Greatwolf teaches us to use guile, not strength, to probe for the soft flesh and strike deep.}","itemType":"Unknown","chaosValue":62.76,"exaltedValue":0.79,"count":49},{"id":2046,"name":"The Standoff","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":3,"variant":null,"prophecyText":null,"artFilename":"TheStandOff","links":0,"itemClass":6,"sparkline":{"data":[0.0,-12.77,-8.90,-8.30,-12.06,-8.76,-24.095],"totalChange":-19.68},"implicitModifiers":[],"explicitModifiers":[{"text":"{Rustic Sash}","optional":false}],"flavourText":"Sometimes your greatest enemy is the only one keeping you breathing.","itemType":"Unknown","chaosValue":49.83,"exaltedValue":0.63,"count":49},{"id":11,"name":"Abandoned Wealth","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":5,"variant":null,"prophecyText":null,"artFilename":"AbandonedWealth","links":0,"itemClass":6,"sparkline":{"data":[0.0,0.11,-0.19,-1.81,-2.18,-1.38,-0.965],"totalChange":-1.25},"implicitModifiers":[],"explicitModifiers":[{"text":"{3x Exalted Orb}","optional":false}],"flavourText":"When the world burned, the greedy burned with it, while the clever left as paupers.","itemType":"Unknown","chaosValue":47.00,"exaltedValue":0.59,"count":49},{"id":2041,"name":"The Wolven King's Bite","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":8,"variant":null,"prophecyText":null,"artFilename":"TheWolvenKingsBite","links":0,"itemClass":6,"sparkline":{"data":[0.0,4.72,-1.62,-0.78,4.95,13.54,15.52],"totalChange":13.31},"implicitModifiers":[],"explicitModifiers":[{"text":"{Rigwald's Quills}","optional":false}],"flavourText":"{A wolf does not bite his mate as he does his prey, yet both begin with bared teeth. Know who you are, and you will know the meaning of the bite.}","itemType":"Unknown","chaosValue":41.70,"exaltedValue":0.52,"count":49},{"id":1479,"name":"The Dragon's Heart","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":11,"variant":null,"prophecyText":null,"artFilename":"TheDragonsHeart","links":0,"itemClass":6,"sparkline":{"data":[0.0,1.35,1.98,2.55,2.55,2.55,5.74],"totalChange":8.76},"implicitModifiers":[],"explicitModifiers":[{"text":"{Level 4 Empower}\r","optional":false},{"text":"{Corrupted}","optional":false}],"flavourText":"They say when a dragon dies, the flesh smoulders and burns until all that remains is the still, white-hot, heart.","itemType":"Unknown","chaosValue":37.44,"exaltedValue":0.47,"count":27},{"id":971,"name":"Pride Before the Fall","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":8,"variant":null,"prophecyText":null,"artFilename":"PrideBeforeTheFall","links":0,"itemClass":6,"sparkline":{"data":[0.0,-2.65,-2.72,-2.48,3.17,2.15,6.455],"totalChange":5.58},"implicitModifiers":[],"explicitModifiers":[{"text":"{Kaom's Heart}\r","optional":false},{"text":"{Corrupted}","optional":false}],"flavourText":"{As Kaom slew the last of his kin,\r|something deep inside him broke.\r|And through the cracks, corruption,\r|pure and black, spread forth.}","itemType":"Unknown","chaosValue":30.70,"exaltedValue":0.39,"count":49},{"id":1850,"name":"Wealth and Power","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":11,"variant":null,"prophecyText":null,"artFilename":"WealthAndPower","links":0,"itemClass":6,"sparkline":{"data":[0.0,7.51,3.32,1.53,0.71,-1.36,-5.195],"totalChange":-6.66},"implicitModifiers":[],"explicitModifiers":[{"text":"{Level 4 Enlighten}\r","optional":false},{"text":"{Corrupted}","optional":false}],"flavourText":"{The greatness of a man is not in how much wealth or power he acquires, but in his integrity and his ability to positively affect those around him.}","itemType":"Unknown","chaosValue":30.07,"exaltedValue":0.38,"count":27},{"id":1539,"name":"The King's Heart","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":8,"variant":null,"prophecyText":null,"artFilename":"TheKingsHeart","links":0,"itemClass":6,"sparkline":{"data":[0.0,-1.76,0.17,-4.80,-2.22,0.14,0.74],"totalChange":0.86},"implicitModifiers":[],"explicitModifiers":[{"text":"{Kaom's Heart}","optional":false}],"flavourText":"{500 times Kaom's axe fell, 500 times Kaom's Heart splintered. Finally, all that remained was a terrible, heartless Fury.}","itemType":"Unknown","chaosValue":30.00,"exaltedValue":0.38,"count":49},{"id":736,"name":"Last Hope","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":3,"variant":null,"prophecyText":null,"artFilename":"LastHope","links":0,"itemClass":6,"sparkline":{"data":[0.0,0.60,0.72,-4.55,-0.16,2.08,4.33],"totalChange":4.65},"implicitModifiers":[],"explicitModifiers":[{"text":"{Mortal Hope}","optional":false}],"flavourText":"{As their civilisation crumbled, the Vaal looked to their queen. In her, they saw a way out. In them, she saw a burden she was happy to free herself from.}","itemType":"Unknown","chaosValue":28.00,"exaltedValue":0.35,"count":49},{"id":1457,"name":"The Celestial Justicar","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":6,"variant":null,"prophecyText":null,"artFilename":"TheCelestialJusticar","links":0,"itemClass":6,"sparkline":{"data":[0.0,0.94,-2.19,-8.87,-8.86,-0.56,-3.34],"totalChange":-2.74},"implicitModifiers":[],"explicitModifiers":[{"text":"{Six-Link Astral Plate}","optional":false}],"flavourText":"Wrapped in the glory of the heavens, she comes to mete out justice for the fallen.","itemType":"Unknown","chaosValue":24.00,"exaltedValue":0.30,"count":49},{"id":620,"name":"Heterochromia","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":2,"variant":null,"prophecyText":null,"artFilename":"Heterochromia","links":0,"itemClass":6,"sparkline":{"data":[0.0,-4.63,-3.36,-1.30,-4.76,-4.64,-14.075],"totalChange":-11.71},"implicitModifiers":[],"explicitModifiers":[{"text":"{Two-Stone Ring}","optional":false}],"flavourText":"{Black and White, Silver and Gold\r|Let us see the world Unfold\r|Red and Blue, Yellow and Green\r|Let us remake it in colours Unseen}","itemType":"Unknown","chaosValue":20.00,"exaltedValue":0.25,"count":49},{"id":1542,"name":"The Last One Standing","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":10,"variant":null,"prophecyText":null,"artFilename":"TheLastOneStanding","links":0,"itemClass":6,"sparkline":{"data":[0.0,-10.81,-8.91,-9.94,-10.27,-9.80,-9.475],"totalChange":-9.93},"implicitModifiers":[],"explicitModifiers":[{"text":"{Atziri's Disfavour}","optional":false}],"flavourText":"The strongest emerge from suffering. The toughest bear the most scars. The sole survivor claims the greatest of rewards.","itemType":"Unknown","chaosValue":20.00,"exaltedValue":0.25,"count":49},{"id":1526,"name":"The Hunger","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":9,"variant":null,"prophecyText":null,"artFilename":"TheHunger","links":0,"itemClass":6,"sparkline":{"data":[0.0,0.41,-2.75,-11.47,-18.18,-13.23,-10.16],"totalChange":-9.66},"implicitModifiers":[],"explicitModifiers":[{"text":"{Taste of Hate}","optional":false}],"flavourText":"\"How many lives have you consumed?\" \r|\"How many times have you blinked?\"","itemType":"Unknown","chaosValue":18.0,"exaltedValue":0.23,"count":49},{"id":1653,"name":"The Vast","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":7,"variant":null,"prophecyText":null,"artFilename":"TheVast","links":0,"itemClass":6,"sparkline":{"data":[0.0,11.59,7.62,22.04,29.27,19.92,2.675],"totalChange":2.89},"implicitModifiers":[],"explicitModifiers":[{"text":"{Song of the Sirens}","optional":false}],"flavourText":"{Can you hear the siren's calls,\r|Just beyond the sea?\r|A voice which hearts\r|of men enthralls,\r|I too am hooked to thee.}","itemType":"Unknown","chaosValue":17.37,"exaltedValue":0.22,"count":26},{"id":1651,"name":"The Valkyrie","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":8,"variant":null,"prophecyText":null,"artFilename":"TheValkyrie","links":0,"itemClass":6,"sparkline":{"data":[0.0,0.02,2.76,-5.97,4.59,5.42,8.92],"totalChange":9.05},"implicitModifiers":[],"explicitModifiers":[{"text":"{Nemesis Item}","optional":false}],"flavourText":"{The villain strikes,\r|the world is torn.\r|A war begins, a hero is born,\r|The nemesis sets the sky alight.\r|A hero's sacrifice\r|sets everything right.\r|- Drake's Epitaph}","itemType":"Unknown","chaosValue":16.64,"exaltedValue":0.21,"count":49},{"id":1633,"name":"The Thaumaturgist","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":8,"variant":null,"prophecyText":null,"artFilename":"TheThaumaturgist","links":0,"itemClass":6,"sparkline":{"data":[0.0,-8.53,-12.25,-13.38,-19.81,-17.58,-20.10],"totalChange":-18.30},"implicitModifiers":[],"explicitModifiers":[{"text":"{Shavronne's Revelation}\r","optional":false},{"text":"{Corrupted}","optional":false}],"flavourText":"{\"Mastery of thaumaturgy is like any other pursuit; it requires dedication and sacrifice. Sometimes several sacrifices.\"\r|- Shavronne of Umbra}","itemType":"Unknown","chaosValue":15.74,"exaltedValue":0.20,"count":49},{"id":188,"name":"Bowyer's Dream","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":6,"variant":null,"prophecyText":null,"artFilename":"BowyersDream","links":0,"itemClass":6,"sparkline":{"data":[0.0,-8.07,-15.26,-18.32,-17.20,-13.70,-11.275],"totalChange":-10.88},"implicitModifiers":[],"explicitModifiers":[{"text":"{Six-Link Harbinger Bow}\r","optional":false},{"text":"{Item Level:} {91}","optional":false}],"flavourText":"If this is my dream, I don't wish to wake.","itemType":"Unknown","chaosValue":15.71,"exaltedValue":0.20,"count":29},{"id":2042,"name":"The Saint's Treasure","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":10,"variant":null,"prophecyText":null,"artFilename":"TheSaintsTreasure","links":0,"itemClass":6,"sparkline":{"data":[0.0,-1.16,-4.19,-5.40,-5.04,-5.96,-5.51],"totalChange":-6.35},"implicitModifiers":[],"explicitModifiers":[{"text":"{2x Exalted Orb}","optional":false}],"flavourText":"{Publicly, he lived a pious and chaste life of poverty. Privately, tithes and tributes made him and his lascivious company very comfortable indeed.}","itemType":"Unknown","chaosValue":15.00,"exaltedValue":0.19,"count":49},{"id":1445,"name":"The Brittle Emperor","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":8,"variant":null,"prophecyText":null,"artFilename":"TheBrittleEmperor","links":0,"itemClass":6,"sparkline":{"data":[0.0,-6.96,-7.29,-7.10,-7.58,-6.60,-11.39],"totalChange":-12.04},"implicitModifiers":[],"explicitModifiers":[{"text":"{Voll's Devotion}\r","optional":false},{"text":"{Corrupted}","optional":false}],"flavourText":"{\"When Voll spared Malachai, accepting his aid in pursuit of Purity, the strongest faith was infected by Corruption and made brittle as glass.\"\r|- Victario, the People's Poet}","itemType":"Unknown","chaosValue":14.92,"exaltedValue":0.19,"count":49},{"id":1603,"name":"The Sephirot","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":11,"variant":null,"prophecyText":null,"artFilename":"TheSephirot","links":0,"itemClass":6,"sparkline":{"data":[0.0,-1.71,-7.09,-8.40,-3.96,3.91,1.49],"totalChange":2.72},"implicitModifiers":[],"explicitModifiers":[{"text":"{10x Divine Orb}","optional":false}],"flavourText":"If the path to divinity were simple, we'd all be gods.","itemType":"Unknown","chaosValue":11.00,"exaltedValue":0.14,"count":49},{"id":1421,"name":"The Artist","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":11,"variant":null,"prophecyText":null,"artFilename":"TheArtist","links":0,"itemClass":6,"sparkline":{"data":[0.0,-1.25,-9.23,-6.67,-19.36,-20.56,-30.62],"totalChange":-27.91},"implicitModifiers":[],"explicitModifiers":[{"text":"{Level 4 Enhance}\r","optional":false},{"text":"{Corrupted}","optional":false}],"flavourText":"\"Paint, metal, flesh... A true artist does not limit himself.\" - Malachai the Soulless","itemType":"Unknown","chaosValue":10.00,"exaltedValue":0.13,"count":24},{"id":1503,"name":"The Formless Sea","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":7,"variant":null,"prophecyText":null,"artFilename":"TheFormlessSea","links":0,"itemClass":6,"sparkline":{"data":[0.0,13.08,20.42,13.16,10.74,12.73,15.52],"totalChange":12.73},"implicitModifiers":[],"explicitModifiers":[{"text":"{Varunastra}","optional":false}],"flavourText":"Formless might,\r|Wild beauty tamed,\r|The brine of gods,\r|The seas restrained.","itemType":"Unknown","chaosValue":10.00,"exaltedValue":0.13,"count":49},{"id":1675,"name":"The Wind","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":7,"variant":null,"prophecyText":null,"artFilename":"TheWind","links":0,"itemClass":6,"sparkline":{"data":[0.0,-8.21,-5.32,0.47,-2.99,-11.00,-11.845],"totalChange":-8.42},"implicitModifiers":[],"explicitModifiers":[{"text":"{Windripper}","optional":false}],"flavourText":"{Weaving through the cracks, searching for weaknesses, silent, indiscriminate, leaving sorrow in its wake.}","itemType":"Unknown","chaosValue":10.00,"exaltedValue":0.13,"count":49},{"id":1696,"name":"Time-Lost Relic","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":10,"variant":null,"prophecyText":null,"artFilename":"TimeLostRelic","links":0,"itemClass":6,"sparkline":{"data":[0.0,-5.52,-6.25,-0.91,-12.87,-15.33,-19.03],"totalChange":-22.73},"implicitModifiers":[],"explicitModifiers":[{"text":"{League-Specific Item}","optional":false}],"flavourText":"Time cannot wash away that which cannot be forgotten.","itemType":"Unknown","chaosValue":10.00,"exaltedValue":0.13,"count":49},{"id":1658,"name":"The Void","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":0,"variant":null,"prophecyText":null,"artFilename":"TheVoid","links":0,"itemClass":6,"sparkline":{"data":[0.0,0.62,6.39,-3.06,-7.70,-0.44,-0.855],"totalChange":-0.46},"implicitModifiers":[],"explicitModifiers":[{"text":"","optional":false}],"flavourText":"Reach into the Void and claim your prize.","itemType":"Unknown","chaosValue":8.00,"exaltedValue":0.10,"count":49},{"id":1487,"name":"The Enlightened","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":6,"variant":null,"prophecyText":null,"artFilename":"TheEnlightened","links":0,"itemClass":6,"sparkline":{"data":[0.0,-1.29,-4.44,-11.26,-15.23,-12.35,-21.11],"totalChange":-19.80},"implicitModifiers":[],"explicitModifiers":[{"text":"{Level 3 Enlighten}","optional":false}],"flavourText":"Weaving the six,\r|a serpent stands tall.\r|Wearing a crown,\r|the thousand petals call.","itemType":"Unknown","chaosValue":7.00,"exaltedValue":0.09,"count":49},{"id":1488,"name":"The Ethereal","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":7,"variant":null,"prophecyText":null,"artFilename":"TheEthereal","links":0,"itemClass":6,"sparkline":{"data":[0.0,0.38,0.36,0.38,0.38,-4.03,-9.585],"totalChange":-7.01},"implicitModifiers":[],"explicitModifiers":[{"text":"{Six-Link Vaal Regalia}","optional":false}],"flavourText":"{\"Long ago, people looked to the stars, believing they influenced us. Soon, it will be us who influence the stars.\"\r|- Doryani, Queen's Thaumaturge}","itemType":"Unknown","chaosValue":7.00,"exaltedValue":0.09,"count":49},{"id":1471,"name":"The Dapper Prodigy","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":6,"variant":null,"prophecyText":null,"artFilename":"TheDapperProdigy","links":0,"itemClass":6,"sparkline":{"data":[0.0,-3.01,-7.14,-11.71,-13.64,-14.36,-16.25],"totalChange":-13.93},"implicitModifiers":[],"explicitModifiers":[{"text":"{Six-Link Body Armour}\r","optional":false},{"text":"{Item Level:} {100}","optional":false}],"flavourText":"\"Many believe murder is a grisly, grim, and grotesque crime. Then there are those who simply make art of it.\"","itemType":"Unknown","chaosValue":6.00,"exaltedValue":0.08,"count":49},{"id":1524,"name":"The Hoarder","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":12,"variant":null,"prophecyText":null,"artFilename":"TheHoarder","links":0,"itemClass":6,"sparkline":{"data":[0.0,-0.84,-4.73,-9.68,-4.80,-6.01,-4.195],"totalChange":-4.97},"implicitModifiers":[],"explicitModifiers":[{"text":"{Exalted Orb}","optional":false}],"flavourText":"\"More! I want more!\" - Faendris, the Insatiable","itemType":"Unknown","chaosValue":6.0,"exaltedValue":0.08,"count":49},{"id":2035,"name":"The Polymath","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":3,"variant":null,"prophecyText":null,"artFilename":"ThePolymath","links":0,"itemClass":6,"sparkline":{"data":[0.0,-1.46,-1.97,-5.30,-13.79,-15.75,-13.695],"totalChange":-12.56},"implicitModifiers":[],"explicitModifiers":[{"text":"{Astramentis}","optional":false}],"flavourText":"Genius knows no limits.","itemType":"Unknown","chaosValue":6.00,"exaltedValue":0.08,"count":49},{"id":2036,"name":"The Valley of Steel Boxes","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":9,"variant":null,"prophecyText":null,"artFilename":"TheValleyOfSteelBoxes","links":0,"itemClass":6,"sparkline":{"data":[0.0,3.50,2.92,-8.74,-5.92,-6.02,3.68],"totalChange":-3.58},"implicitModifiers":[],"explicitModifiers":[{"text":"{Monstrous Treasure}","optional":false}],"flavourText":"\"The most valuable treasures should be hidden in plain sight.\" \r|- Ina, Keeper of Goods","itemType":"Unknown","chaosValue":5.58,"exaltedValue":0.07,"count":49},{"id":1498,"name":"The Fletcher","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":5,"variant":null,"prophecyText":null,"artFilename":"TheFletcher","links":0,"itemClass":6,"sparkline":{"data":[0.0,12.43,-17.27,-25.04,-34.39,-52.69,-57.605],"totalChange":-58.28},"implicitModifiers":[],"explicitModifiers":[{"text":"{Drillneck}\r","optional":false},{"text":"{Corrupted}","optional":false}],"flavourText":"Let these fine arrows pack a punch.","itemType":"Unknown","chaosValue":5.00,"exaltedValue":0.06,"count":49},{"id":1559,"name":"The Offering","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":8,"variant":null,"prophecyText":null,"artFilename":"TheOffering","links":0,"itemClass":6,"sparkline":{"data":[0.0,11.90,23.96,18.04,0.28,8.94,23.90],"totalChange":23.17},"implicitModifiers":[],"explicitModifiers":[{"text":"{Shavronne's Wrappings}","optional":false}],"flavourText":"Eternal beauty has a cost, one which Shavronne was happy to pay with the lives of others.","itemType":"Unknown","chaosValue":5.00,"exaltedValue":0.06,"count":49},{"id":1589,"name":"The Risk","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":3,"variant":null,"prophecyText":null,"artFilename":"TheRisk","links":0,"itemClass":6,"sparkline":{"data":[0.0,-0.70,-0.34,-2.69,-1.94,-4.78,-0.465],"totalChange":-0.34},"implicitModifiers":[],"explicitModifiers":[{"text":"{Ventor's Gamble}","optional":false}],"flavourText":"\"There is no right or wrong choice, no best or worst. There are only choices and their consequences.\"","itemType":"Unknown","chaosValue":5.00,"exaltedValue":0.06,"count":49},{"id":771,"name":"Lucky Deck","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":9,"variant":null,"prophecyText":null,"artFilename":"LuckyDeck","links":0,"itemClass":6,"sparkline":{"data":[0.0,0.86,1.45,-3.78,-6.31,1.43,-9.945],"totalChange":-1.18},"implicitModifiers":[],"explicitModifiers":[{"text":"{10x Stacked Deck}","optional":false}],"flavourText":"When the outcome is the same, does it matter if it is fortune or trickery?","itemType":"Unknown","chaosValue":4.00,"exaltedValue":0.05,"count":49},{"id":1451,"name":"The Cartographer","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":0,"variant":null,"prophecyText":null,"artFilename":"TheMapmaker","links":0,"itemClass":6,"sparkline":{"data":[0.0,-0.48,-0.48,-0.31,5.65,0.21,27.435],"totalChange":22.98},"implicitModifiers":[],"explicitModifiers":[{"text":"{10x Cartographer's Chisel}","optional":false}],"flavourText":"{It's always easier to find your way if you draw a map of the progress you've made.}","itemType":"Unknown","chaosValue":4.00,"exaltedValue":0.05,"count":36},{"id":257,"name":"Chaotic Disposition","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":0,"variant":null,"prophecyText":null,"artFilename":"ChaoticDisposition","links":0,"itemClass":6,"sparkline":{"data":[0.0,1.11,1.21,0.14,2.39,1.54,-12.845],"totalChange":-24.14},"implicitModifiers":[],"explicitModifiers":[{"text":"{5x Chaos Orb}","optional":false}],"flavourText":"Life isn't what you make of it, it's already been made for you.","itemType":"Unknown","chaosValue":3.38,"exaltedValue":0.04,"count":9},{"id":480,"name":"Emperor of Purity","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":7,"variant":null,"prophecyText":null,"artFilename":"EmperorOfPurity","links":0,"itemClass":6,"sparkline":{"data":[0.0,-5.40,13.22,8.65,-7.12,-15.72,2.97],"totalChange":0.48},"implicitModifiers":[],"explicitModifiers":[{"text":"{Six-Link Holy Chainmail}\r","optional":false},{"text":"{Item Level:} {60}","optional":false}],"flavourText":"True to his title,\r|Voll, newly crowned,\r|had many of the\r|Eternal Empire's signature\r|extravagances destroyed.","itemType":"Unknown","chaosValue":3.00,"exaltedValue":0.04,"count":49},{"id":1619,"name":"The Stormcaller","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":4,"variant":null,"prophecyText":null,"artFilename":"TheStormcaller","links":0,"itemClass":6,"sparkline":{"data":[0.0,4.93,6.88,-0.61,6.96,6.96,3.155],"totalChange":-0.62},"implicitModifiers":[],"explicitModifiers":[{"text":"{Agnerod Staff}","optional":false}],"flavourText":"If you beckon the\r|Lord of Lightning,\r|do not be surprised\r|when you are struck.","itemType":"Unknown","chaosValue":3.00,"exaltedValue":0.04,"count":49},{"id":2038,"name":"The Wretched","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":6,"variant":null,"prophecyText":null,"artFilename":"TheWretched","links":0,"itemClass":6,"sparkline":{"data":[0.0,-18.75,-9.12,-22.58,-16.70,-13.52,-18.15],"totalChange":-15.51},"implicitModifiers":[],"explicitModifiers":[{"text":"{Belt}","optional":false}],"flavourText":"Necromancers, believe me, are more terrifying than their thralls.","itemType":"Unknown","chaosValue":3.00,"exaltedValue":0.04,"count":49},{"id":2047,"name":"The Porcupine","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":6,"variant":null,"prophecyText":null,"artFilename":"ThePorcupine","links":0,"itemClass":6,"sparkline":{"data":[0.0,54.05,55.74,39.53,11.31,-4.63,-4.565],"totalChange":-15.01},"implicitModifiers":[],"explicitModifiers":[{"text":"{Six-Link Short Bow}\r","optional":false},{"text":"{Item Level:} {50}","optional":false}],"flavourText":"The first quill separates the quick learners from the dead.","itemType":"Unknown","chaosValue":3.00,"exaltedValue":0.04,"count":49},{"id":809,"name":"Merciless Armament","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":4,"variant":null,"prophecyText":null,"artFilename":"MercilessArmament","links":0,"itemClass":6,"sparkline":{"data":[0.0,0.0,0.0,0.0,0.0,0.0,0.0],"totalChange":0.0},"implicitModifiers":[],"explicitModifiers":[{"text":"{{Merciless Two-Hand Weapon}\r","optional":false},{"text":"{Item Level:} {100}}","optional":false}],"flavourText":"\"Through thick and thin,\r|blood and bone,\r|a peaceful life\r|is one I can't condone.\"\r|- Tukohama, Father Of War","itemType":"Unknown","chaosValue":2.00,"exaltedValue":0.03,"count":21},{"id":1458,"name":"The Chains that Bind","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":11,"variant":null,"prophecyText":null,"artFilename":"TheChainsThatBind","links":0,"itemClass":6,"sparkline":{"data":[0.0,1.21,10.76,10.10,-0.50,8.24,-14.64],"totalChange":-18.79},"implicitModifiers":[],"explicitModifiers":[{"text":"{Six-Link Body Armour}","optional":false}],"flavourText":"Scarier than any criminal is an innocent man in chains, for when he breaks free, his revenge will be justified.","itemType":"Unknown","chaosValue":2.00,"exaltedValue":0.03,"count":49},{"id":1468,"name":"The Cursed King","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":8,"variant":null,"prophecyText":null,"artFilename":"TheCursedKing","links":0,"itemClass":6,"sparkline":{"data":[0.0,-5.49,-10.90,-22.52,-34.89,-34.69,-36.99],"totalChange":-36.99},"implicitModifiers":[],"explicitModifiers":[{"text":"{Rigwald's Curse}","optional":false}],"flavourText":"The First Ones\r|may be blasphemy,\r|but they are\r|powerful blasphemy.","itemType":"Unknown","chaosValue":2.00,"exaltedValue":0.03,"count":49},{"id":1472,"name":"The Dark Mage","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":6,"variant":null,"prophecyText":null,"artFilename":"TheDarkMage","links":0,"itemClass":6,"sparkline":{"data":[0.0,0.12,2.17,1.98,-8.09,2.06,1.755],"totalChange":1.34},"implicitModifiers":[],"explicitModifiers":[{"text":"{Six-Link Staff}\r","optional":false},{"text":"{Item Level:} {55}","optional":false}],"flavourText":"With staff in hand\r|and wrath in heart,\r|your soul and corpse\r|shall surely part.","itemType":"Unknown","chaosValue":2.00,"exaltedValue":0.03,"count":49},{"id":1615,"name":"The Soul","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":9,"variant":null,"prophecyText":null,"artFilename":"TheSoul","links":0,"itemClass":6,"sparkline":{"data":[0.0,9.35,9.37,3.44,-19.91,-26.34,-8.935],"totalChange":9.37},"implicitModifiers":[],"explicitModifiers":[{"text":"{Soul Taker}","optional":false}],"flavourText":"\"Most people only have one. I'm a bit of a hoarder.\"","itemType":"Unknown","chaosValue":2.00,"exaltedValue":0.03,"count":49},{"id":1663,"name":"The Warlord","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":6,"variant":null,"prophecyText":null,"artFilename":"TheWarlord","links":0,"itemClass":6,"sparkline":{"data":[0.0,-16.69,-19.84,-14.46,-8.40,-19.37,-8.505],"totalChange":-6.20},"implicitModifiers":[],"explicitModifiers":[{"text":"{Six-Link Coronal Maul}\r","optional":false},{"text":"{Item Level:} {83}","optional":false}],"flavourText":"To cure the Goddess,\r|and break the chains of corruption,\r|you must shatter the world.","itemType":"Unknown","chaosValue":2.00,"exaltedValue":0.03,"count":49},{"id":1786,"name":"Vinia's Token","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":5,"variant":null,"prophecyText":null,"artFilename":"ViniasToken","links":0,"itemClass":6,"sparkline":{"data":[0.0,-23.01,-8.70,-0.20,-18.96,-43.15,-24.645],"totalChange":-45.94},"implicitModifiers":[],"explicitModifiers":[{"text":"{10x Orb of Regret}","optional":false}],"flavourText":"You can change your name, but you cannot change your history.","itemType":"Unknown","chaosValue":2.00,"exaltedValue":0.03,"count":49},{"id":645,"name":"Humility","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":9,"variant":null,"prophecyText":null,"artFilename":"Humility","links":0,"itemClass":6,"sparkline":{"data":[0.0,5.84,9.63,-15.60,-13.69,-9.48,0.75],"totalChange":-3.58},"implicitModifiers":[],"explicitModifiers":[{"text":"{Tabula Rasa}","optional":false}],"flavourText":" ","itemType":"Unknown","chaosValue":1.84,"exaltedValue":0.02,"count":49},{"id":1533,"name":"The Inventor","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":6,"variant":null,"prophecyText":null,"artFilename":"TheInventor","links":0,"itemClass":6,"sparkline":{"data":[0.0,10.71,-2.27,-12.48,-9.88,-25.41,1.055],"totalChange":0.83},"implicitModifiers":[],"explicitModifiers":[{"text":"{10x Vaal Orb}","optional":false}],"flavourText":"Jump right in, \r|But beware \r|Of things broken \r|Or beyond compare.","itemType":"Unknown","chaosValue":1.50,"exaltedValue":0.02,"count":49},{"id":2039,"name":"Lingering Remnants","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":"","stackSize":16,"variant":null,"prophecyText":null,"artFilename":"LingeringRemnants","links":0,"itemClass":6,"sparkline":{"data":[0.0,11.64,7.15,-17.47,-11.14,-10.58,-17.305],"totalChange":-13.42},"implicitModifiers":[],"explicitModifiers":[{"text":"{Vaal Temple Map}","optional":false},{"text":"{Item Level:} {83}","optional":false},{"text":"{Corrupted}","optional":false}],"flavourText":"Never dying, yet not living,|Endlessly they wander|beneath the harvest moon.","itemType":"Unknown","chaosValue":1.32,"exaltedValue":0.02,"count":49},{"id":131,"name":"Audacity","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":5,"variant":null,"prophecyText":null,"artFilename":"Audacity","links":0,"itemClass":6,"sparkline":{"data":[0.0,14.40,0.0,56.18,213.15,260.26,284.465],"totalChange":284.62},"implicitModifiers":[],"explicitModifiers":[{"text":"{Doryani's Fist}\r","optional":false},{"text":"{Corrupted}","optional":false}],"flavourText":"{A jolt, and it moves. Or smolders.\r|A current, and it lives. Or dies.\r|A surge, and it transcends.\r|Or... not.\r|Only one way to find out.}","itemType":"Unknown","chaosValue":1.00,"exaltedValue":0.01,"count":45},{"id":170,"name":"Blind Venture","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":7,"variant":null,"prophecyText":null,"artFilename":"BlindVenture","links":0,"itemClass":6,"sparkline":{"data":[0.0,0.0,0.0,0.0,0.0,0.0,0.0],"totalChange":0.0},"implicitModifiers":[],"explicitModifiers":[{"text":"{Ring}\r","optional":false},{"text":"{Corrupted}","optional":false}],"flavourText":"\"It's risky not knowing where your wares come from. That's why I source my own.\"\r|- Klayver, the Antiquarian","itemType":"Unknown","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":468,"name":"Earth Drinker","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":5,"variant":null,"prophecyText":null,"artFilename":"EarthDrinker","links":0,"itemClass":6,"sparkline":{"data":[0.0,2.39,4.34,4.34,4.34,4.28,4.09],"totalChange":3.84},"implicitModifiers":[],"explicitModifiers":[{"text":"{Granite Flask}","optional":false}],"flavourText":"Taste and grow strong. Drink too much and be buried.","itemType":"Unknown","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":482,"name":"Emperor's Luck","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":5,"variant":null,"prophecyText":null,"artFilename":"EmperorsLuck","links":0,"itemClass":6,"sparkline":{"data":[0.0,-1.88,-3.91,0.34,0.57,-6.94,-1.815],"totalChange":0.89},"implicitModifiers":[],"explicitModifiers":[{"text":"{5x Currency}","optional":false}],"flavourText":"The house always wins.","itemType":"Unknown","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":568,"name":"Gift of the Gemling Queen","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":9,"variant":null,"prophecyText":null,"artFilename":"GiftOfTheGemlingQueen","links":0,"itemClass":6,"sparkline":{"data":[0.0,-2.88,38.82,71.11,206.51,262.17,265.595],"totalChange":267.43},"implicitModifiers":[],"explicitModifiers":[{"text":"{Level 20 Support Gem}","optional":false}],"flavourText":"Our Lady Dialla,\r|as a symbol of our progress,\r|shines greater than all the gems.","itemType":"Unknown","chaosValue":1.00,"exaltedValue":0.01,"count":37},{"id":572,"name":"Glimmer of Hope","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":8,"variant":null,"prophecyText":null,"artFilename":"GlimmerOfHope","links":0,"itemClass":6,"sparkline":{"data":[0.0,0.0,0.0,0.0,0.0,0.0,-0.425],"totalChange":-0.33},"implicitModifiers":[],"explicitModifiers":[{"text":"{Gold Ring}","optional":false}],"flavourText":"When you dwell in total darkness, even the faintest light may guide you out.","itemType":"Unknown","chaosValue":1.00,"exaltedValue":0.01,"count":26},{"id":634,"name":"Hope","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":5,"variant":null,"prophecyText":null,"artFilename":"Hope","links":0,"itemClass":6,"sparkline":{"data":[0.0,0.0,-0.06,0.0,0.0,-0.14,0.0],"totalChange":0.0},"implicitModifiers":[],"explicitModifiers":[{"text":"{Prismatic Ring}\r","optional":false},{"text":"{Corrupted}","optional":false}],"flavourText":"{The others succumbed to madness and depravity, but Lori fought on. Alone in the darkness, she could still see the dull light of hope's distant dawn.}","itemType":"Unknown","chaosValue":1.00,"exaltedValue":0.01,"count":37},{"id":644,"name":"Hubris","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":5,"variant":null,"prophecyText":null,"artFilename":"Hubris","links":0,"itemClass":6,"sparkline":{"data":[0.0,1.74,5.55,5.55,-10.75,-11.32,5.335],"totalChange":5.55},"implicitModifiers":[],"explicitModifiers":[{"text":"{Ring}","optional":false}],"flavourText":"\"This one? It is NOT for sale. You would sooner pry it from my lifeless hand.\"\r|- Jonfé Darontos, Ringmaker","itemType":"Unknown","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":648,"name":"Hunter's Resolve","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":8,"variant":null,"prophecyText":null,"artFilename":"HuntersResolve","links":0,"itemClass":6,"sparkline":{"data":[0.0,20.58,21.76,25.60,42.01,42.61,42.165],"totalChange":42.98},"implicitModifiers":[],"explicitModifiers":[{"text":"{Bow}","optional":false}],"flavourText":"Primed, curved and sleek.\r|Decisive and final.\r|For malice and righteousness.\r|There's but one solution.","itemType":"Unknown","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":686,"name":"Jack in the Box","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":4,"variant":null,"prophecyText":null,"artFilename":"JackInTheBox","links":0,"itemClass":6,"sparkline":{"data":[0.0,10.65,5.62,21.71,19.61,14.09,-8.31],"totalChange":-36.63},"implicitModifiers":[],"explicitModifiers":[{"text":"{Item}","optional":false}],"flavourText":"Turn the crank, \r|close your eyes, \r|and pray to the gods \r|for a pleasant surprise.","itemType":"Unknown","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":744,"name":"Light and Truth","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":2,"variant":null,"prophecyText":null,"artFilename":"LigthAndTruth","links":0,"itemClass":6,"sparkline":{"data":[0.0,3.31,-0.86,3.03,86.33,103.03,115.63],"totalChange":103.72},"implicitModifiers":[],"explicitModifiers":[{"text":"{Crystal Sceptre}","optional":false}],"flavourText":"Time and change\r|shall naught avail,\r|To dim the Light\r|of Truth's fair grail.","itemType":"Unknown","chaosValue":1.00,"exaltedValue":0.01,"count":46},{"id":770,"name":"Lucky Connections","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":7,"variant":null,"prophecyText":null,"artFilename":"LuckyConnections","links":0,"itemClass":6,"sparkline":{"data":[0.0,-9.56,-22.74,-22.62,6.28,13.70,-1.565],"totalChange":16.39},"implicitModifiers":[],"explicitModifiers":[{"text":"{20x Orb of Fusing}","optional":false}],"flavourText":"Luck is a fool's game, and I know plenty of rich fools.","itemType":"Unknown","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":772,"name":"Lysah's Respite","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":6,"variant":null,"prophecyText":null,"artFilename":"LysahsRespite","links":0,"itemClass":6,"sparkline":{"data":[0.0,-0.06,-0.14,-2.08,0.0,0.0,-0.10],"totalChange":-0.20},"implicitModifiers":[],"explicitModifiers":[{"text":"{Agate Amulet}\r","optional":false},{"text":"{Corrupted}","optional":false}],"flavourText":"So many memories,\r|so much pain in\r|such a small token.\r|Drown it in blood\r|so you can forget.","itemType":"Unknown","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":1083,"name":"Scholar of the Seas","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":7,"variant":null,"prophecyText":null,"artFilename":"ScholarOfTheSeas","links":0,"itemClass":6,"sparkline":{"data":[0.0,17.51,-26.20,-26.20,-26.20,-26.20,-25.855],"totalChange":-25.51},"implicitModifiers":[],"explicitModifiers":[{"text":"{Mao Kun}","optional":false}],"flavourText":"I've never come upon a ship I could not command. I have however met sailors that were not willing to be led.","itemType":"Unknown","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":1412,"name":"The Aesthete","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":8,"variant":null,"prophecyText":null,"artFilename":"TheAesthete","links":0,"itemClass":6,"sparkline":{"data":[0.0,0.0,0.0,0.0,0.0,0.0,2.49],"totalChange":0.0},"implicitModifiers":[],"explicitModifiers":[{"text":"{Shavronne Item}","optional":false}],"flavourText":"\"Some see our mortal flesh as a limitation. I see it as an opportunity for vast, miraculous improvements.\"\r|- Shavronne of Umbra","itemType":"Unknown","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":1423,"name":"The Avenger","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":12,"variant":null,"prophecyText":null,"artFilename":"TheAvenger","links":0,"itemClass":6,"sparkline":{"data":[0.0,-4.67,-15.29,-12.25,-9.13,8.67,-11.78],"totalChange":-11.78},"implicitModifiers":[],"explicitModifiers":[{"text":"{Mjölner}\r","optional":false},{"text":"{Corrupted}","optional":false}],"flavourText":"Justice comes swift \r|Equal to the crime \r|Revenge is a gift \r|Life for a life \r|Eye for an eye","itemType":"Unknown","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":1425,"name":"The Battle Born","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":5,"variant":null,"prophecyText":null,"artFilename":"TheBattleBorn","links":0,"itemClass":6,"sparkline":{"data":[0.0,0.69,0.69,0.63,0.69,-2.23,-6.64],"totalChange":-13.97},"implicitModifiers":[],"explicitModifiers":[{"text":"{Axe}","optional":false}],"flavourText":"\"No man can best me, no demon can fell me. For I vanquish all with my axe!\"","itemType":"Unknown","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":1439,"name":"The Body","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":4,"variant":null,"prophecyText":null,"artFilename":"TheBody","links":0,"itemClass":6,"sparkline":{"data":[0.0,16.13,11.01,39.10,-3.96,-0.42,11.225],"totalChange":-8.17},"implicitModifiers":[],"explicitModifiers":[{"text":"{Body Armour}","optional":false}],"flavourText":"They say it is the head that leads, but all must flow through the body at some point.","itemType":"Unknown","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":1449,"name":"The Calling","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":6,"variant":null,"prophecyText":null,"artFilename":"TheCalling","links":0,"itemClass":6,"sparkline":{"data":[0.0,-0.58,-1.92,0.46,5.94,5.55,5.94],"totalChange":5.45},"implicitModifiers":[],"explicitModifiers":[{"text":"{Beyond Item}","optional":false}],"flavourText":"{Blood flows not just through veins, but through worlds.}","itemType":"Unknown","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":1452,"name":"The Cataclysm","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":13,"variant":null,"prophecyText":null,"artFilename":"TheCataclysm","links":0,"itemClass":6,"sparkline":{"data":[0.0,0.10,0.10,0.10,0.10,0.10,0.10],"totalChange":0.10},"implicitModifiers":[],"explicitModifiers":[{"text":"{Level 21 Spell Gem}\r","optional":false},{"text":"{Corrupted}","optional":false}],"flavourText":"{The mighty warriors traded in blows, the nimble archers in arrows, yet it was the brazen thaumaturgists who would bring catastrophe to all.}","itemType":"Unknown","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":1477,"name":"The Doppelganger","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":2,"variant":null,"prophecyText":null,"artFilename":"TheDoppelganger","links":0,"itemClass":6,"sparkline":{"data":[0.0,4.59,5.15,6.18,5.15,22.02,83.49],"totalChange":92.39},"implicitModifiers":[],"explicitModifiers":[{"text":"{Superior Mirror Arrow}\r","optional":false},{"text":"{Quality:} {+20%}","optional":false}],"flavourText":"Upon seeing her face, I am terrified—the moon shows me my own form!","itemType":"Unknown","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":1486,"name":"The Endurance","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":4,"variant":null,"prophecyText":null,"artFilename":"TheEndurance","links":0,"itemClass":6,"sparkline":{"data":[0.0,39.51,87.14,82.51,89.03,88.70,87.16],"totalChange":85.29},"implicitModifiers":[],"explicitModifiers":[{"text":"{Vivid Crimson Jewel}","optional":false}],"flavourText":"{Crimson rubies, drops of vigour,\r|flowing through my veins,\r|flesh like coal, try to crush me,\r|diamond is what remains.}","itemType":"Unknown","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":1534,"name":"The Jester","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":9,"variant":null,"prophecyText":null,"artFilename":"TheJester","links":0,"itemClass":6,"sparkline":{"data":[0.0,0.0,0.0,0.0,0.0,0.0,0.0],"totalChange":0.0},"implicitModifiers":[],"explicitModifiers":[{"text":"{{Merciless One-Hand Weapon}\r","optional":false},{"text":"{Item Level:} {100}}","optional":false}],"flavourText":"{Summoned for the King's desire,\r|soon applause came from the court.\r|However insanity was his only sire,\r|so the King's reign was cut short.}","itemType":"Unknown","chaosValue":1.00,"exaltedValue":0.01,"count":17},{"id":1545,"name":"The Lion","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":5,"variant":null,"prophecyText":null,"artFilename":"TheLion","links":0,"itemClass":6,"sparkline":{"data":[0.0,-17.33,-47.82,-38.20,-45.20,-47.82,-48.64],"totalChange":-48.64},"implicitModifiers":[],"explicitModifiers":[{"text":"{Lioneye Item}","optional":false}],"flavourText":"{The Eternals lauded his valour. The Karui relished his defeat. Yet the final thoughts of Marceus Lioneye were naught but lament for his pride.}","itemType":"Unknown","chaosValue":1.0,"exaltedValue":0.01,"count":49},{"id":1552,"name":"The Mercenary","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":5,"variant":null,"prophecyText":null,"artFilename":"TheMercenary","links":0,"itemClass":6,"sparkline":{"data":[0.0,-5.93,-11.88,-11.50,0.44,1.47,1.47],"totalChange":1.47},"implicitModifiers":[],"explicitModifiers":[{"text":"{Shield}\r","optional":false},{"text":"{Corrupted}","optional":false}],"flavourText":"Loyalty can be bought. Just make sure you know who the buyer is.","itemType":"Unknown","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":1560,"name":"The One With All","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":6,"variant":null,"prophecyText":null,"artFilename":"TheOneWithAll","links":0,"itemClass":6,"sparkline":{"data":[0.0,2.47,2.47,2.47,2.47,2.47,2.47],"totalChange":2.47},"implicitModifiers":[],"explicitModifiers":[{"text":"{Le Heup of All}\r","optional":false},{"text":"{Corrupted}","optional":false}],"flavourText":"{Embrace death to honour the lost,\r|no fear in life no matter the cost. \r|With one of all we are, \r|and all of one we trust, \r|throughout past, present and future... be just.}","itemType":"Unknown","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":1563,"name":"The Pact","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":9,"variant":null,"prophecyText":null,"artFilename":"ThePact","links":0,"itemClass":6,"sparkline":{"data":[0.0,-1.07,-4.59,-11.34,1.65,2.91,-1.005],"totalChange":-1.40},"implicitModifiers":[],"explicitModifiers":[{"text":"{Pledge of Hands}","optional":false}],"flavourText":"\"On this day I mark the first of many agreements that I will have with this land and its people.\"","itemType":"Unknown","chaosValue":1.00,"exaltedValue":0.01,"count":34},{"id":1565,"name":"The Penitent","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":5,"variant":null,"prophecyText":null,"artFilename":"ThePenitent","links":0,"itemClass":6,"sparkline":{"data":[0.0,-13.06,-13.06,-13.06,-13.06,-13.06,-13.06],"totalChange":-13.06},"implicitModifiers":[],"explicitModifiers":[{"text":"{Unset Ring}","optional":false}],"flavourText":"{First, I gave my wealth, and we went hungry. Next, I gave my land, and we were homeless. Then, I gave my family, and I was alone. Last, I gave my eyes, and all I could dream was mine.}","itemType":"Unknown","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":1590,"name":"The Road to Power","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":7,"variant":null,"prophecyText":null,"artFilename":"TheRoadToPower","links":0,"itemClass":6,"sparkline":{"data":[0.0,0.0,0.0,0.0,0.0,0.0,0.0],"totalChange":0.0},"implicitModifiers":[],"explicitModifiers":[{"text":"{Runic One-Hand Weapon}\r","optional":false},{"text":"{Item Level:} {100}","optional":false}],"flavourText":"A beacon on the horizon; a guiding light, a call for help, or a warning to turn back.","itemType":"Unknown","chaosValue":1.00,"exaltedValue":0.01,"count":16},{"id":1592,"name":"The Scavenger","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":8,"variant":null,"prophecyText":null,"artFilename":"TheScavenger","links":0,"itemClass":6,"sparkline":{"data":[0.0,1.03,-1.31,-1.62,0.79,1.01,1.01],"totalChange":0.99},"implicitModifiers":[],"explicitModifiers":[{"text":"{Carcass Jack}","optional":false}],"flavourText":"Take small pieces of things and then assemble them together","itemType":"Unknown","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":1635,"name":"The Throne","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":2,"variant":null,"prophecyText":null,"artFilename":"TheThrone","links":0,"itemClass":6,"sparkline":{"data":[0.0,1.25,1.25,1.25,1.25,1.25,1.25],"totalChange":1.25},"implicitModifiers":[],"explicitModifiers":[{"text":"{Kaom's Roots}\r","optional":false},{"text":"{Corrupted}","optional":false}],"flavourText":"A king's movement is unwavering.","itemType":"Unknown","chaosValue":1.00,"exaltedValue":0.01,"count":48},{"id":1637,"name":"The Traitor","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":4,"variant":null,"prophecyText":null,"artFilename":"TheTraitor","links":0,"itemClass":6,"sparkline":{"data":[0.0,0.06,0.06,0.06,0.06,0.06,0.06],"totalChange":0.06},"implicitModifiers":[],"explicitModifiers":[{"text":"{Wand}\r","optional":false},{"text":"{Corrupted}","optional":false}],"flavourText":"{Sometimes an apprentice becomes a master through countless hours of hard work and practice.\r|Sometimes it happens by force.}","itemType":"Unknown","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":1642,"name":"The Tyrant","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":9,"variant":null,"prophecyText":null,"artFilename":"TheTyrant","links":0,"itemClass":6,"sparkline":{"data":[0.0,0.04,0.04,0.04,0.04,0.04,0.04],"totalChange":0.04},"implicitModifiers":[],"explicitModifiers":[{"text":"{Merciless Weapon}\r","optional":false},{"text":"{Item Level:} {100}","optional":false}],"flavourText":"\"Fear controls the masses.\"\r|- Laszlo, the Scourge","itemType":"Unknown","chaosValue":1.00,"exaltedValue":0.01,"count":13},{"id":1650,"name":"The Union","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":7,"variant":null,"prophecyText":null,"artFilename":"TheUnion","links":0,"itemClass":6,"sparkline":{"data":[0.0,16.26,-2.24,-9.07,-9.07,-9.07,-9.07],"totalChange":-9.07},"implicitModifiers":[],"explicitModifiers":[{"text":"{10x Gemcutter's Prism}","optional":false}],"flavourText":"On the 21st of Eterni, \r|two become one, \r|their light outshines \r|the setting sun.","itemType":"Unknown","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":1678,"name":"The Wrath","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":8,"variant":null,"prophecyText":null,"artFilename":"TheWrath","links":0,"itemClass":6,"sparkline":{"data":[0.0,0.0,0.0,0.88,0.0,0.0,0.0],"totalChange":0.0},"implicitModifiers":[],"explicitModifiers":[{"text":"{10x Chaos Orb}","optional":false}],"flavourText":"{\"Daughter of catastrophe, mother of pain. Amongst the filth of Wraeclast, she wanders, and her wrath follows.\" - Quintoon the Returned}","itemType":"Unknown","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":1712,"name":"Treasure Hunter","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":7,"variant":null,"prophecyText":null,"artFilename":"TreasureHunter","links":0,"itemClass":6,"sparkline":{"data":[0.0,-0.04,0.04,0.04,0.04,0.04,-5.265],"totalChange":-0.63},"implicitModifiers":[],"explicitModifiers":[{"text":"{Vaults of Atziri}\r","optional":false},{"text":"{Corrupted}","optional":false}],"flavourText":"\"Don't worry, I know what I'm doing.\"\r|- Toggo's Last Words","itemType":"Unknown","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":2034,"name":"Mitts","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":5,"variant":null,"prophecyText":null,"artFilename":"Mitts","links":0,"itemClass":6,"sparkline":{"data":[0.0,5.29,5.29,5.02,5.29,5.29,5.29],"totalChange":5.29},"implicitModifiers":[],"explicitModifiers":[{"text":"{Gloves}","optional":false}],"flavourText":"Those whose hands are their livelihood know the importance of keeping them safe and warm.","itemType":"Unknown","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":2044,"name":"The Garish Power","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":4,"variant":null,"prophecyText":null,"artFilename":"GarishPower","links":0,"itemClass":6,"sparkline":{"data":[0.0,-5.76,-2.49,0.57,0.67,0.16,0.38],"totalChange":0.09},"implicitModifiers":[],"explicitModifiers":[{"text":"{Jewel}","optional":false}],"flavourText":"Maligaro may have valued function over form, but that did not mute his flair for the dramatic.","itemType":"Unknown","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":2048,"name":"The Forsaken","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":7,"variant":null,"prophecyText":null,"artFilename":"TheForsaken","links":0,"itemClass":6,"sparkline":{"data":[0.0,0.0,0.0,0.0,0.0,0.0,0.0],"totalChange":0.0},"implicitModifiers":[],"explicitModifiers":[{"text":"{Umbilicus Immortalis}","optional":false}],"flavourText":"You gave us life and love, more than you could spare. Now you're gone, and we are stranded, alone, cold and without purpose.","itemType":"Unknown","chaosValue":1.00,"exaltedValue":0.01,"count":10},{"id":2087,"name":"Atziri's Arsenal","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":4,"variant":null,"prophecyText":null,"artFilename":"AtzirisArmory","links":0,"itemClass":6,"sparkline":{"data":[0.0,3.49,3.49,1.40,3.49,3.49,3.41],"totalChange":3.33},"implicitModifiers":[],"explicitModifiers":[{"text":"{Weapon}\r","optional":false},{"text":"{Corrupted}","optional":false}],"flavourText":"In the prison of all sins,|Will you grasp godhood or sorrow?|Only hope lies under the shadows.","itemType":"Unknown","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":186,"name":"Boundless Realms","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":4,"variant":null,"prophecyText":null,"artFilename":"BoundlessRealms","links":0,"itemClass":6,"sparkline":{"data":[0.0,17.52,35.50,42.74,57.86,142.74,266.525],"totalChange":267.67},"implicitModifiers":[],"explicitModifiers":[{"text":"{Map}","optional":false}],"flavourText":"Boundless is the distance between where we start and where we start again.","itemType":"Unknown","chaosValue":0.99,"exaltedValue":0.01,"count":30},{"id":1478,"name":"The Dragon","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":4,"variant":null,"prophecyText":null,"artFilename":"TheDragon","links":0,"itemClass":6,"sparkline":{"data":[0.0,-36.53,-30.43,-17.87,3.88,11.96,35.815],"totalChange":31.02},"implicitModifiers":[],"explicitModifiers":[{"text":"{Coruscating Elixir}","optional":false}],"flavourText":"{Scaly beast of the skies,\r|watching with his golden eyes.\r|Shadow that blocks out the sun,\r|it's too late for you to run.}","itemType":"Unknown","chaosValue":0.99,"exaltedValue":0.01,"count":49},{"id":1506,"name":"The Fox","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":6,"variant":null,"prophecyText":null,"artFilename":"TheFox","links":0,"itemClass":6,"sparkline":{"data":[0.0,132.53,167.16,164.70,155.03,126.14,157.005],"totalChange":148.19},"implicitModifiers":[],"explicitModifiers":[{"text":"{Level 20 Gem}","optional":false}],"flavourText":"\"Masters of wit, strength and cunning. To survive the harsh winters, you must be like the fox.\"\r|- Ezomyte Proverb","itemType":"Unknown","chaosValue":0.99,"exaltedValue":0.01,"count":49},{"id":556,"name":"Gemcutter's Promise","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":3,"variant":null,"prophecyText":null,"artFilename":"GemcuttersPromise","links":0,"itemClass":6,"sparkline":{"data":[0.0,7.94,15.72,15.72,4.92,4.92,12.00],"totalChange":14.59},"implicitModifiers":[],"explicitModifiers":[{"text":"{Superior Gem}\r","optional":false},{"text":"{Quality:} {+20%}","optional":false}],"flavourText":"{\"I swore to use my position to help the people. What good is power when it just accumulates on the already-powerful?\" - Erasmus, Imperial Gemcutter}","itemType":"Unknown","chaosValue":0.98,"exaltedValue":0.01,"count":49},{"id":422,"name":"Dialla's Subjugation","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":7,"variant":null,"prophecyText":null,"artFilename":"DiallasSubjugation","links":0,"itemClass":6,"sparkline":{"data":[0.0,0.0,0.0,-0.10,-0.04,-0.69,-10.985],"totalChange":-12.26},"implicitModifiers":[],"explicitModifiers":[{"text":"{{Superior Support Gem}\r","optional":false},{"text":"{Quality:} {+23%}\r","optional":false},{"text":"{Corrupted}}","optional":false}],"flavourText":"{A symbol of beauty and innocence\r|The gems corrupted her mind\r|Malachai corrupted her gems\r|All but a glimmer of\r|greatness lost in madness}","itemType":"Unknown","chaosValue":0.93,"exaltedValue":0.01,"count":49},{"id":1622,"name":"The Sun","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":7,"variant":null,"prophecyText":null,"artFilename":"TheSun","links":0,"itemClass":6,"sparkline":{"data":[0.0,-0.18,14.71,67.57,55.72,16.24,63.025],"totalChange":41.25},"implicitModifiers":[],"explicitModifiers":[{"text":"{Rise of the Phoenix}","optional":false}],"flavourText":"{Each night, the light dies, and each morning she is born anew, embracing the land in her golden wings.}","itemType":"Unknown","chaosValue":0.90,"exaltedValue":0.01,"count":46},{"id":1574,"name":"The Poet","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":9,"variant":null,"prophecyText":null,"artFilename":"ThePoet","links":0,"itemClass":6,"sparkline":{"data":[0.0,-11.19,-8.41,-26.75,-22.72,-25.29,23.515],"totalChange":23.26},"implicitModifiers":[],"explicitModifiers":[{"text":"{Blood of Corruption}\r","optional":false},{"text":"{Corrupted}","optional":false}],"flavourText":"{God had forsaken the land \r|And Victario wept.\r|Corruption consumed the land \r|And Victario's tears turned to blood.}","itemType":"Unknown","chaosValue":0.89,"exaltedValue":0.01,"count":40},{"id":588,"name":"Grave Knowledge","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":6,"variant":null,"prophecyText":null,"artFilename":"GraveKnowledge","links":0,"itemClass":6,"sparkline":{"data":[0.0,-8.85,-14.88,-24.03,-33.61,-14.63,-3.71],"totalChange":-7.88},"implicitModifiers":[],"explicitModifiers":[{"text":"{Summon Raging Spirit}\r","optional":false},{"text":"{Quality:} {+20%}","optional":false}],"flavourText":"The dead tell me great insights. They've had nothing but time to sit and think.","itemType":"Unknown","chaosValue":0.88,"exaltedValue":0.01,"count":40},{"id":768,"name":"Lost Worlds","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":8,"variant":null,"prophecyText":null,"artFilename":"LostWorlds","links":0,"itemClass":6,"sparkline":{"data":[0.0,-0.38,8.85,59.73,66.19,61.61,58.885],"totalChange":65.46},"implicitModifiers":[],"explicitModifiers":[{"text":"{Map}\r","optional":false},{"text":"{Map Tier:} {15}","optional":false}],"flavourText":"{\"There are worlds that lie beyond the edge of my page, the edge of my understanding. Worlds of wonder. Worlds of terror.\"\r|Aramil - Cartographer to Emperor Chitus}","itemType":"Unknown","chaosValue":0.88,"exaltedValue":0.01,"count":21},{"id":1015,"name":"Rats","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":8,"variant":null,"prophecyText":null,"artFilename":"Rats","links":0,"itemClass":6,"sparkline":{"data":[0.0,-1.43,-1.20,-8.41,-17.96,-18.08,-14.785],"totalChange":-13.17},"implicitModifiers":[],"explicitModifiers":[{"text":"{Rat's Nest}","optional":false}],"flavourText":"Whoever said 'more is always better' has obviously never met a rat.","itemType":"Unknown","chaosValue":0.88,"exaltedValue":0.01,"count":49},{"id":1485,"name":"The Encroaching Darkness","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":8,"variant":null,"prophecyText":null,"artFilename":"TheEncroachingDarkness","links":0,"itemClass":6,"sparkline":{"data":[0.0,8.50,-11.55,13.10,12.40,13.91,16.475],"totalChange":15.36},"implicitModifiers":[],"explicitModifiers":[{"text":"{Map}\r","optional":false},{"text":"{Corrupted}","optional":false}],"flavourText":"No matter where your dreams take you, Nightmare follows close behind.","itemType":"Unknown","chaosValue":0.88,"exaltedValue":0.01,"count":49},{"id":1510,"name":"The Gladiator","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":5,"variant":null,"prophecyText":null,"artFilename":"TheGladiator","links":0,"itemClass":6,"sparkline":{"data":[0.0,-15.14,-18.86,-36.20,-38.10,-30.15,4.105],"totalChange":-0.59},"implicitModifiers":[],"explicitModifiers":[{"text":"{Nightmare Bascinet}","optional":false}],"flavourText":"The thumb turns down\r|and the crowd roars, \r|they want death \r|and the blood is yours.","itemType":"Unknown","chaosValue":0.84,"exaltedValue":0.01,"count":49},{"id":1522,"name":"The Harvester","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":11,"variant":null,"prophecyText":null,"artFilename":"TheHarvester","links":0,"itemClass":6,"sparkline":{"data":[0.0,-3.95,-6.93,-10.68,-43.61,-63.02,-11.065],"totalChange":4.63},"implicitModifiers":[],"explicitModifiers":[{"text":"{The Harvest}","optional":false}],"flavourText":"{Taste not of their\r|forbidden fruit.\r|Theirs is a harvest of\r|the darkest kind,\r|twisted, rotten and\r|damned for eternity.}","itemType":"Unknown","chaosValue":0.78,"exaltedValue":0.01,"count":9},{"id":1482,"name":"The Drunken Aristocrat","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":8,"variant":null,"prophecyText":null,"artFilename":"TheDrunkenAristocrat","links":0,"itemClass":6,"sparkline":{"data":[0.0,-48.86,-42.50,-18.71,-5.90,-11.55,6.035],"totalChange":17.34},"implicitModifiers":[],"explicitModifiers":[{"text":"{Divination Distillate}","optional":false}],"flavourText":"The finer the brew, the harder it is to remember drinking it.","itemType":"Unknown","chaosValue":0.66,"exaltedValue":0.01,"count":39},{"id":1420,"name":"The Arena Champion","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":10,"variant":null,"prophecyText":null,"artFilename":"TheArenaChampion","links":0,"itemClass":6,"sparkline":{"data":[0.0,33.67,18.21,-4.09,13.65,25.84,26.30],"totalChange":32.64},"implicitModifiers":[],"explicitModifiers":[{"text":"{Colosseum Map}","optional":false}],"flavourText":"The fight is the easy part. It's the years of training that'll kill you.","itemType":"Unknown","chaosValue":0.61,"exaltedValue":0.01,"count":15},{"id":1509,"name":"The Gentleman","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":4,"variant":null,"prophecyText":null,"artFilename":"TheGentleman","links":0,"itemClass":6,"sparkline":{"data":[0.0,-2.35,6.65,7.46,-10.99,-44.89,-45.40],"totalChange":-45.37},"implicitModifiers":[],"explicitModifiers":[{"text":"{Sword}\r","optional":false},{"text":"{Corrupted}","optional":false}],"flavourText":"\"Axes and mauls are so uncivilised. A good clean cut to the neck with a sharp blade, that's the Sarn way!\"","itemType":"Unknown","chaosValue":0.58,"exaltedValue":0.01,"count":49},{"id":1639,"name":"The Trial","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":7,"variant":null,"prophecyText":null,"artFilename":"TheTrial","links":0,"itemClass":6,"sparkline":{"data":[0.0,0.15,0.0,73.75,79.85,74.96,82.62],"totalChange":136.70},"implicitModifiers":[],"explicitModifiers":[{"text":"{Map}\r","optional":false},{"text":"{Map Tier:} {15}\r","optional":false},{"text":"{Corrupted}","optional":false}],"flavourText":"You cannot journey to new lands until you have the courage to leave the safety of home.","itemType":"Unknown","chaosValue":0.58,"exaltedValue":0.01,"count":44},{"id":320,"name":"Coveted Possession","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":9,"variant":null,"prophecyText":null,"artFilename":"CovetedPossession","links":0,"itemClass":6,"sparkline":{"data":[0.0,-33.78,-0.73,28.18,11.50,13.23,18.21],"totalChange":9.28},"implicitModifiers":[],"explicitModifiers":[{"text":"{5x Regal Orb}","optional":false}],"flavourText":"A taste of power brings a hunger for more.","itemType":"Unknown","chaosValue":0.50,"exaltedValue":0.01,"count":37},{"id":1558,"name":"The Oath","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":6,"variant":null,"prophecyText":null,"artFilename":"TheOath","links":0,"itemClass":6,"sparkline":{"data":[0.0,-0.26,-2.41,0.20,-1.03,-3.69,-31.215],"totalChange":-46.19},"implicitModifiers":[],"explicitModifiers":[{"text":"{Death's Oath}","optional":false}],"flavourText":"An oath once made is an oath never broken. Do not delay in keeping it, for I take no pleasure in fools.","itemType":"Unknown","chaosValue":0.50,"exaltedValue":0.01,"count":49},{"id":1617,"name":"The Spoiled Prince","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":4,"variant":null,"prophecyText":null,"artFilename":"TheSpoiledPrince","links":0,"itemClass":6,"sparkline":{"data":[0.0,-0.42,-0.46,-1.28,50.58,11.28,-2.99],"totalChange":-2.77},"implicitModifiers":[],"explicitModifiers":[{"text":"{Dictator's Prophecy Wand}\r","optional":false},{"text":"{Item Level:} {100}","optional":false}],"flavourText":"A boy who grows up with everything learns to appreciate nothing.","itemType":"Unknown","chaosValue":0.50,"exaltedValue":0.01,"count":16},{"id":1626,"name":"The Survivalist","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":3,"variant":null,"prophecyText":null,"artFilename":"TheSurvivalist","links":0,"itemClass":6,"sparkline":{"data":[0.0,1.55,-18.34,-38.06,-39.58,-39.40,-42.81],"totalChange":-41.28},"implicitModifiers":[],"explicitModifiers":[{"text":"{7x Orb of Alchemy}","optional":false}],"flavourText":"A lucky number \r|For us all \r|To help us through \r|The perils told.","itemType":"Unknown","chaosValue":0.50,"exaltedValue":0.01,"count":23},{"id":1691,"name":"Three Faces in the Dark","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":7,"variant":null,"prophecyText":null,"artFilename":"ThreeFacesInTheDark","links":0,"itemClass":6,"sparkline":{"data":[0.0,5.18,4.32,9.44,3.38,1.95,-1.30],"totalChange":0.96},"implicitModifiers":[],"explicitModifiers":[{"text":"{3x Chaos Orb}","optional":false}],"flavourText":"For every threat you spy in the shadows, there are two others you don't.","itemType":"Unknown","chaosValue":0.49,"exaltedValue":0.01,"count":49},{"id":1460,"name":"The Conduit","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":9,"variant":null,"prophecyText":null,"artFilename":"TheConduit","links":0,"itemClass":6,"sparkline":{"data":[0.0,0.15,0.0,4.68,0.0,0.0,29.84],"totalChange":57.37},"implicitModifiers":[],"explicitModifiers":[{"text":"{Doryani's Fist}","optional":false}],"flavourText":"The path to godhood is guided by the hand of sacrifice.","itemType":"Unknown","chaosValue":0.46,"exaltedValue":0.01,"count":32},{"id":1621,"name":"The Summoner","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":6,"variant":null,"prophecyText":null,"artFilename":"TheSummoner","links":0,"itemClass":6,"sparkline":{"data":[0.0,-13.84,-41.71,-52.26,-40.99,58.33,24.685],"totalChange":18.47},"implicitModifiers":[],"explicitModifiers":[{"text":"{Superior Minion Gem}\r","optional":false},{"text":"{Quality:} {+20%}","optional":false}],"flavourText":"To own a piece of the Nightmare, you must first belong to the Nightmare.","itemType":"Unknown","chaosValue":0.46,"exaltedValue":0.01,"count":49},{"id":1475,"name":"The Demoness","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":5,"variant":null,"prophecyText":null,"artFilename":"TheDemoness","links":0,"itemClass":6,"sparkline":{"data":[0.0,-4.31,-8.53,-12.25,-19.47,-17.03,-17.58],"totalChange":-17.46},"implicitModifiers":[],"explicitModifiers":[{"text":"{Death's Hand}","optional":false}],"flavourText":"Wherever she went, death was sure to follow.","itemType":"Unknown","chaosValue":0.45,"exaltedValue":0.01,"count":18},{"id":1507,"name":"The Gambler","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":5,"variant":null,"prophecyText":null,"artFilename":"TheGambler","links":0,"itemClass":6,"sparkline":{"data":[0.0,10.71,3.86,22.19,-5.06,22.13,27.915],"totalChange":-12.98},"implicitModifiers":[],"explicitModifiers":[{"text":"{Divination Card}","optional":false}],"flavourText":"\"I don't believe in karma. If it were real, I would never win.\"","itemType":"Unknown","chaosValue":0.44,"exaltedValue":0.01,"count":49},{"id":161,"name":"Birth of the Three","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":3,"variant":null,"prophecyText":null,"artFilename":"BirthOfTheThree","links":0,"itemClass":6,"sparkline":{"data":[0.0,35.84,-6.58,29.52,55.59,201.85,161.415],"totalChange":204.12},"implicitModifiers":[],"explicitModifiers":[{"text":"{The Goddess Bound}","optional":false}],"flavourText":"A small token of Her affliction.","itemType":"Unknown","chaosValue":0.39,"exaltedValue":0.00,"count":48},{"id":1508,"name":"The Gemcutter","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":3,"variant":null,"prophecyText":null,"artFilename":"TheGemcutter","links":0,"itemClass":6,"sparkline":{"data":[0.0,4.30,12.62,33.03,78.23,0.0,5.53],"totalChange":0.0},"implicitModifiers":[],"explicitModifiers":[{"text":"{Gemcutter's Prism}","optional":false}],"flavourText":"In the hands of a master craftsman, a worthless pebble can adorn the crown of a king.","itemType":"Unknown","chaosValue":0.36,"exaltedValue":0.00,"count":49},{"id":1431,"name":"The Betrayal","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":9,"variant":null,"prophecyText":null,"artFilename":"TheBetrayal","links":0,"itemClass":6,"sparkline":{"data":[0.0,-19.44,-22.36,-4.68,51.27,16.16,-12.625],"totalChange":-8.68},"implicitModifiers":[],"explicitModifiers":[{"text":"{Maligaro's Virtuosity}","optional":false}],"flavourText":"It's sad times we live in when a friendship has a price people are willing to pay.","itemType":"Unknown","chaosValue":0.34,"exaltedValue":0.00,"count":37},{"id":1625,"name":"The Surveyor","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":4,"variant":null,"prophecyText":null,"artFilename":"TheSurveyor","links":0,"itemClass":6,"sparkline":{"data":[0.0,38.05,-3.52,47.58,86.99,203.10,82.275],"totalChange":109.74},"implicitModifiers":[],"explicitModifiers":[{"text":"{Map}\r","optional":false},{"text":"{Map Tier:} {14}","optional":false}],"flavourText":"Exploring lands made of flesh and sorrow, we'll reap and plunder like there's no tomorrow.","itemType":"Unknown","chaosValue":0.33,"exaltedValue":0.00,"count":34},{"id":2043,"name":"The Wolverine","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":4,"variant":null,"prophecyText":null,"artFilename":"TheWolverine","links":0,"itemClass":6,"sparkline":{"data":[0.0,-18.78,34.63,147.71,138.44,79.57,-4.865],"totalChange":-14.22},"implicitModifiers":[],"explicitModifiers":[{"text":"{Claw}\r","optional":false},{"text":"{Corrupted}","optional":false}],"flavourText":"Claw them from the bottom, you'll be glad that you have got 'em, claw them from the top, you'll never want to stop.","itemType":"Unknown","chaosValue":0.32,"exaltedValue":0.00,"count":48},{"id":2083,"name":"Might is Right","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":9,"variant":null,"prophecyText":null,"artFilename":"MightIsRight","links":0,"itemClass":6,"sparkline":{"data":[0.0,6.48,34.69,9.20,4.77,1.43,8.805],"totalChange":4.31},"implicitModifiers":[],"explicitModifiers":[{"text":"{Trypanon}","optional":false}],"flavourText":"The mind had much to endure before the advent of thaumaturgy.","itemType":"Unknown","chaosValue":0.30,"exaltedValue":0.00,"count":41},{"id":1453,"name":"The Catalyst","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":3,"variant":null,"prophecyText":null,"artFilename":"TheCatalyst","links":0,"itemClass":6,"sparkline":{"data":[0.0,0.15,6.62,36.27,1.38,22.70,12.11],"totalChange":1.62},"implicitModifiers":[],"explicitModifiers":[{"text":"{Vaal Orb}","optional":false}],"flavourText":"Simple actions can lead the world to an early grave.","itemType":"Unknown","chaosValue":0.29,"exaltedValue":0.00,"count":48},{"id":6,"name":"A Mother's Parting Gift","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":6,"variant":null,"prophecyText":null,"artFilename":"AMothersPartingGift","links":0,"itemClass":6,"sparkline":{"data":[0.0,0.15,0.0,4.68,0.0,0.0,0.0],"totalChange":0.0},"implicitModifiers":[],"explicitModifiers":[{"text":"{Fertile Mind}","optional":false}],"flavourText":"Nature was her domain,\r|Love was her song,\r|Family was her devotion,\r|Knowledge was her gift.","itemType":"Unknown","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":57,"name":"Anarchy's Price","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":13,"variant":null,"prophecyText":null,"artFilename":"AnarchysPrice","links":0,"itemClass":6,"sparkline":{"data":[0.0,0.15,-2.31,4.68,0.0,0.0,0.0],"totalChange":0.0},"implicitModifiers":[],"explicitModifiers":[{"text":"{Voltaxic Rift}\r","optional":false},{"text":"{Corrupted}","optional":false}],"flavourText":"{Born of relentless fury and abhorrence, warped by turmoil and anguish, tainted through desire and carnality, I thirst for bloodshed once more.}","itemType":"Unknown","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":229,"name":"Cartographer's Delight","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":3,"variant":null,"prophecyText":null,"artFilename":"CartographersDelight","links":0,"itemClass":6,"sparkline":{"data":[0.0,0.15,0.0,4.68,0.0,0.0,0.0],"totalChange":0.0},"implicitModifiers":[],"explicitModifiers":[{"text":"{Map}\r","optional":false},{"text":"{Map Tier:} {5}","optional":false}],"flavourText":"{A map is similar\r|to a pair of eyes,\r|without one you stumble\r|around, unable to find your way.}","itemType":"Unknown","chaosValue":0.26,"exaltedValue":0.00,"count":40},{"id":389,"name":"Death","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":4,"variant":null,"prophecyText":null,"artFilename":"Death","links":0,"itemClass":6,"sparkline":{"data":[0.0,0.15,0.0,4.68,0.0,0.0,0.0],"totalChange":0.0},"implicitModifiers":[],"explicitModifiers":[{"text":"{Mon'tregul's Grasp}","optional":false}],"flavourText":"{The end of the old,\r|the beginning of the new.\r|A unique opportunity for transformation,\r|for those with the power\r|to grasp it.}","itemType":"Unknown","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":420,"name":"Destined to Crumble","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":5,"variant":null,"prophecyText":null,"artFilename":"DestinedtoCrumble","links":0,"itemClass":6,"sparkline":{"data":[0.0,0.15,0.0,4.68,0.0,0.0,0.0],"totalChange":0.0},"implicitModifiers":[],"explicitModifiers":[{"text":"{Body Armour}\r","optional":false},{"text":"{Item Level:} {100}","optional":false}],"flavourText":"{\"Let us not forget the most important lesson the Vaal taught us:\r|Nothing is eternal.\"\r|- Siosa Foaga, Imperial Scholar}","itemType":"Unknown","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":428,"name":"Doedre's Madness","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":9,"variant":null,"prophecyText":null,"artFilename":"DoedresMadness","links":0,"itemClass":6,"sparkline":{"data":[0.0,0.15,0.0,4.68,0.0,0.0,0.0],"totalChange":0.0},"implicitModifiers":[],"explicitModifiers":[{"text":"{Doedre Item}","optional":false}],"flavourText":"\"Hold your tongue before I claim it.\" - Doedre Darktongue","itemType":"Unknown","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":618,"name":"Her Mask","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":4,"variant":null,"prophecyText":null,"artFilename":"HerMask","links":0,"itemClass":6,"sparkline":{"data":[0.0,-13.09,-13.22,-9.16,-13.22,-13.22,-13.22],"totalChange":-13.22},"implicitModifiers":[],"explicitModifiers":[{"text":"{Sacrifice Fragment}","optional":false}],"flavourText":"To her beauty you submit,\r|lest your neck the great Queen slit.","itemType":"Unknown","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":769,"name":"Loyalty","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":5,"variant":null,"prophecyText":null,"artFilename":"Loyalty","links":0,"itemClass":6,"sparkline":{"data":[0.0,19.90,14.33,29.72,-33.20,-25.09,-31.76],"totalChange":-32.02},"implicitModifiers":[],"explicitModifiers":[{"text":"{3x Orb of Fusing}","optional":false}],"flavourText":"Bound by fate,\r|inseparable by choice.","itemType":"Unknown","chaosValue":0.26,"exaltedValue":0.00,"count":48},{"id":982,"name":"Prosperity","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":10,"variant":null,"prophecyText":null,"artFilename":"Prosperity","links":0,"itemClass":6,"sparkline":{"data":[0.0,0.30,-5.55,0.53,0.15,0.15,-0.01],"totalChange":0.15},"implicitModifiers":[],"explicitModifiers":[{"text":"{Perandus' Gold Ring}","optional":false}],"flavourText":"Accumulating wealth has its own costs.","itemType":"Unknown","chaosValue":0.26,"exaltedValue":0.00,"count":45},{"id":1008,"name":"Rain Tempter","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":9,"variant":null,"prophecyText":null,"artFilename":"RainTempter","links":0,"itemClass":6,"sparkline":{"data":[0.0,0.15,0.0,1.96,0.0,0.0,0.0],"totalChange":0.0},"implicitModifiers":[],"explicitModifiers":[{"text":"{Strand Map}\r","optional":false},{"text":"{Item Level:} {73}","optional":false}],"flavourText":"Be like water, friend.","itemType":"Unknown","chaosValue":0.26,"exaltedValue":0.00,"count":27},{"id":1261,"name":"Shard of Fate","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":4,"variant":null,"prophecyText":null,"artFilename":"ShardofFate","links":0,"itemClass":6,"sparkline":{"data":[0.0,0.0,-9.34,-70.31,-74.00,-74.00,-74.00],"totalChange":-74.00},"implicitModifiers":[],"explicitModifiers":[{"text":"{Vivid Jewel}","optional":false}],"flavourText":"Their whims left unknown,\r|Their life left for others.","itemType":"Unknown","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":1489,"name":"The Explorer","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":6,"variant":null,"prophecyText":null,"artFilename":"TheExplorer","links":0,"itemClass":6,"sparkline":{"data":[0.0,-10.75,-10.89,-6.79,-10.89,-10.89,-10.89],"totalChange":-10.89},"implicitModifiers":[],"explicitModifiers":[{"text":"{Map}\r","optional":false},{"text":"{Corrupted}","optional":false}],"flavourText":"A map is only useful if you know where you stand.","itemType":"Unknown","chaosValue":0.26,"exaltedValue":0.00,"count":22},{"id":1490,"name":"The Feast","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":5,"variant":null,"prophecyText":null,"artFilename":"TheFeast","links":0,"itemClass":6,"sparkline":{"data":[0.0,0.15,0.0,4.30,0.0,0.0,0.0],"totalChange":0.0},"implicitModifiers":[],"explicitModifiers":[{"text":"{Romira's Banquet}\r","optional":false},{"text":"{Corrupted}","optional":false}],"flavourText":"Shame what happened to my husband. He had such good taste.","itemType":"Unknown","chaosValue":0.26,"exaltedValue":0.00,"count":48},{"id":1499,"name":"The Flora's Gift","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":5,"variant":null,"prophecyText":null,"artFilename":"TheFlorasGift","links":0,"itemClass":6,"sparkline":{"data":[0.0,16.22,26.25,27.13,64.91,79.86,81.775],"totalChange":80.10},"implicitModifiers":[],"explicitModifiers":[{"text":"{Five-Link Staff}\r","optional":false},{"text":"{Item Level:} {66}","optional":false}],"flavourText":"Sturdy and strong,\r|grown from the stream.\r|The Flora that live here,\r|A combatant's dream.","itemType":"Unknown","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":1544,"name":"The Lich","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":12,"variant":null,"prophecyText":null,"artFilename":"TheLich","links":0,"itemClass":6,"sparkline":{"data":[0.0,0.15,0.0,2.94,-5.15,-0.38,-0.73],"totalChange":-1.46},"implicitModifiers":[],"explicitModifiers":[{"text":"{Midnight Bargain}\r","optional":false},{"text":"{Corrupted}","optional":false}],"flavourText":"When the dead raise and master their own, the land is truly lost.","itemType":"Unknown","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":1546,"name":"The Lord in Black","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":6,"variant":null,"prophecyText":null,"artFilename":"TheLordInBlack","links":0,"itemClass":6,"sparkline":{"data":[0.0,-41.42,-41.51,-38.82,-41.51,-17.60,-38.585],"totalChange":-41.51},"implicitModifiers":[],"explicitModifiers":[{"text":"{Ring of Bameth}\r","optional":false},{"text":"{Item Level:} {83}","optional":false}],"flavourText":"{Thy knee shall bend\r|in shifting dark,\r|thy blade shall serve his vigil.\r|Thy oath shall bind thee\r|to his mark,\r|thy flesh shall bear his sigil.}","itemType":"Unknown","chaosValue":0.26,"exaltedValue":0.00,"count":25},{"id":1549,"name":"The Lover","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":2,"variant":null,"prophecyText":null,"artFilename":"TheLover","links":0,"itemClass":6,"sparkline":{"data":[0.0,0.15,0.0,4.68,0.0,0.0,0.0],"totalChange":0.0},"implicitModifiers":[],"explicitModifiers":[{"text":"{Jewellery}\r","optional":false},{"text":"{Item Level:} {79}","optional":false}],"flavourText":"{\"I wanted to give you three things. I've given you my eternal love. I've sung to you my most beautiful song. I'd have given you the moon last, but it couldn't be found. I hope you'll accept this instead.\"}","itemType":"Unknown","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":1550,"name":"The Lunaris Priestess","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":5,"variant":null,"prophecyText":null,"artFilename":"TheLunarisPriestess","links":0,"itemClass":6,"sparkline":{"data":[0.0,0.15,0.0,4.68,0.0,0.0,0.0],"totalChange":0.0},"implicitModifiers":[],"explicitModifiers":[{"text":"{Sire of Shards}","optional":false}],"flavourText":"Embrace the Light,\r|Await the Morrow,\r|No more Spite,\r|And no more Sorrow.","itemType":"Unknown","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":1562,"name":"The Pack Leader","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":6,"variant":null,"prophecyText":null,"artFilename":"ThePackLeader","links":0,"itemClass":6,"sparkline":{"data":[0.0,0.15,0.0,4.68,0.0,0.0,0.0],"totalChange":0.0},"implicitModifiers":[],"explicitModifiers":[{"text":"{Alpha's Howl}","optional":false}],"flavourText":"Become the leader you were born to be.","itemType":"Unknown","chaosValue":0.26,"exaltedValue":0.00,"count":38},{"id":1581,"name":"The Rabid Rhoa","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":4,"variant":null,"prophecyText":null,"artFilename":"TheRabidRhoa","links":0,"itemClass":6,"sparkline":{"data":[0.0,1.61,1.46,6.04,1.46,1.46,1.46],"totalChange":1.46},"implicitModifiers":[],"explicitModifiers":[{"text":"{Malicious Gemini Claw}\r","optional":false},{"text":"{Item Level:} {83}","optional":false}],"flavourText":"\"Experiment 22A: Rhoas, when deprived of water, secrete a most delightfully potent toxin.\"\r|- Maligaro","itemType":"Unknown","chaosValue":0.26,"exaltedValue":0.00,"count":38},{"id":1593,"name":"The Scholar","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":3,"variant":null,"prophecyText":null,"artFilename":"TheScholar","links":0,"itemClass":6,"sparkline":{"data":[0.0,8.37,10.62,4.68,0.0,0.0,0.0],"totalChange":0.0},"implicitModifiers":[],"explicitModifiers":[{"text":"{40x Scroll of Wisdom}","optional":false}],"flavourText":"It is with the smallest of words that we find the largest of truths.","itemType":"Unknown","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":1606,"name":"The Sigil","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":3,"variant":null,"prophecyText":null,"artFilename":"TheSigil","links":0,"itemClass":6,"sparkline":{"data":[0.0,0.15,0.0,3.92,0.0,0.0,0.0],"totalChange":0.0},"implicitModifiers":[],"explicitModifiers":[{"text":"{Unassailable Amulet}","optional":false}],"flavourText":"{Three men travel\r|through the gate;\r|they carry a protective ward.\r|A faction conspires\r|against their fate,\r|but magic unravels the sword.}","itemType":"Unknown","chaosValue":0.26,"exaltedValue":0.00,"count":35},{"id":1612,"name":"The Siren","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":7,"variant":null,"prophecyText":null,"artFilename":"TheSiren","links":0,"itemClass":6,"sparkline":{"data":[0.0,-24.84,-24.96,-21.79,-24.96,-24.96,-24.525],"totalChange":-24.09},"implicitModifiers":[],"explicitModifiers":[{"text":"{The Whispering Ice}\r","optional":false},{"text":"{Corrupted}","optional":false}],"flavourText":"{At the beck and call\r|of The Siren's hand,\r|winter ravages\r|the trembling land,\r|and the weight of ice that binds\r|will break the strongest of minds.}","itemType":"Unknown","chaosValue":0.26,"exaltedValue":0.00,"count":18},{"id":1636,"name":"The Tower","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":6,"variant":null,"prophecyText":null,"artFilename":"TheTower","links":0,"itemClass":6,"sparkline":{"data":[0.0,0.15,0.0,4.68,0.0,0.0,0.0],"totalChange":0.0},"implicitModifiers":[],"explicitModifiers":[{"text":"{Staff}","optional":false}],"flavourText":"A tower built of the strongest stone is not eternal; a towering intellect is not enlightened.","itemType":"Unknown","chaosValue":0.26,"exaltedValue":0.00,"count":42},{"id":1640,"name":"The Twins","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":8,"variant":null,"prophecyText":null,"artFilename":"TheTwins","links":0,"itemClass":6,"sparkline":{"data":[0.0,-22.71,-21.81,-1.83,5.66,5.66,5.66],"totalChange":5.66},"implicitModifiers":[],"explicitModifiers":[{"text":"{Gemini Claw of Celebration}\r","optional":false},{"text":"{Item Level:} {83}","optional":false}],"flavourText":"Two sides of a coin;\r|Heads for a friend,\r|tails a foe;\r|Gemini toss up","itemType":"Unknown","chaosValue":0.26,"exaltedValue":0.00,"count":28},{"id":1668,"name":"The Watcher","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":12,"variant":null,"prophecyText":null,"artFilename":"TheWatcher","links":0,"itemClass":6,"sparkline":{"data":[0.0,0.15,0.0,15.53,53.85,24.13,0.0],"totalChange":0.0},"implicitModifiers":[],"explicitModifiers":[{"text":"{Crown of Eyes}","optional":false}],"flavourText":"{Strange eyes on top of spines \r|Gaze beyond the veil of time \r|Deep down below the mines \r|A dream of crimson and of grime}","itemType":"Unknown","chaosValue":0.26,"exaltedValue":0.00,"count":27},{"id":1671,"name":"The Web","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":8,"variant":null,"prophecyText":null,"artFilename":"TheWeb","links":0,"itemClass":6,"sparkline":{"data":[0.0,2.15,2.00,6.77,2.00,2.00,2.00],"totalChange":2.00},"implicitModifiers":[],"explicitModifiers":[{"text":"{Weapon of Crafting}","optional":false}],"flavourText":"{A weapon, a shelter, a prison.\r|The web's purpose changes\r|with the spider's needs.\r|A lesson we should\r|take to heart.}","itemType":"Unknown","chaosValue":0.26,"exaltedValue":0.00,"count":48},{"id":1677,"name":"The Wolf's Shadow","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":3,"variant":null,"prophecyText":null,"artFilename":"TheWolfsShadow","links":0,"itemClass":6,"sparkline":{"data":[0.0,2.41,0.23,4.68,0.0,0.0,0.0],"totalChange":0.0},"implicitModifiers":[],"explicitModifiers":[{"text":"{Hyaon's Fury}","optional":false}],"flavourText":"\"If I fall, we will fall together with my fangs in your throat.\"","itemType":"Unknown","chaosValue":0.26,"exaltedValue":0.00,"count":41},{"id":1709,"name":"Tranquillity","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":7,"variant":null,"prophecyText":null,"artFilename":"Tranquillity","links":0,"itemClass":6,"sparkline":{"data":[0.0,0.15,0.0,4.68,0.0,0.0,0.0],"totalChange":0.0},"implicitModifiers":[],"explicitModifiers":[{"text":"{Voltaxic Rift}","optional":false}],"flavourText":"Beware the sudden calm, for it is a sure sign of a storm on the horizon.","itemType":"Unknown","chaosValue":0.26,"exaltedValue":0.00,"count":29},{"id":1725,"name":"Turn the Other Cheek","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":3,"variant":null,"prophecyText":null,"artFilename":"TurnTheOtherCheek","links":0,"itemClass":6,"sparkline":{"data":[0.0,1.22,0.91,3.13,1.07,1.07,1.07],"totalChange":1.07},"implicitModifiers":[],"explicitModifiers":[{"text":"{Pacifism}\r","optional":false},{"text":"{Corrupted}","optional":false}],"flavourText":"\"Only after one forsakes rage, can true power be found.\"\r|- Sekhema Asenath","itemType":"Unknown","chaosValue":0.26,"exaltedValue":0.00,"count":47},{"id":1803,"name":"Volatile Power","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":9,"variant":null,"prophecyText":null,"artFilename":"VolatilePower","links":0,"itemClass":6,"sparkline":{"data":[0.0,0.15,0.0,4.60,0.0,0.0,0.0],"totalChange":0.0},"implicitModifiers":[],"explicitModifiers":[{"text":"{Superior Vaal Gem}\r","optional":false},{"text":"{Quality:} {+20%}\r","optional":false},{"text":"{Corrupted}","optional":false}],"flavourText":"Unlimited power is apt to corrupt the minds of those who possess it.","itemType":"Unknown","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":2037,"name":"Call to the First Ones","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":5,"variant":null,"prophecyText":null,"artFilename":"CallToTheFirstOnes","links":0,"itemClass":6,"sparkline":{"data":[0.0,6.82,10.17,-10.53,2.46,-37.73,-58.74],"totalChange":-49.69},"implicitModifiers":[],"explicitModifiers":[{"text":"{Tier 1 Talisman}\r","optional":false},{"text":"{Corrupted}","optional":false}],"flavourText":"The Ezomyte, desperate for aid, cried out to the gods.","itemType":"Unknown","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":2040,"name":"The Coming Storm","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":8,"variant":null,"prophecyText":null,"artFilename":"TheComingStorm","links":0,"itemClass":6,"sparkline":{"data":[0.0,0.15,0.0,4.68,0.0,0.0,-1.765],"totalChange":0.0},"implicitModifiers":[],"explicitModifiers":[{"text":"{Lightning Coil}","optional":false}],"flavourText":"No man may hope to turn back the storm. You can only hope you do not attract its ire.","itemType":"Unknown","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":2088,"name":"The Opulent","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":5,"variant":null,"prophecyText":null,"artFilename":"TheOpulecent","links":0,"itemClass":6,"sparkline":{"data":[0.0,20.66,-16.08,-16.20,-13.94,-15.43,-15.43],"totalChange":-15.43},"implicitModifiers":[],"explicitModifiers":[{"text":"{Ring}","optional":false},{"text":"{Item Level:} {100}","optional":false}],"flavourText":"Wealth can, in fact, buy happiness.","itemType":"Unknown","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":1523,"name":"The Hermit","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":9,"variant":null,"prophecyText":null,"artFilename":"TheHermit","links":0,"itemClass":6,"sparkline":{"data":[0.0,6.00,10.02,10.06,12.09,11.41,-3.565],"totalChange":-8.26},"implicitModifiers":[],"explicitModifiers":[{"text":"{Lifesprig}","optional":false}],"flavourText":"The hermit's only friend is the greenery he can find.","itemType":"Unknown","chaosValue":0.25,"exaltedValue":0.00,"count":49},{"id":1624,"name":"The Surgeon","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":4,"variant":null,"prophecyText":null,"artFilename":"TheSurgeon","links":0,"itemClass":6,"sparkline":{"data":[0.0,0.15,0.0,4.68,0.0,0.0,-1.425],"totalChange":-2.08},"implicitModifiers":[],"explicitModifiers":[{"text":"{Surgeon's Flask}","optional":false}],"flavourText":"\"He might be lacking in vision, but his virtuosity is undeniable.\"\r|- Malachai, on Maligaro","itemType":"Unknown","chaosValue":0.25,"exaltedValue":0.00,"count":33},{"id":1660,"name":"The Warden","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":4,"variant":null,"prophecyText":null,"artFilename":"TheWarden","links":0,"itemClass":6,"sparkline":{"data":[0.0,0.15,-3.38,-12.60,-9.08,-8.15,-3.34],"totalChange":-5.45},"implicitModifiers":[],"explicitModifiers":[{"text":"{Amulet}\r","optional":false},{"text":"{Corrupted}","optional":false}],"flavourText":"{Brutus' first innovation as Lord Incarcerator was a weighted chain around every neck so that his prisoners would forever bow to him.}","itemType":"Unknown","chaosValue":0.25,"exaltedValue":0.00,"count":49},{"id":2091,"name":"Struck by Lightning","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":3,"variant":null,"prophecyText":null,"artFilename":"StruckbyLightning","links":0,"itemClass":6,"sparkline":{"data":[0.0,-1.21,-1.55,-0.30,0.30,0.30,-0.10],"totalChange":-0.50},"implicitModifiers":[],"explicitModifiers":[{"text":"{Electrocuting Jewellery}","optional":false},{"text":"{Item Level:} {76}","optional":false}],"flavourText":"'Lightning never strikes the same place twice'|is really just wishful thinking.","itemType":"Unknown","chaosValue":0.25,"exaltedValue":0.00,"count":49},{"id":111,"name":"Assassin's Favour","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":9,"variant":null,"prophecyText":null,"artFilename":"AssassinsFavor","links":0,"itemClass":6,"sparkline":{"data":[0.0,0.15,-3.85,2.11,0.0,0.0,-3.365],"totalChange":-6.73},"implicitModifiers":[],"explicitModifiers":[{"text":"{Dagger}","optional":false}],"flavourText":"By the time their eyes meet, \r|the dark deal has long since been made, \r|and his fate long since sealed.","itemType":"Unknown","chaosValue":0.24,"exaltedValue":0.00,"count":49},{"id":462,"name":"Dying Anguish","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":8,"variant":null,"prophecyText":null,"artFilename":"DyingAnguish","links":0,"itemClass":6,"sparkline":{"data":[0.0,0.15,-6.46,-24.21,-21.62,-20.97,-27.27],"totalChange":-29.54},"implicitModifiers":[],"explicitModifiers":[{"text":"{Level 19 Skill Gem}","optional":false}],"flavourText":"{Moribund, he gazed upon the journey taken as blood trickled down his chin. His eye closed on the city ahead that he would never call home.}","itemType":"Unknown","chaosValue":0.24,"exaltedValue":0.00,"count":49},{"id":1006,"name":"Rain of Chaos","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":8,"variant":null,"prophecyText":null,"artFilename":"RainOfChaos","links":0,"itemClass":6,"sparkline":{"data":[0.0,0.15,-1.23,-9.20,-1.62,-17.87,-18.175],"totalChange":-12.5},"implicitModifiers":[],"explicitModifiers":[{"text":"{Chaos Orb}","optional":false}],"flavourText":"{Fire filled the sky that night \r|Chaos reigned \r|Where the shards fell \r|All was destroyed \r|-Jozen Kasigi, retelling an urban legend of the Cataclysm}","itemType":"Unknown","chaosValue":0.24,"exaltedValue":0.00,"count":49},{"id":1531,"name":"The Inoculated","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":4,"variant":null,"prophecyText":null,"artFilename":"TheInoculated","links":0,"itemClass":6,"sparkline":{"data":[0.0,0.15,0.0,2.19,0.0,0.0,-5.67],"totalChange":-8.49},"implicitModifiers":[],"explicitModifiers":[{"text":"{Seraphim's Armour}","optional":false}],"flavourText":"Chaos spread, wreaking havoc and death. They said none would be spared, and yet here I stand.","itemType":"Unknown","chaosValue":0.23,"exaltedValue":0.00,"count":28},{"id":1591,"name":"The Scarred Meadow","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":9,"variant":null,"prophecyText":null,"artFilename":"TheScarredMeadow","links":0,"itemClass":6,"sparkline":{"data":[0.0,-3.45,-0.47,-1.12,6.32,11.49,3.08],"totalChange":-4.03},"implicitModifiers":[],"explicitModifiers":[{"text":"{Wake of Destruction}","optional":false}],"flavourText":"The earth offers nourishment, growth and healing. Unless, of course, the sky has other plans.","itemType":"Unknown","chaosValue":0.23,"exaltedValue":0.00,"count":31},{"id":1657,"name":"The Visionary","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":6,"variant":null,"prophecyText":null,"artFilename":"TheVisionary","links":0,"itemClass":6,"sparkline":{"data":[0.0,0.15,0.0,3.92,0.0,0.0,-4.325],"totalChange":-8.65},"implicitModifiers":[],"explicitModifiers":[{"text":"{Lioneye's Vision}","optional":false}],"flavourText":"Lioneye looked to the heights of glorious victory. And thus he missed the defeat right under his nose.","itemType":"Unknown","chaosValue":0.22,"exaltedValue":0.00,"count":38},{"id":1553,"name":"The Metalsmith's Gift","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":6,"variant":null,"prophecyText":null,"artFilename":"TheMetalsmithsGift","links":0,"itemClass":6,"sparkline":{"data":[0.0,0.56,-3.33,-12.22,1.75,-24.20,-53.03],"totalChange":-51.32},"implicitModifiers":[],"explicitModifiers":[{"text":"{Prismatic Ring}","optional":false}],"flavourText":"{A month's work, a year's wages, a foolish shortcut through a Rhoa's nest, and a grieving bride-to-be, who never received her betrothed's great gift.}","itemType":"Unknown","chaosValue":0.15,"exaltedValue":0.00,"count":49},{"id":1694,"name":"Thunderous Skies","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":5,"variant":null,"prophecyText":null,"artFilename":"ThunderousSkies","links":0,"itemClass":6,"sparkline":{"data":[0.0,-3.53,8.23,-13.33,-33.43,-34.31,-47.38],"totalChange":-47.38},"implicitModifiers":[],"explicitModifiers":[{"text":"{Storm Cloud}","optional":false}],"flavourText":"{Many that have wielded the power of lightning have said that death by electrocution looks like the victim is more alive than ever before.}","itemType":"Unknown","chaosValue":0.12,"exaltedValue":0.00,"count":48},{"id":735,"name":"Lantador's Lost Love","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":7,"variant":null,"prophecyText":null,"artFilename":"LantadorsLostLove","links":0,"itemClass":6,"sparkline":{"data":[0.0,31.38,-30.22,-50.16,-50.52,-50.56,-52.92],"totalChange":-52.92},"implicitModifiers":[],"explicitModifiers":[{"text":"{Two-Stone Ring}","optional":false}],"flavourText":"{They fought the storm together as one, \r|Until the longest of days was done. \r|Their love grew stronger\r|with every breath, \r|Until it was broken apart in death.}","itemType":"Unknown","chaosValue":0.09,"exaltedValue":0.00,"count":49},{"id":1450,"name":"The Carrion Crow","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":4,"variant":null,"prophecyText":null,"artFilename":"TheCarrionCrow","links":0,"itemClass":6,"sparkline":{"data":[0.0,31.87,-39.10,-45.01,-48.49,-48.49,-48.49],"totalChange":-48.49},"implicitModifiers":[],"explicitModifiers":[{"text":"{Life Armour}","optional":false}],"flavourText":"From death, life. \r|From life, death. \r|The wheel turns, \r|and the corbies wheel overhead.","itemType":"Unknown","chaosValue":0.09,"exaltedValue":0.00,"count":49},{"id":1530,"name":"The Incantation","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":4,"variant":null,"prophecyText":null,"artFilename":"TheIncantation","links":0,"itemClass":6,"sparkline":{"data":[0.0,14.78,81.69,-4.68,-3.23,-14.48,-29.23],"totalChange":-27.69},"implicitModifiers":[],"explicitModifiers":[{"text":"{The Whispering Ice}","optional":false}],"flavourText":"When there is no other choice, even the meekest whisper can bring about the greatest storm.","itemType":"Unknown","chaosValue":0.09,"exaltedValue":0.00,"count":49},{"id":1538,"name":"The King's Blade","icon":"http://web.poecdn.com/image/Art/2DItems/Divination/InventoryIcon.png?scale=1&w=1&h=1","mapTier":0,"levelRequired":0,"baseType":null,"stackSize":5,"variant":null,"prophecyText":null,"artFilename":"TheKingsBlade","links":0,"itemClass":6,"sparkline":{"data":[0.0,-30.14,-55.04,-52.42,-54.17,-54.69,-56.49],"totalChange":-56.49},"implicitModifiers":[],"explicitModifiers":[{"text":"{{Bloodthirsty Eternal Sword}\r","optional":false},{"text":"{Item Level:} {66}}","optional":false}],"flavourText":"{\"To know for what you fight. To get up again when you've been struck down. To outmanoeuvre someone faster, trick someone smarter, crush someone stronger. That's what it takes to claim the crown.\"\r|- Daresso, the King of Swords}","itemType":"Unknown","chaosValue":0.09,"exaltedValue":0.00,"count":49}]} \ No newline at end of file diff --git a/PoE-MxFilterGen/bin/Debug/data/ninja.map.json b/PoE-MxFilterGen/bin/Debug/data/ninja.map.json deleted file mode 100644 index 211c318..0000000 --- a/PoE-MxFilterGen/bin/Debug/data/ninja.map.json +++ /dev/null @@ -1 +0,0 @@ -{"lines":[{"id":1566,"name":"The Perandus Manor","icon":"http://web.poecdn.com/image/Art/2DItems/Maps/PerandusManor.png?scale=1&w=1&h=1","mapTier":11,"levelRequired":0,"baseType":"Chateau Map","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-2.32,-0.37,-1.68,-6.48,-1.79,-0.405],"totalChange":-0.54},"implicitModifiers":[],"explicitModifiers":[{"text":"(200-300)% more Rare Monsters","optional":false},{"text":"(30-40)% more Monster Life","optional":false},{"text":"(16-24)% increased Monster Damage","optional":false},{"text":"(100-150)% increased Experience gain","optional":false}],"flavourText":"Forget kings and emperors;\r|He who holds the coin holds all the power.","itemType":"Unknown","chaosValue":715.41,"exaltedValue":9.00,"count":15},{"id":1578,"name":"The Putrid Cloister","icon":"http://web.poecdn.com/image/Art/2DItems/Maps/PutridCloister.png?scale=1&w=1&h=1","mapTier":9,"levelRequired":0,"baseType":"Museum Map","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-1.71,0.46,-2.03,-0.19,0.91,-1.83],"totalChange":-1.36},"implicitModifiers":[],"explicitModifiers":[{"text":"Players are Cursed with Vulnerability","optional":false},{"text":"Players are Cursed with Conductivity","optional":false},{"text":"Players are Cursed with Flammability","optional":false},{"text":"Players are Cursed with Frostbite","optional":false},{"text":"Players are Cursed with Projectile Weakness","optional":false},{"text":"Unique Boss drops divination cards","optional":false}],"flavourText":"Please take out your blades,\r|your whips, and your spikes.\r|Class is now in session.","itemType":"Unknown","chaosValue":95.00,"exaltedValue":1.20,"count":49},{"id":1656,"name":"The Vinktar Square","icon":"http://web.poecdn.com/image/Art/2DItems/Maps/TheVinktarSquare.png?scale=1&w=1&h=1","mapTier":10,"levelRequired":0,"baseType":"Courtyard Map","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,2.11,-0.87,-4.01,-8.78,-11.11,-15.56],"totalChange":-17.74},"implicitModifiers":[],"explicitModifiers":[{"text":"20% more Monster Life","optional":false},{"text":"Monsters cannot be Shocked","optional":false},{"text":"20% increased Monster Damage","optional":false},{"text":"+35% Monster Lightning Resistance","optional":false},{"text":"Monsters deal 35% extra Damage as Lightning","optional":false}],"flavourText":"To the east, \r|it cannot be seen.\r|To the west, \r|it cannot be touched.\r|To the south, \r|it cannot be remembered.\r|And to the north, \r|it cannot be contained.","itemType":"Unknown","chaosValue":60.48,"exaltedValue":0.76,"count":49},{"id":2245,"name":"The Beachhead","icon":"http://web.poecdn.com/image/Art/2DItems/Maps/HarbingerRed.png?scale=1&scaleIndex=0&w=1&h=1","mapTier":15,"levelRequired":0,"baseType":"Harbinger Map","stackSize":0,"variant":"T15","prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,3.16,3.60,-1.20,-0.52,1.83,3.595],"totalChange":3.53},"implicitModifiers":[],"explicitModifiers":[],"flavourText":"<><><><><><><>\r|<><><><>","itemType":"Unknown","chaosValue":30.00,"exaltedValue":0.38,"count":49},{"id":2246,"name":"The Beachhead","icon":"http://web.poecdn.com/image/Art/2DItems/Maps/HarbingerYellow.png?scale=1&scaleIndex=0&w=1&h=1","mapTier":10,"levelRequired":0,"baseType":"Harbinger Map","stackSize":0,"variant":"T10","prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-1.48,2.71,-1.94,-0.95,4.34,3.435],"totalChange":6.05},"implicitModifiers":[],"explicitModifiers":[],"flavourText":"<><><><><><><>\r|<><><><>","itemType":"Unknown","chaosValue":25.00,"exaltedValue":0.31,"count":49},{"id":2247,"name":"The Beachhead","icon":"http://web.poecdn.com/image/Art/2DItems/Maps/HarbingerWhite.png?scale=1&scaleIndex=0&w=1&h=1","mapTier":5,"levelRequired":0,"baseType":"Harbinger Map","stackSize":0,"variant":"T5","prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,6.33,8.25,6.91,18.88,22.17,11.245],"totalChange":9.90},"implicitModifiers":[],"explicitModifiers":[],"flavourText":"<><><><><><><>\r|<><><><>","itemType":"Unknown","chaosValue":25.00,"exaltedValue":0.31,"count":23},{"id":786,"name":"Mao Kun","icon":"http://web.poecdn.com/image/Art/2DItems/Maps/FairgravesMap01.png?scale=1&w=1&h=1","mapTier":9,"levelRequired":0,"baseType":"Reef Map","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-1.03,-5.88,-11.94,-7.98,-10.08,-8.62],"totalChange":-8.17},"implicitModifiers":[],"explicitModifiers":[{"text":"Monsters deal (175-190)% extra Damage as Lightning","optional":false},{"text":"Monsters gain 3 Endurance Charges every 20 seconds","optional":false},{"text":"Monsters gain 3 Power Charges every 20 seconds","optional":false}],"flavourText":"The Treasures of the Tides wait\r|in agony at the End of the World.","itemType":"Unknown","chaosValue":8.80,"exaltedValue":0.11,"count":49},{"id":960,"name":"Poorjoy's Asylum","icon":"http://web.poecdn.com/image/Art/2DItems/Maps/PoorjoysAsylum.png?scale=1&w=1&h=1","mapTier":9,"levelRequired":0,"baseType":"Temple Map","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.32,-1.84,-4.70,-3.25,-3.87,-1.97],"totalChange":-0.57},"implicitModifiers":[],"explicitModifiers":[{"text":"(140-160)% more Monster Life","optional":false},{"text":"(140-160)% increased Monster Damage","optional":false},{"text":"25% increased Monster Movement Speed","optional":false},{"text":"25% increased Monster Attack Speed","optional":false},{"text":"25% increased Monster Cast Speed","optional":false},{"text":"Area is a large Maze","optional":false},{"text":"150% increased Experience gain","optional":false},{"text":"Unique Boss drops (10-15) additional Rare Amulets","optional":true},{"text":"Unique Boss drops (10-15) additional Rare Belts","optional":true},{"text":"Unique Boss drops (10-15) additional Rare Body Armours","optional":true},{"text":"Unique Boss drops (10-15) additional Rare Boots","optional":true},{"text":"Unique Boss drops (10-15) additional Rare Bows","optional":true},{"text":"Unique Boss drops (10-15) additional Rare Claws","optional":true},{"text":"Unique Boss drops (10-15) additional Rare Daggers","optional":true},{"text":"Unique Boss drops (10-15) additional Rare Gloves","optional":true},{"text":"Unique Boss drops (10-15) additional Rare Helmets","optional":true},{"text":"Unique Boss drops (10-15) additional Rare One Hand Axes","optional":true},{"text":"Unique Boss drops (10-15) additional Rare One Hand Maces","optional":true},{"text":"Unique Boss drops (10-15) additional Rare One Hand Swords","optional":true},{"text":"Unique Boss drops (10-15) additional Rare Quivers","optional":true},{"text":"Unique Boss drops (10-15) additional Rare Rings","optional":true},{"text":"Unique Boss drops (10-15) additional Rare Sceptres","optional":true},{"text":"Unique Boss drops (10-15) additional Rare Shields","optional":true},{"text":"Unique Boss drops (10-15) additional Rare Staves","optional":true},{"text":"Unique Boss drops (10-15) additional Rare Thrusting One Hand Swords","optional":true},{"text":"Unique Boss drops (10-15) additional Rare Two Hand Axes","optional":true},{"text":"Unique Boss drops (10-15) additional Rare Two Hand Maces","optional":true},{"text":"Unique Boss drops (10-15) additional Rare Two Hand Swords","optional":true},{"text":"Unique Boss drops (10-15) additional Rare Wands","optional":true}],"flavourText":"Laughs of all the twisted\r|Echo through these halls of gold.\r|In this cold forgotten void\r|They wander, forever uncontrolled.","itemType":"Unknown","chaosValue":8.78,"exaltedValue":0.11,"count":49},{"id":605,"name":"Hall of Grandmasters","icon":"http://web.poecdn.com/image/Art/2DItems/Maps/HallOfGrandmasters.png?scale=1&w=1&h=1","mapTier":9,"levelRequired":0,"baseType":"Promenade Map","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-2.37,2.66,-10.79,4.11,6.21,2.385],"totalChange":-1.14},"implicitModifiers":[],"explicitModifiers":[{"text":"Contains the Immortalised Grandmasters\nPvP damage scaling in effect","optional":false}],"flavourText":"The grandest and greatest ever to fight,\r|Divine the champions stand tall.\r|But match their power, best their might,\r|And even the immortal may fall.","itemType":"Unknown","chaosValue":5.00,"exaltedValue":0.06,"count":49},{"id":1768,"name":"Vaults of Atziri","icon":"http://web.poecdn.com/image/Art/2DItems/Maps/UniqueMap1.png?scale=1&w=1&h=1","mapTier":3,"levelRequired":0,"baseType":"Vaal Pyramid Map","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-0.83,0.56,-3.79,1.09,2.04,-1.135],"totalChange":-1.35},"implicitModifiers":[],"explicitModifiers":[{"text":"Chests have (1800-2000)% increased Item Rarity","optional":false},{"text":"Area contains no monsters","optional":false}],"flavourText":"\"Should I depart this mortal coil,\r|so shall all of my treasures.\"\r|- Atziri, Queen of the Vaal","itemType":"Unknown","chaosValue":5.00,"exaltedValue":0.06,"count":49},{"id":215,"name":"Caer Blaidd, Wolfpack's Den","icon":"http://web.poecdn.com/image/Art/2DItems/Maps/WolfMap.png?scale=1&w=1&h=1","mapTier":10,"levelRequired":0,"baseType":"Underground River Map","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-2.88,-6.01,-15.49,-14.83,-15.62,-15.825],"totalChange":-15.93},"implicitModifiers":[],"explicitModifiers":[{"text":"Unique Boss drops 4 additional Maps","optional":false},{"text":"(20-50)% more Magic Monsters","optional":false},{"text":"(20-50)% more Rare Monsters","optional":false},{"text":"25% more Monster Life","optional":false},{"text":"30% increased Monster Damage","optional":false}],"flavourText":"Howls and laughter\r|They hide in the day\r|They smell you, they watch you\r|They track their new prey","itemType":"Unknown","chaosValue":3.04,"exaltedValue":0.04,"count":49},{"id":879,"name":"Oba's Cursed Trove","icon":"http://web.poecdn.com/image/Art/2DItems/Maps/oba.png?scale=1&w=1&h=1","mapTier":11,"levelRequired":0,"baseType":"Torture Chamber Map","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,1.92,-1.99,-12.07,-10.76,-18.49,-2.805],"totalChange":-7.90},"implicitModifiers":[],"explicitModifiers":[{"text":"Area has patches of desecrated ground","optional":false},{"text":"(40-50)% more Monster Life","optional":false},{"text":"(30-40)% increased Monster Damage","optional":false},{"text":"Area becomes fatal after some time","optional":false}],"flavourText":"\"Here the soil is more deadly than any swing of the axe.\"\r|- Oba of the Karui, Conqueror of Corruption.","itemType":"Unknown","chaosValue":3.00,"exaltedValue":0.04,"count":49},{"id":1466,"name":"The Coward's Trial","icon":"http://web.poecdn.com/image/Art/2DItems/Maps/UndeadSiege.png?scale=1&w=1&h=1","mapTier":9,"levelRequired":0,"baseType":"Crypt Map","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-0.59,-10.81,-11.02,-15.49,4.47,8.58],"totalChange":9.80},"implicitModifiers":[],"explicitModifiers":[{"text":"Area has (22-25) waves of monsters","optional":false},{"text":"Area has (30-50) seconds between monster waves","optional":false}],"flavourText":"For his sins he was hunted in his sleep,\r|judgement wrought of twisted nightmare.\r|The Coward bound his dreams to stone, awaiting\r|another to walk the path of true atonement.","itemType":"Unknown","chaosValue":1.30,"exaltedValue":0.02,"count":49},{"id":606,"name":"Hallowed Ground","icon":"http://web.poecdn.com/image/Art/2DItems/Maps/HallowedGround.png?scale=1&w=1&h=1","mapTier":4,"levelRequired":0,"baseType":"Graveyard Map","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-4.67,1.92,-7.56,-2.15,-0.83,-14.005],"totalChange":-9.31},"implicitModifiers":[],"explicitModifiers":[{"text":"Unique Boss drops 3 additional Maps","optional":false},{"text":"Unique Boss gives 2000% increased Experience","optional":false},{"text":"0.5 Flask Charges recovered every 3 seconds","optional":false},{"text":"Monster Level: (70-79)","optional":false}],"flavourText":"Some dead have long envied the living.\r|When given the chance, they take from us what they can.\r|So we offer our suffrage.\r|In return, they give only suffering.","itemType":"Unknown","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":25,"name":"Acton's Nightmare","icon":"http://web.poecdn.com/image/Art/2DItems/Maps/musicbox.png?scale=1&w=1&h=1","mapTier":9,"levelRequired":0,"baseType":"Overgrown Shrine Map","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.08,-2.96,-7.05,-5.59,-5.94,-4.545],"totalChange":-3.79},"implicitModifiers":[],"explicitModifiers":[{"text":"Area has patches of burning ground","optional":false},{"text":"Area is inhabited by Skeletons","optional":false},{"text":"Restless Dead","optional":false},{"text":"Area is a large Maze","optional":false},{"text":"Area contains a Large Chest","optional":false}],"flavourText":"Curious, she shook it then,\r|And tiny screams emerged.\r|Curiouser, she shook again,\r|And an eerie silence purred.","itemType":"Unknown","chaosValue":0.88,"exaltedValue":0.01,"count":49},{"id":390,"name":"Death and Taxes","icon":"http://web.poecdn.com/image/Art/2DItems/Maps/DeathandTaxes.png?scale=1&w=1&h=1","mapTier":12,"levelRequired":0,"baseType":"Necropolis Map","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-1.60,-2.54,-3.66,-3.64,-3.79,-2.395],"totalChange":-3.19},"implicitModifiers":[],"explicitModifiers":[{"text":"Unique Boss deals (50-60)% increased Damage","optional":false},{"text":"Unique Boss has (25-30)% increased Attack and Cast Speed","optional":false},{"text":"Unique Boss gives 10000% increased Experience","optional":false}],"flavourText":"So the raiders danced,\r|leading their foe ever west,\r|towards certain death.","itemType":"Unknown","chaosValue":0.88,"exaltedValue":0.01,"count":49},{"id":773,"name":"Maelström of Chaos","icon":"http://web.poecdn.com/image/Art/2DItems/Maps/MaelstromofChaos.png?scale=1&w=1&h=1","mapTier":8,"levelRequired":0,"baseType":"Atoll Map","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-0.02,-1.29,-2.59,-1.86,-2.23,-0.775],"totalChange":0.0},"implicitModifiers":[],"explicitModifiers":[{"text":"Area has patches of chilled ground","optional":false},{"text":"Monsters deal 50% extra Damage as Lightning","optional":false},{"text":"Monsters are Immune to randomly chosen Elemental Ailments or Stun","optional":false},{"text":"Monsters' Melee Attacks apply random Curses on Hit","optional":false},{"text":"Monsters reflect Curses","optional":false}],"flavourText":"Whispers from a world apart\r|Speak my name beyond the tomb;\r|Bound within the Maelström's heart,\r|Will they grant me strength or doom?","itemType":"Unknown","chaosValue":0.88,"exaltedValue":0.01,"count":49},{"id":883,"name":"Olmec's Sanctum","icon":"http://web.poecdn.com/image/Art/2DItems/Maps/olmec.png?scale=1&w=1&h=1","mapTier":7,"levelRequired":0,"baseType":"Catacombs Map","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,1.65,-0.77,-5.18,-4.93,-6.94,-3.84],"totalChange":-4.93},"implicitModifiers":[],"explicitModifiers":[{"text":"(40-50)% more Monster Life","optional":false},{"text":"(30-40)% increased Monster Damage","optional":false},{"text":"Final Boss drops higher Level Items","optional":false}],"flavourText":"They flew, and leapt, and clambered over,\r|They crawled, and swam, and slithered under.\r|Still its ancient secrets await unclaimed\r|And of this hidden temple, only legends remain.","itemType":"Unknown","chaosValue":0.88,"exaltedValue":0.01,"count":49},{"id":1866,"name":"Whakawairua Tuahu","icon":"http://web.poecdn.com/image/Art/2DItems/Maps/UniqueMapEye.png?scale=1&w=1&h=1","mapTier":6,"levelRequired":0,"baseType":"Strand Map","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,1.84,0.36,-1.84,-8.86,-0.93,0.18],"totalChange":0.49},"implicitModifiers":[],"explicitModifiers":[{"text":"Area contains many Totems","optional":false},{"text":"Curses have 50% reduced effect on Monsters","optional":false},{"text":"Rare Monsters each have a Nemesis Mod","optional":false}],"flavourText":"We all began life in darkness, we shall all end it there.","itemType":"Unknown","chaosValue":0.88,"exaltedValue":0.01,"count":49}]} \ No newline at end of file diff --git a/PoE-MxFilterGen/bin/Debug/data/ninja.weapon.json b/PoE-MxFilterGen/bin/Debug/data/ninja.weapon.json deleted file mode 100644 index 3c2e7ec..0000000 --- a/PoE-MxFilterGen/bin/Debug/data/ninja.weapon.json +++ /dev/null @@ -1 +0,0 @@ -{"lines":[{"id":1057,"name":"Rigwald's Command","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/OneHandSwords/RigwarlSword.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":68,"baseType":"Midnight Blade","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,1.72,11.89,7.74,9.62,1.35,-3.00],"totalChange":-3.09},"implicitModifiers":[{"text":"40% increased Accuracy Rating"}],"explicitModifiers":[{"text":"10% additional Block Chance while Dual Wielding","optional":false},{"text":"Adds (60-80) to (151-180) Physical Damage","optional":false},{"text":"80% increased Physical Damage with Axes","optional":false},{"text":"+(351-399) to Accuracy Rating","optional":false},{"text":"15% chance to gain a Frenzy Charge on Kill","optional":false}],"flavourText":"Fear not death. Turn to him, face him.\r|And smile as he sinks his teeth\r|into the throats of our oppressors.","itemType":"One Handed Sword","chaosValue":1227.33,"exaltedValue":15.44,"count":5},{"id":1026,"name":"Realmshaper","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Staves/Staff5unique.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":18,"baseType":"Iron Staff","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[null,0.0,-0.79,-24.23,-1.87,-1.82,-2.615],"totalChange":-2.17},"implicitModifiers":[{"text":"18% Chance to Block"}],"explicitModifiers":[{"text":"+1 to Level of Socketed Fire Gems","optional":false},{"text":"+1 to Level of Socketed Cold Gems","optional":false},{"text":"Socketed Gems are Supported by level 5 Cold to Fire","optional":false},{"text":"Adds (11-15) to (20-24) Fire Damage","optional":false},{"text":"Adds (11-15) to (20-23) Cold Damage","optional":false},{"text":"(38-50)% increased Elemental Damage","optional":false}],"flavourText":"\"God's creations always begin and end\r|with flames and ice.\r|We should count ourselves lucky when we see neither.\"\r|- Archbishop Geofri","itemType":"Staff","chaosValue":794.90,"exaltedValue":10.0,"count":1},{"id":122,"name":"Atziri's Disfavour","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandAxes/AtzirisDisfavour.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":75,"baseType":"Vaal Axe","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,-2.15,-1.35,-2.34,-3.67,-3.97,-11.465],"totalChange":-13.10},"implicitModifiers":[],"explicitModifiers":[{"text":"+2 to Level of Socketed Support Gems","optional":false},{"text":"Adds (220-235) to (270-290) Physical Damage","optional":false},{"text":"(12-16)% increased Attack Speed","optional":false},{"text":"25% chance to cause Bleeding on Hit","optional":false},{"text":"+2 to Weapon range","optional":false}],"flavourText":"\"I do not believe in disguising my disappointment.\"\r|- Atziri, Queen of the Vaal","itemType":"Two Handed Axe","chaosValue":722.11,"exaltedValue":9.08,"count":49},{"id":1362,"name":"Starforge","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandSwords/Starforge.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":67,"baseType":"Infernal Sword","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,-4.63,-5.03,-5.12,-5.43,-7.91,-9.24],"totalChange":-8.75},"implicitModifiers":[{"text":"30% increased Accuracy Rating"}],"explicitModifiers":[{"text":"(400-500)% increased Physical Damage","optional":false},{"text":"(5-8)% increased Attack Speed","optional":false},{"text":"+(90-100) to maximum Life","optional":false},{"text":"20% increased Area of Effect for Attacks","optional":false},{"text":"Deal no Elemental Damage","optional":false},{"text":"Your Physical Damage can Shock","optional":false}],"flavourText":"The end is written into the beginning.","itemType":"Two Handed Sword","chaosValue":715.07,"exaltedValue":9.00,"count":49},{"id":681,"name":"Iron Commander","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Bows/IronCommendant.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":32,"baseType":"Death Bow","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,-21.83,-43.21,-42.59,-36.58,-24.05,-17.62],"totalChange":-15.92},"implicitModifiers":[{"text":"(31-50)% increased Critical Strike Chance"}],"explicitModifiers":[{"text":"Adds (8-12) to (16-24) Physical Damage","optional":false},{"text":"(14-20)% increased Attack Speed","optional":false},{"text":"(14-20)% increased Totem Life","optional":false},{"text":"(14-20)% increased Totem Placement speed","optional":false},{"text":"Can have 1 additional Siege Ballista Totem per 200 Dexterity","optional":false},{"text":"Adds 1 to 3 Physical Damage to Attacks per 25 Dexterity","optional":false}],"flavourText":"The Eternals commanded an army that need not eat, sleep, or breathe\r|without the usual depravities of necromancy.","itemType":"Bow","chaosValue":701.58,"exaltedValue":8.83,"count":2},{"id":1392,"name":"Taryn's Shiver","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Staves/Tarynsshiver.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":64,"baseType":"Maelström Staff","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,-0.49,-1.31,5.43,-0.69,13.91,37.58],"totalChange":38.18},"implicitModifiers":[{"text":"20% Chance to Block"}],"explicitModifiers":[{"text":"+2 to Level of Socketed Cold Gems","optional":false},{"text":"(50-60)% increased Spell Damage","optional":false},{"text":"(40-50)% increased Cold Damage","optional":false},{"text":"(10-20)% increased Cast Speed","optional":false},{"text":"8% chance to Freeze","optional":false},{"text":"Enemies Frozen by you take 20% increased Damage","optional":false}],"flavourText":"Shed by the winged beast of night,\r|A scaly frost-encrusted thorn.\r|All who feel its wintry light\r|Shiver in pain at the frozen dawn.","itemType":"Staff","chaosValue":681.38,"exaltedValue":8.57,"count":14},{"id":1884,"name":"Windripper","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Bows/Eagle.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":66,"baseType":"Imperial Bow","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,-0.40,-0.67,-5.38,-0.82,-2.55,-0.99],"totalChange":0.27},"implicitModifiers":[{"text":"(20-24)% increased Elemental Damage with Attack Skills"}],"explicitModifiers":[{"text":"Adds (32-40) to (48-60) Cold Damage","optional":false},{"text":"Adds 1 to (80-100) Lightning Damage","optional":false},{"text":"(10-15)% increased Attack Speed","optional":false},{"text":"(60-80)% increased Critical Strike Chance","optional":false},{"text":"15% increased Quantity of Items Dropped by Slain Frozen Enemies","optional":false},{"text":"30% increased Rarity of Items Dropped by Slain Shocked Enemies","optional":false}],"flavourText":"It hunts; as silent as falling snow, as deadly as the tempest.","itemType":"Bow","chaosValue":635.92,"exaltedValue":8.00,"count":49},{"id":269,"name":"Chin Sol","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Bows/Bow5unique.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":62,"baseType":"Assassin Bow","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,5.37,6.39,8.38,6.72,8.17,8.03],"totalChange":7.64},"implicitModifiers":[],"explicitModifiers":[{"text":"(150-180)% increased Physical Damage","optional":false},{"text":"+(10-20) to Dexterity","optional":false},{"text":"Adds 25 to 50 Fire Damage","optional":false},{"text":"(10-14)% increased Attack Speed","optional":false},{"text":"100% More Bow Damage at Close Range","optional":false},{"text":"Bow Knockback at Close Range","optional":false}],"flavourText":"As a soldier you want to get close to enemy archers.\r|That is not the case when fighting the Maraketh.","itemType":"Bow","chaosValue":556.43,"exaltedValue":7.00,"count":20},{"id":872,"name":"Null's Inclination","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Bows/NullBow.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":60,"baseType":"Ranger Bow","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,-1.99,-2.70,7.76,-4.00,-5.20,-6.765],"totalChange":-6.34},"implicitModifiers":[],"explicitModifiers":[{"text":"Adds (51-80) to (137-180) Chaos Damage","optional":false},{"text":"(7-12)% increased Attack Speed","optional":false},{"text":"+(7-11)% to Chaos Resistance","optional":false},{"text":"+212 Intelligence Requirement","optional":false},{"text":"Minions deal 1% increased Damage per 10 Dexterity","optional":false},{"text":"Trigger Socketed Minion Spells on Kill with this Weapon","optional":false}],"flavourText":"The hunt continues when the prey falls.","itemType":"Bow","chaosValue":556.43,"exaltedValue":7.0,"count":1},{"id":957,"name":"Pledge of Hands","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Staves/PledgeofHands.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":68,"baseType":"Judgement Staff","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,-3.94,-2.25,-1.43,-0.20,2.73,11.40],"totalChange":12.27},"implicitModifiers":[{"text":"18% Chance to Block"}],"explicitModifiers":[{"text":"Socketed Gems are Supported by level 30 Spell Echo","optional":false},{"text":"(120-160)% increased Spell Damage","optional":false},{"text":"100% increased maximum Mana","optional":false}],"flavourText":"\"To shake a hand is to double your power.\"\r|- Jaetai, Queen's Advisor","itemType":"Staff","chaosValue":556.43,"exaltedValue":7.00,"count":36},{"id":436,"name":"Doomfletch's Prism","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Bows/DoomFletch.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":40,"baseType":"Royal Bow","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,-1.62,-2.49,-5.96,-10.22,-9.57,-11.75],"totalChange":-12.29},"implicitModifiers":[{"text":"(20-24)% increased Elemental Damage with Attack Skills"}],"explicitModifiers":[{"text":"Adds (8-12) to (16-20) Physical Damage","optional":false},{"text":"(10-14)% increased Attack Speed","optional":false},{"text":"(30-40)% increased Critical Strike Chance","optional":false},{"text":"60% increased Mana Regeneration Rate","optional":false},{"text":"Gain 110% of Bow Physical Damage as Extra Damage of each Element","optional":false}],"flavourText":"\"The Vaal, a thousand years ago, \r|came up with more delightful methods of murder\r|than I could ever wish for.\" \r|- Koralus Doomfletch","itemType":"Bow","chaosValue":527.95,"exaltedValue":6.64,"count":49},{"id":1000,"name":"Queen's Escape","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandSwords/TwoHandSwordUnique3.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":38,"baseType":"Ornate Sword","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,-0.89,-4.03,-11.07,-2.42,1.15,-2.90],"totalChange":-7.80},"implicitModifiers":[{"text":"+185 to Accuracy Rating"}],"explicitModifiers":[{"text":"Minions have (10-15)% increased maximum Life","optional":false},{"text":"Minions have (80-100)% increased Movement Speed","optional":false},{"text":"(150-200)% increased Skeleton Duration","optional":false},{"text":"25% increased Strength Requirement","optional":false},{"text":"Minions deal (10-15)% increased Damage","optional":false},{"text":"+1 to maximum number of Zombies","optional":false},{"text":"+1 to maximum number of Spectres","optional":false},{"text":"+1 to maximum number of Skeletons","optional":false}],"flavourText":"The soldiers stormed her throne room.\r|The guards held them at bay.|The peasants overwhelmed the guards.\r|The nobles paid for their lives.\r|The nobles took her throne,|and so she fled to the woods.","itemType":"Two Handed Sword","chaosValue":527.43,"exaltedValue":6.64,"count":37},{"id":1403,"name":"Terminus Est","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandSwords/TwoHandSwordUnique2.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":51,"baseType":"Tiger Sword","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,2.23,2.77,-0.27,-6.98,-0.01,5.71],"totalChange":3.42},"implicitModifiers":[{"text":"+360 to Accuracy Rating"}],"explicitModifiers":[{"text":"(220-260)% increased Physical Damage","optional":false},{"text":"20% increased Attack Speed","optional":false},{"text":"(50-75)% increased Critical Strike Chance","optional":false},{"text":"+10 Mana gained on Kill","optional":false},{"text":"10% increased Movement Speed","optional":false},{"text":"Gain a Frenzy Charge on Critical Strike","optional":false}],"flavourText":"His final sensation was of the executioner's blade.\r|It was not cold, instead warm and reassuring,\r|murmuring a promise of better times ahead.\r|Smiling, he returned death's embrace.","itemType":"Two Handed Sword","chaosValue":523.52,"exaltedValue":6.59,"count":41},{"id":1889,"name":"Wings of Entropy","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/OneHandAxes/Entropywings.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":60,"baseType":"Sundering Axe","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,-22.48,-20.91,-21.48,-21.77,-21.73,-22.36],"totalChange":-22.01},"implicitModifiers":[],"explicitModifiers":[{"text":"25% of Block Chance applied to Spells","optional":false},{"text":"8% additional Block Chance while Dual Wielding","optional":false},{"text":"(103-120)% increased Physical Damage","optional":false},{"text":"Adds (55-65) to (101-120) Fire Damage in Main Hand","optional":false},{"text":"Adds (55-65) to (100-120) Chaos Damage in Off Hand","optional":false},{"text":"Counts as Dual Wielding","optional":false}],"flavourText":"Fire and Anarchy are the most reliable agents of change.","itemType":"Two Handed Axe","chaosValue":516.68,"exaltedValue":6.50,"count":1},{"id":757,"name":"Lioneye's Glare","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Bows/Bow8unique.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":70,"baseType":"Imperial Bow","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,2.36,9.00,7.39,5.50,1.73,-1.74],"totalChange":-1.18},"implicitModifiers":[{"text":"(20-24)% increased Elemental Damage with Attack Skills"}],"explicitModifiers":[{"text":"(150-175)% increased Physical Damage","optional":false},{"text":"Adds (6-12) to (20-32) Physical Damage","optional":false},{"text":"(10-20)% increased Attack Speed","optional":false},{"text":"+(80-100) to maximum Mana","optional":false},{"text":"Hits can't be Evaded","optional":false},{"text":"Far Shot","optional":false}],"flavourText":"\"See without doubt, slay without hesitation.\"\r|- Marceus Lioneye of Sarn","itemType":"Bow","chaosValue":513.70,"exaltedValue":6.46,"count":44},{"id":2160,"name":"Tidebreaker","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandMaces/Tidebreaker.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":65,"baseType":"Imperial Maul","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,-2.80,9.70,4.70,0.55,3.75,6.41],"totalChange":6.54},"implicitModifiers":[{"text":"30% increased Stun Duration on Enemies"}],"explicitModifiers":[{"text":"Socketed Gems are Supported by Level 20 Endurance Charge on Melee Stun","optional":false},{"text":"Adds (60-70) to (301-350) Physical Damage","optional":false},{"text":"+40 to Intelligence","optional":false},{"text":"10% increased Physical Damage per Endurance Charge","optional":false},{"text":"(20-30)% reduced Enemy Stun Threshold with this Weapon","optional":false}],"flavourText":"The sea strikes the rock relentlessly.\r|Whether in one day or in ten thousand years,\r|eventually the rock will crumble,\r|and the Brine King's domain will grow.","itemType":"Two Handed Mace","chaosValue":511.22,"exaltedValue":6.43,"count":10},{"id":1023,"name":"Realm Ender","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Staves/Staff5unique.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":40,"baseType":"Iron Staff","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[null,null,0.0,-0.59,-0.20,-0.04,-9.29],"totalChange":-14.73},"implicitModifiers":[{"text":"18% Chance to Block"}],"explicitModifiers":[{"text":"+1 to Level of Socketed Fire Gems","optional":false},{"text":"+1 to Level of Socketed Cold Gems","optional":false},{"text":"+2 to Level of Socketed Elemental Gems","optional":false},{"text":"Socketed Gems are Supported by level 5 Cold to Fire","optional":false},{"text":"Adds (10-15) to (20-25) Fire Damage","optional":false},{"text":"Adds (10-15) to (20-25) Cold Damage","optional":false},{"text":"(31-50)% increased Elemental Damage","optional":false}],"flavourText":"\"The flames are surely coming.\r|I just pray I am long dead before they arrive.\"\r|- Archbishop Geofri","itemType":"Staff","chaosValue":484.89,"exaltedValue":6.1,"count":2},{"id":34,"name":"Agnerod North","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Staves/Staff6unique.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":66,"baseType":"Imperial Staff","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[null,null,null,null,null,0.0,48.195],"totalChange":48.27},"implicitModifiers":[{"text":"18% Chance to Block"}],"explicitModifiers":[{"text":"+2 to Level of Socketed Lightning Gems","optional":false},{"text":"+(91-120) to Intelligence","optional":false},{"text":"(34-50)% increased Lightning Damage","optional":false},{"text":"40% increased Strength Requirement","optional":false},{"text":"15% chance to Shock","optional":false},{"text":"Damage Penetrates 20% Lightning Resistance","optional":false}],"flavourText":"One for each corner of the great Vinktar Square.","itemType":"Staff","chaosValue":476.94,"exaltedValue":6.0,"count":1},{"id":433,"name":"Doomfletch","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Bows/DoomFletch.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":28,"baseType":"Royal Bow","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,-2.42,-3.91,-6.03,-10.80,-12.00,-16.20],"totalChange":-16.58},"implicitModifiers":[{"text":"(20-24)% increased Elemental Damage with Attack Skills"}],"explicitModifiers":[{"text":"Adds (8-12) to (16-20) Physical Damage","optional":false},{"text":"(10-14)% increased Attack Speed","optional":false},{"text":"(30-40)% increased Critical Strike Chance","optional":false},{"text":"60% increased Mana Regeneration Rate","optional":false},{"text":"Gain 110% of Bow Physical Damage as Extra Damage of an Element","optional":false}],"flavourText":"\"Toasted or frozen\r|Or twitching in the light\r|I'm not fussy\r|And neither is Death.\"\r|- Koralus Doomfletch","itemType":"Bow","chaosValue":476.94,"exaltedValue":6.00,"count":21},{"id":901,"name":"Oro's Sacrifice","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandSwords/OrosSacrifice.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":67,"baseType":"Infernal Sword","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,-9.54,-12.57,-4.27,-9.62,-11.62,-13.46],"totalChange":-12.73},"implicitModifiers":[{"text":"30% increased Accuracy Rating"}],"explicitModifiers":[{"text":"No Physical Damage","optional":false},{"text":"Adds (425-475) to (550-600) Fire Damage","optional":false},{"text":"(10-15)% increased Attack Speed","optional":false},{"text":"20% chance to Ignite","optional":false},{"text":"10% increased Physical Damage taken","optional":false},{"text":"10% increased Fire Damage taken","optional":false},{"text":"Culling Strike against Burning Enemies","optional":false},{"text":"Gain a Frenzy Charge if an Attack Ignites an Enemy","optional":false}],"flavourText":"Give yourself to the flames and your name\r|will burn in the minds of men forever.","itemType":"Two Handed Sword","chaosValue":476.94,"exaltedValue":6.00,"count":49},{"id":1020,"name":"Reach of the Council","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Bows/BowOfTheCouncil.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":64,"baseType":"Spine Bow","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,3.80,-2.19,-2.05,-2.76,-4.42,-19.05],"totalChange":-19.48},"implicitModifiers":[],"explicitModifiers":[{"text":"(40-50)% increased Physical Damage","optional":false},{"text":"Adds (15-30) to (70-95) Physical Damage","optional":false},{"text":"(8-12)% increased Attack Speed","optional":false},{"text":"2 additional Arrows","optional":false},{"text":"20% reduced Projectile Speed","optional":false}],"flavourText":"We stand together. We strike together.","itemType":"Bow","chaosValue":476.94,"exaltedValue":6.00,"count":8},{"id":1316,"name":"Sire of Shards","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Staves/Radience.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":49,"baseType":"Serpentine Staff","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,-1.32,-2.38,-3.08,-3.04,-1.41,-2.71],"totalChange":-4.62},"implicitModifiers":[{"text":"20% Chance to Block"}],"explicitModifiers":[{"text":"Socketed Gems fire 4 additional Projectiles","optional":false},{"text":"Socketed Gems fire Projectiles in a Nova","optional":false},{"text":"+(15-20) to all Attributes","optional":false},{"text":"+(5-7)% to all Elemental Resistances","optional":false},{"text":"(60-100)% increased Projectile Damage","optional":false},{"text":"20% increased Light Radius","optional":false}],"flavourText":"That which was broken may yet break.","itemType":"Staff","chaosValue":476.94,"exaltedValue":6.00,"count":33},{"id":2025,"name":"Hiltless","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandSwords/Hiltless.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":59,"baseType":"Reaver Sword","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,-1.21,94.93,174.64,173.705,null,73.52],"totalChange":35.17},"implicitModifiers":[{"text":"40% increased Accuracy Rating"}],"explicitModifiers":[{"text":"Socketed Gems are Supported by level 1 Blood Magic","optional":false},{"text":"Adds (92-114) to (233-260) Physical Damage","optional":false},{"text":"(40-49)% increased Critical Strike Chance","optional":false},{"text":"Enemies you Attack Reflect 100 Physical Damage to you","optional":false},{"text":"+2 to Weapon range","optional":false}],"flavourText":"The cuts on my hands are a small price to pay\r|for the opportunity to drive my steel\r|beyond the flesh and into the demon's soul.","itemType":"Two Handed Sword","chaosValue":476.94,"exaltedValue":6.0,"count":1},{"id":2031,"name":"Duskdawn","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Staves/SolarisLunarisStaff.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":64,"baseType":"Maelström Staff","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,-1.95,-2.51,-4.17,-7.47,-7.80,-16.865],"totalChange":-18.20},"implicitModifiers":[{"text":"20% Chance to Block"}],"explicitModifiers":[{"text":"4% Chance to Block","optional":false},{"text":"(60-80)% increased Critical Strike Chance for Spells","optional":false},{"text":"Gain (10-20)% of Elemental Damage as Extra Chaos Damage","optional":false},{"text":"+1% to Critical Strike Multiplier per +1% Block Chance","optional":false},{"text":"+60% to Critical Strike Multiplier if you've dealt a Non-Critical Strike Recently","optional":false},{"text":"120% increased Spell Damage if you've dealt a Critical Strike Recently","optional":false}],"flavourText":"\"The world is not simply black and white,\r|it is not divided into good and evil.\r|But black and white, good and evil, do exist,\r|and we must know how to recognize them.\"\r|- Archbishop Geofri","itemType":"Staff","chaosValue":476.94,"exaltedValue":6.00,"count":15},{"id":2012,"name":"Kitava's Feast","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandAxes/KitavasHunger.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":68,"baseType":"Void Axe","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,-10.57,-5.44,-3.41,-4.85,9.94,-10.30],"totalChange":-16.97},"implicitModifiers":[],"explicitModifiers":[{"text":"Socketed Gems are supported by level 25 Melee Splash","optional":false},{"text":"(251-300)% increased Physical Damage","optional":false},{"text":"1% of Physical Attack Damage Leeched as Life","optional":false},{"text":"1% of Physical Attack Damage Leeched as Mana","optional":false},{"text":"Recover 5% of Maximum Life on Kill","optional":false},{"text":"Enemies you hit are destroyed on Kill","optional":false}],"flavourText":"Hinekora bound Kitava to a rock \r|that Kitava could not lift with all his might.\r|Kitava vowed that when he broke free, \r|he would devour every soul in Hinekora's domain.","itemType":"Two Handed Axe","chaosValue":476.50,"exaltedValue":5.99,"count":10},{"id":523,"name":"Femurs of the Saints","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Staves/FemursoftheSaints.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":58,"baseType":"Primordial Staff","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,-6.56,-12.80,-19.82,-28.78,-21.17,-18.54],"totalChange":-17.96},"implicitModifiers":[{"text":"18% Chance to Block"}],"explicitModifiers":[{"text":"+2 to Level of Socketed Minion Gems","optional":false},{"text":"Minions Regenerate (1.5-2.5)% Life per second","optional":false},{"text":"2% increased Minion Attack and Cast Speed per Skeleton you own","optional":false},{"text":"2% increased Minion Duration per Zombie you own","optional":false},{"text":"(8-12)% increased Minion Damage per Spectre you own","optional":false}],"flavourText":"\"They spent a lifetime in the service of God, \r|only to spend eternity in the service of me.\" \r|- Kadavrus, Surgeon to the Umbra","itemType":"Staff","chaosValue":476.02,"exaltedValue":5.99,"count":10},{"id":997,"name":"Queen's Decree","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandSwords/TwoHandSwordUnique3.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":27,"baseType":"Ornate Sword","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,-8.28,-12.96,-23.85,-35.67,-23.79,-23.86],"totalChange":-23.31},"implicitModifiers":[{"text":"+185 to Accuracy Rating"}],"explicitModifiers":[{"text":"Minions have (10-15)% increased maximum Life","optional":false},{"text":"(150-200)% increased Skeleton Duration","optional":false},{"text":"25% increased Strength Requirement","optional":false},{"text":"Minions deal (10-15)% increased Damage","optional":false},{"text":"+1 to maximum number of Zombies","optional":false},{"text":"+1 to maximum number of Spectres","optional":false},{"text":"+1 to maximum number of Skeletons","optional":false}],"flavourText":"The nobles wanted to take her throne.\r|She let the peasants take their wealth.\r|The peasants wanted to take her wealth.\r|She let the soldiers take their heads.\r|The soldiers wanted to take her head.\r|She sat on her throne and wept.","itemType":"Two Handed Sword","chaosValue":461.75,"exaltedValue":5.81,"count":9},{"id":1715,"name":"Tremor Rod","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Staves/MineStaff.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":45,"baseType":"Military Staff","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,-4.21,1.35,-16.91,-20.31,-19.34,-21.94],"totalChange":-28.78},"implicitModifiers":[{"text":"18% Chance to Block"}],"explicitModifiers":[{"text":"Socketed Gems are Supported by level 10 Remote Mine","optional":false},{"text":"35% less Mine Damage","optional":false},{"text":"(40-60)% increased Spell Damage","optional":false},{"text":"(15-20)% reduced Enemy Stun Threshold","optional":false},{"text":"(40-60)% increased Mine Laying Speed","optional":false},{"text":"Mines can be Detonated an additional time","optional":false}],"flavourText":"The best way to gain the element of surprise,\r|is to let your enemy learn your plans,\r|and execute them - twice.","itemType":"Staff","chaosValue":441.75,"exaltedValue":5.56,"count":10},{"id":1913,"name":"Kingmaker","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandAxes/Alexaxeandheartbreaker.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":66,"baseType":"Despot Axe","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,-3.58,-3.62,-1.46,-1.92,-2.80,-4.12],"totalChange":-3.19},"implicitModifiers":[],"explicitModifiers":[{"text":"(213-248)% increased Physical Damage","optional":false},{"text":"(8-12)% increased Attack Speed","optional":false},{"text":"(30-39)% increased Critical Strike Chance","optional":false},{"text":"Nearby Allies have 30% increased Item Rarity","optional":false},{"text":"Nearby Allies have Culling Strike","optional":false},{"text":"Insufficient Mana doesn't prevent your Melee Attacks","optional":false}],"flavourText":"A King and his people are linked together\r|like a soul and a beating heart.\r|Both can be severed by a same edge, \r|then forged anew.","itemType":"Two Handed Axe","chaosValue":434.97,"exaltedValue":5.47,"count":2},{"id":1899,"name":"Xirgil's Crank","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Staves/Staff7unique.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":28,"baseType":"Coiled Staff","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,13.64,18.84,16.02,-9.91,-10.76,-23.10],"totalChange":-23.14},"implicitModifiers":[{"text":"20% Chance to Block"}],"explicitModifiers":[{"text":"+1 to Level of Socketed Gems","optional":false},{"text":"15% Chance to Block","optional":false},{"text":"(60-80)% increased Spell Damage","optional":false},{"text":"+(70-100) to maximum Energy Shield","optional":false},{"text":"Reflects 1 to 150 Lightning Damage to Melee Attackers","optional":false},{"text":"20% chance for Energy Shield Recharge to start when you Block","optional":false}],"flavourText":"\"Since one with knowledge of machines\r|might be able to bring the labyrinth to a standstill, \r|Izaro had us place many boobytrapped decoys.\r|But I know which switch brings the monster down.\"\r|- Xirgil, Trapbuilder's final words.","itemType":"Staff","chaosValue":429.25,"exaltedValue":5.4,"count":2},{"id":402,"name":"Death's Opus","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Bows/Deathsharp.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":44,"baseType":"Death Bow","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,-0.64,-8.62,-8.57,-10.21,-12.97,-10.95],"totalChange":-8.52},"implicitModifiers":[{"text":"(30-50)% increased Critical Strike Chance"}],"explicitModifiers":[{"text":"(100-125)% increased Physical Damage","optional":false},{"text":"Adds (10-20) to (30-35) Physical Damage","optional":false},{"text":"10% increased Attack Speed","optional":false},{"text":"+100% to Global Critical Strike Multiplier","optional":false},{"text":"2 additional Arrows","optional":false}],"flavourText":"The overture stretches thin,\r|The chorus gathers to begin.\r|Stacatto, drone, a rest drawn long,\r|Another hears Death's final song.","itemType":"Bow","chaosValue":419.45,"exaltedValue":5.28,"count":49},{"id":1521,"name":"The Harvest","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandAxes/TheExtractor.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":37,"baseType":"Jasper Chopper","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,-6.21,-8.02,-10.38,22.48,17.69,13.175],"totalChange":13.24},"implicitModifiers":[],"explicitModifiers":[{"text":"(122-140)% increased Physical Damage","optional":false},{"text":"1.2% of Damage Leeched as Life on Critical Strike","optional":false},{"text":"3% increased Global Critical Strike Chance per Level","optional":false},{"text":"Gain a Flask Charge when you deal a Critical Strike","optional":false}],"flavourText":"Let it grow and gather inside them,\r|Let it flow through their veins.\r|Don't waste a drop.","itemType":"Two Handed Axe","chaosValue":407.69,"exaltedValue":5.13,"count":2},{"id":2161,"name":"Martyr of Innocence","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Staves/MartyrInnocence.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":52,"baseType":"Highborn Staff","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,-3.01,-8.08,-7.96,-8.29,-8.26,-10.46],"totalChange":-9.87},"implicitModifiers":[{"text":"18% Chance to Block"}],"explicitModifiers":[{"text":"Grants level 15 Vengeance Skill","optional":false},{"text":"(12-16)% Chance to Block","optional":false},{"text":"Adds (353-400) to (501-600) Fire Damage","optional":false},{"text":"Adds (130-150) to (201-249) Fire Damage to Spells","optional":false},{"text":"100% increased Fire Damage if you have been Hit Recently","optional":false},{"text":"Damage Penetrates 15% of Fire Resistance if you have Blocked Recently","optional":false},{"text":"Immune to Freeze and Chill while Ignited","optional":false}],"flavourText":"You have been found guilty.\r|Let the fires cleanse you of your sins.","itemType":"Staff","chaosValue":406.94,"exaltedValue":5.12,"count":3},{"id":396,"name":"Death's Harp","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Bows/Deathsharp.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":32,"baseType":"Death Bow","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,-7.02,-15.64,-11.58,-19.46,-14.62,-11.20],"totalChange":-10.08},"implicitModifiers":[{"text":"(30-50)% increased Critical Strike Chance"}],"explicitModifiers":[{"text":"(101-125)% increased Physical Damage","optional":false},{"text":"10% increased Attack Speed","optional":false},{"text":"+100% to Global Critical Strike Multiplier","optional":false},{"text":"Adds an additional Arrow","optional":false}],"flavourText":"The mournful music of the strings,\r|The creaking arch, the arrow sings.\r|A choking cry, a rattled breath,\r|The Reaper's Song, the Harp of Death.","itemType":"Bow","chaosValue":397.45,"exaltedValue":5.00,"count":3},{"id":616,"name":"Hegemony's Era","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Staves/HegemonysEra.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":68,"baseType":"Judgement Staff","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,-2.56,-10.22,-4.77,-5.47,-4.42,-1.935],"totalChange":-2.38},"implicitModifiers":[{"text":"18% Chance to Block"}],"explicitModifiers":[{"text":"6% Chance to Block","optional":false},{"text":"Adds (180-190) to (190-220) Physical Damage","optional":false},{"text":"(12-16)% increased Attack Speed","optional":false},{"text":"(20-30)% increased Critical Strike Chance","optional":false},{"text":"+1 to Maximum Power Charges","optional":false},{"text":"10% chance to gain a Power Charge if you Knock an Enemy Back with Melee Damage","optional":false}],"flavourText":"The right to rule demands mental acuity,\r|a strong arm,\r|And a tenacious sense of justice.","itemType":"Staff","chaosValue":397.45,"exaltedValue":5.00,"count":5},{"id":1999,"name":"Ngamahu's Flame","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandMaces/RiriTeNgamahu.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":55,"baseType":"Abyssal Axe","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,-6.68,-6.84,-5.14,-7.06,-7.04,-9.085],"totalChange":-9.50},"implicitModifiers":[],"explicitModifiers":[{"text":"20% chance to Trigger Level 16 Molten Burst on Melee Hit","optional":false},{"text":"(190-230)% increased Physical Damage","optional":false},{"text":"(8-12)% increased Attack Speed","optional":false},{"text":"50% of Physical Damage Converted to Fire Damage","optional":false},{"text":"Damage Penetrates 20% Fire Resistance","optional":false}],"flavourText":"\"The Karui savages claim the weapon was forged by their fire god.\r|I'm rather inclined to believe them.\"\r|- Fairgraves, Renowned Explorer","itemType":"Two Handed Axe","chaosValue":397.45,"exaltedValue":5.0,"count":16},{"id":1631,"name":"The Tempest","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Bows/Stormcloud.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":32,"baseType":"Long Bow","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,15.53,16.44,40.985,null,181.21,44.585],"totalChange":70.35},"implicitModifiers":[],"explicitModifiers":[{"text":"No Physical Damage","optional":false},{"text":"100% increased Lightning Damage","optional":false},{"text":"Adds 1 to 85 Lightning Damage","optional":false},{"text":"(40-50)% increased Attack Speed","optional":false}],"flavourText":"Where steel-grey clouds gather and crash together,\r|a storm is sure to follow.","itemType":"Bow","chaosValue":383.74,"exaltedValue":4.83,"count":2},{"id":1815,"name":"Voltaxic Rift","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Bows/Voidshaft.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":64,"baseType":"Spine Bow","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,-2.22,-4.32,5.05,14.25,11.46,13.135],"totalChange":15.07},"implicitModifiers":[],"explicitModifiers":[{"text":"Adds 1 to (276-325) Lightning Damage","optional":false},{"text":"(10-15)% increased Attack Speed","optional":false},{"text":"60% of Lightning Damage Converted to Chaos Damage","optional":false},{"text":"10% chance to Shock","optional":false},{"text":"Your Chaos Damage can Shock","optional":false}],"flavourText":"The eldritch storm descended upon us, and bruised lightning\r|rained down. Metal withered and flesh melted before its\r|arcane power. There was no escape, no shelter. Only despair.","itemType":"Bow","chaosValue":367.20,"exaltedValue":4.62,"count":3},{"id":2028,"name":"Uul-Netol's Embrace","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandAxes/UulNetolsKissUpgraded.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":64,"baseType":"Vaal Axe","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,-9.26,-18.74,-19.17,-15.80,-4.72,-15.12],"totalChange":-11.57},"implicitModifiers":[],"explicitModifiers":[{"text":"Trigger Level 20 Bone Nova when you Kill a Bleeding Enemy","optional":false},{"text":"(282-318)% increased Physical Damage","optional":false},{"text":"(25-30)% reduced Attack Speed","optional":false},{"text":"Attacks have 25% chance to inflict Bleeding when Hitting Cursed Enemies","optional":false}],"flavourText":"At last she holds us,\r|and so we turn to dust.","itemType":"Two Handed Axe","chaosValue":364.19,"exaltedValue":4.58,"count":5},{"id":40,"name":"Agnerod West","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Staves/Staff6unique.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":66,"baseType":"Imperial Staff","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,108.62,149.95,130.48,129.64,128.01,110.045],"totalChange":113.23},"implicitModifiers":[{"text":"18% Chance to Block"}],"explicitModifiers":[{"text":"+2 to Level of Socketed Lightning Gems","optional":false},{"text":"+(82-120) to Intelligence","optional":false},{"text":"(30-50)% increased Lightning Damage","optional":false},{"text":"Adds (6-15) to (102-140) Lightning Damage to Spells","optional":false},{"text":"40% increased Strength Requirement","optional":false},{"text":"Damage Penetrates 20% Lightning Resistance","optional":false}],"flavourText":"One for each corner of the great Vinktar Square.","itemType":"Staff","chaosValue":362.39,"exaltedValue":4.56,"count":2},{"id":1308,"name":"Silverbough","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Bows/Bow1Unique.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":36,"baseType":"Crude Bow","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.575,null,-21.10,-21.54,-21.83,-21.79,-30.92],"totalChange":-39.78},"implicitModifiers":[],"explicitModifiers":[{"text":"+1 to Level of Socketed Gems","optional":false},{"text":"+1 to Level of Socketed Bow Gems","optional":false},{"text":"(80-100)% increased Physical Damage","optional":false},{"text":"Adds (16-25) to (50-60) Physical Damage","optional":false},{"text":"10% increased Attack Speed","optional":false},{"text":"+30 to Accuracy Rating","optional":false},{"text":"+10 Mana gained on Kill","optional":false}],"flavourText":"The lone tree grows thickest.","itemType":"Bow","chaosValue":349.76,"exaltedValue":4.4,"count":2},{"id":1599,"name":"The Searing Touch","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Staves/Staff4unique.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":60,"baseType":"Lathi","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,-6.27,-25.65,-25.93,-26.21,-25.63,-29.37],"totalChange":-33.68},"implicitModifiers":[{"text":"18% Chance to Block"}],"explicitModifiers":[{"text":"+2 to Level of Socketed Fire Gems","optional":false},{"text":"(70-90)% increased Fire Damage","optional":false},{"text":"10% increased Cast Speed","optional":false},{"text":"70% increased Burning Damage","optional":false}],"flavourText":"Burn to cinders, scar and maim,\r|Rule a world, bathed in flame.","itemType":"Staff","chaosValue":345.78,"exaltedValue":4.35,"count":3},{"id":2244,"name":"The Enmity Divine","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Staves/Rage Staff.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":66,"baseType":"Imperial Staff","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,-1.47,-2.53,48.19,61.45,57.47,58.77],"totalChange":57.81},"implicitModifiers":[{"text":"18% Chance to Block"}],"explicitModifiers":[{"text":"Socketed Gems are supported by level 10 Life Leech","optional":false},{"text":"Grants Summon Harbinger of Brutality Skill","optional":false},{"text":"5% Chance to Block","optional":false},{"text":"Adds (160-185) to (200-225) Physical Damage","optional":false},{"text":"(30-40)% increased Critical Strike Chance","optional":false}],"flavourText":"<><><><><>\r|<><><><><><><>\r|<><><><><><>\r|<><><><><><><><><><><><><>","itemType":"Staff","chaosValue":342.13,"exaltedValue":4.30,"count":15},{"id":1456,"name":"The Cauteriser","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandAxes/TwoHandAxe_spare.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":40,"baseType":"Woodsplitter","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,-14.68,17.97,37.66,-9.62,33.73,165.445],"totalChange":162.01},"implicitModifiers":[],"explicitModifiers":[{"text":"+1 to Level of Socketed Strength Gems","optional":false},{"text":"(80-100)% increased Physical Damage","optional":false},{"text":"Adds (37-45) to (81-89) Physical Damage","optional":false},{"text":"+(15-30) to Strength","optional":false},{"text":"Gain 70% of Physical Damage as Extra Fire Damage","optional":false},{"text":"Culling Strike","optional":false}],"flavourText":"A burned branch leaks sap no more.","itemType":"Two Handed Axe","chaosValue":327.34,"exaltedValue":4.12,"count":2},{"id":674,"name":"Infractem","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Bows/Infractem.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":53,"baseType":"Decimation Bow","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,0.17,-0.91,-6.33,-38.89,-23.67,-22.185],"totalChange":-21.83},"implicitModifiers":[{"text":"(31-50)% increased Critical Strike Chance"}],"explicitModifiers":[{"text":"(112-125)% increased Physical Damage","optional":false},{"text":"Adds (26-35) to (36-45) Physical Damage","optional":false},{"text":"+(21-30) to Dexterity","optional":false},{"text":"+(210-246) to Accuracy Rating","optional":false},{"text":"10% increased Movement Speed","optional":false},{"text":"Cannot Leech Life","optional":false},{"text":"Arrows Pierce all Targets","optional":false}],"flavourText":"Mark us with mercy, then press on with care,\r|Execute us steadily, notch away at our despair.","itemType":"Bow","chaosValue":317.96,"exaltedValue":4.0,"count":1},{"id":1323,"name":"Slivertongue","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Bows/SilverTongue.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":68,"baseType":"Harbinger Bow","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,6.26,39.05,15.32,11.38,24.30,32.355],"totalChange":33.37},"implicitModifiers":[{"text":"(30-50)% increased Critical Strike Chance"}],"explicitModifiers":[{"text":"Adds (60-75) to (172-220) Physical Damage","optional":false},{"text":"100% increased Critical Strike Chance with arrows that Fork","optional":false},{"text":"Arrows that Pierce have 50% chance to inflict Bleeding","optional":false},{"text":"Arrows Pierce all Targets after Chaining","optional":false}],"flavourText":"A hundred blind heads, each seeking the taste of prey on the air.","itemType":"Bow","chaosValue":317.96,"exaltedValue":4.00,"count":5},{"id":357,"name":"Darkscorn","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Bows/Darkscorn.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":62,"baseType":"Assassin Bow","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,-1.25,-2.32,-19.19,-19.49,-19.45,-33.81],"totalChange":-29.61},"implicitModifiers":[],"explicitModifiers":[{"text":"(130-150)% increased Physical Damage","optional":false},{"text":"Adds (10-15) to (15-20) Physical Damage","optional":false},{"text":"10% increased Attack Speed","optional":false},{"text":"25% of Physical Damage Converted to Chaos Damage","optional":false},{"text":"(16-30)% increased Accuracy Rating","optional":false},{"text":"25% of Physical Damage taken as Chaos Damage","optional":false}],"flavourText":"\"The Spirit of War knows nothing of good and evil.\r|It knows only destruction.\"\r|- Sekhema Asenath","itemType":"Bow","chaosValue":309.74,"exaltedValue":3.90,"count":2},{"id":2010,"name":"Xoph's Nurture","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Bows/BloodPerigreeBREACH.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":64,"baseType":"Citadel Bow","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,44.93,55.54,53.50,15.94,16.20,13.06],"totalChange":8.04},"implicitModifiers":[],"explicitModifiers":[{"text":"(250-300)% increased Physical Damage","optional":false},{"text":"50% of Physical Damage Converted to Fire Damage","optional":false},{"text":"10% chance to Ignite","optional":false},{"text":"Ignites your Skills cause spread to other Enemies within a Radius of 12","optional":false},{"text":"Recover (40-60) Life when you Ignite an Enemy","optional":false}],"flavourText":"Upon the grey winds his love spreads.","itemType":"Bow","chaosValue":308.88,"exaltedValue":3.89,"count":9},{"id":191,"name":"Brain Rattler","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandMaces/BrainScrambler.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":63,"baseType":"Meatgrinder","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,-5.61,-14.37,-24.45,-18.79,-19.69,-19.47],"totalChange":-20.12},"implicitModifiers":[{"text":"30% increased Stun Duration on Enemies"}],"explicitModifiers":[{"text":"Adds (80-100) to (320-370) Physical Damage","optional":false},{"text":"50% of Physical Damage Converted to Lightning Damage","optional":false},{"text":"15% chance to Shock","optional":false},{"text":"10% chance to Cause Monsters to Flee","optional":false},{"text":"Damage Penetrates 20% Lightning Resistance","optional":false},{"text":"Enemies you Shock have 30% reduced Cast Speed","optional":false},{"text":"Enemies you Shock have 20% reduced Movement Speed","optional":false}],"flavourText":"The mind may have no limits, but the skull sure does.","itemType":"Two Handed Mace","chaosValue":305.95,"exaltedValue":3.85,"count":15},{"id":212,"name":"Brutus' Lead Sprinkler","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/OneHandMaces/TheLeadSprinkler.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":28,"baseType":"Ritual Sceptre","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,7.95,5.68,-1.58,-1.29,1.63,1.76],"totalChange":2.28},"implicitModifiers":[{"text":"16% increased Elemental Damage"}],"explicitModifiers":[{"text":"20% increased Physical Damage","optional":false},{"text":"Adds (8-13) to (26-31) Physical Damage","optional":false},{"text":"30% increased Fire Damage","optional":false},{"text":"(15-20)% increased Attack Speed","optional":false},{"text":"(30-40)% increased Critical Strike Chance","optional":false},{"text":"Adds 4 to 7 Fire Damage to Attacks with this Weapon per 10 Strength","optional":false}],"flavourText":"\"A sprinkle of liquid encouragement is often required \r|to garnish the perfect confession.\" \r|- Brutus, Warden of Axiom","itemType":"One Handed Mace","chaosValue":294.62,"exaltedValue":3.71,"count":49},{"id":121,"name":"Atziri's Disfavour","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandAxes/AtzirisDisfavour.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":75,"baseType":"Vaal Axe","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,-2.42,-1.16,-2.26,-6.76,-7.65,-6.96],"totalChange":-6.56},"implicitModifiers":[],"explicitModifiers":[{"text":"+2 to Level of Socketed Support Gems","optional":false},{"text":"Adds (220-235) to (270-290) Physical Damage","optional":false},{"text":"(12-16)% increased Attack Speed","optional":false},{"text":"25% chance to cause Bleeding on Hit","optional":false},{"text":"+2 to Weapon range","optional":false}],"flavourText":"\"I do not believe in disguising my disappointment.\"\r|- Atziri, Queen of the Vaal","itemType":"Two Handed Axe","chaosValue":292.23,"exaltedValue":3.68,"count":49},{"id":729,"name":"Kongor's Undying Rage","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandMaces/KongorsUndyingRage.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":67,"baseType":"Terror Maul","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,-4.15,-26.97,-25.35,-11.89,-4.92,-3.74],"totalChange":-5.32},"implicitModifiers":[{"text":"30% increased Stun Duration on Enemies"}],"explicitModifiers":[{"text":"Adds (43-56) to (334-400) Physical Damage","optional":false},{"text":"(30-40)% increased Critical Strike Chance","optional":false},{"text":"+(15-20)% to all Elemental Resistances","optional":false},{"text":"Hits can't be Evaded","optional":false},{"text":"Your Critical Strikes do not deal extra Damage","optional":false},{"text":"You gain Onslaught for 4 seconds on Critical Strike","optional":false}],"flavourText":"Command like a king and nothing will stand in your way.","itemType":"Two Handed Mace","chaosValue":279.37,"exaltedValue":3.51,"count":7},{"id":2022,"name":"United in Dream","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/OneHandSwords/EternalSleep2.png?scale=1&w=1&h=3","mapTier":0,"levelRequired":69,"baseType":"Cutlass","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.13,-4.48,-11.38,-12.71,-13.30,-13.31],"totalChange":-12.30},"implicitModifiers":[{"text":"40% increased Accuracy Rating"}],"explicitModifiers":[{"text":"Grants level 15 Envy Skill","optional":false},{"text":"Minions deal (30-40)% increased Damage","optional":false},{"text":"Minions have +29% to Chaos Resistance","optional":false},{"text":"Minions have 60% chance to Poison Enemies on Hit","optional":false},{"text":"Minions Leech 5% of Damage as Life against Poisoned Enemies","optional":false}],"flavourText":"They grow fat and ripe in slumber.\r|To be fed upon when he wakes.","itemType":"One Handed Sword","chaosValue":279.13,"exaltedValue":3.51,"count":40},{"id":37,"name":"Agnerod South","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Staves/Staff6unique.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":66,"baseType":"Imperial Staff","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,0.0,0.0,8.505,null,69.94,55.08],"totalChange":49.58},"implicitModifiers":[{"text":"18% Chance to Block"}],"explicitModifiers":[{"text":"+2 to Level of Socketed Lightning Gems","optional":false},{"text":"+(81-113) to Intelligence","optional":false},{"text":"(32-48)% increased Lightning Damage","optional":false},{"text":"+5% to maximum Lightning Resistance","optional":false},{"text":"40% increased Strength Requirement","optional":false},{"text":"Damage Penetrates 20% Lightning Resistance","optional":false}],"flavourText":"One for each corner of the great Vinktar Square.","itemType":"Staff","chaosValue":270.21,"exaltedValue":3.40,"count":3},{"id":2242,"name":"Debeon's Dirge","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandAxes/StringAxe.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":66,"baseType":"Despot Axe","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,-6.91,12.65,16.59,6.89,20.29,21.06],"totalChange":15.81},"implicitModifiers":[],"explicitModifiers":[{"text":"Adds (310-350) to (460-500) Cold Damage","optional":false},{"text":"15% increased Movement Speed if you've used a Warcry Recently","optional":false},{"text":"150% increased Elemental Damage if you've used a Warcry Recently","optional":false},{"text":"Warcries Knock Enemies Back in an Area","optional":false}],"flavourText":"A sharp and heavy beat,\r|discorded, out of tune,\r|when you hear it on the wind,\r|you know death will follow soon.","itemType":"Two Handed Axe","chaosValue":256.55,"exaltedValue":3.23,"count":14},{"id":1674,"name":"The Whispering Ice","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Staves/Staff8unique.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":33,"baseType":"Vile Staff","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[null,null,null,null,null,0.0,-24.165],"totalChange":-36.80},"implicitModifiers":[{"text":"18% Chance to Block"}],"explicitModifiers":[{"text":"+1 to Level of Socketed Support Gems","optional":false},{"text":"Grants level 1 Icestorm Skill","optional":false},{"text":"(8-12)% increased Cast Speed","optional":false},{"text":"1% increased Spell Damage per 10 Intelligence","optional":false},{"text":"(14-18)% increased Intelligence","optional":false}],"flavourText":"Guard your darkest thoughts well, for they are\r|the cracks through which the Nightmare crawls.","itemType":"Staff","chaosValue":254.37,"exaltedValue":3.2,"count":2},{"id":120,"name":"Atziri's Disfavour","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandAxes/AtzirisDisfavour.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":75,"baseType":"Vaal Axe","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-2.15,-6.07,-7.43,-6.56,-10.07,-9.81],"totalChange":-9.45},"implicitModifiers":[],"explicitModifiers":[{"text":"+2 to Level of Socketed Support Gems","optional":false},{"text":"Adds (220-235) to (270-290) Physical Damage","optional":false},{"text":"(12-16)% increased Attack Speed","optional":false},{"text":"25% chance to cause Bleeding on Hit","optional":false},{"text":"+2 to Weapon range","optional":false}],"flavourText":"\"I do not believe in disguising my disappointment.\"\r|- Atziri, Queen of the Vaal","itemType":"Two Handed Axe","chaosValue":245.00,"exaltedValue":3.08,"count":49},{"id":31,"name":"Agnerod East","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Staves/Staff6unique.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":66,"baseType":"Imperial Staff","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,54.79,-5.52,-6.21,-6.55,-6.50,-7.255],"totalChange":-6.83},"implicitModifiers":[{"text":"18% Chance to Block"}],"explicitModifiers":[{"text":"+2 to Level of Socketed Lightning Gems","optional":false},{"text":"+(84-115) to Intelligence","optional":false},{"text":"(32-46)% increased Lightning Damage","optional":false},{"text":"100% increased Shock Duration on Enemies","optional":false},{"text":"40% increased Strength Requirement","optional":false},{"text":"Damage Penetrates 20% Lightning Resistance","optional":false}],"flavourText":"One for each corner of the great Vinktar Square.","itemType":"Staff","chaosValue":238.47,"exaltedValue":3.0,"count":1},{"id":1003,"name":"Quill Rain","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Bows/Bow2unique.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":5,"baseType":"Short Bow","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,-0.80,-13.24,-16.27,-19.56,-21.45,-18.525],"totalChange":-19.26},"implicitModifiers":[],"explicitModifiers":[{"text":"100% increased Physical Damage","optional":false},{"text":"+(10-20) to Dexterity","optional":false},{"text":"100% increased Attack Speed","optional":false},{"text":"+(25-50) to Accuracy Rating","optional":false},{"text":"+2 Mana gained for each Enemy hit by Attacks","optional":false},{"text":"(50-100)% increased Projectile Speed","optional":false},{"text":"40% less Weapon Damage","optional":false}],"flavourText":"\"The rain of a thousand quills that whittle\r|present into past, life into death.\"\r|- Rigwald of the Ezomytes","itemType":"Bow","chaosValue":238.47,"exaltedValue":3.00,"count":49},{"id":1029,"name":"Reaper's Pursuit","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandAxes/TwoHandAxeUnique1.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":33,"baseType":"Shadow Axe","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[null,null,null,null,null,null,-0.365],"totalChange":-0.73},"implicitModifiers":[],"explicitModifiers":[{"text":"(102-125)% increased Physical Damage","optional":false},{"text":"(31-40)% increased Rarity of Items found","optional":false},{"text":"+10 Life gained on Kill","optional":false},{"text":"15% increased Movement Speed when on Full Life","optional":false},{"text":"Culling Strike","optional":false},{"text":"Hits can't be Evaded","optional":false}],"flavourText":"Accept your fate, or lie, pretend.\r|Death collects you in the end.","itemType":"Two Handed Axe","chaosValue":238.47,"exaltedValue":3.0,"count":1},{"id":1911,"name":"The Dancing Dervish","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandSwords/Rhysblade.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":59,"baseType":"Reaver Sword","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,-1.64,null,null,-27.54,-27.51,-28.095],"totalChange":-28.42},"implicitModifiers":[{"text":"40% increased Accuracy Rating"}],"explicitModifiers":[{"text":"(164-186)% increased Physical Damage","optional":false},{"text":"(25-30)% increased Attack Speed","optional":false},{"text":"5% increased Movement Speed","optional":false},{"text":"Rampage","optional":false},{"text":"Triggers Level 15 Manifest Dancing Dervish on Rampage","optional":false},{"text":"Manifested Dancing Dervish disables both weapon slots","optional":false},{"text":"Manifested Dancing Dervish dies when Rampage ends","optional":false}],"flavourText":"Take your partner by the hand,\r|Keep your steps in time.\r|Swing together, spin apart,\r|And dance with death sublime.","itemType":"Two Handed Sword","chaosValue":238.47,"exaltedValue":3.0,"count":1},{"id":725,"name":"Kondo's Pride","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandSwords/KondosPride.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":61,"baseType":"Ezomyte Blade","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,32.78,32.33,7.83,23.03,25.77,29.30],"totalChange":28.21},"implicitModifiers":[{"text":"+435 to Accuracy Rating"}],"explicitModifiers":[{"text":"(270-320)% increased Physical Damage","optional":false},{"text":"0.6% of Physical Attack Damage Leeched as Life","optional":false},{"text":"50% increased Melee Damage against Bleeding Enemies","optional":false},{"text":"Cannot Leech Life from Critical Strikes","optional":false},{"text":"30% chance to Blind Enemies on Critical Strike","optional":false},{"text":"50% chance to cause Bleeding on Critical Strike","optional":false}],"flavourText":"Faintly gleaming in the moonlit night,\r|Kondo's Pride was primed to fight.\r|Driven by an inner fire,\r|bloodlust, spite and ill desire.\r|He swiftly moved to strike them all,\r|wreaking havoc like a steel squall.","itemType":"Two Handed Sword","chaosValue":220.00,"exaltedValue":2.77,"count":13},{"id":439,"name":"Doomsower","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandSwords/DoomSower.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":65,"baseType":"Lion Sword","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,15.65,13.43,9.81,6.63,3.89,0.825],"totalChange":1.34},"implicitModifiers":[{"text":"+470 to Accuracy Rating"}],"explicitModifiers":[{"text":"Socketed Melee Gems have 15% increased Area of Effect","optional":false},{"text":"Socketed Red Gems get 10% Physical Damage as Extra Fire Damage","optional":false},{"text":"(50-70)% increased Physical Damage","optional":false},{"text":"Adds (65-75) to (100-110) Physical Damage","optional":false},{"text":"(6-12)% increased Attack Speed","optional":false}],"flavourText":"So the seed of hate was born,\r|Evil forged and Hope forsworn.","itemType":"Two Handed Sword","chaosValue":212.61,"exaltedValue":2.67,"count":4},{"id":476,"name":"Edge of Madness","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandSwords/EdgeOfMadness.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":22,"baseType":"Etched Greatsword","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,-4.02,-12.71,-3.04,-3.40,1.78,-13.955],"totalChange":-24.22},"implicitModifiers":[{"text":"40% increased Accuracy Rating"}],"explicitModifiers":[{"text":"+1 to Level of Active Socketed Skill Gems","optional":false},{"text":"(44-60)% increased Physical Damage","optional":false},{"text":"Adds (60-67) to (90-102) Chaos Damage","optional":false},{"text":"1% increased Chaos Damage per Level","optional":false},{"text":"Adds 1 to 2 Physical Damage to Attacks per Level","optional":false}],"flavourText":"Soon, the pleas for mercy were muted.\r|Only one voice remained.\r|Laughing.","itemType":"Two Handed Sword","chaosValue":205.70,"exaltedValue":2.59,"count":4},{"id":790,"name":"Marohi Erqi","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandMaces/TwoHandMace2unique2.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":57,"baseType":"Karui Maul","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,-5.29,-15.68,-30.12,-46.89,-58.04,-64.15],"totalChange":-64.71},"implicitModifiers":[{"text":"30% increased Stun Duration on Enemies"}],"explicitModifiers":[{"text":"Socketed Gems are Supported by level 15 Increased Area of Effect","optional":false},{"text":"(220-250)% increased Physical Damage","optional":false},{"text":"Adds 10 to 20 Physical Damage","optional":false},{"text":"10% reduced Attack Speed","optional":false},{"text":"-100 to Accuracy Rating","optional":false},{"text":"10% reduced Movement Speed","optional":false},{"text":"(40-50)% increased Stun Duration on Enemies","optional":false}],"flavourText":"Lumbering as a sea lion, clumsy as a berry-drunk pigeon. That was Erqi. \r|It mattered little. When Erqi's maul fell true, so did its target.","itemType":"Two Handed Mace","chaosValue":185.03,"exaltedValue":2.33,"count":4},{"id":1361,"name":"Starforge","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandSwords/Starforge.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":67,"baseType":"Infernal Sword","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,-1.27,-4.99,-7.80,-7.70,-4.93,-13.11],"totalChange":-11.02},"implicitModifiers":[{"text":"30% increased Accuracy Rating"}],"explicitModifiers":[{"text":"(400-500)% increased Physical Damage","optional":false},{"text":"(5-8)% increased Attack Speed","optional":false},{"text":"+(90-100) to maximum Life","optional":false},{"text":"20% increased Area of Effect for Attacks","optional":false},{"text":"Deal no Elemental Damage","optional":false},{"text":"Your Physical Damage can Shock","optional":false}],"flavourText":"The end is written into the beginning.","itemType":"Two Handed Sword","chaosValue":181.24,"exaltedValue":2.28,"count":49},{"id":2176,"name":"Shiversting","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandSwords/TwoHandSword6Unique.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":14,"baseType":"Bastard Sword","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,-13.35,-32.37,-34.73,-41.92,-50.78,-65.645],"totalChange":-65.80},"implicitModifiers":[{"text":"40% increased Accuracy Rating"}],"explicitModifiers":[{"text":"(82-96)% increased Physical Damage","optional":false},{"text":"Adds 35 to 70 Cold Damage","optional":false},{"text":"0.6% of Physical Attack Damage Leeched as Mana","optional":false},{"text":"Cannot be Frozen","optional":false}],"flavourText":"Stoic visage, icy heart.\r|Life of sorrow, lived apart.","itemType":"Two Handed Sword","chaosValue":174.72,"exaltedValue":2.20,"count":3},{"id":2027,"name":"Quecholli","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandMaces/TwoHandMace5Unique.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":22,"baseType":"Jagged Maul","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[null,null,null,null,null,null,0.19],"totalChange":0.38},"implicitModifiers":[{"text":"30% increased Stun Duration on Enemies"}],"explicitModifiers":[{"text":"(96-98)% increased Physical Damage","optional":false},{"text":"Adds 5 to 25 Physical Damage","optional":false},{"text":"+(33-49) to all Attributes","optional":false},{"text":"+10 Life gained on Kill","optional":false},{"text":"Enemies killed explode dealing 10% of their Life as Fire Damage","optional":false}],"flavourText":"\"The finest prosperity grows from the direst\r|carnage. Such is the nature of progress.\"\r|- Doryani of the Vaal","itemType":"Two Handed Mace","chaosValue":158.98,"exaltedValue":2.0,"count":1},{"id":706,"name":"Kaom's Primacy","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandAxes/TwoHandAxe11Unique.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":58,"baseType":"Karui Chopper","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,-34.13,-16.04,0.40,-7.07,-3.86,-6.10],"totalChange":-4.51},"implicitModifiers":[],"explicitModifiers":[{"text":"(168-220)% increased Physical Damage","optional":false},{"text":"Adds (16-21) to (32-38) Fire Damage","optional":false},{"text":"+(150-250) to Accuracy Rating","optional":false},{"text":"+20 Life gained on Kill","optional":false},{"text":"Culling Strike","optional":false}],"flavourText":"One by one, Kaom slaughtered the weakest tribe\r|leaders until the others leapt to join his cause.","itemType":"Two Handed Axe","chaosValue":151.92,"exaltedValue":1.91,"count":3},{"id":1360,"name":"Starforge","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandSwords/Starforge.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":67,"baseType":"Infernal Sword","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-4.44,3.10,-4.15,-6.16,-2.76,-7.19],"totalChange":-5.71},"implicitModifiers":[{"text":"30% increased Accuracy Rating"}],"explicitModifiers":[{"text":"(400-500)% increased Physical Damage","optional":false},{"text":"(5-8)% increased Attack Speed","optional":false},{"text":"+(90-100) to maximum Life","optional":false},{"text":"20% increased Area of Effect for Attacks","optional":false},{"text":"Deal no Elemental Damage","optional":false},{"text":"Your Physical Damage can Shock","optional":false}],"flavourText":"The end is written into the beginning.","itemType":"Two Handed Sword","chaosValue":135.00,"exaltedValue":1.70,"count":49},{"id":691,"name":"Jorrhast's Blacksteel","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandMaces/JorrhastsBlacksteel.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":44,"baseType":"Steelhead","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,0.0,-1.47,-15.0,-15.0,-16.07,-32.71],"totalChange":-35.89},"implicitModifiers":[{"text":"45% increased Stun Duration on Enemies"}],"explicitModifiers":[{"text":"25% chance to Trigger level 20 Animate Weapon on Kill","optional":false},{"text":"(151-199)% increased Physical Damage","optional":false},{"text":"(8-12)% increased Attack Speed","optional":false},{"text":"(8-12)% increased Cast Speed","optional":false},{"text":"30% less Animate Weapon Duration","optional":false},{"text":"Weapons you Animate create an additional copy","optional":false}],"flavourText":"His flesh had long turned to dust,\r|but his vengeance lived on\r|in every scrap of iron he touched.","itemType":"Two Handed Mace","chaosValue":128.0,"exaltedValue":1.61,"count":2},{"id":1883,"name":"Windripper","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Bows/Eagle.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":66,"baseType":"Imperial Bow","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,-0.12,-1.33,2.28,1.42,2.31,16.56],"totalChange":20.60},"implicitModifiers":[{"text":"(20-24)% increased Elemental Damage with Attack Skills"}],"explicitModifiers":[{"text":"Adds (32-40) to (48-60) Cold Damage","optional":false},{"text":"Adds 1 to (80-100) Lightning Damage","optional":false},{"text":"(10-15)% increased Attack Speed","optional":false},{"text":"(60-80)% increased Critical Strike Chance","optional":false},{"text":"15% increased Quantity of Items Dropped by Slain Frozen Enemies","optional":false},{"text":"30% increased Rarity of Items Dropped by Slain Shocked Enemies","optional":false}],"flavourText":"It hunts; as silent as falling snow, as deadly as the tempest.","itemType":"Bow","chaosValue":127.32,"exaltedValue":1.60,"count":49},{"id":1515,"name":"The Goddess Unleashed","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/OneHandSwords/TheGoddessUnleashed.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":51,"baseType":"Eternal Sword","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,0.82,32.90,45.31,45.31,45.66,33.625],"totalChange":44.78},"implicitModifiers":[{"text":"+475 to Accuracy Rating"}],"explicitModifiers":[{"text":"Uses both hand slots","optional":false},{"text":"Adds (3-6) to (33-66) Physical Damage","optional":false},{"text":"(44-66)% increased Critical Strike Chance","optional":false},{"text":"33% increased Ignite Duration on Enemies","optional":false},{"text":"(66-99)% of Sword Physical Damage Added as Fire Damage","optional":false},{"text":"Gain Her Blessing for 3 seconds when you Ignite an Enemy","optional":false},{"text":"33% chance to Blind nearby Enemies when gaining Her Blessing","optional":false},{"text":"Cannot be Frozen, Chilled or Ignited with Her Blessing","optional":false},{"text":"20% increased Attack and Movement Speed with Her Blessing","optional":false}],"flavourText":"As a maiden I was bound; as a crone was I scorned\r|Promised power rarely found, delivered fury fairly thorned.\r|Not enough?...Fine. Now I am become both and another\r|To take your hand and cradle your talents, not smother\r|The consummate flames. So hush, dear, say not a word. \r|Bequeathed, betrayed...beloved. At last, I am the third.","itemType":"One Handed Sword","chaosValue":98.57,"exaltedValue":1.24,"count":19},{"id":1795,"name":"Void Battery","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/Wands/VoidBattery.png?scale=1&w=1&h=3","mapTier":0,"levelRequired":68,"baseType":"Prophecy Wand","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-3.90,3.73,7.13,3.54,-0.91,-1.965],"totalChange":-1.82},"implicitModifiers":[{"text":"(36-40)% increased Spell Damage"}],"explicitModifiers":[{"text":"80% reduced Spell Damage","optional":false},{"text":"(10-20)% increased Cast Speed","optional":false},{"text":"(50-65)% increased Global Critical Strike Chance","optional":false},{"text":"+(40-50) to maximum Mana","optional":false},{"text":"+1 to Maximum Power Charges","optional":false},{"text":"25% increased Spell Damage per Power Charge","optional":false}],"flavourText":"\"The trick is to give nothingness,\r|and to receive everything in return.\"\r|- Inquisitor Maligaro","itemType":"Wand","chaosValue":95.73,"exaltedValue":1.20,"count":49},{"id":623,"name":"Hezmana's Bloodlust","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandAxes/HezmanasBloodlust.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":64,"baseType":"Vaal Axe","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":6,"itemClass":3,"sparkline":{"data":[0.0,-10.97,-18.42,-17.13,-22.71,-25.89,-26.39],"totalChange":-20.39},"implicitModifiers":[],"explicitModifiers":[{"text":"(150-170)% increased Physical Damage","optional":false},{"text":"Adds (7-10) to (15-25) Physical Damage","optional":false},{"text":"1% of Physical Attack Damage Leeched as Life","optional":false},{"text":"Attacks have Blood Magic","optional":false}],"flavourText":"When a craving cannot be sated, any source will do.","itemType":"Two Handed Axe","chaosValue":87.69,"exaltedValue":1.10,"count":5},{"id":1765,"name":"Varunastra","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/OneHandSwords/Varunastra.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":64,"baseType":"Vaal Blade","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,5.63,-2.36,-11.82,-14.54,-13.60,-13.24],"totalChange":-14.05},"implicitModifiers":[{"text":"+460 to Accuracy Rating"}],"explicitModifiers":[{"text":"(40-60)% increased Physical Damage","optional":false},{"text":"Adds (30-45) to (80-100) Physical Damage","optional":false},{"text":"+(2-3) Mana gained for each Enemy hit by Attacks","optional":false},{"text":"Counts as all One Handed Melee Weapon Types","optional":false}],"flavourText":"\"Painful suicide in the hands of a fool, \r|Creative death in the hands of a master.\"\r|- Icius Perandus, Antiquities Collection, Item 2992","itemType":"One Handed Sword","chaosValue":85.00,"exaltedValue":1.07,"count":49},{"id":1882,"name":"Windripper","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Bows/Eagle.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":66,"baseType":"Imperial Bow","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-4.13,6.46,-0.72,9.05,10.84,19.505],"totalChange":21.74},"implicitModifiers":[{"text":"(20-24)% increased Elemental Damage with Attack Skills"}],"explicitModifiers":[{"text":"Adds (32-40) to (48-60) Cold Damage","optional":false},{"text":"Adds 1 to (80-100) Lightning Damage","optional":false},{"text":"(10-15)% increased Attack Speed","optional":false},{"text":"(60-80)% increased Critical Strike Chance","optional":false},{"text":"15% increased Quantity of Items Dropped by Slain Frozen Enemies","optional":false},{"text":"30% increased Rarity of Items Dropped by Slain Shocked Enemies","optional":false}],"flavourText":"It hunts; as silent as falling snow, as deadly as the tempest.","itemType":"Bow","chaosValue":85.00,"exaltedValue":1.07,"count":49},{"id":715,"name":"Kingmaker","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandAxes/Alexaxeandheartbreaker.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":66,"baseType":"Despot Axe","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,-13.05,-20.96,-21.59,-22.07,-22.07,-20.45],"totalChange":-18.84},"implicitModifiers":[],"explicitModifiers":[{"text":"(200-249)% increased Physical Damage","optional":false},{"text":"(7-12)% increased Attack Speed","optional":false},{"text":"(30-40)% increased Critical Strike Chance","optional":false},{"text":"Nearby Allies have 30% increased Item Rarity","optional":false},{"text":"Nearby Allies have Culling Strike","optional":false},{"text":"Insufficient Mana doesn't prevent your Melee Attacks","optional":false}],"flavourText":"A King and his people are linked together\r|like a soul and a beating heart.\r|Both can be severed by a same edge, \r|then forged anew.","itemType":"Two Handed Axe","chaosValue":70.00,"exaltedValue":0.88,"count":3},{"id":2014,"name":"Duskdawn","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Staves/SolarisLunarisStaff.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":64,"baseType":"Maelström Staff","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,4.85,4.15,16.17,39.50,79.90,20.405],"totalChange":37.87},"implicitModifiers":[{"text":"20% Chance to Block"}],"explicitModifiers":[{"text":"4% Chance to Block","optional":false},{"text":"(60-80)% increased Critical Strike Chance for Spells","optional":false},{"text":"Gain (10-20)% of Elemental Damage as Extra Chaos Damage","optional":false},{"text":"+1% to Critical Strike Multiplier per +1% Block Chance","optional":false},{"text":"+60% to Critical Strike Multiplier if you've dealt a Non-Critical Strike Recently","optional":false},{"text":"120% increased Spell Damage if you've dealt a Critical Strike Recently","optional":false}],"flavourText":"\"The world is not simply black and white,\r|it is not divided into good and evil.\r|But black and white, good and evil, do exist,\r|and we must know how to recognize them.\"\r|- Archbishop Geofri","itemType":"Staff","chaosValue":66.6,"exaltedValue":0.84,"count":5},{"id":435,"name":"Doomfletch's Prism","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Bows/DoomFletch.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":40,"baseType":"Royal Bow","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,-6.41,-7.34,-3.25,-8.92,2.82,12.595],"totalChange":16.75},"implicitModifiers":[{"text":"(20-24)% increased Elemental Damage with Attack Skills"}],"explicitModifiers":[{"text":"Adds (8-12) to (16-20) Physical Damage","optional":false},{"text":"(10-14)% increased Attack Speed","optional":false},{"text":"(30-40)% increased Critical Strike Chance","optional":false},{"text":"60% increased Mana Regeneration Rate","optional":false},{"text":"Gain 110% of Bow Physical Damage as Extra Damage of each Element","optional":false}],"flavourText":"\"The Vaal, a thousand years ago, \r|came up with more delightful methods of murder\r|than I could ever wish for.\" \r|- Koralus Doomfletch","itemType":"Bow","chaosValue":65.73,"exaltedValue":0.83,"count":49},{"id":2000,"name":"Kitava's Feast","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandAxes/KitavasHunger.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":68,"baseType":"Void Axe","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,-2.39,-1.35,-0.60,0.14,0.91,4.545],"totalChange":5.20},"implicitModifiers":[],"explicitModifiers":[{"text":"Socketed Gems are supported by level 25 Melee Splash","optional":false},{"text":"(250-300)% increased Physical Damage","optional":false},{"text":"1% of Physical Attack Damage Leeched as Life","optional":false},{"text":"1% of Physical Attack Damage Leeched as Mana","optional":false},{"text":"Recover 5% of Maximum Life on Kill","optional":false},{"text":"Enemies you hit are destroyed on Kill","optional":false}],"flavourText":"Hinekora bound Kitava to a rock \r|that Kitava could not lift with all his might.\r|Kitava vowed that when he broke free, \r|he would devour every soul in Hinekora's domain.","itemType":"Two Handed Axe","chaosValue":55.69,"exaltedValue":0.70,"count":22},{"id":434,"name":"Doomfletch's Prism","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Bows/DoomFletch.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":40,"baseType":"Royal Bow","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-1.97,-9.28,-8.68,-7.07,-5.17,5.115],"totalChange":-1.19},"implicitModifiers":[{"text":"(20-24)% increased Elemental Damage with Attack Skills"}],"explicitModifiers":[{"text":"Adds (8-12) to (16-20) Physical Damage","optional":false},{"text":"(10-14)% increased Attack Speed","optional":false},{"text":"(30-40)% increased Critical Strike Chance","optional":false},{"text":"60% increased Mana Regeneration Rate","optional":false},{"text":"Gain 110% of Bow Physical Damage as Extra Damage of each Element","optional":false}],"flavourText":"\"The Vaal, a thousand years ago, \r|came up with more delightful methods of murder\r|than I could ever wish for.\" \r|- Koralus Doomfletch","itemType":"Bow","chaosValue":54.00,"exaltedValue":0.68,"count":49},{"id":999,"name":"Queen's Escape","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandSwords/TwoHandSwordUnique3.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":38,"baseType":"Ornate Sword","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,-4.24,-9.21,-21.65,-26.93,-28.68,-19.035],"totalChange":-23.68},"implicitModifiers":[{"text":"+185 to Accuracy Rating"}],"explicitModifiers":[{"text":"Minions have (10-15)% increased maximum Life","optional":false},{"text":"Minions have (80-100)% increased Movement Speed","optional":false},{"text":"(150-200)% increased Skeleton Duration","optional":false},{"text":"25% increased Strength Requirement","optional":false},{"text":"Minions deal (10-15)% increased Damage","optional":false},{"text":"+1 to maximum number of Zombies","optional":false},{"text":"+1 to maximum number of Spectres","optional":false},{"text":"+1 to maximum number of Skeletons","optional":false}],"flavourText":"The soldiers stormed her throne room.\r|The guards held them at bay.|The peasants overwhelmed the guards.\r|The nobles paid for their lives.\r|The nobles took her throne,|and so she fled to the woods.","itemType":"Two Handed Sword","chaosValue":50.0,"exaltedValue":0.63,"count":47},{"id":2015,"name":"Xoph's Inception","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Bows/BloodPerigree.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":23,"baseType":"Bone Bow","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[null,0.0,0.0,0.0,-16.69,-19.80,-5.435],"totalChange":-10.87},"implicitModifiers":[],"explicitModifiers":[{"text":"(70-90)% increased Physical Damage","optional":false},{"text":"+(20-30) Life gained on Killing Ignited Enemies","optional":false},{"text":"Gain 20% of Physical Damage as Extra Fire Damage","optional":false},{"text":"10% chance to Ignite","optional":false}],"flavourText":"Upon the red pyre we are born.\r|\r|{This item can be transformed with a Blessing of Xoph}","itemType":"Bow","chaosValue":50.0,"exaltedValue":0.63,"count":1},{"id":2076,"name":"Dying Breath","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Staves/DyingBreath.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":18,"baseType":"Iron Staff","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,-6.76,-8.85,18.60,114.33,122.27,120.995],"totalChange":79.14},"implicitModifiers":[{"text":"18% Chance to Block"}],"explicitModifiers":[{"text":"18% increased Cast Speed","optional":false},{"text":"18% increased maximum Mana","optional":false},{"text":"18% increased Area of Effect of Aura Skills","optional":false},{"text":"18% increased Area of Effect of Curse Skills","optional":false},{"text":"Nearby Enemies have 18% increased Effect of Curses on them","optional":false},{"text":"Nearby allies gain 18% increased Damage","optional":false},{"text":"18% increased effect of Non-Curse Auras you Cast","optional":false}],"flavourText":"The whispers of the dead\r|Carry wisdom for the living,\r|If you are willing to give your life\r|To listen.","itemType":"Staff","chaosValue":45.62,"exaltedValue":0.57,"count":6},{"id":307,"name":"Cospri's Malice","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandSwords/CosprisMalice.png?scale=1&w=1&h=4","mapTier":0,"levelRequired":68,"baseType":"Jewelled Foil","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.37,-13.31,-23.18,-27.53,-22.82,-24.345],"totalChange":-23.68},"implicitModifiers":[{"text":"+25% to Global Critical Strike Multiplier"}],"explicitModifiers":[{"text":"No Physical Damage","optional":false},{"text":"Adds (80-100) to (160-200) Cold Damage","optional":false},{"text":"Adds (40-60) to (90-110) Cold Damage to Spells","optional":false},{"text":"(8-14)% increased Attack Speed","optional":false},{"text":"+257 Intelligence Requirement","optional":false},{"text":"60% increased Critical Strike Chance against Chilled Enemies","optional":false},{"text":"Trigger a Socketed Cold Spell on Melee Critical Strike","optional":false}],"flavourText":"Breathe deep, my child.\r|Let the frigid air engulf your soul.\r|Embrace the eternal cold, \r|And it will embrace you back.","itemType":"One Handed Sword","chaosValue":45.00,"exaltedValue":0.57,"count":49},{"id":1455,"name":"The Cauteriser","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandAxes/TwoHandAxe_spare.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":40,"baseType":"Woodsplitter","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,-11.62,10.58,15.68,26.87,30.40,47.175],"totalChange":40.19},"implicitModifiers":[],"explicitModifiers":[{"text":"+1 to Level of Socketed Strength Gems","optional":false},{"text":"(80-100)% increased Physical Damage","optional":false},{"text":"Adds (35-45) to (80-90) Physical Damage","optional":false},{"text":"+(15-30) to Strength","optional":false},{"text":"Gain 70% of Physical Damage as Extra Fire Damage","optional":false},{"text":"Culling Strike","optional":false}],"flavourText":"A burned branch leaks sap no more.","itemType":"Two Handed Axe","chaosValue":45.0,"exaltedValue":0.57,"count":6},{"id":1022,"name":"Realm Ender","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Staves/Staff5unique.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":40,"baseType":"Iron Staff","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,10.37,12.02,87.47,109.64,110.81,106.40],"totalChange":106.11},"implicitModifiers":[{"text":"18% Chance to Block"}],"explicitModifiers":[{"text":"+1 to Level of Socketed Fire Gems","optional":false},{"text":"+1 to Level of Socketed Cold Gems","optional":false},{"text":"+2 to Level of Socketed Elemental Gems","optional":false},{"text":"Socketed Gems are Supported by level 5 Cold to Fire","optional":false},{"text":"Adds (10-15) to (20-25) Fire Damage","optional":false},{"text":"Adds (10-15) to (20-25) Cold Damage","optional":false},{"text":"(30-50)% increased Elemental Damage","optional":false}],"flavourText":"\"The flames are surely coming.\r|I just pray I am long dead before they arrive.\"\r|- Archbishop Geofri","itemType":"Staff","chaosValue":43.0,"exaltedValue":0.54,"count":10},{"id":690,"name":"Jorrhast's Blacksteel","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandMaces/JorrhastsBlacksteel.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":44,"baseType":"Steelhead","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-12.71,-12.91,3.80,5.66,8.16,6.325],"totalChange":2.10},"implicitModifiers":[{"text":"45% increased Stun Duration on Enemies"}],"explicitModifiers":[{"text":"25% chance to Trigger level 20 Animate Weapon on Kill","optional":false},{"text":"(150-200)% increased Physical Damage","optional":false},{"text":"(8-12)% increased Attack Speed","optional":false},{"text":"(8-12)% increased Cast Speed","optional":false},{"text":"30% less Animate Weapon Duration","optional":false},{"text":"Weapons you Animate create an additional copy","optional":false}],"flavourText":"His flesh had long turned to dust,\r|but his vengeance lived on\r|in every scrap of iron he touched.","itemType":"Two Handed Mace","chaosValue":40.00,"exaltedValue":0.50,"count":28},{"id":900,"name":"Oro's Sacrifice","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandSwords/OrosSacrifice.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":67,"baseType":"Infernal Sword","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,-2.54,-3.90,0.47,11.27,24.30,14.945],"totalChange":17.48},"implicitModifiers":[{"text":"30% increased Accuracy Rating"}],"explicitModifiers":[{"text":"No Physical Damage","optional":false},{"text":"Adds (425-475) to (550-600) Fire Damage","optional":false},{"text":"(10-15)% increased Attack Speed","optional":false},{"text":"20% chance to Ignite","optional":false},{"text":"10% increased Physical Damage taken","optional":false},{"text":"10% increased Fire Damage taken","optional":false},{"text":"Culling Strike against Burning Enemies","optional":false},{"text":"Gain a Frenzy Charge if an Attack Ignites an Enemy","optional":false}],"flavourText":"Give yourself to the flames and your name\r|will burn in the minds of men forever.","itemType":"Two Handed Sword","chaosValue":40.00,"exaltedValue":0.50,"count":49},{"id":1979,"name":"Ngamahu's Flame","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandMaces/RiriTeNgamahu.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":55,"baseType":"Abyssal Axe","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,-3.42,-10.00,-12.88,-9.51,-14.20,-13.99],"totalChange":-11.27},"implicitModifiers":[],"explicitModifiers":[{"text":"20% chance to Trigger Level 16 Molten Burst on Melee Hit","optional":false},{"text":"(190-230)% increased Physical Damage","optional":false},{"text":"(8-12)% increased Attack Speed","optional":false},{"text":"50% of Physical Damage Converted to Fire Damage","optional":false},{"text":"Damage Penetrates 20% Fire Resistance","optional":false}],"flavourText":"\"The Karui savages claim the weapon was forged by their fire god.\r|I'm rather inclined to believe them.\"\r|- Fairgraves, Renowned Explorer","itemType":"Two Handed Axe","chaosValue":40.0,"exaltedValue":0.50,"count":49},{"id":2021,"name":"Uul-Netol's Embrace","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandAxes/UulNetolsKissUpgraded.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":64,"baseType":"Vaal Axe","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,17.76,14.53,21.26,33.68,28.95,10.23],"totalChange":10.23},"implicitModifiers":[],"explicitModifiers":[{"text":"Trigger Level 20 Bone Nova when you Kill a Bleeding Enemy","optional":false},{"text":"(281-320)% increased Physical Damage","optional":false},{"text":"(25-30)% reduced Attack Speed","optional":false},{"text":"Attacks have 25% chance to inflict Bleeding when Hitting Cursed Enemies","optional":false}],"flavourText":"At last she holds us,\r|and so we turn to dust.","itemType":"Two Handed Axe","chaosValue":40.00,"exaltedValue":0.50,"count":8},{"id":1898,"name":"Xirgil's Crank","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Staves/Staff7unique.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":28,"baseType":"Coiled Staff","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,-8.46,-29.80,-33.55,-26.04,-14.30,-13.51],"totalChange":-13.50},"implicitModifiers":[{"text":"20% Chance to Block"}],"explicitModifiers":[{"text":"+1 to Level of Socketed Gems","optional":false},{"text":"15% Chance to Block","optional":false},{"text":"(60-80)% increased Spell Damage","optional":false},{"text":"+(70-100) to maximum Energy Shield","optional":false},{"text":"Reflects 1 to 150 Lightning Damage to Melee Attackers","optional":false},{"text":"20% chance for Energy Shield Recharge to start when you Block","optional":false}],"flavourText":"\"Since one with knowledge of machines\r|might be able to bring the labyrinth to a standstill, \r|Izaro had us place many boobytrapped decoys.\r|But I know which switch brings the monster down.\"\r|- Xirgil, Trapbuilder's final words.","itemType":"Staff","chaosValue":38.69,"exaltedValue":0.49,"count":8},{"id":39,"name":"Agnerod West","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Staves/Staff6unique.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":66,"baseType":"Imperial Staff","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,0.09,2.18,3.23,2.50,0.58,21.68],"totalChange":40.09},"implicitModifiers":[{"text":"18% Chance to Block"}],"explicitModifiers":[{"text":"+2 to Level of Socketed Lightning Gems","optional":false},{"text":"+(80-120) to Intelligence","optional":false},{"text":"(30-50)% increased Lightning Damage","optional":false},{"text":"Adds (5-15) to (101-140) Lightning Damage to Spells","optional":false},{"text":"40% increased Strength Requirement","optional":false},{"text":"Damage Penetrates 20% Lightning Resistance","optional":false}],"flavourText":"One for each corner of the great Vinktar Square.","itemType":"Staff","chaosValue":37.91,"exaltedValue":0.48,"count":8},{"id":268,"name":"Chin Sol","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Bows/Bow5unique.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":62,"baseType":"Assassin Bow","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,-8.64,-2.03,-3.42,-4.68,-0.35,-0.46],"totalChange":-0.42},"implicitModifiers":[],"explicitModifiers":[{"text":"(150-180)% increased Physical Damage","optional":false},{"text":"+(10-20) to Dexterity","optional":false},{"text":"Adds 25 to 50 Fire Damage","optional":false},{"text":"(10-14)% increased Attack Speed","optional":false},{"text":"100% More Bow Damage at Close Range","optional":false},{"text":"Bow Knockback at Close Range","optional":false}],"flavourText":"As a soldier you want to get close to enemy archers.\r|That is not the case when fighting the Maraketh.","itemType":"Bow","chaosValue":37.89,"exaltedValue":0.48,"count":49},{"id":1598,"name":"The Searing Touch","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Staves/Staff4unique.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":60,"baseType":"Lathi","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,16.34,10.13,8.67,12.10,35.86,25.05],"totalChange":19.69},"implicitModifiers":[{"text":"18% Chance to Block"}],"explicitModifiers":[{"text":"+2 to Level of Socketed Fire Gems","optional":false},{"text":"(70-90)% increased Fire Damage","optional":false},{"text":"10% increased Cast Speed","optional":false},{"text":"70% increased Burning Damage","optional":false}],"flavourText":"Burn to cinders, scar and maim,\r|Rule a world, bathed in flame.","itemType":"Staff","chaosValue":35.23,"exaltedValue":0.44,"count":13},{"id":401,"name":"Death's Opus","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Bows/Deathsharp.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":44,"baseType":"Death Bow","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,-1.76,-6.66,-4.38,-2.00,-0.42,-5.17],"totalChange":-12.29},"implicitModifiers":[{"text":"(30-50)% increased Critical Strike Chance"}],"explicitModifiers":[{"text":"(100-125)% increased Physical Damage","optional":false},{"text":"Adds (10-20) to (30-35) Physical Damage","optional":false},{"text":"10% increased Attack Speed","optional":false},{"text":"+100% to Global Critical Strike Multiplier","optional":false},{"text":"2 additional Arrows","optional":false}],"flavourText":"The overture stretches thin,\r|The chorus gathers to begin.\r|Stacatto, drone, a rest drawn long,\r|Another hears Death's final song.","itemType":"Bow","chaosValue":35.00,"exaltedValue":0.44,"count":49},{"id":1391,"name":"Taryn's Shiver","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Staves/Tarynsshiver.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":64,"baseType":"Maelström Staff","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,8.77,9.10,7.36,12.68,12.01,7.50],"totalChange":18.38},"implicitModifiers":[{"text":"20% Chance to Block"}],"explicitModifiers":[{"text":"+2 to Level of Socketed Cold Gems","optional":false},{"text":"(50-60)% increased Spell Damage","optional":false},{"text":"(40-50)% increased Cold Damage","optional":false},{"text":"(10-20)% increased Cast Speed","optional":false},{"text":"8% chance to Freeze","optional":false},{"text":"Enemies Frozen by you take 20% increased Damage","optional":false}],"flavourText":"Shed by the winged beast of night,\r|A scaly frost-encrusted thorn.\r|All who feel its wintry light\r|Shiver in pain at the frozen dawn.","itemType":"Staff","chaosValue":35.00,"exaltedValue":0.44,"count":49},{"id":1402,"name":"Terminus Est","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandSwords/TwoHandSwordUnique2.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":51,"baseType":"Tiger Sword","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,22.53,43.29,36.32,45.66,71.88,41.36],"totalChange":36.90},"implicitModifiers":[{"text":"+360 to Accuracy Rating"}],"explicitModifiers":[{"text":"(220-260)% increased Physical Damage","optional":false},{"text":"20% increased Attack Speed","optional":false},{"text":"(50-75)% increased Critical Strike Chance","optional":false},{"text":"+10 Mana gained on Kill","optional":false},{"text":"10% increased Movement Speed","optional":false},{"text":"Gain a Frenzy Charge on Critical Strike","optional":false}],"flavourText":"His final sensation was of the executioner's blade.\r|It was not cold, instead warm and reassuring,\r|murmuring a promise of better times ahead.\r|Smiling, he returned death's embrace.","itemType":"Two Handed Sword","chaosValue":35.00,"exaltedValue":0.44,"count":49},{"id":1997,"name":"Duskdawn","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Staves/SolarisLunarisStaff.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":64,"baseType":"Maelström Staff","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-3.44,-12.42,-11.14,-15.20,-15.04,-22.03],"totalChange":-22.63},"implicitModifiers":[{"text":"20% Chance to Block"}],"explicitModifiers":[{"text":"4% Chance to Block","optional":false},{"text":"(60-80)% increased Critical Strike Chance for Spells","optional":false},{"text":"Gain (10-20)% of Elemental Damage as Extra Chaos Damage","optional":false},{"text":"+1% to Critical Strike Multiplier per +1% Block Chance","optional":false},{"text":"+60% to Critical Strike Multiplier if you've dealt a Non-Critical Strike Recently","optional":false},{"text":"120% increased Spell Damage if you've dealt a Critical Strike Recently","optional":false}],"flavourText":"\"The world is not simply black and white,\r|it is not divided into good and evil.\r|But black and white, good and evil, do exist,\r|and we must know how to recognize them.\"\r|- Archbishop Geofri","itemType":"Staff","chaosValue":35.00,"exaltedValue":0.44,"count":35},{"id":639,"name":"Hrimnor's Dirge","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandMaces/TwoHandMace6Unique.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":36,"baseType":"Sledgehammer","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,36.28,67.73,129.55,121.95,111.25,102.10],"totalChange":102.05},"implicitModifiers":[{"text":"45% increased Stun Duration on Enemies"}],"explicitModifiers":[{"text":"(147-200)% increased Physical Damage","optional":false},{"text":"Adds (10-19) to (30-40) Physical Damage","optional":false},{"text":"+10 to Strength","optional":false},{"text":"15% reduced Enemy Stun Threshold","optional":false},{"text":"1% of Physical Attack Damage Leeched as Life","optional":false},{"text":"(40-50)% increased Stun Duration on Enemies","optional":false},{"text":"Gain 50% of Physical Damage as Extra Cold Damage","optional":false}],"flavourText":"The last sweet music to touch Hrimnor's ears\r|passed right beneath his chin.","itemType":"Two Handed Mace","chaosValue":34.67,"exaltedValue":0.44,"count":3},{"id":1019,"name":"Reach of the Council","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Bows/BowOfTheCouncil.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":64,"baseType":"Spine Bow","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,-6.86,-12.70,-13.14,-18.99,-13.31,-17.15],"totalChange":-21.48},"implicitModifiers":[],"explicitModifiers":[{"text":"(40-50)% increased Physical Damage","optional":false},{"text":"Adds (15-30) to (70-95) Physical Damage","optional":false},{"text":"(8-12)% increased Attack Speed","optional":false},{"text":"2 additional Arrows","optional":false},{"text":"20% reduced Projectile Speed","optional":false}],"flavourText":"We stand together. We strike together.","itemType":"Bow","chaosValue":34.59,"exaltedValue":0.44,"count":49},{"id":756,"name":"Lioneye's Glare","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Bows/Bow8unique.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":66,"baseType":"Imperial Bow","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,4.82,0.70,-8.24,-6.10,-11.12,-9.885],"totalChange":-12.30},"implicitModifiers":[{"text":"(20-24)% increased Elemental Damage with Attack Skills"}],"explicitModifiers":[{"text":"(150-175)% increased Physical Damage","optional":false},{"text":"Adds (6-12) to (20-32) Physical Damage","optional":false},{"text":"(10-20)% increased Attack Speed","optional":false},{"text":"+(80-100) to maximum Mana","optional":false},{"text":"Hits can't be Evaded","optional":false},{"text":"Far Shot","optional":false}],"flavourText":"\"See without doubt, slay without hesitation.\"\r|- Marceus Lioneye of Sarn","itemType":"Bow","chaosValue":34.37,"exaltedValue":0.43,"count":49},{"id":935,"name":"Pillar of the Caged God","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Staves/PillaroftheCagedGod.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":13,"baseType":"Long Staff","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,1.29,12.17,-13.07,-8.81,-9.53,3.31],"totalChange":14.78},"implicitModifiers":[{"text":"18% Chance to Block"}],"explicitModifiers":[{"text":"1% increased Area of Effect per 20 Intelligence","optional":false},{"text":"1% increased Attack Speed per 10 Dexterity","optional":false},{"text":"16% increased Physical Weapon Damage per 10 Strength","optional":false}],"flavourText":"Forged to rule the waves and tide\r|Destined to serve the monkey's paw\r|Strong as a tower of iron\r|Deft as the needle doubt","itemType":"Staff","chaosValue":33.85,"exaltedValue":0.43,"count":2},{"id":2093,"name":"Martyr of Innocence","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Staves/MartyrInnocence.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":52,"baseType":"Highborn Staff","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,0.58,-1.39,20.04,38.11,56.55,59.65],"totalChange":57.44},"implicitModifiers":[{"text":"18% Chance to Block"}],"explicitModifiers":[{"text":"Grants level 15 Vengeance Skill","optional":false},{"text":"(12-16)% Chance to Block","optional":false},{"text":"Adds (350-400) to (500-600) Fire Damage","optional":false},{"text":"Adds (130-150) to (200-250) Fire Damage to Spells","optional":false},{"text":"100% increased Fire Damage if you have been Hit Recently","optional":false},{"text":"Damage Penetrates 15% of Fire Resistance if you have Blocked Recently","optional":false},{"text":"Immune to Freeze and Chill while Ignited","optional":false}],"flavourText":"You have been found guilty.\r|Let the fires cleanse you of your sins.","itemType":"Staff","chaosValue":32.81,"exaltedValue":0.41,"count":6},{"id":1723,"name":"Trypanon","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandMaces/Trypanon.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":40,"baseType":"Great Mallet","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,-14.32,-31.62,-37.93,-0.56,-0.56,-7.625],"totalChange":-14.69},"implicitModifiers":[{"text":"30% increased Stun Duration on Enemies"}],"explicitModifiers":[{"text":"50% reduced Attack Speed","optional":false},{"text":"All Attacks with this Weapon are Critical Strikes","optional":false}],"flavourText":"\"Though ingenius instruments have been found,\r|it seems surgery before thaumaturgy\r|was not so delicate.\"\r|- Icius Perandus, Antiquities Collection, Item 3546","itemType":"Two Handed Mace","chaosValue":31.98,"exaltedValue":0.40,"count":3},{"id":728,"name":"Kongor's Undying Rage","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandMaces/KongorsUndyingRage.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":67,"baseType":"Terror Maul","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,-2.47,4.40,20.06,18.27,19.75,24.90],"totalChange":27.45},"implicitModifiers":[{"text":"30% increased Stun Duration on Enemies"}],"explicitModifiers":[{"text":"Adds (43-56) to (330-400) Physical Damage","optional":false},{"text":"(30-40)% increased Critical Strike Chance","optional":false},{"text":"+(15-20)% to all Elemental Resistances","optional":false},{"text":"Hits can't be Evaded","optional":false},{"text":"Your Critical Strikes do not deal extra Damage","optional":false},{"text":"You gain Onslaught for 4 seconds on Critical Strike","optional":false}],"flavourText":"Command like a king and nothing will stand in your way.","itemType":"Two Handed Mace","chaosValue":31.22,"exaltedValue":0.39,"count":21},{"id":1630,"name":"The Tempest","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Bows/Stormcloud.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":32,"baseType":"Long Bow","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,20.22,1.09,12.18,17.99,11.49,106.57],"totalChange":56.40},"implicitModifiers":[],"explicitModifiers":[{"text":"No Physical Damage","optional":false},{"text":"100% increased Lightning Damage","optional":false},{"text":"Adds 1 to 85 Lightning Damage","optional":false},{"text":"(36-50)% increased Attack Speed","optional":false}],"flavourText":"Where steel-grey clouds gather and crash together,\r|a storm is sure to follow.","itemType":"Bow","chaosValue":31.03,"exaltedValue":0.39,"count":9},{"id":1310,"name":"Silverbranch","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Bows/Bow1Unique.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":0,"baseType":"Crude Bow","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,3.50,-0.62,-7.07,-17.33,-26.72,-38.035],"totalChange":-37.77},"implicitModifiers":[],"explicitModifiers":[{"text":"+1 to Level of Socketed Bow Gems","optional":false},{"text":"(81-100)% increased Physical Damage","optional":false},{"text":"10% increased Attack Speed","optional":false},{"text":"+30 to Accuracy Rating","optional":false},{"text":"+10 Mana gained on Kill","optional":false}],"flavourText":"\"The wild takes care of its own.\"\r|- Hyrri of the Karui","itemType":"Bow","chaosValue":30.73,"exaltedValue":0.39,"count":11},{"id":630,"name":"Hiltless","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandSwords/Hiltless.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":59,"baseType":"Reaver Sword","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[141.275,null,671.55,602.21,573.65,501.65,529.525],"totalChange":550.46},"implicitModifiers":[{"text":"40% increased Accuracy Rating"}],"explicitModifiers":[{"text":"Socketed Gems are Supported by level 1 Blood Magic","optional":false},{"text":"Adds (90-115) to (230-260) Physical Damage","optional":false},{"text":"(40-50)% increased Critical Strike Chance","optional":false},{"text":"Enemies you Attack Reflect 100 Physical Damage to you","optional":false},{"text":"+2 to Weapon range","optional":false}],"flavourText":"The cuts on my hands are a small price to pay\r|for the opportunity to drive my steel\r|beyond the flesh and into the demon's soul.","itemType":"Two Handed Sword","chaosValue":30.70,"exaltedValue":0.39,"count":3},{"id":1307,"name":"Silverbough","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Bows/Bow1Unique.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":36,"baseType":"Crude Bow","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,29.90,80.77,140.93,166.61,136.84,133.16],"totalChange":133.16},"implicitModifiers":[],"explicitModifiers":[{"text":"+1 to Level of Socketed Gems","optional":false},{"text":"+1 to Level of Socketed Bow Gems","optional":false},{"text":"(80-100)% increased Physical Damage","optional":false},{"text":"Adds (15-25) to (50-60) Physical Damage","optional":false},{"text":"10% increased Attack Speed","optional":false},{"text":"+30 to Accuracy Rating","optional":false},{"text":"+10 Mana gained on Kill","optional":false}],"flavourText":"The lone tree grows thickest.","itemType":"Bow","chaosValue":30.42,"exaltedValue":0.38,"count":3},{"id":522,"name":"Femurs of the Saints","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Staves/FemursoftheSaints.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":58,"baseType":"Primordial Staff","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,14.23,15.11,10.23,13.50,10.70,16.42],"totalChange":16.56},"implicitModifiers":[{"text":"18% Chance to Block"}],"explicitModifiers":[{"text":"+2 to Level of Socketed Minion Gems","optional":false},{"text":"Minions Regenerate (1.5-2.5)% Life per second","optional":false},{"text":"2% increased Minion Attack and Cast Speed per Skeleton you own","optional":false},{"text":"2% increased Minion Duration per Zombie you own","optional":false},{"text":"(8-12)% increased Minion Damage per Spectre you own","optional":false}],"flavourText":"\"They spent a lifetime in the service of God, \r|only to spend eternity in the service of me.\" \r|- Kadavrus, Surgeon to the Umbra","itemType":"Staff","chaosValue":30.00,"exaltedValue":0.38,"count":12},{"id":622,"name":"Hezmana's Bloodlust","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandAxes/HezmanasBloodlust.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":64,"baseType":"Vaal Axe","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,-9.66,-12.75,-3.13,7.66,19.02,13.555],"totalChange":20.02},"implicitModifiers":[],"explicitModifiers":[{"text":"(150-170)% increased Physical Damage","optional":false},{"text":"Adds (7-10) to (15-25) Physical Damage","optional":false},{"text":"1% of Physical Attack Damage Leeched as Life","optional":false},{"text":"Attacks have Blood Magic","optional":false}],"flavourText":"When a craving cannot be sated, any source will do.","itemType":"Two Handed Axe","chaosValue":30.00,"exaltedValue":0.38,"count":24},{"id":871,"name":"Null's Inclination","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Bows/NullBow.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":60,"baseType":"Ranger Bow","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,3.34,16.36,17.91,14.96,-3.39,0.025],"totalChange":-2.99},"implicitModifiers":[],"explicitModifiers":[{"text":"Adds (50-80) to (130-180) Chaos Damage","optional":false},{"text":"(7-12)% increased Attack Speed","optional":false},{"text":"+(7-11)% to Chaos Resistance","optional":false},{"text":"+212 Intelligence Requirement","optional":false},{"text":"Minions deal 1% increased Damage per 10 Dexterity","optional":false},{"text":"Trigger Socketed Minion Spells on Kill with this Weapon","optional":false}],"flavourText":"The hunt continues when the prey falls.","itemType":"Bow","chaosValue":30.00,"exaltedValue":0.38,"count":8},{"id":1002,"name":"Quill Rain","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Bows/Bow2unique.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":5,"baseType":"Short Bow","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,3.13,7.17,7.80,6.55,-1.62,-7.775],"totalChange":-7.64},"implicitModifiers":[],"explicitModifiers":[{"text":"100% increased Physical Damage","optional":false},{"text":"+(10-20) to Dexterity","optional":false},{"text":"100% increased Attack Speed","optional":false},{"text":"+(25-50) to Accuracy Rating","optional":false},{"text":"+2 Mana gained for each Enemy hit by Attacks","optional":false},{"text":"(50-100)% increased Projectile Speed","optional":false},{"text":"40% less Weapon Damage","optional":false}],"flavourText":"\"The rain of a thousand quills that whittle\r|present into past, life into death.\"\r|- Rigwald of the Ezomytes","itemType":"Bow","chaosValue":30.00,"exaltedValue":0.38,"count":43},{"id":1315,"name":"Sire of Shards","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Staves/Radience.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":49,"baseType":"Serpentine Staff","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,1.02,6.07,0.56,6.18,3.64,-5.00],"totalChange":-5.00},"implicitModifiers":[{"text":"20% Chance to Block"}],"explicitModifiers":[{"text":"Socketed Gems fire 4 additional Projectiles","optional":false},{"text":"Socketed Gems fire Projectiles in a Nova","optional":false},{"text":"+(15-20) to all Attributes","optional":false},{"text":"+(5-7)% to all Elemental Resistances","optional":false},{"text":"(60-100)% increased Projectile Damage","optional":false},{"text":"20% increased Light Radius","optional":false}],"flavourText":"That which was broken may yet break.","itemType":"Staff","chaosValue":30.00,"exaltedValue":0.38,"count":46},{"id":1714,"name":"Tremor Rod","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Staves/MineStaff.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":45,"baseType":"Military Staff","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,-3.41,-4.80,-7.00,-13.67,-17.34,-17.16],"totalChange":-17.16},"implicitModifiers":[{"text":"18% Chance to Block"}],"explicitModifiers":[{"text":"Socketed Gems are Supported by level 10 Remote Mine","optional":false},{"text":"35% less Mine Damage","optional":false},{"text":"(40-60)% increased Spell Damage","optional":false},{"text":"(15-20)% reduced Enemy Stun Threshold","optional":false},{"text":"(40-60)% increased Mine Laying Speed","optional":false},{"text":"Mines can be Detonated an additional time","optional":false}],"flavourText":"The best way to gain the element of surprise,\r|is to let your enemy learn your plans,\r|and execute them - twice.","itemType":"Staff","chaosValue":30.00,"exaltedValue":0.38,"count":38},{"id":2148,"name":"Tidebreaker","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandMaces/Tidebreaker.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":65,"baseType":"Imperial Maul","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,-14.25,-19.70,-23.07,-16.19,-24.76,-24.92],"totalChange":-24.91},"implicitModifiers":[{"text":"30% increased Stun Duration on Enemies"}],"explicitModifiers":[{"text":"Socketed Gems are Supported by Level 20 Endurance Charge on Melee Stun","optional":false},{"text":"Adds (60-70) to (300-350) Physical Damage","optional":false},{"text":"+40 to Intelligence","optional":false},{"text":"10% increased Physical Damage per Endurance Charge","optional":false},{"text":"(20-30)% reduced Enemy Stun Threshold with this Weapon","optional":false}],"flavourText":"The sea strikes the rock relentlessly.\r|Whether in one day or in ten thousand years,\r|eventually the rock will crumble,\r|and the Brine King's domain will grow.","itemType":"Two Handed Mace","chaosValue":30.00,"exaltedValue":0.38,"count":16},{"id":1520,"name":"The Harvest","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandAxes/TheExtractor.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":37,"baseType":"Jasper Chopper","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,0.12,11.65,15.53,6.89,6.88,1.58],"totalChange":-0.80},"implicitModifiers":[],"explicitModifiers":[{"text":"(120-140)% increased Physical Damage","optional":false},{"text":"1.2% of Damage Leeched as Life on Critical Strike","optional":false},{"text":"3% increased Global Critical Strike Chance per Level","optional":false},{"text":"Gain a Flask Charge when you deal a Critical Strike","optional":false}],"flavourText":"Let it grow and gather inside them,\r|Let it flow through their veins.\r|Don't waste a drop.","itemType":"Two Handed Axe","chaosValue":29.65,"exaltedValue":0.37,"count":11},{"id":956,"name":"Pledge of Hands","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Staves/PledgeofHands.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":68,"baseType":"Judgement Staff","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,8.65,9.81,2.25,9.82,-2.89,-5.15],"totalChange":-5.82},"implicitModifiers":[{"text":"18% Chance to Block"}],"explicitModifiers":[{"text":"Socketed Gems are Supported by level 30 Spell Echo","optional":false},{"text":"(120-160)% increased Spell Damage","optional":false},{"text":"100% increased maximum Mana","optional":false}],"flavourText":"\"To shake a hand is to double your power.\"\r|- Jaetai, Queen's Advisor","itemType":"Staff","chaosValue":29.62,"exaltedValue":0.37,"count":49},{"id":615,"name":"Hegemony's Era","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Staves/HegemonysEra.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":68,"baseType":"Judgement Staff","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,7.71,10.99,12.07,19.92,21.34,22.855],"totalChange":19.79},"implicitModifiers":[{"text":"18% Chance to Block"}],"explicitModifiers":[{"text":"6% Chance to Block","optional":false},{"text":"Adds (180-190) to (190-220) Physical Damage","optional":false},{"text":"(12-16)% increased Attack Speed","optional":false},{"text":"(20-30)% increased Critical Strike Chance","optional":false},{"text":"+1 to Maximum Power Charges","optional":false},{"text":"10% chance to gain a Power Charge if you Knock an Enemy Back with Melee Damage","optional":false}],"flavourText":"The right to rule demands mental acuity,\r|a strong arm,\r|And a tenacious sense of justice.","itemType":"Staff","chaosValue":29.52,"exaltedValue":0.37,"count":18},{"id":438,"name":"Doomsower","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandSwords/DoomSower.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":65,"baseType":"Lion Sword","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,-0.04,-0.03,-0.03,-0.03,-0.03,-2.89],"totalChange":-1.03},"implicitModifiers":[{"text":"+470 to Accuracy Rating"}],"explicitModifiers":[{"text":"Socketed Melee Gems have 15% increased Area of Effect","optional":false},{"text":"Socketed Red Gems get 10% Physical Damage as Extra Fire Damage","optional":false},{"text":"(50-70)% increased Physical Damage","optional":false},{"text":"Adds (65-75) to (100-110) Physical Damage","optional":false},{"text":"(6-12)% increased Attack Speed","optional":false}],"flavourText":"So the seed of hate was born,\r|Evil forged and Hope forsworn.","itemType":"Two Handed Sword","chaosValue":29.30,"exaltedValue":0.37,"count":33},{"id":1056,"name":"Rigwald's Charge","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandSwords/TwoHandSword5Unique.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":44,"baseType":"Highland Blade","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,67.51,99.34,65.55,94.60,95.46,103.665],"totalChange":102.05},"implicitModifiers":[{"text":"+305 to Accuracy Rating"}],"explicitModifiers":[{"text":"(120-150)% increased Physical Damage","optional":false},{"text":"20% increased Attack Speed","optional":false},{"text":"+(150-200) to Accuracy Rating","optional":false},{"text":"10% increased Movement Speed","optional":false}],"flavourText":"\"Today, clansmen, my sword is my voice!\"\r|- Rigwald, at the Battle of Glarryn","itemType":"Two Handed Sword","chaosValue":28.48,"exaltedValue":0.36,"count":4},{"id":680,"name":"Iron Commander","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Bows/IronCommendant.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":32,"baseType":"Death Bow","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,-1.90,-7.57,-9.79,-1.45,-7.65,-6.735],"totalChange":-5.61},"implicitModifiers":[{"text":"(30-50)% increased Critical Strike Chance"}],"explicitModifiers":[{"text":"Adds (8-12) to (16-24) Physical Damage","optional":false},{"text":"(14-20)% increased Attack Speed","optional":false},{"text":"(14-20)% increased Totem Life","optional":false},{"text":"(14-20)% increased Totem Placement speed","optional":false},{"text":"Can have 1 additional Siege Ballista Totem per 200 Dexterity","optional":false},{"text":"Adds 1 to 3 Physical Damage to Attacks per 25 Dexterity","optional":false}],"flavourText":"The Eternals commanded an army that need not eat, sleep, or breathe\r|without the usual depravities of necromancy.","itemType":"Bow","chaosValue":27.99,"exaltedValue":0.35,"count":11},{"id":2243,"name":"The Enmity Divine","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Staves/Rage Staff.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":66,"baseType":"Imperial Staff","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,-30.13,8.07,51.20,59.75,61.60,71.095],"totalChange":69.89},"implicitModifiers":[{"text":"18% Chance to Block"}],"explicitModifiers":[{"text":"Socketed Gems are supported by level 10 Life Leech","optional":false},{"text":"Grants Summon Harbinger of Brutality Skill","optional":false},{"text":"5% Chance to Block","optional":false},{"text":"Adds (160-185) to (200-225) Physical Damage","optional":false},{"text":"(30-40)% increased Critical Strike Chance","optional":false}],"flavourText":"<><><><><>\r|<><><><><><><>\r|<><><><><><>\r|<><><><><><><><><><><><><>","itemType":"Staff","chaosValue":27.74,"exaltedValue":0.35,"count":14},{"id":475,"name":"Edge of Madness","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandSwords/EdgeOfMadness.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":22,"baseType":"Etched Greatsword","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,2.06,5.56,4.15,2.10,3.54,19.23],"totalChange":10.34},"implicitModifiers":[{"text":"40% increased Accuracy Rating"}],"explicitModifiers":[{"text":"+1 to Level of Active Socketed Skill Gems","optional":false},{"text":"(40-60)% increased Physical Damage","optional":false},{"text":"Adds (60-68) to (90-102) Chaos Damage","optional":false},{"text":"1% increased Chaos Damage per Level","optional":false},{"text":"Adds 1 to 2 Physical Damage to Attacks per Level","optional":false}],"flavourText":"Soon, the pleas for mercy were muted.\r|Only one voice remained.\r|Laughing.","itemType":"Two Handed Sword","chaosValue":26.97,"exaltedValue":0.34,"count":14},{"id":395,"name":"Death's Harp","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Bows/Deathsharp.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":32,"baseType":"Death Bow","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,4.31,-2.97,-7.13,-10.06,-12.38,-12.42],"totalChange":-12.61},"implicitModifiers":[{"text":"(30-50)% increased Critical Strike Chance"}],"explicitModifiers":[{"text":"(100-125)% increased Physical Damage","optional":false},{"text":"10% increased Attack Speed","optional":false},{"text":"+100% to Global Critical Strike Multiplier","optional":false},{"text":"Adds an additional Arrow","optional":false}],"flavourText":"The mournful music of the strings,\r|The creaking arch, the arrow sings.\r|A choking cry, a rattled breath,\r|The Reaper's Song, the Harp of Death.","itemType":"Bow","chaosValue":25.00,"exaltedValue":0.31,"count":28},{"id":996,"name":"Queen's Decree","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandSwords/TwoHandSwordUnique3.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":27,"baseType":"Ornate Sword","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,52.70,31.16,-0.01,32.27,47.00,30.575],"totalChange":23.09},"implicitModifiers":[{"text":"+185 to Accuracy Rating"}],"explicitModifiers":[{"text":"Minions have (10-15)% increased maximum Life","optional":false},{"text":"(150-200)% increased Skeleton Duration","optional":false},{"text":"25% increased Strength Requirement","optional":false},{"text":"Minions deal (10-15)% increased Damage","optional":false},{"text":"+1 to maximum number of Zombies","optional":false},{"text":"+1 to maximum number of Spectres","optional":false},{"text":"+1 to maximum number of Skeletons","optional":false}],"flavourText":"The nobles wanted to take her throne.\r|She let the peasants take their wealth.\r|The peasants wanted to take her wealth.\r|She let the soldiers take their heads.\r|The soldiers wanted to take her head.\r|She sat on her throne and wept.","itemType":"Two Handed Sword","chaosValue":25.00,"exaltedValue":0.31,"count":16},{"id":2003,"name":"Uul-Netol's Kiss","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandAxes/UulNetolsKiss.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":49,"baseType":"Labrys","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,-7.66,-27.29,-28.05,-29.54,-30.09,-30.09],"totalChange":-30.09},"implicitModifiers":[],"explicitModifiers":[{"text":"(140-169)% increased Physical Damage","optional":false},{"text":"15% reduced Attack Speed","optional":false},{"text":"25% chance to Curse Enemies with level 10 Vulnerability on Hit","optional":false},{"text":"Attacks have 25% chance to inflict Bleeding when Hitting Cursed Enemies","optional":false}],"flavourText":"We feel the Mother's love\r|and beg to return to her womb.\r|\r|{This item can be transformed with a Blessing of Uul-Netol}","itemType":"Two Handed Axe","chaosValue":25.00,"exaltedValue":0.31,"count":3},{"id":714,"name":"Kingmaker","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandAxes/Alexaxeandheartbreaker.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":66,"baseType":"Despot Axe","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-12.32,-5.49,-12.20,-13.85,-14.21,-15.77],"totalChange":-16.69},"implicitModifiers":[],"explicitModifiers":[{"text":"(200-250)% increased Physical Damage","optional":false},{"text":"(7-12)% increased Attack Speed","optional":false},{"text":"(30-40)% increased Critical Strike Chance","optional":false},{"text":"Nearby Allies have 30% increased Item Rarity","optional":false},{"text":"Nearby Allies have Culling Strike","optional":false},{"text":"Insufficient Mana doesn't prevent your Melee Attacks","optional":false}],"flavourText":"A King and his people are linked together\r|like a soul and a beating heart.\r|Both can be severed by a same edge, \r|then forged anew.","itemType":"Two Handed Axe","chaosValue":24.61,"exaltedValue":0.31,"count":38},{"id":1989,"name":"Xoph's Nurture","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Bows/BloodPerigreeBREACH.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":64,"baseType":"Citadel Bow","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,-5.20,-7.79,-21.93,-23.33,-28.22,-6.345],"totalChange":-21.95},"implicitModifiers":[],"explicitModifiers":[{"text":"(251-300)% increased Physical Damage","optional":false},{"text":"50% of Physical Damage Converted to Fire Damage","optional":false},{"text":"10% chance to Ignite","optional":false},{"text":"Ignites your Skills cause spread to other Enemies within a Radius of 12","optional":false},{"text":"Recover (40-60) Life when you Ignite an Enemy","optional":false}],"flavourText":"Upon the grey winds his love spreads.","itemType":"Bow","chaosValue":22.40,"exaltedValue":0.28,"count":15},{"id":432,"name":"Doomfletch","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Bows/DoomFletch.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":28,"baseType":"Royal Bow","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,-17.47,-17.91,-28.03,-24.21,-24.50,-18.085],"totalChange":-14.93},"implicitModifiers":[{"text":"(20-24)% increased Elemental Damage with Attack Skills"}],"explicitModifiers":[{"text":"Adds (8-12) to (16-20) Physical Damage","optional":false},{"text":"(10-14)% increased Attack Speed","optional":false},{"text":"(30-40)% increased Critical Strike Chance","optional":false},{"text":"60% increased Mana Regeneration Rate","optional":false},{"text":"Gain 110% of Bow Physical Damage as Extra Damage of an Element","optional":false}],"flavourText":"\"Toasted or frozen\r|Or twitching in the light\r|I'm not fussy\r|And neither is Death.\"\r|- Koralus Doomfletch","itemType":"Bow","chaosValue":21.58,"exaltedValue":0.27,"count":49},{"id":190,"name":"Brain Rattler","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandMaces/BrainScrambler.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":63,"baseType":"Meatgrinder","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,-0.90,-6.11,-9.07,-5.22,-3.44,-0.44],"totalChange":0.0},"implicitModifiers":[{"text":"30% increased Stun Duration on Enemies"}],"explicitModifiers":[{"text":"Adds (80-100) to (320-370) Physical Damage","optional":false},{"text":"50% of Physical Damage Converted to Lightning Damage","optional":false},{"text":"15% chance to Shock","optional":false},{"text":"10% chance to Cause Monsters to Flee","optional":false},{"text":"Damage Penetrates 20% Lightning Resistance","optional":false},{"text":"Enemies you Shock have 30% reduced Cast Speed","optional":false},{"text":"Enemies you Shock have 20% reduced Movement Speed","optional":false}],"flavourText":"The mind may have no limits, but the skull sure does.","itemType":"Two Handed Mace","chaosValue":20.00,"exaltedValue":0.25,"count":24},{"id":724,"name":"Kondo's Pride","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandSwords/KondosPride.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":70,"baseType":"Ezomyte Blade","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,-2.35,-7.57,-9.64,-1.13,-1.90,-0.475],"totalChange":-5.22},"implicitModifiers":[{"text":"+435 to Accuracy Rating"}],"explicitModifiers":[{"text":"(270-320)% increased Physical Damage","optional":false},{"text":"0.6% of Physical Attack Damage Leeched as Life","optional":false},{"text":"50% increased Melee Damage against Bleeding Enemies","optional":false},{"text":"Cannot Leech Life from Critical Strikes","optional":false},{"text":"30% chance to Blind Enemies on Critical Strike","optional":false},{"text":"50% chance to cause Bleeding on Critical Strike","optional":false}],"flavourText":"Faintly gleaming in the moonlit night,\r|Kondo's Pride was primed to fight.\r|Driven by an inner fire,\r|bloodlust, spite and ill desire.\r|He swiftly moved to strike them all,\r|wreaking havoc like a steel squall.","itemType":"Two Handed Sword","chaosValue":20.00,"exaltedValue":0.25,"count":46},{"id":1322,"name":"Slivertongue","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Bows/SilverTongue.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":68,"baseType":"Harbinger Bow","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,-7.24,-7.24,-7.24,-6.90,-2.44,-4.235],"totalChange":-5.73},"implicitModifiers":[{"text":"(30-50)% increased Critical Strike Chance"}],"explicitModifiers":[{"text":"Adds (60-75) to (170-220) Physical Damage","optional":false},{"text":"100% increased Critical Strike Chance with arrows that Fork","optional":false},{"text":"Arrows that Pierce have 50% chance to inflict Bleeding","optional":false},{"text":"Arrows Pierce all Targets after Chaining","optional":false}],"flavourText":"A hundred blind heads, each seeking the taste of prey on the air.","itemType":"Bow","chaosValue":20.00,"exaltedValue":0.25,"count":27},{"id":1814,"name":"Voltaxic Rift","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Bows/Voidshaft.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":64,"baseType":"Spine Bow","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,-9.06,-6.34,-14.54,-13.06,-13.06,-13.185],"totalChange":-13.31},"implicitModifiers":[],"explicitModifiers":[{"text":"Adds 1 to (275-325) Lightning Damage","optional":false},{"text":"(10-15)% increased Attack Speed","optional":false},{"text":"60% of Lightning Damage Converted to Chaos Damage","optional":false},{"text":"10% chance to Shock","optional":false},{"text":"Your Chaos Damage can Shock","optional":false}],"flavourText":"The eldritch storm descended upon us, and bruised lightning\r|rained down. Metal withered and flesh melted before its\r|arcane power. There was no escape, no shelter. Only despair.","itemType":"Bow","chaosValue":20.00,"exaltedValue":0.25,"count":23},{"id":1972,"name":"Shade of Solaris","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/Wands/SolarisWand.png?scale=1&w=1&h=3","mapTier":0,"levelRequired":30,"baseType":"Sage Wand","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,5.76,-3.14,1.15,8.69,12.64,18.52],"totalChange":19.73},"implicitModifiers":[{"text":"(17-21)% increased Spell Damage"}],"explicitModifiers":[{"text":"Gain (10-20)% of Elemental Damage as Extra Chaos Damage","optional":false},{"text":"Critical Strikes deal no Damage","optional":false},{"text":"120% increased Spell Damage if you've dealt a Critical Strike Recently","optional":false}],"flavourText":"Without light, there can be no shadow.","itemType":"Wand","chaosValue":20.00,"exaltedValue":0.25,"count":49},{"id":400,"name":"Death's Opus","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Bows/Deathsharp.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":44,"baseType":"Death Bow","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-9.77,-9.34,-9.27,-12.52,-10.02,-8.275],"totalChange":-11.90},"implicitModifiers":[{"text":"(30-50)% increased Critical Strike Chance"}],"explicitModifiers":[{"text":"(100-125)% increased Physical Damage","optional":false},{"text":"Adds (10-20) to (30-35) Physical Damage","optional":false},{"text":"10% increased Attack Speed","optional":false},{"text":"+100% to Global Critical Strike Multiplier","optional":false},{"text":"2 additional Arrows","optional":false}],"flavourText":"The overture stretches thin,\r|The chorus gathers to begin.\r|Stacatto, drone, a rest drawn long,\r|Another hears Death's final song.","itemType":"Bow","chaosValue":19.98,"exaltedValue":0.25,"count":49},{"id":1335,"name":"Soul Taker","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/OneHandAxes/Alexaxe.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":59,"baseType":"Siege Axe","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,3.01,11.68,5.25,23.85,13.89,5.80],"totalChange":1.92},"implicitModifiers":[],"explicitModifiers":[{"text":"(100-140)% increased Physical Damage","optional":false},{"text":"Adds 10 to 20 Physical Damage","optional":false},{"text":"(20-25)% increased Attack Speed","optional":false},{"text":"+(20-25)% to Cold Resistance","optional":false},{"text":"Insufficient Mana doesn't prevent your Melee Attacks","optional":false},{"text":"Your Physical Damage can Chill","optional":false}],"flavourText":"It is too easy for the soul to escape from an open heart.","itemType":"One Handed Axe","chaosValue":19.81,"exaltedValue":0.25,"count":49},{"id":1878,"name":"Wideswing","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandAxes/Wideswing.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":18,"baseType":"Poleaxe","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,-27.32,-60.95,-73.81,-32.30,-41.33,-9.425],"totalChange":-8.01},"implicitModifiers":[],"explicitModifiers":[{"text":"Socketed Gems are Supported by level 20 Increased Area of Effect","optional":false},{"text":"(120-160)% increased Physical Damage","optional":false},{"text":"+10 to Strength","optional":false},{"text":"+(51-80) to Accuracy Rating","optional":false},{"text":"+10 Mana gained on Kill","optional":false},{"text":"+2 to Weapon range","optional":false}],"flavourText":"Bargg Wurmkin once severed the heads \r|of seven men in a single cleave.","itemType":"Two Handed Axe","chaosValue":19.41,"exaltedValue":0.24,"count":4},{"id":36,"name":"Agnerod South","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Staves/Staff6unique.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":66,"baseType":"Imperial Staff","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,-4.08,-11.60,-11.76,-11.76,-10.72,-6.55],"totalChange":-5.04},"implicitModifiers":[{"text":"18% Chance to Block"}],"explicitModifiers":[{"text":"+2 to Level of Socketed Lightning Gems","optional":false},{"text":"+(80-120) to Intelligence","optional":false},{"text":"(30-50)% increased Lightning Damage","optional":false},{"text":"+5% to maximum Lightning Resistance","optional":false},{"text":"40% increased Strength Requirement","optional":false},{"text":"Damage Penetrates 20% Lightning Resistance","optional":false}],"flavourText":"One for each corner of the great Vinktar Square.","itemType":"Staff","chaosValue":19.34,"exaltedValue":0.24,"count":6},{"id":33,"name":"Agnerod North","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Staves/Staff6unique.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":66,"baseType":"Imperial Staff","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,-13.31,-28.51,-40.62,-40.79,-40.64,-43.82],"totalChange":-42.43},"implicitModifiers":[{"text":"18% Chance to Block"}],"explicitModifiers":[{"text":"+2 to Level of Socketed Lightning Gems","optional":false},{"text":"+(80-120) to Intelligence","optional":false},{"text":"(30-50)% increased Lightning Damage","optional":false},{"text":"40% increased Strength Requirement","optional":false},{"text":"15% chance to Shock","optional":false},{"text":"Damage Penetrates 20% Lightning Resistance","optional":false}],"flavourText":"One for each corner of the great Vinktar Square.","itemType":"Staff","chaosValue":19.17,"exaltedValue":0.24,"count":6},{"id":1028,"name":"Reaper's Pursuit","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandAxes/TwoHandAxeUnique1.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":33,"baseType":"Shadow Axe","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,-0.34,0.05,1.20,1.20,11.37,3.495],"totalChange":14.88},"implicitModifiers":[],"explicitModifiers":[{"text":"(100-125)% increased Physical Damage","optional":false},{"text":"(30-40)% increased Rarity of Items found","optional":false},{"text":"+10 Life gained on Kill","optional":false},{"text":"15% increased Movement Speed when on Full Life","optional":false},{"text":"Culling Strike","optional":false},{"text":"Hits can't be Evaded","optional":false}],"flavourText":"Accept your fate, or lie, pretend.\r|Death collects you in the end.","itemType":"Two Handed Axe","chaosValue":18.43,"exaltedValue":0.23,"count":3},{"id":196,"name":"Breath of the Council","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/Scepters/Plaguebringer.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":66,"baseType":"Carnal Sceptre","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,3.43,4.22,-2.76,-8.52,-0.80,-10.345],"totalChange":-11.27},"implicitModifiers":[{"text":"32% increased Elemental Damage"}],"explicitModifiers":[{"text":"(260-310)% increased Physical Damage","optional":false},{"text":"(80-100)% increased Chaos Damage","optional":false},{"text":"10% increased Area of Effect of Area Skills","optional":false},{"text":"40% increased Chaos Skill Effect Duration","optional":false}],"flavourText":"Breathe deep, and give yourself over to eternity.","itemType":"One Handed Mace","chaosValue":18.29,"exaltedValue":0.23,"count":49},{"id":1369,"name":"Storm Cloud","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Bows/Stormcloud.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":9,"baseType":"Long Bow","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,-19.77,-21.35,-11.66,-13.82,-28.96,-37.835],"totalChange":-35.03},"implicitModifiers":[],"explicitModifiers":[{"text":"No Physical Damage","optional":false},{"text":"Adds 1 to (75-85) Lightning Damage","optional":false},{"text":"(36-50)% increased Attack Speed","optional":false}],"flavourText":"Centuries of development in steel armoursmithing\r|turned the armies of the Eternal Empire\r|into very effective lightning rods.","itemType":"Bow","chaosValue":18.01,"exaltedValue":0.23,"count":7},{"id":1071,"name":"Roth's Reach","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Bows/SarkhamsReach.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":18,"baseType":"Recurve Bow","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,10.69,-2.73,-8.81,-0.85,-3.73,-3.73],"totalChange":-3.73},"implicitModifiers":[],"explicitModifiers":[{"text":"(60-80)% increased Physical Damage","optional":false},{"text":"(4-8)% increased Attack Speed","optional":false},{"text":"Skills Chain +1 times","optional":false},{"text":"30% increased Projectile Speed","optional":false},{"text":"(20-40)% increased Elemental Damage with Attack Skills","optional":false}],"flavourText":"\"Exiled to the sea; what a joke. \r|I'm more free than I've ever been.\"\r|- Captain Weylam \"Rot-tooth\" Roth of the Black Crest","itemType":"Bow","chaosValue":17.55,"exaltedValue":0.22,"count":6},{"id":558,"name":"Geofri's Baptism","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandMaces/TwoHandMace7Unique.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":27,"baseType":"Brass Maul","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,2.12,8.89,7.06,-3.12,-42.60,-10.955],"totalChange":-18.79},"implicitModifiers":[{"text":"30% increased Stun Duration on Enemies"}],"explicitModifiers":[{"text":"200% increased Physical Damage","optional":false},{"text":"Adds 11 to 23 Cold Damage","optional":false},{"text":"(10-20)% increased Stun Duration on Enemies","optional":false},{"text":"Never deal Critical Strikes","optional":false}],"flavourText":"\"One quick tap is all the persuasion you'll need.\"\r|- Archbishop Geofri of Phrecia Cathedral","itemType":"Two Handed Mace","chaosValue":15.5,"exaltedValue":0.19,"count":2},{"id":1673,"name":"The Whispering Ice","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Staves/Staff8unique.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":33,"baseType":"Vile Staff","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,-4.53,-8.96,50.05,62.34,61.27,61.38],"totalChange":61.27},"implicitModifiers":[{"text":"18% Chance to Block"}],"explicitModifiers":[{"text":"+1 to Level of Socketed Support Gems","optional":false},{"text":"Grants level 1 Icestorm Skill","optional":false},{"text":"(8-12)% increased Cast Speed","optional":false},{"text":"1% increased Spell Damage per 10 Intelligence","optional":false},{"text":"(14-18)% increased Intelligence","optional":false}],"flavourText":"Guard your darkest thoughts well, for they are\r|the cracks through which the Nightmare crawls.","itemType":"Staff","chaosValue":15.00,"exaltedValue":0.19,"count":12},{"id":789,"name":"Marohi Erqi","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandMaces/TwoHandMace2unique2.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":57,"baseType":"Karui Maul","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,0.57,7.27,4.88,-4.16,-14.50,-20.61],"totalChange":-18.99},"implicitModifiers":[{"text":"30% increased Stun Duration on Enemies"}],"explicitModifiers":[{"text":"Socketed Gems are Supported by level 15 Increased Area of Effect","optional":false},{"text":"(220-250)% increased Physical Damage","optional":false},{"text":"Adds 10 to 20 Physical Damage","optional":false},{"text":"10% reduced Attack Speed","optional":false},{"text":"-100 to Accuracy Rating","optional":false},{"text":"10% reduced Movement Speed","optional":false},{"text":"(40-50)% increased Stun Duration on Enemies","optional":false}],"flavourText":"Lumbering as a sea lion, clumsy as a berry-drunk pigeon. That was Erqi. \r|It mattered little. When Erqi's maul fell true, so did its target.","itemType":"Two Handed Mace","chaosValue":14.42,"exaltedValue":0.18,"count":28},{"id":356,"name":"Darkscorn","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Bows/Darkscorn.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":62,"baseType":"Assassin Bow","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,8.62,5.44,5.41,-24.93,-27.29,-29.01],"totalChange":-28.64},"implicitModifiers":[],"explicitModifiers":[{"text":"(130-150)% increased Physical Damage","optional":false},{"text":"Adds (10-15) to (15-20) Physical Damage","optional":false},{"text":"10% increased Attack Speed","optional":false},{"text":"25% of Physical Damage Converted to Chaos Damage","optional":false},{"text":"(15-30)% increased Accuracy Rating","optional":false},{"text":"25% of Physical Damage taken as Chaos Damage","optional":false}],"flavourText":"\"The Spirit of War knows nothing of good and evil.\r|It knows only destruction.\"\r|- Sekhema Asenath","itemType":"Bow","chaosValue":13.97,"exaltedValue":0.18,"count":9},{"id":753,"name":"Limbsplit","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandAxes/TwoHandAxe_spare.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":13,"baseType":"Woodsplitter","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,-0.04,15.77,16.55,2.76,-37.76,-19.785],"totalChange":-19.13},"implicitModifiers":[],"explicitModifiers":[{"text":"+1 to Level of Socketed Strength Gems","optional":false},{"text":"(80-100)% increased Physical Damage","optional":false},{"text":"Adds 5 to 10 Physical Damage","optional":false},{"text":"+(15-30) to Strength","optional":false},{"text":"Culling Strike","optional":false}],"flavourText":"Swinging through the air, it sings\r|of sundered, severed, missing things.","itemType":"Two Handed Axe","chaosValue":13.49,"exaltedValue":0.17,"count":4},{"id":1470,"name":"The Dancing Dervish","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandSwords/Rhysblade.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":59,"baseType":"Reaver Sword","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,-3.84,-3.84,-2.98,3.12,15.25,28.09],"totalChange":30.97},"implicitModifiers":[{"text":"40% increased Accuracy Rating"}],"explicitModifiers":[{"text":"(161-189)% increased Physical Damage","optional":false},{"text":"(25-30)% increased Attack Speed","optional":false},{"text":"5% increased Movement Speed","optional":false},{"text":"Rampage","optional":false},{"text":"Triggers Level 15 Manifest Dancing Dervish on Rampage","optional":false},{"text":"Manifested Dancing Dervish disables both weapon slots","optional":false},{"text":"Manifested Dancing Dervish dies when Rampage ends","optional":false}],"flavourText":"Take your partner by the hand,\r|Keep your steps in time.\r|Swing together, spin apart,\r|And dance with death sublime.","itemType":"Two Handed Sword","chaosValue":13.48,"exaltedValue":0.17,"count":4},{"id":705,"name":"Kaom's Primacy","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandAxes/TwoHandAxe11Unique.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":58,"baseType":"Karui Chopper","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,-12.29,-18.06,-19.53,-30.16,-21.12,-31.695],"totalChange":-34.53},"implicitModifiers":[],"explicitModifiers":[{"text":"(160-220)% increased Physical Damage","optional":false},{"text":"Adds (16-21) to (32-38) Fire Damage","optional":false},{"text":"+(150-250) to Accuracy Rating","optional":false},{"text":"+20 Life gained on Kill","optional":false},{"text":"Culling Strike","optional":false}],"flavourText":"One by one, Kaom slaughtered the weakest tribe\r|leaders until the others leapt to join his cause.","itemType":"Two Handed Axe","chaosValue":13.33,"exaltedValue":0.17,"count":31},{"id":1974,"name":"Kitava's Feast","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandAxes/KitavasHunger.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":68,"baseType":"Void Axe","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-6.65,-15.54,-15.09,-15.55,-13.08,-8.095],"totalChange":-6.40},"implicitModifiers":[],"explicitModifiers":[{"text":"Socketed Gems are supported by level 25 Melee Splash","optional":false},{"text":"(250-300)% increased Physical Damage","optional":false},{"text":"1% of Physical Attack Damage Leeched as Life","optional":false},{"text":"1% of Physical Attack Damage Leeched as Mana","optional":false},{"text":"Recover 5% of Maximum Life on Kill","optional":false},{"text":"Enemies you hit are destroyed on Kill","optional":false}],"flavourText":"Hinekora bound Kitava to a rock \r|that Kitava could not lift with all his might.\r|Kitava vowed that when he broke free, \r|he would devour every soul in Hinekora's domain.","itemType":"Two Handed Axe","chaosValue":13.07,"exaltedValue":0.16,"count":49},{"id":30,"name":"Agnerod East","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Staves/Staff6unique.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":66,"baseType":"Imperial Staff","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,-1.41,7.03,0.13,-8.49,-9.41,-13.36],"totalChange":-16.63},"implicitModifiers":[{"text":"18% Chance to Block"}],"explicitModifiers":[{"text":"+2 to Level of Socketed Lightning Gems","optional":false},{"text":"+(80-120) to Intelligence","optional":false},{"text":"(30-50)% increased Lightning Damage","optional":false},{"text":"100% increased Shock Duration on Enemies","optional":false},{"text":"40% increased Strength Requirement","optional":false},{"text":"Damage Penetrates 20% Lightning Resistance","optional":false}],"flavourText":"One for each corner of the great Vinktar Square.","itemType":"Staff","chaosValue":12.89,"exaltedValue":0.16,"count":7},{"id":1800,"name":"Voidhome","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandMaces/Voidhome.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":54,"baseType":"Dread Maul","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,-70.30,-80.71,-82.16,-84.28,-84.28,-85.925],"totalChange":-86.72},"implicitModifiers":[{"text":"30% increased Stun Duration on Enemies"}],"explicitModifiers":[{"text":"150% increased Physical Damage","optional":false},{"text":"50% increased Attack Speed","optional":false},{"text":"(31-50)% reduced Rarity of Items found","optional":false},{"text":"(30-50)% reduced Experience gain","optional":false},{"text":"0.4% of Physical Attack Damage Leeched as Mana","optional":false}],"flavourText":"Cursed is the star whence it came.","itemType":"Two Handed Mace","chaosValue":12.67,"exaltedValue":0.16,"count":3},{"id":1516,"name":"The Gryphon","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/OneHandAxes/Screamingeagle.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":32,"baseType":"Jade Hatchet","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-13.65,-12.20,-16.01,-13.27,-13.42,1.045],"totalChange":-7.87},"implicitModifiers":[],"explicitModifiers":[{"text":"Socketed Gems are supported by Level 2 Chance to Flee","optional":false},{"text":"(170-190)% increased Physical Damage","optional":false},{"text":"Adds (10-15) to (25-30) Physical Damage","optional":false},{"text":"+(10-15) to maximum Life","optional":false},{"text":"+(5-7) Life gained on Kill","optional":false},{"text":"10% increased Movement Speed","optional":false},{"text":"15% increased Movement Speed if you've Killed Recently","optional":false}],"flavourText":"The gryphon knows only the hunt and the flight.","itemType":"One Handed Axe","chaosValue":12.08,"exaltedValue":0.15,"count":49},{"id":38,"name":"Agnerod West","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Staves/Staff6unique.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":66,"baseType":"Imperial Staff","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-2.17,-8.30,-11.78,-21.46,-14.66,-20.88],"totalChange":-17.30},"implicitModifiers":[{"text":"18% Chance to Block"}],"explicitModifiers":[{"text":"+2 to Level of Socketed Lightning Gems","optional":false},{"text":"+(80-120) to Intelligence","optional":false},{"text":"(30-50)% increased Lightning Damage","optional":false},{"text":"Adds (5-15) to (100-140) Lightning Damage to Spells","optional":false},{"text":"40% increased Strength Requirement","optional":false},{"text":"Damage Penetrates 20% Lightning Resistance","optional":false}],"flavourText":"One for each corner of the great Vinktar Square.","itemType":"Staff","chaosValue":12.00,"exaltedValue":0.15,"count":49},{"id":641,"name":"Hrimnor's Hymn","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandMaces/TwoHandMace6Unique.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":17,"baseType":"Sledgehammer","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,124.61,238.49,238.49,null,576.99,272.34],"totalChange":170.79},"implicitModifiers":[{"text":"45% increased Stun Duration on Enemies"}],"explicitModifiers":[{"text":"(144-200)% increased Physical Damage","optional":false},{"text":"+10 to Strength","optional":false},{"text":"15% reduced Enemy Stun Threshold","optional":false},{"text":"1% of Physical Attack Damage Leeched as Life","optional":false},{"text":"(40-50)% increased Stun Duration on Enemies","optional":false}],"flavourText":"\"The crack of bone, the spray of blood.\r|Is there sweeter music?\"\r|- Hrimnor of the Ezomytes.","itemType":"Two Handed Mace","chaosValue":12.0,"exaltedValue":0.15,"count":2},{"id":874,"name":"Nuro's Harp","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Bows/NurosPurifyingHarp.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":68,"baseType":"Harbinger Bow","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,-4.90,-16.52,-23.80,-22.58,-22.05,14.735],"totalChange":-2.80},"implicitModifiers":[{"text":"(30-50)% increased Critical Strike Chance"}],"explicitModifiers":[{"text":"No Physical Damage","optional":false},{"text":"Adds (120-140) to (180-210) Cold Damage","optional":false},{"text":"(10-15)% increased Attack Speed","optional":false},{"text":"(10-30)% increased Light Radius","optional":false},{"text":"15% chance to create Chilled Ground when you Freeze an Enemy","optional":false},{"text":"Create Consecrated Ground when you Shatter an Enemy","optional":false},{"text":"40% increased Effect of Chilled Ground","optional":false}],"flavourText":"Night's frost becomes morning's dew\r|Darkness cleansed, pure and new.","itemType":"Bow","chaosValue":12.00,"exaltedValue":0.15,"count":8},{"id":673,"name":"Infractem","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Bows/Infractem.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":53,"baseType":"Decimation Bow","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,29.45,28.02,28.01,28.05,29.22,4.79],"totalChange":0.81},"implicitModifiers":[{"text":"(30-50)% increased Critical Strike Chance"}],"explicitModifiers":[{"text":"(110-125)% increased Physical Damage","optional":false},{"text":"Adds (25-35) to (36-45) Physical Damage","optional":false},{"text":"+(20-30) to Dexterity","optional":false},{"text":"+(200-250) to Accuracy Rating","optional":false},{"text":"10% increased Movement Speed","optional":false},{"text":"Cannot Leech Life","optional":false},{"text":"Arrows Pierce all Targets","optional":false}],"flavourText":"Mark us with mercy, then press on with care,\r|Execute us steadily, notch away at our despair.","itemType":"Bow","chaosValue":11.40,"exaltedValue":0.14,"count":8},{"id":821,"name":"Mjölner","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/OneHandMaces/Mjolner.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":60,"baseType":"Gavel","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-26.97,-20.68,-17.06,-19.52,-5.44,-0.86],"totalChange":2.38},"implicitModifiers":[{"text":"15% reduced Enemy Stun Threshold"}],"explicitModifiers":[{"text":"(80-120)% increased Physical Damage","optional":false},{"text":"Skills Chain +1 times","optional":false},{"text":"+300 Intelligence Requirement","optional":false},{"text":"+200 Strength Requirement","optional":false},{"text":"Trigger a Socketed Lightning Spell on Hit\nSocketed Lightning Spells deal 100% increased Spell Damage if Triggered","optional":false},{"text":"(30-40)% increased Lightning Damage with Attack Skills","optional":false}],"flavourText":"Look the storm in the eye and you will have its respect.","itemType":"One Handed Mace","chaosValue":11.09,"exaltedValue":0.14,"count":49},{"id":2204,"name":"Debeon's Dirge","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandAxes/StringAxe.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":66,"baseType":"Despot Axe","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,-0.28,-1.69,-1.84,-0.06,0.55,9.87],"totalChange":10.50},"implicitModifiers":[],"explicitModifiers":[{"text":"Adds (310-350) to (460-500) Cold Damage","optional":false},{"text":"15% increased Movement Speed if you've used a Warcry Recently","optional":false},{"text":"150% increased Elemental Damage if you've used a Warcry Recently","optional":false},{"text":"Warcries Knock Enemies Back in an Area","optional":false}],"flavourText":"A sharp and heavy beat,\r|discorded, out of tune,\r|when you hear it on the wind,\r|you know death will follow soon.","itemType":"Two Handed Axe","chaosValue":10.59,"exaltedValue":0.13,"count":33},{"id":29,"name":"Agnerod East","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Staves/Staff6unique.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":66,"baseType":"Imperial Staff","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-6.75,-9.34,-21.58,-28.24,-33.20,-31.395],"totalChange":-31.77},"implicitModifiers":[{"text":"18% Chance to Block"}],"explicitModifiers":[{"text":"+2 to Level of Socketed Lightning Gems","optional":false},{"text":"+(80-120) to Intelligence","optional":false},{"text":"(30-50)% increased Lightning Damage","optional":false},{"text":"100% increased Shock Duration on Enemies","optional":false},{"text":"40% increased Strength Requirement","optional":false},{"text":"Damage Penetrates 20% Lightning Resistance","optional":false}],"flavourText":"One for each corner of the great Vinktar Square.","itemType":"Staff","chaosValue":10.00,"exaltedValue":0.13,"count":49},{"id":32,"name":"Agnerod North","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Staves/Staff6unique.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":66,"baseType":"Imperial Staff","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-0.93,-5.09,-12.09,-18.37,-21.04,-26.14],"totalChange":-24.92},"implicitModifiers":[{"text":"18% Chance to Block"}],"explicitModifiers":[{"text":"+2 to Level of Socketed Lightning Gems","optional":false},{"text":"+(80-120) to Intelligence","optional":false},{"text":"(30-50)% increased Lightning Damage","optional":false},{"text":"40% increased Strength Requirement","optional":false},{"text":"15% chance to Shock","optional":false},{"text":"Damage Penetrates 20% Lightning Resistance","optional":false}],"flavourText":"One for each corner of the great Vinktar Square.","itemType":"Staff","chaosValue":10.00,"exaltedValue":0.13,"count":49},{"id":35,"name":"Agnerod South","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Staves/Staff6unique.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":66,"baseType":"Imperial Staff","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-0.59,-6.99,-24.37,-26.91,-29.69,-29.335],"totalChange":-28.92},"implicitModifiers":[{"text":"18% Chance to Block"}],"explicitModifiers":[{"text":"+2 to Level of Socketed Lightning Gems","optional":false},{"text":"+(80-120) to Intelligence","optional":false},{"text":"(30-50)% increased Lightning Damage","optional":false},{"text":"+5% to maximum Lightning Resistance","optional":false},{"text":"40% increased Strength Requirement","optional":false},{"text":"Damage Penetrates 20% Lightning Resistance","optional":false}],"flavourText":"One for each corner of the great Vinktar Square.","itemType":"Staff","chaosValue":10.00,"exaltedValue":0.13,"count":49},{"id":998,"name":"Queen's Escape","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandSwords/TwoHandSwordUnique3.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":38,"baseType":"Ornate Sword","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-1.25,-11.90,-22.05,0.16,5.53,7.075],"totalChange":7.60},"implicitModifiers":[{"text":"+185 to Accuracy Rating"}],"explicitModifiers":[{"text":"Minions have (10-15)% increased maximum Life","optional":false},{"text":"Minions have (80-100)% increased Movement Speed","optional":false},{"text":"(150-200)% increased Skeleton Duration","optional":false},{"text":"25% increased Strength Requirement","optional":false},{"text":"Minions deal (10-15)% increased Damage","optional":false},{"text":"+1 to maximum number of Zombies","optional":false},{"text":"+1 to maximum number of Spectres","optional":false},{"text":"+1 to maximum number of Skeletons","optional":false}],"flavourText":"The soldiers stormed her throne room.\r|The guards held them at bay.|The peasants overwhelmed the guards.\r|The nobles paid for their lives.\r|The nobles took her throne,|and so she fled to the woods.","itemType":"Two Handed Sword","chaosValue":10.00,"exaltedValue":0.13,"count":49},{"id":1435,"name":"The Blood Reaper","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandAxes/TwoHandAxeUnique2.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":45,"baseType":"Headsman Axe","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,2.64,-7.15,-11.79,-41.59,-45.11,-46.05],"totalChange":-46.05},"implicitModifiers":[],"explicitModifiers":[{"text":"(180-200)% increased Physical Damage","optional":false},{"text":"+100 to maximum Life","optional":false},{"text":"10 Life Regenerated per second","optional":false},{"text":"1% of Physical Attack Damage Leeched as Life","optional":false},{"text":"50% increased Mana Cost of Skills","optional":false},{"text":"50% chance to cause Bleeding on Hit","optional":false}],"flavourText":"To cease the flow of blood is to \r|choke the rain in the very clouds.\r|Both life and land feel the thirst.","itemType":"Two Handed Axe","chaosValue":10.00,"exaltedValue":0.13,"count":15},{"id":1454,"name":"The Cauteriser","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandAxes/TwoHandAxe_spare.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":40,"baseType":"Woodsplitter","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-14.97,-18.05,-14.08,-18.14,-13.46,-16.00],"totalChange":-14.30},"implicitModifiers":[],"explicitModifiers":[{"text":"+1 to Level of Socketed Strength Gems","optional":false},{"text":"(80-100)% increased Physical Damage","optional":false},{"text":"Adds (35-45) to (80-90) Physical Damage","optional":false},{"text":"+(15-30) to Strength","optional":false},{"text":"Gain 70% of Physical Damage as Extra Fire Damage","optional":false},{"text":"Culling Strike","optional":false}],"flavourText":"A burned branch leaks sap no more.","itemType":"Two Handed Axe","chaosValue":10.00,"exaltedValue":0.13,"count":49},{"id":1513,"name":"The Goddess Scorned","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/OneHandSwords/TheGoddessscorned.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":28,"baseType":"Elegant Sword","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-1.75,-11.81,-12.5,-11.55,-1.57,12.87],"totalChange":12.08},"implicitModifiers":[{"text":"+190 to Accuracy Rating"}],"explicitModifiers":[{"text":"Uses both hand slots","optional":false},{"text":"(250-300)% increased Physical Damage","optional":false},{"text":"(90-110)% increased Critical Strike Chance","optional":false},{"text":"+(20-30)% to Global Critical Strike Multiplier","optional":false},{"text":"+(40-50)% to Fire Resistance","optional":false},{"text":"Cannot be Ignited","optional":false},{"text":"100% of Physical Damage Converted to Fire Damage","optional":false},{"text":"Ignited Enemies Burn 50% faster","optional":false},{"text":"You can only deal Damage with this Weapon and Ignite","optional":false}],"flavourText":"Her purpose seems done; the oath is fulfilled.\r|Rust dulls her smirk with the last demon killed.\r|The embers grow dim and yet hope burns her lips:\r|\"An old flame renewed can define our eclipse!\"","itemType":"One Handed Sword","chaosValue":8.48,"exaltedValue":0.11,"count":20},{"id":1025,"name":"Realmshaper","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Staves/Staff5unique.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":18,"baseType":"Iron Staff","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,50.00,-5.88,-22.86,-13.89,-22.25,-50.32],"totalChange":-50.32},"implicitModifiers":[{"text":"18% Chance to Block"}],"explicitModifiers":[{"text":"+1 to Level of Socketed Fire Gems","optional":false},{"text":"+1 to Level of Socketed Cold Gems","optional":false},{"text":"Socketed Gems are Supported by level 5 Cold to Fire","optional":false},{"text":"Adds (10-15) to (20-25) Fire Damage","optional":false},{"text":"Adds (10-15) to (20-25) Cold Damage","optional":false},{"text":"(30-50)% increased Elemental Damage","optional":false}],"flavourText":"\"God's creations always begin and end\r|with flames and ice.\r|We should count ourselves lucky when we see neither.\"\r|- Archbishop Geofri","itemType":"Staff","chaosValue":8.00,"exaltedValue":0.10,"count":3},{"id":1629,"name":"The Tempest","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Bows/Stormcloud.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":32,"baseType":"Long Bow","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.70,-2.13,-11.72,5.43,5.78,11.225],"totalChange":16.43},"implicitModifiers":[],"explicitModifiers":[{"text":"No Physical Damage","optional":false},{"text":"100% increased Lightning Damage","optional":false},{"text":"Adds 1 to 85 Lightning Damage","optional":false},{"text":"(36-50)% increased Attack Speed","optional":false}],"flavourText":"Where steel-grey clouds gather and crash together,\r|a storm is sure to follow.","itemType":"Bow","chaosValue":8.00,"exaltedValue":0.10,"count":49},{"id":1990,"name":"Severed in Sleep","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/OneHandSwords/EternalSleep1.png?scale=1&w=1&h=3","mapTier":0,"levelRequired":38,"baseType":"Cutlass","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,4.18,9.60,-4.73,-11.01,-23.25,-25.025],"totalChange":-22.81},"implicitModifiers":[{"text":"40% increased Accuracy Rating"}],"explicitModifiers":[{"text":"+(10-20) to all Attributes","optional":false},{"text":"Minions deal (20-30)% increased Damage","optional":false},{"text":"Minions have +17% to Chaos Resistance","optional":false},{"text":"Minions have 60% chance to Poison Enemies on Hit","optional":false},{"text":"Minions Recover 20% of Maximum Life on Killing a Poisoned Enemy","optional":false}],"flavourText":"His lucky thralls dream eternal,\r|but we must crawl on our own.\r|\r|{This item can be transformed with a Blessing of Chayula}","itemType":"One Handed Sword","chaosValue":8.00,"exaltedValue":0.10,"count":49},{"id":1888,"name":"Wings of Entropy","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/OneHandAxes/Entropywings.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":60,"baseType":"Sundering Axe","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,-10.60,-10.60,-10.60,-10.60,-12.32,-23.895],"totalChange":-27.85},"implicitModifiers":[],"explicitModifiers":[{"text":"25% of Block Chance applied to Spells","optional":false},{"text":"8% additional Block Chance while Dual Wielding","optional":false},{"text":"(100-120)% increased Physical Damage","optional":false},{"text":"Adds (55-65) to (100-120) Fire Damage in Main Hand","optional":false},{"text":"Adds (55-65) to (100-120) Chaos Damage in Off Hand","optional":false},{"text":"Counts as Dual Wielding","optional":false}],"flavourText":"Fire and Anarchy are the most reliable agents of change.","itemType":"Two Handed Axe","chaosValue":7.72,"exaltedValue":0.10,"count":6},{"id":273,"name":"Chober Chaber","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandMaces/ChoberChaber.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":40,"baseType":"Great Mallet","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,-18.23,-30.11,-53.52,-55.74,-53.56,-53.775],"totalChange":-53.62},"implicitModifiers":[{"text":"30% increased Stun Duration on Enemies"}],"explicitModifiers":[{"text":"+1 to Level of Socketed Melee Gems","optional":false},{"text":"+1 to Level of Socketed Minion Gems","optional":false},{"text":"(200-220)% increased Physical Damage","optional":false},{"text":"25% increased maximum Mana","optional":false},{"text":"Minions have (20-40)% increased maximum Life","optional":false},{"text":"15% increased Skill Effect Duration","optional":false},{"text":"20% reduced Strength Requirement","optional":false}],"flavourText":"The faithful may continue to serve, even after death.","itemType":"Two Handed Mace","chaosValue":7.43,"exaltedValue":0.09,"count":5},{"id":1975,"name":"Arakaali's Fang","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/Daggers/FangUnique.png?scale=1&w=1&h=3","mapTier":0,"levelRequired":53,"baseType":"Fiend Dagger","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,14.10,7.55,4.18,-4.38,-12.84,-17.66],"totalChange":-19.06},"implicitModifiers":[{"text":"40% increased Global Critical Strike Chance"}],"explicitModifiers":[{"text":"20% chance to Trigger Level 1 Raise Spiders on Kill","optional":false},{"text":"(170-200)% increased Physical Damage","optional":false},{"text":"Adds (8-13) to (20-30) Physical Damage","optional":false},{"text":"Adds 1 to 59 Chaos Damage","optional":false},{"text":"15% chance to Poison on Hit","optional":false}],"flavourText":"All children must eat.","itemType":"Dagger","chaosValue":7.00,"exaltedValue":0.09,"count":49},{"id":991,"name":"Quecholli","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandMaces/TwoHandMace5Unique.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":22,"baseType":"Jagged Maul","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":5,"itemClass":3,"sparkline":{"data":[0.0,10.97,-2.91,-4.18,-34.44,-30.50,-25.34],"totalChange":-25.34},"implicitModifiers":[{"text":"30% increased Stun Duration on Enemies"}],"explicitModifiers":[{"text":"(80-100)% increased Physical Damage","optional":false},{"text":"Adds 5 to 25 Physical Damage","optional":false},{"text":"+(25-50) to all Attributes","optional":false},{"text":"+10 Life gained on Kill","optional":false},{"text":"Enemies killed explode dealing 10% of their Life as Fire Damage","optional":false}],"flavourText":"\"The finest prosperity grows from the direst\r|carnage. Such is the nature of progress.\"\r|- Doryani of the Vaal","itemType":"Two Handed Mace","chaosValue":6.74,"exaltedValue":0.08,"count":4},{"id":2089,"name":"Tidebreaker","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandMaces/Tidebreaker.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":65,"baseType":"Imperial Maul","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,5.68,20.98,9.86,-0.33,-7.61,0.575],"totalChange":-10.74},"implicitModifiers":[{"text":"30% increased Stun Duration on Enemies"}],"explicitModifiers":[{"text":"Socketed Gems are Supported by Level 20 Endurance Charge on Melee Stun","optional":false},{"text":"Adds (60-70) to (300-350) Physical Damage","optional":false},{"text":"+40 to Intelligence","optional":false},{"text":"10% increased Physical Damage per Endurance Charge","optional":false},{"text":"(20-30)% reduced Enemy Stun Threshold with this Weapon","optional":false}],"flavourText":"The sea strikes the rock relentlessly.\r|Whether in one day or in ten thousand years,\r|eventually the rock will crumble,\r|and the Brine King's domain will grow.","itemType":"Two Handed Mace","chaosValue":6.17,"exaltedValue":0.08,"count":49},{"id":1519,"name":"The Harvest","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandAxes/TheExtractor.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":37,"baseType":"Jasper Chopper","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-1.28,-11.13,-1.28,-1.28,1.34,10.06],"totalChange":18.28},"implicitModifiers":[],"explicitModifiers":[{"text":"(120-140)% increased Physical Damage","optional":false},{"text":"1.2% of Damage Leeched as Life on Critical Strike","optional":false},{"text":"3% increased Global Critical Strike Chance per Level","optional":false},{"text":"Gain a Flask Charge when you deal a Critical Strike","optional":false}],"flavourText":"Let it grow and gather inside them,\r|Let it flow through their veins.\r|Don't waste a drop.","itemType":"Two Handed Axe","chaosValue":6.00,"exaltedValue":0.08,"count":49},{"id":2231,"name":"The Rippling Thoughts","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/OneHandSwords/HarbingerLeagueSword.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":62,"baseType":"Legion Sword","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,5.68,4.26,-5.52,-3.87,-8.17,-4.755],"totalChange":-7.09},"implicitModifiers":[{"text":"40% increased Accuracy Rating"}],"explicitModifiers":[{"text":"Grants Summon Harbinger of the Arcane Skill","optional":false},{"text":"Trigger level 20 Storm Cascade when you Attack","optional":false},{"text":"(75-90)% increased Spell Damage","optional":false},{"text":"(140-160)% increased Physical Damage","optional":false},{"text":"Adds 1 to (60-70) Lightning Damage","optional":false},{"text":"Adds 1 to (60-70) Lightning Damage to Spells","optional":false},{"text":"10% increased Area of Effect of Area Skills","optional":false}],"flavourText":"<><><><><><><>\r|<><><><><><><>\r|<><><><><><><>\r|<><><><><>","itemType":"One Handed Sword","chaosValue":6.00,"exaltedValue":0.08,"count":49},{"id":441,"name":"Doryani's Catalyst","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/Scepters/DoryanisCatalyst.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":75,"baseType":"Vaal Sceptre","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-8.84,-14.43,-20.09,-14.85,-11.58,-10.815],"totalChange":-22.32},"implicitModifiers":[{"text":"32% increased Elemental Damage"}],"explicitModifiers":[{"text":"Socketed Gems are Supported by level 20 Elemental Proliferation","optional":false},{"text":"Adds (65-85) to (100-160) Physical Damage","optional":false},{"text":"(11-15)% increased Attack Speed","optional":false},{"text":"(6-10)% increased Cast Speed","optional":false},{"text":"(30-40)% increased Global Critical Strike Chance","optional":false},{"text":"0.2% of Elemental Damage Leeched as Life","optional":false},{"text":"(80-100)% increased Elemental Damage","optional":false}],"flavourText":"The result of the catalytic reaction would be either immortality for all,\r|or death for all. It was a risk Doryani was willing to take.","itemType":"One Handed Mace","chaosValue":5.00,"exaltedValue":0.06,"count":49},{"id":937,"name":"Piscator's Vigil","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/Wands/PiscatorsVigil.png?scale=1&w=1&h=3","mapTier":0,"levelRequired":65,"baseType":"Tornado Wand","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-21.43,-6.28,-14.77,-15.89,-11.27,-27.92],"totalChange":-23.18},"implicitModifiers":[{"text":"(35-39)% increased Spell Damage"}],"explicitModifiers":[{"text":"No Physical Damage","optional":false},{"text":"(10-18)% increased Attack Speed","optional":false},{"text":"+(340-400) to Accuracy Rating","optional":false},{"text":"(20-30)% increased Critical Strike Chance","optional":false},{"text":"Attacks with this Weapon have (100-115)% increased Elemental Damage","optional":false},{"text":"Damage with Weapons Penetrates 5% Elemental Resistance","optional":false}],"flavourText":"\"Stone still, amidst the reeds,\r|breath fogging in the iron cold air. \r|he sits, he waits, he watches. \r|A piscatorial vigil, sat by the river, \r|his cathedral, his patience his unanswered prayer.\"\r|- Jojoba Mansell, bard, angler, adventurer","itemType":"Wand","chaosValue":5.00,"exaltedValue":0.06,"count":49},{"id":2008,"name":"Uul-Netol's Embrace","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandAxes/UulNetolsKissUpgraded.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":64,"baseType":"Vaal Axe","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,3.02,-2.76,-7.47,-38.70,-30.10,-36.685],"totalChange":-34.54},"implicitModifiers":[],"explicitModifiers":[{"text":"Trigger Level 20 Bone Nova when you Kill a Bleeding Enemy","optional":false},{"text":"(280-320)% increased Physical Damage","optional":false},{"text":"(25-30)% reduced Attack Speed","optional":false},{"text":"Attacks have 25% chance to inflict Bleeding when Hitting Cursed Enemies","optional":false}],"flavourText":"At last she holds us,\r|and so we turn to dust.","itemType":"Two Handed Axe","chaosValue":4.32,"exaltedValue":0.05,"count":49},{"id":638,"name":"Hrimnor's Dirge","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandMaces/TwoHandMace6Unique.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":36,"baseType":"Sledgehammer","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,38.00,38.49,34.92,53.23,86.70,84.46],"totalChange":84.40},"implicitModifiers":[{"text":"45% increased Stun Duration on Enemies"}],"explicitModifiers":[{"text":"(140-200)% increased Physical Damage","optional":false},{"text":"Adds (10-20) to (30-40) Physical Damage","optional":false},{"text":"+10 to Strength","optional":false},{"text":"15% reduced Enemy Stun Threshold","optional":false},{"text":"1% of Physical Attack Damage Leeched as Life","optional":false},{"text":"(40-50)% increased Stun Duration on Enemies","optional":false},{"text":"Gain 50% of Physical Damage as Extra Cold Damage","optional":false}],"flavourText":"The last sweet music to touch Hrimnor's ears\r|passed right beneath his chin.","itemType":"Two Handed Mace","chaosValue":4.00,"exaltedValue":0.05,"count":49},{"id":2084,"name":"Martyr of Innocence","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Staves/MartyrInnocence.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":52,"baseType":"Highborn Staff","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,15.65,18.48,21.29,35.85,35.07,30.625],"totalChange":29.19},"implicitModifiers":[{"text":"18% Chance to Block"}],"explicitModifiers":[{"text":"Grants level 15 Vengeance Skill","optional":false},{"text":"(12-16)% Chance to Block","optional":false},{"text":"Adds (350-400) to (500-600) Fire Damage","optional":false},{"text":"Adds (130-150) to (200-250) Fire Damage to Spells","optional":false},{"text":"100% increased Fire Damage if you have been Hit Recently","optional":false},{"text":"Damage Penetrates 15% of Fire Resistance if you have Blocked Recently","optional":false},{"text":"Immune to Freeze and Chill while Ignited","optional":false}],"flavourText":"You have been found guilty.\r|Let the fires cleanse you of your sins.","itemType":"Staff","chaosValue":4.00,"exaltedValue":0.05,"count":49},{"id":1306,"name":"Silverbough","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Bows/Bow1Unique.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":36,"baseType":"Crude Bow","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.58,0.0,-10.41,-33.46,-24.81,-15.715],"totalChange":-21.97},"implicitModifiers":[],"explicitModifiers":[{"text":"+1 to Level of Socketed Gems","optional":false},{"text":"+1 to Level of Socketed Bow Gems","optional":false},{"text":"(80-100)% increased Physical Damage","optional":false},{"text":"Adds (15-25) to (50-60) Physical Damage","optional":false},{"text":"10% increased Attack Speed","optional":false},{"text":"+30 to Accuracy Rating","optional":false},{"text":"+10 Mana gained on Kill","optional":false}],"flavourText":"The lone tree grows thickest.","itemType":"Bow","chaosValue":3.00,"exaltedValue":0.04,"count":49},{"id":1594,"name":"The Scourge","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/Claws/TheScourge.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":70,"baseType":"Terror Claw","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-0.19,5.77,-2.49,-1.29,8.82,26.475],"totalChange":21.56},"implicitModifiers":[{"text":"2% of Physical Attack Damage Leeched as Life"}],"explicitModifiers":[{"text":"10% Chance to Trigger Level 18 Summon Spectral Wolf on Kill","optional":false},{"text":"Adds (35-50) to (100-125) Physical Damage","optional":false},{"text":"(10-15)% increased Attack Speed","optional":false},{"text":"Minions have (10-15)% increased Attack Speed","optional":false},{"text":"Increases and Reductions to Minion Damage also affect you","optional":false},{"text":"70% increased Minion Damage if you have Hit Recently","optional":false}],"flavourText":"With increasing mastery over death\r|comes an increasing desire for it.","itemType":"Claw","chaosValue":3.00,"exaltedValue":0.04,"count":49},{"id":1705,"name":"Touch of Anguish","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/Claws/TouchOfAnguish.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":68,"baseType":"Imperial Claw","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-3.70,-0.03,-7.50,11.22,6.91,14.24],"totalChange":16.17},"implicitModifiers":[{"text":"+46 Life gained for each Enemy hit by Attacks"}],"explicitModifiers":[{"text":"Adds (40-50) to (130-150) Physical Damage","optional":false},{"text":"30% increased Cold Damage","optional":false},{"text":"(30-40)% increased Critical Strike Chance","optional":false},{"text":"20% chance to gain a Frenzy Charge on Killing a Frozen Enemy","optional":false},{"text":"Skills Chain an additional time while at maximum Frenzy Charges","optional":false},{"text":"10% chance to Freeze","optional":false},{"text":"Critical Strikes do not always Freeze","optional":false}],"flavourText":"Grip the frozen steel, feel it numb you.\r|Wield the cold touch of death like \r|a splinter of your own shattered heart.","itemType":"Claw","chaosValue":3.00,"exaltedValue":0.04,"count":49},{"id":1992,"name":"Hand of Wisdom and Action","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/Claws/ThoughtMotion2.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":68,"baseType":"Imperial Claw","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-2.20,16.11,-15.50,-3.77,-12.32,-16.845],"totalChange":-28.98},"implicitModifiers":[{"text":"+46 Life gained for each Enemy hit by Attacks"}],"explicitModifiers":[{"text":"(8-12)% increased Dexterity","optional":false},{"text":"(8-12)% increased Intelligence","optional":false},{"text":"Adds 1 to 10 Lightning Damage to Attacks with this Weapon per 10 Intelligence","optional":false},{"text":"1% increased Attack Speed per 25 Dexterity","optional":false},{"text":"(25-30)% increased Elemental Damage with Attack Skills","optional":false}],"flavourText":"She thinks and we act.\r|She acts and we think.\r|Fragments of the whole that washes clean the skies.","itemType":"Claw","chaosValue":3.00,"exaltedValue":0.04,"count":49},{"id":1897,"name":"Xirgil's Crank","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Staves/Staff7unique.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":28,"baseType":"Coiled Staff","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-11.06,-6.15,3.33,2.41,68.36,90.19],"totalChange":97.67},"implicitModifiers":[{"text":"20% Chance to Block"}],"explicitModifiers":[{"text":"+1 to Level of Socketed Gems","optional":false},{"text":"15% Chance to Block","optional":false},{"text":"(60-80)% increased Spell Damage","optional":false},{"text":"+(70-100) to maximum Energy Shield","optional":false},{"text":"Reflects 1 to 150 Lightning Damage to Melee Attackers","optional":false},{"text":"20% chance for Energy Shield Recharge to start when you Block","optional":false}],"flavourText":"\"Since one with knowledge of machines\r|might be able to bring the labyrinth to a standstill, \r|Izaro had us place many boobytrapped decoys.\r|But I know which switch brings the monster down.\"\r|- Xirgil, Trapbuilder's final words.","itemType":"Staff","chaosValue":2.09,"exaltedValue":0.03,"count":49},{"id":1957,"name":"Ngamahu's Flame","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandMaces/RiriTeNgamahu.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":55,"baseType":"Abyssal Axe","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,6.49,2.75,-9.44,-15.94,20.73,-2.035],"totalChange":3.78},"implicitModifiers":[],"explicitModifiers":[{"text":"20% chance to Trigger Level 16 Molten Burst on Melee Hit","optional":false},{"text":"(190-230)% increased Physical Damage","optional":false},{"text":"(8-12)% increased Attack Speed","optional":false},{"text":"50% of Physical Damage Converted to Fire Damage","optional":false},{"text":"Damage Penetrates 20% Fire Resistance","optional":false}],"flavourText":"\"The Karui savages claim the weapon was forged by their fire god.\r|I'm rather inclined to believe them.\"\r|- Fairgraves, Renowned Explorer","itemType":"Two Handed Axe","chaosValue":2.00,"exaltedValue":0.03,"count":49},{"id":1978,"name":"Xoph's Nurture","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Bows/BloodPerigreeBREACH.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":64,"baseType":"Citadel Bow","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,60.72,64.55,65.18,102.48,51.85,64.19],"totalChange":63.83},"implicitModifiers":[],"explicitModifiers":[{"text":"(250-300)% increased Physical Damage","optional":false},{"text":"50% of Physical Damage Converted to Fire Damage","optional":false},{"text":"10% chance to Ignite","optional":false},{"text":"Ignites your Skills cause spread to other Enemies within a Radius of 12","optional":false},{"text":"Recover (40-60) Life when you Ignite an Enemy","optional":false}],"flavourText":"Upon the grey winds his love spreads.","itemType":"Bow","chaosValue":2.00,"exaltedValue":0.03,"count":49},{"id":2011,"name":"Tulfall","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/Wands/TulbornUpgraded.png?scale=1&w=1&h=3","mapTier":0,"levelRequired":65,"baseType":"Tornado Wand","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-19.39,-39.68,-37.70,-3.37,20.64,20.64],"totalChange":20.64},"implicitModifiers":[{"text":"(35-39)% increased Spell Damage"}],"explicitModifiers":[{"text":"(10-15)% increased Cast Speed","optional":false},{"text":"50% chance to gain a Power Charge on Killing a Frozen Enemy","optional":false},{"text":"Adds 15 to 25 Cold Damage to Spells per Power Charge","optional":false},{"text":"Lose all Power Charges on reaching Maximum Power Charges","optional":false},{"text":"Gain a Frenzy Charge on reaching Maximum Power Charges","optional":false},{"text":"(10-15)% increased Cold Damage per Frenzy Charge","optional":false}],"flavourText":"We fracture and splinter.\r|We pierce our sides.\r|But in the great freeze we are forged anew.","itemType":"Wand","chaosValue":2.00,"exaltedValue":0.03,"count":49},{"id":1021,"name":"Realm Ender","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Staves/Staff5unique.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":40,"baseType":"Iron Staff","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,1.62,-8.41,-47.27,-47.27,-47.27,-40.25],"totalChange":-47.27},"implicitModifiers":[{"text":"18% Chance to Block"}],"explicitModifiers":[{"text":"+1 to Level of Socketed Fire Gems","optional":false},{"text":"+1 to Level of Socketed Cold Gems","optional":false},{"text":"+2 to Level of Socketed Elemental Gems","optional":false},{"text":"Socketed Gems are Supported by level 5 Cold to Fire","optional":false},{"text":"Adds (10-15) to (20-25) Fire Damage","optional":false},{"text":"Adds (10-15) to (20-25) Cold Damage","optional":false},{"text":"(30-50)% increased Elemental Damage","optional":false}],"flavourText":"\"The flames are surely coming.\r|I just pray I am long dead before they arrive.\"\r|- Archbishop Geofri","itemType":"Staff","chaosValue":1.95,"exaltedValue":0.02,"count":46},{"id":1018,"name":"Reach of the Council","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Bows/BowOfTheCouncil.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":64,"baseType":"Spine Bow","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,27.32,18.98,-5.06,25.79,20.32,9.45],"totalChange":-10.31},"implicitModifiers":[],"explicitModifiers":[{"text":"(40-50)% increased Physical Damage","optional":false},{"text":"Adds (15-30) to (70-95) Physical Damage","optional":false},{"text":"(8-12)% increased Attack Speed","optional":false},{"text":"2 additional Arrows","optional":false},{"text":"20% reduced Projectile Speed","optional":false}],"flavourText":"We stand together. We strike together.","itemType":"Bow","chaosValue":1.38,"exaltedValue":0.02,"count":49},{"id":51,"name":"Amplification Rod","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/Wands/ReverberationRod.png?scale=1&w=1&h=3","mapTier":0,"levelRequired":36,"baseType":"Spiraled Wand","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,14.42,92.29,47.06,9.28,26.24,14.815],"totalChange":7.12},"implicitModifiers":[{"text":"(15-19)% increased Spell Damage"}],"explicitModifiers":[{"text":"+1 to Level of Socketed Gems","optional":false},{"text":"Socketed Gems are Supported by level 1 Increased Area of Effect","optional":false},{"text":"Socketed Gems are Supported by level 1 Spell Echo","optional":false},{"text":"Socketed Gems are Supported by Level 1 Controlled Destruction","optional":false},{"text":"+(10-30) to Intelligence","optional":false}],"flavourText":"No one likes a quiet encore.","itemType":"Wand","chaosValue":1.0,"exaltedValue":0.01,"count":48},{"id":66,"name":"Apep's Rage","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/Wands/ApepsRage.png?scale=1&w=1&h=3","mapTier":0,"levelRequired":62,"baseType":"Opal Wand","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-0.04,0.0,0.0,-0.12,0.0,3.54],"totalChange":7.08},"implicitModifiers":[{"text":"(38-42)% increased Spell Damage"}],"explicitModifiers":[{"text":"Adds (50-65) to (90-105) Chaos Damage to Spells","optional":false},{"text":"(25-30)% increased Cast Speed","optional":false},{"text":"+(5-10)% to Chaos Resistance","optional":false},{"text":"40% increased Mana Cost of Skills","optional":false}],"flavourText":"Apep's poison entraps, encircles,\r|and engulfs the leaking mind of Man.","itemType":"Wand","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":197,"name":"Brightbeak","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/OneHandMaces/OneHandMace5Unique.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":20,"baseType":"War Hammer","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,8.84,10.20,0.41,6.78,-3.06,-2.435],"totalChange":-1.81},"implicitModifiers":[{"text":"10% reduced Enemy Stun Threshold"}],"explicitModifiers":[{"text":"(50-75)% increased Physical Damage","optional":false},{"text":"50% increased Attack Speed","optional":false},{"text":"25% increased Critical Strike Chance","optional":false},{"text":"+(20-30)% to Fire Resistance","optional":false},{"text":"+(20-30)% to Lightning Resistance","optional":false}],"flavourText":"\"I know how to say 'faster' and 'attack'\r|in Karui, Marak and Ezo.\"\r|- Voll of Thebrus","itemType":"One Handed Mace","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":267,"name":"Chin Sol","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Bows/Bow5unique.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":62,"baseType":"Assassin Bow","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.45,-5.23,-5.19,-0.51,23.77,-2.165],"totalChange":0.90},"implicitModifiers":[],"explicitModifiers":[{"text":"(150-180)% increased Physical Damage","optional":false},{"text":"+(10-20) to Dexterity","optional":false},{"text":"Adds 25 to 50 Fire Damage","optional":false},{"text":"(10-14)% increased Attack Speed","optional":false},{"text":"100% More Bow Damage at Close Range","optional":false},{"text":"Bow Knockback at Close Range","optional":false}],"flavourText":"As a soldier you want to get close to enemy archers.\r|That is not the case when fighting the Maraketh.","itemType":"Bow","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":271,"name":"Chitus' Needle","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/Rapiers/UniqueRapier1.png?scale=1&w=1&h=4","mapTier":0,"levelRequired":30,"baseType":"Elegant Foil","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-3.73,-20.58,-0.83,-30.97,-21.51,-0.25],"totalChange":0.79},"implicitModifiers":[{"text":"+25% to Global Critical Strike Multiplier"}],"explicitModifiers":[{"text":"(140-160)% increased Physical Damage","optional":false},{"text":"+30 to Strength","optional":false},{"text":"+30 to maximum Mana","optional":false},{"text":"5% increased Movement Speed","optional":false},{"text":"30% increased Elemental Damage","optional":false},{"text":"+2 to Weapon range","optional":false}],"flavourText":"\"With this, I will weave the threads of fate \r|into a noose for our 'glorious' emperor.\"\r|- Chitus Perandus","itemType":"One Handed Sword","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":423,"name":"Divinarius","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/Daggers/Dagger7unique.png?scale=1&w=1&h=3","mapTier":0,"levelRequired":66,"baseType":"Imperial Skean","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.0,0.0,-1.54,0.0,0.0,0.0],"totalChange":0.0},"implicitModifiers":[{"text":"30% increased Global Critical Strike Chance"}],"explicitModifiers":[{"text":"(50-70)% increased Spell Damage","optional":false},{"text":"(80-100)% increased Critical Strike Chance for Spells","optional":false},{"text":"+10 Life gained on Kill","optional":false},{"text":"+5 Mana gained on Kill","optional":false},{"text":"10% increased Area of Effect of Area Skills","optional":false}],"flavourText":"Divine intervention feels better\r|when you do it yourself.","itemType":"Dagger","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":440,"name":"Doon Cuebiyari","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/OneHandMaces/DoonCuebiyari.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":64,"baseType":"Vaal Sceptre","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.44,-1.41,-0.16,0.0,0.84,0.0],"totalChange":0.0},"implicitModifiers":[{"text":"32% increased Elemental Damage"}],"explicitModifiers":[{"text":"Socketed Gems are Supported by Level 30 Iron Will","optional":false},{"text":"+(50-70) to Strength","optional":false},{"text":"(15-18)% increased Cast Speed","optional":false},{"text":"+(20-30) to maximum Mana","optional":false},{"text":"1% increased Damage per 8 Strength when in Main Hand","optional":false},{"text":"1% increased Armour per 16 Strength when in Off Hand","optional":false}],"flavourText":"My Iron heart will beat when yours is rust. \r|I take your Strength, your power, your lust. \r|By Iron Will alone I set my mind in motion.\r|Through endless storms of fervent devotion.","itemType":"One Handed Mace","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":446,"name":"Dreamfeather","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/OneHandSwords/Dreamfeather.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":66,"baseType":"Eternal Sword","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.0,0.0,0.0,0.0,12.18,0.985],"totalChange":-0.25},"implicitModifiers":[{"text":"+475 to Accuracy Rating"}],"explicitModifiers":[{"text":"Adds (30-50) to (65-80) Physical Damage","optional":false},{"text":"(20-25)% increased Attack Speed","optional":false},{"text":"+(180-200) to Accuracy Rating","optional":false},{"text":"+(180-200) to Evasion Rating","optional":false},{"text":"3% increased Movement Speed","optional":false},{"text":"1% increased Attack Damage per 450 Evasion Rating","optional":false}],"flavourText":"She dances a dance beneath the shade,\r|The twilight shroud her only blade,\r|Who now hears her feathersteps flowing?\r|Beneath the stars, the moondrops glowing.","itemType":"One Handed Sword","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":461,"name":"Dyadus","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/OneHandAxes/Dyadus.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":69,"baseType":"Infernal Axe","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.14,0.04,-6.89,-0.04,0.14,7.085],"totalChange":0.14},"implicitModifiers":[],"explicitModifiers":[{"text":"Adds (255-285) to (300-330) Fire Damage in Main Hand","optional":false},{"text":"Adds (255-285) to (300-330) Cold Damage in Off Hand","optional":false},{"text":"(10-15)% increased Attack Speed","optional":false},{"text":"Enemies Chilled by you take 100% increased Burning Damage","optional":false},{"text":"25% chance to Ignite when in Main Hand","optional":false},{"text":"Chill Enemies for 1 second on Hit with this Weapon when in Off Hand","optional":false}],"flavourText":"Born of love, forged in blood\r|He burned as a torch in the blackest night\r|She shone as ice in the winter sun\r|Proudly, fiercely\r|At their mother's side, forever.","itemType":"One Handed Axe","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":474,"name":"Edge of Madness","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandSwords/EdgeOfMadness.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":22,"baseType":"Etched Greatsword","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.0,-0.02,-1.38,0.0,-0.02,-0.23],"totalChange":-0.46},"implicitModifiers":[{"text":"(18-40)% increased Accuracy Rating"}],"explicitModifiers":[{"text":"+1 to Level of Active Socketed Skill Gems","optional":false},{"text":"(40-80)% increased Physical Damage","optional":false},{"text":"Adds (60-68) to (90-102) Chaos Damage","optional":false},{"text":"+1 Life gained on Kill per Level","optional":true},{"text":"Adds 1 to 2 Physical Damage to Attacks per Level","optional":true},{"text":"1% increased Elemental Damage per Level","optional":true},{"text":"1% increased Chaos Damage per Level","optional":false}],"flavourText":"Soon, the pleas for mercy were muted.\r|Only one voice remained.\r|Laughing.","itemType":"Two Handed Sword","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":614,"name":"Hegemony's Era","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Staves/HegemonysEra.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":68,"baseType":"Judgement Staff","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.0,6.22,2.68,0.0,0.0,0.0],"totalChange":0.0},"implicitModifiers":[{"text":"18% Chance to Block"}],"explicitModifiers":[{"text":"6% Chance to Block","optional":false},{"text":"Adds (180-190) to (190-220) Physical Damage","optional":false},{"text":"(12-16)% increased Attack Speed","optional":false},{"text":"(20-30)% increased Critical Strike Chance","optional":false},{"text":"+1 to Maximum Power Charges","optional":false},{"text":"10% chance to gain a Power Charge if you Knock an Enemy Back with Melee Damage","optional":false}],"flavourText":"The right to rule demands mental acuity,\r|a strong arm,\r|And a tenacious sense of justice.","itemType":"Staff","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":621,"name":"Hezmana's Bloodlust","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandAxes/HezmanasBloodlust.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":64,"baseType":"Vaal Axe","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,34.13,26.74,54.97,64.08,80.28,133.595],"totalChange":113.58},"implicitModifiers":[],"explicitModifiers":[{"text":"(150-170)% increased Physical Damage","optional":false},{"text":"Adds (7-10) to (15-25) Physical Damage","optional":false},{"text":"1% of Physical Attack Damage Leeched as Life","optional":false},{"text":"Attacks have Blood Magic","optional":false}],"flavourText":"When a craving cannot be sated, any source will do.","itemType":"Two Handed Axe","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":659,"name":"Ichimonji","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/OneHandSwords/BladeOfVastri.png?scale=1&w=1&h=3","mapTier":0,"levelRequired":58,"baseType":"Corsair Sword","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-1.07,-1.12,-2.95,2.34,2.46,0.94],"totalChange":1.09},"implicitModifiers":[{"text":"40% increased Accuracy Rating"}],"explicitModifiers":[{"text":"(80-95)% increased Physical Damage","optional":false},{"text":"Adds (5-10) to (13-20) Physical Damage","optional":false},{"text":"(20-25)% increased Attack Speed","optional":false},{"text":"10% increased Effect of Buffs on You","optional":false},{"text":"5% reduced Mana Reserved","optional":false},{"text":"Allies' Aura Buffs do not affect you","optional":false},{"text":"Your Aura Buffs do not affect allies","optional":false}],"flavourText":"Master yourself before you seek to master others.","itemType":"One Handed Sword","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":684,"name":"Izaro's Dilemma","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/Claws/Edgeoftheempire.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":68,"baseType":"Imperial Claw","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.0,0.0,0.0,0.0,0.0,0.0],"totalChange":0.0},"implicitModifiers":[{"text":"+46 Life gained for each Enemy hit by Attacks"}],"explicitModifiers":[{"text":"(40-60)% increased Physical Damage","optional":false},{"text":"Adds 20 to 50 Physical Damage","optional":false},{"text":"(10-15)% increased Attack Speed","optional":false},{"text":"+(250-350) to Accuracy Rating","optional":false},{"text":"100% increased Physical Damage while Frozen","optional":false}],"flavourText":"Izaro saw himself not as a man,\r|but as a divine saviour trapped in a man's body.","itemType":"Claw","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":727,"name":"Kongor's Undying Rage","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandMaces/KongorsUndyingRage.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":67,"baseType":"Terror Maul","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.0,0.0,0.0,0.0,0.0,0.0],"totalChange":0.0},"implicitModifiers":[{"text":"30% increased Stun Duration on Enemies"}],"explicitModifiers":[{"text":"Adds (43-56) to (330-400) Physical Damage","optional":false},{"text":"(30-40)% increased Critical Strike Chance","optional":false},{"text":"+(15-20)% to all Elemental Resistances","optional":false},{"text":"Hits can't be Evaded","optional":false},{"text":"Your Critical Strikes do not deal extra Damage","optional":false},{"text":"You gain Onslaught for 4 seconds on Critical Strike","optional":false}],"flavourText":"Command like a king and nothing will stand in your way.","itemType":"Two Handed Mace","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":812,"name":"Midnight Bargain","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/Wands/WandUnique3.png?scale=1&w=1&h=3","mapTier":0,"levelRequired":40,"baseType":"Engraved Wand","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.06,0.12,0.10,-0.02,0.12,-0.215],"totalChange":-0.55},"implicitModifiers":[{"text":"(22-26)% increased Spell Damage"}],"explicitModifiers":[{"text":"+(10-20) to Intelligence","optional":false},{"text":"Minions have (10-20)% increased Movement Speed","optional":false},{"text":"Cannot be used with Chaos Inoculation","optional":false},{"text":"Minions deal (10-30)% increased Damage","optional":false},{"text":"+1 to maximum number of Zombies","optional":false},{"text":"+1 to maximum number of Spectres","optional":false},{"text":"+1 to maximum number of Skeletons","optional":false},{"text":"Reserves 30% of Life","optional":false}],"flavourText":"A chilling hush, a scraping sound\r|Of things no more entombed in ground.\r|A shambling horde is on its way\r|To crush the very light of day.","itemType":"Wand","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":955,"name":"Pledge of Hands","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Staves/PledgeofHands.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":68,"baseType":"Judgement Staff","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-28.47,6.28,6.88,4.87,-1.50,5.09],"totalChange":6.88},"implicitModifiers":[{"text":"18% Chance to Block"}],"explicitModifiers":[{"text":"Socketed Gems are Supported by level 30 Spell Echo","optional":false},{"text":"(120-160)% increased Spell Damage","optional":false},{"text":"100% increased maximum Mana","optional":false}],"flavourText":"\"To shake a hand is to double your power.\"\r|- Jaetai, Queen's Advisor","itemType":"Staff","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":1017,"name":"Razor of the Seventh Sun","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/OneHandSwords/RazorOfTheSeventhSun.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":68,"baseType":"Midnight Blade","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,9.19,10.91,0.24,1.57,9.73,8.76],"totalChange":8.22},"implicitModifiers":[{"text":"40% increased Accuracy Rating"}],"explicitModifiers":[{"text":"Adds (65-75) to (110-130) Physical Damage","optional":false},{"text":"100% increased Burning Damage if you've Ignited an Enemy Recently","optional":false},{"text":"Recover 1% of Maximum Life when you Ignite an Enemy","optional":false},{"text":"100% increased Melee Physical Damage against Ignited Enemies","optional":false}],"flavourText":"Quickly cooled the steel,\r|but never could it forget\r|the heat of the forge.","itemType":"One Handed Sword","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":1082,"name":"Scaeva","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/OneHandSwords/Scaeva.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":60,"baseType":"Gladius","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.15,0.0,4.69,0.0,27.62,24.65],"totalChange":0.90},"implicitModifiers":[{"text":"40% increased Accuracy Rating"}],"explicitModifiers":[{"text":"Adds (75-92) to (125-154) Physical Damage","optional":false},{"text":"(15-25)% increased Critical Strike Chance","optional":false},{"text":"0.3% of Physical Attack Damage Leeched as Life per Red Socket","optional":false},{"text":"+10% to Global Critical Strike Multiplier per Green Socket","optional":false},{"text":"0.3% of Physical Attack Damage Leeched as Mana per Blue Socket","optional":false},{"text":"8% increased Global Defences per White Socket","optional":false},{"text":"(60-80)% increased Critical Strike Chance when in Main Hand","optional":false},{"text":"8% additional chance to Block when in Off Hand","optional":false}],"flavourText":"Even from the back rows,\r|the whistling steel was mesmerising.\r|They watched the dance in the arena dust, silent as the dead.\r|A spell only broken by the spilling of blood.","itemType":"One Handed Sword","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":1313,"name":"Singularity","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/Scepters/Gloomeye.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":62,"baseType":"Platinum Sceptre","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.16,0.34,-2.91,0.34,0.34,-0.16],"totalChange":0.34},"implicitModifiers":[{"text":"30% increased Elemental Damage"}],"explicitModifiers":[{"text":"Adds (30-40) to (60-70) Lightning Damage to Spells","optional":false},{"text":"(14-18)% increased Cast Speed","optional":false},{"text":"(6-8)% reduced Mana Cost of Skills","optional":false},{"text":"Nearby Enemies are Hindered, with 25% reduced Movement Speed","optional":false},{"text":"(60-80)% increased Damage with Hits and Ailments against Hindered Enemies","optional":false}],"flavourText":"In time, all becomes nothing.\r|We just expedite the process.","itemType":"One Handed Mace","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":1321,"name":"Slivertongue","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Bows/SilverTongue.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":68,"baseType":"Harbinger Bow","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,9.29,9.99,11.11,4.36,11.01,12.685],"totalChange":10.64},"implicitModifiers":[{"text":"(30-50)% increased Critical Strike Chance"}],"explicitModifiers":[{"text":"Adds (60-75) to (170-220) Physical Damage","optional":false},{"text":"100% increased Critical Strike Chance with arrows that Fork","optional":false},{"text":"Arrows that Pierce have 50% chance to inflict Bleeding","optional":false},{"text":"Arrows Pierce all Targets after Chaining","optional":false}],"flavourText":"A hundred blind heads, each seeking the taste of prey on the air.","itemType":"Bow","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":1348,"name":"Spine of the First Claimant","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/Scepters/Oathkeeper.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":20,"baseType":"Iron Sceptre","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-6.72,-9.78,-12.78,-1.78,0.0,0.0],"totalChange":0.0},"implicitModifiers":[{"text":"14% increased Elemental Damage"}],"explicitModifiers":[{"text":"(100-140)% increased Physical Damage","optional":false},{"text":"40% increased Damage with Hits against Frozen Enemies","optional":false},{"text":"(30-50)% increased Cold Damage","optional":false},{"text":"(5-10)% increased Attack Speed","optional":false},{"text":"(4-8)% increased Cast Speed","optional":false},{"text":"5% chance to Freeze","optional":false}],"flavourText":"Thousands gazed upon the doors of the great labyrinth,\r|at an Eternal Champion in steel and gold, \r|The first to challenge its treacherous traps. \r|To mark the occasion, Izaro had the Champion's remains gilded.","itemType":"One Handed Mace","chaosValue":1.0,"exaltedValue":0.01,"count":49},{"id":1390,"name":"Taryn's Shiver","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Staves/Tarynsshiver.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":64,"baseType":"Maelström Staff","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-20.64,23.83,-4.39,23.90,3.07,20.955],"totalChange":24.66},"implicitModifiers":[{"text":"20% Chance to Block"}],"explicitModifiers":[{"text":"+2 to Level of Socketed Cold Gems","optional":false},{"text":"(50-60)% increased Spell Damage","optional":false},{"text":"(40-50)% increased Cold Damage","optional":false},{"text":"(10-20)% increased Cast Speed","optional":false},{"text":"8% chance to Freeze","optional":false},{"text":"Enemies Frozen by you take 20% increased Damage","optional":false}],"flavourText":"Shed by the winged beast of night,\r|A scaly frost-encrusted thorn.\r|All who feel its wintry light\r|Shiver in pain at the frozen dawn.","itemType":"Staff","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":1473,"name":"The Dark Seer","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/Scepters/VoidGaze.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":32,"baseType":"Shadow Sceptre","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.68,-0.66,0.50,-9.58,-1.93,0.605],"totalChange":0.53},"implicitModifiers":[{"text":"22% increased Elemental Damage"}],"explicitModifiers":[{"text":"(30-50)% increased Damage","optional":false},{"text":"7% Global chance to Blind Enemies on hit","optional":false},{"text":"Cannot be Blinded","optional":false},{"text":"+1 Maximum Energy Shield per Level","optional":true},{"text":"+1 Maximum Life per Level","optional":true},{"text":"+1 Maximum Mana per Level","optional":true}],"flavourText":"Feed on the light of the living,\r|Bring darkness to all I see,\r|Until we are one in shadow.","itemType":"One Handed Mace","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":1596,"name":"The Screaming Eagle","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/OneHandAxes/Screamingeagle.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":6,"baseType":"Jade Hatchet","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,1.45,-4.97,0.70,6.28,1.19,7.465],"totalChange":5.72},"implicitModifiers":[],"explicitModifiers":[{"text":"Socketed Gems are supported by Level 2 Chance to Flee","optional":false},{"text":"Adds (10-15) to (25-30) Physical Damage","optional":false},{"text":"+(10-15) to maximum Life","optional":false},{"text":"+(5-7) Life gained on Kill","optional":false},{"text":"10% increased Movement Speed","optional":false}],"flavourText":"The eagle knows nothing\r|but the scream and the strike.","itemType":"One Handed Axe","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":1623,"name":"The Supreme Truth","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/Scepters/Thesupremetruth.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":41,"baseType":"Crystal Sceptre","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-7.58,-7.58,-7.58,-7.58,-11.48,-7.58],"totalChange":-7.58},"implicitModifiers":[{"text":"30% increased Elemental Damage"}],"explicitModifiers":[{"text":"+1 to Level of Socketed Gems","optional":false},{"text":"(80-100)% increased Physical Damage","optional":false},{"text":"(10-20)% increased Attack Speed","optional":false},{"text":"3% increased Experience gain","optional":false},{"text":"60% increased Intelligence Requirement","optional":false},{"text":"20% increased Elemental Damage","optional":false}],"flavourText":"Knowledge brings power, and with power you can\r|grab truth by the throat and shape it as you wish.","itemType":"One Handed Mace","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":1632,"name":"The Tempestuous Steel","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/OneHandSwords/TempestuousSteel.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":20,"baseType":"War Sword","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-0.57,0.22,-3.41,0.12,0.95,0.95],"totalChange":0.95},"implicitModifiers":[{"text":"40% increased Accuracy Rating"}],"explicitModifiers":[{"text":"Adds (5-8) to (15-20) Physical Damage","optional":false},{"text":"(8-14)% increased Attack Speed","optional":false},{"text":"Hits can't be Evaded","optional":false},{"text":"Attacks with this Weapon Penetrate 30% Elemental Resistances","optional":false},{"text":"15% of Physical Attack Damage Added as Lightning Damage","optional":false},{"text":"15% of Physical Attack Damage Added as Fire Damage","optional":false}],"flavourText":"The blade thrums with wild energy\r|Eager for vengeance against all who walk free.","itemType":"One Handed Sword","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":1722,"name":"Trypanon","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandMaces/Trypanon.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":40,"baseType":"Great Mallet","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.0,-13.41,-32.51,0.0,-9.20,-24.635],"totalChange":-30.10},"implicitModifiers":[{"text":"30% increased Stun Duration on Enemies"}],"explicitModifiers":[{"text":"50% reduced Attack Speed","optional":false},{"text":"All Attacks with this Weapon are Critical Strikes","optional":false}],"flavourText":"\"Though ingenius instruments have been found,\r|it seems surgery before thaumaturgy\r|was not so delicate.\"\r|- Icius Perandus, Antiquities Collection, Item 3546","itemType":"Two Handed Mace","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":1951,"name":"Tulborn","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/Wands/Tulborn.png?scale=1&w=1&h=3","mapTier":0,"levelRequired":24,"baseType":"Spiraled Wand","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-0.40,-4.47,0.0,-3.29,-9.64,-0.205],"totalChange":0.0},"implicitModifiers":[{"text":"(15-19)% increased Spell Damage"}],"explicitModifiers":[{"text":"(10-15)% increased Cast Speed","optional":false},{"text":"50% chance to gain a Power Charge on Killing a Frozen Enemy","optional":false},{"text":"Adds 10 to 20 Cold Damage to Spells per Power Charge","optional":false},{"text":"+(20-25) Mana gained on Killing a Frozen Enemy","optional":false}],"flavourText":"We remember the stillness.\r|Then the great fall.\r|The pain of separation.\r|We return once more.\r|\r|{This item can be transformed with a Blessing of Tul}","itemType":"Wand","chaosValue":1.0,"exaltedValue":0.01,"count":49},{"id":1954,"name":"Hand of Thought and Motion","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/Claws/ThoughtMotion1.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":22,"baseType":"Blinder","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.46,0.23,0.44,0.36,0.36,0.50],"totalChange":0.50},"implicitModifiers":[{"text":"+12 Life gained for each Enemy hit by Attacks"}],"explicitModifiers":[{"text":"Adds 1 to (50-60) Lightning Damage","optional":false},{"text":"(10-15)% increased Attack Speed","optional":false},{"text":"Adds 1 to 5 Lightning Damage to Attacks with this Weapon per 10 Intelligence","optional":false},{"text":"(20-25)% increased Elemental Damage with Attack Skills","optional":false}],"flavourText":"She carries us and nurtures us\r|until we must feed upon each other.\r|\r|{This item can be transformed with a Blessing of Esh}","itemType":"Claw","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":1963,"name":"Uul-Netol's Kiss","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandAxes/UulNetolsKiss.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":49,"baseType":"Labrys","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-0.06,0.0,0.0,0.0,0.0,0.0],"totalChange":0.0},"implicitModifiers":[],"explicitModifiers":[{"text":"(140-170)% increased Physical Damage","optional":false},{"text":"15% reduced Attack Speed","optional":false},{"text":"25% chance to Curse Enemies with level 10 Vulnerability on Hit","optional":false},{"text":"Attacks have 25% chance to inflict Bleeding when Hitting Cursed Enemies","optional":false}],"flavourText":"We feel the Mother's love\r|and beg to return to her womb.\r|\r|{This item can be transformed with a Blessing of Uul-Netol}","itemType":"Two Handed Axe","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":2061,"name":"Dying Breath","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Staves/DyingBreath.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":18,"baseType":"Iron Staff","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-6.69,-0.09,-15.31,-2.91,-1.35,-7.22],"totalChange":-2.49},"implicitModifiers":[{"text":"18% Chance to Block"}],"explicitModifiers":[{"text":"18% increased Cast Speed","optional":false},{"text":"18% increased maximum Mana","optional":false},{"text":"18% increased Area of Effect of Aura Skills","optional":false},{"text":"18% increased Area of Effect of Curse Skills","optional":false},{"text":"Nearby Enemies have 18% increased Effect of Curses on them","optional":false},{"text":"Nearby allies gain 18% increased Damage","optional":false},{"text":"18% increased effect of Non-Curse Auras you Cast","optional":false}],"flavourText":"The whispers of the dead\r|Carry wisdom for the living,\r|If you are willing to give your life\r|To listen.","itemType":"Staff","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":2235,"name":"The Enmity Divine","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Staves/Rage Staff.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":66,"baseType":"Imperial Staff","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-0.04,0.0,-0.42,0.0,13.46,0.0],"totalChange":0.0},"implicitModifiers":[{"text":"18% Chance to Block"}],"explicitModifiers":[{"text":"Socketed Gems are supported by level 10 Life Leech","optional":false},{"text":"Grants Summon Harbinger of Brutality Skill","optional":false},{"text":"5% Chance to Block","optional":false},{"text":"Adds (160-185) to (200-225) Physical Damage","optional":false},{"text":"(30-40)% increased Critical Strike Chance","optional":false}],"flavourText":"<><><><><>\r|<><><><><><><>\r|<><><><><><>\r|<><><><><><><><><><><><><>","itemType":"Staff","chaosValue":1.00,"exaltedValue":0.01,"count":49},{"id":437,"name":"Doomsower","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandSwords/DoomSower.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":65,"baseType":"Lion Sword","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-46.08,-42.23,27.20,27.70,5.28,36.02],"totalChange":36.02},"implicitModifiers":[{"text":"+470 to Accuracy Rating"}],"explicitModifiers":[{"text":"Socketed Melee Gems have 15% increased Area of Effect","optional":false},{"text":"Socketed Red Gems get 10% Physical Damage as Extra Fire Damage","optional":false},{"text":"(50-70)% increased Physical Damage","optional":false},{"text":"Adds (65-75) to (100-110) Physical Damage","optional":false},{"text":"(6-12)% increased Attack Speed","optional":false}],"flavourText":"So the seed of hate was born,\r|Evil forged and Hope forsworn.","itemType":"Two Handed Sword","chaosValue":0.96,"exaltedValue":0.01,"count":49},{"id":1512,"name":"The Goddess Bound","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/Rapiers/UniqueRapier6.png?scale=1&w=1&h=4","mapTier":0,"levelRequired":7,"baseType":"Whalebone Rapier","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,11.99,8.74,-1.12,-37.57,-3.09,-4.495],"totalChange":-18.28},"implicitModifiers":[{"text":"+25% to Global Critical Strike Multiplier"}],"explicitModifiers":[{"text":"+1 to Level of Socketed Melee Gems","optional":false},{"text":"Uses both hand slots","optional":false},{"text":"(250-300)% increased Physical Damage","optional":false},{"text":"Adds 3 to 7 Fire Damage","optional":false},{"text":"20% increased Attack Speed","optional":false},{"text":"30% increased Global Critical Strike Chance","optional":false},{"text":"+(20-40) to Evasion Rating","optional":false},{"text":"20% reduced Rarity of Items found","optional":false},{"text":"30% increased Movement Speed when on Low Life","optional":false}],"flavourText":"She paints her offer in wicked hues\r|An off-white grin, an elegant bruise.\r|To the nascent scourge she sings the ruse:\r|\"With me in hand, what else need you use?\"","itemType":"One Handed Sword","chaosValue":0.90,"exaltedValue":0.01,"count":49},{"id":179,"name":"Bloodseeker","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/Claws/Bloodseeker.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":62,"baseType":"Hellion's Paw","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-1.90,-3.63,-0.08,0.0,0.0,-0.77],"totalChange":-1.50},"implicitModifiers":[{"text":"1.6% of Physical Attack Damage Leeched as Life"}],"explicitModifiers":[{"text":"(150-170)% increased Physical Damage","optional":false},{"text":"Adds 10 to 12 Physical Damage","optional":false},{"text":"5% increased Attack Speed","optional":false},{"text":"1.2% of Physical Attack Damage Leeched as Life","optional":false},{"text":"5% increased Movement Speed","optional":false},{"text":"Gain Life from Leech instantly from Hits with this Weapon","optional":false}],"flavourText":"\"For the life of the flesh will always be in the blood.\"\r|- Atalui, Vaal Priestess","itemType":"Claw","chaosValue":0.89,"exaltedValue":0.01,"count":49},{"id":1958,"name":"Xoph's Inception","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Bows/BloodPerigree.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":23,"baseType":"Bone Bow","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,89.26,89.80,47.44,15.46,45.62,64.995],"totalChange":82.77},"implicitModifiers":[],"explicitModifiers":[{"text":"(70-90)% increased Physical Damage","optional":false},{"text":"+(20-30) Life gained on Killing Ignited Enemies","optional":false},{"text":"Gain 20% of Physical Damage as Extra Fire Damage","optional":false},{"text":"10% chance to Ignite","optional":false}],"flavourText":"Upon the red pyre we are born.\r|\r|{This item can be transformed with a Blessing of Xoph}","itemType":"Bow","chaosValue":0.88,"exaltedValue":0.01,"count":49},{"id":1001,"name":"Quill Rain","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Bows/Bow2unique.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":5,"baseType":"Short Bow","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,5.35,-12.80,-50.31,-22.94,-38.97,-37.815],"totalChange":-38.00},"implicitModifiers":[],"explicitModifiers":[{"text":"100% increased Physical Damage","optional":false},{"text":"+(10-20) to Dexterity","optional":false},{"text":"100% increased Attack Speed","optional":false},{"text":"+(25-50) to Accuracy Rating","optional":false},{"text":"+2 Mana gained for each Enemy hit by Attacks","optional":false},{"text":"(50-100)% increased Projectile Speed","optional":false},{"text":"40% less Weapon Damage","optional":false}],"flavourText":"\"The rain of a thousand quills that whittle\r|present into past, life into death.\"\r|- Rigwald of the Ezomytes","itemType":"Bow","chaosValue":0.86,"exaltedValue":0.01,"count":49},{"id":189,"name":"Brain Rattler","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandMaces/BrainScrambler.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":63,"baseType":"Meatgrinder","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-5.27,5.30,-38.04,-27.21,6.75,-25.66],"totalChange":-50.52},"implicitModifiers":[{"text":"30% increased Stun Duration on Enemies"}],"explicitModifiers":[{"text":"Adds (80-100) to (320-370) Physical Damage","optional":false},{"text":"50% of Physical Damage Converted to Lightning Damage","optional":false},{"text":"15% chance to Shock","optional":false},{"text":"10% chance to Cause Monsters to Flee","optional":false},{"text":"Damage Penetrates 20% Lightning Resistance","optional":false},{"text":"Enemies you Shock have 30% reduced Cast Speed","optional":false},{"text":"Enemies you Shock have 20% reduced Movement Speed","optional":false}],"flavourText":"The mind may have no limits, but the skull sure does.","itemType":"Two Handed Mace","chaosValue":0.72,"exaltedValue":0.01,"count":49},{"id":393,"name":"Death's Hand","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/Scepters/EndOfEra.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":56,"baseType":"Karui Sceptre","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.18,9.77,8.28,-14.76,-40.33,-44.04],"totalChange":-27.17},"implicitModifiers":[{"text":"26% increased Elemental Damage"}],"explicitModifiers":[{"text":"Adds (30-41) to (80-123) Physical Damage","optional":false},{"text":"(25-50)% increased Critical Strike Chance","optional":false},{"text":"30% chance to gain a Power Charge when you Stun","optional":false},{"text":"Gain Unholy Might for 2 seconds on Critical Strike","optional":false}],"flavourText":"\"All are welcome in Hinekora's eternal home.\" \r|- Karui Proverb","itemType":"One Handed Mace","chaosValue":0.65,"exaltedValue":0.01,"count":49},{"id":743,"name":"Lifesprig","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/Wands/LifeSprig.png?scale=1&w=1&h=3","mapTier":0,"levelRequired":0,"baseType":"Driftwood Wand","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-4.49,-8.00,-11.07,-3.92,2.14,-2.11],"totalChange":-3.40},"implicitModifiers":[{"text":"(8-12)% increased Spell Damage"}],"explicitModifiers":[{"text":"+1 to Level of Socketed Spell Gems","optional":false},{"text":"(20-28)% increased Spell Damage","optional":false},{"text":"(5-8)% increased Cast Speed","optional":false},{"text":"+(15-20) to maximum Life","optional":false},{"text":"+(15-20) to maximum Mana","optional":false},{"text":"Regenerate (6-8) Life over 1 second when you Cast a Spell","optional":false}],"flavourText":"From the smallest seeds\r|To the tallest redwoods,\r|Life endures in Wraeclast.","itemType":"Wand","chaosValue":0.65,"exaltedValue":0.01,"count":49},{"id":217,"name":"Callinellus Malleus","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/OneHandMaces/CallinellusMalleus.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":66,"baseType":"Auric Mace","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,31.59,-37.56,-0.73,51.72,70.41,52.95],"totalChange":78.06},"implicitModifiers":[{"text":"15% reduced Enemy Stun Threshold"}],"explicitModifiers":[{"text":"(150-200)% increased Physical Damage","optional":false},{"text":"Adds (5-10) to (15-23) Physical Damage","optional":false},{"text":"(15-25)% reduced Enemy Stun Threshold with this Weapon","optional":false},{"text":"Cannot Knock Enemies Back","optional":false},{"text":"All Attack Damage Chills when you Stun","optional":false}],"flavourText":"To neither ebb nor flow,\r|but weather the rising tide,\r|outlast, unshifting and unshifted,\r|until the waters recede and we stand together.","itemType":"One Handed Mace","chaosValue":0.52,"exaltedValue":0.01,"count":49},{"id":898,"name":"Ornament of the East","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/Claws/OrnamentOfTheEast.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":46,"baseType":"Gut Ripper","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-27.47,-21.61,-18.79,-13.29,0.38,15.53],"totalChange":2.22},"implicitModifiers":[{"text":"+44 Life gained for each Enemy hit by Attacks"}],"explicitModifiers":[{"text":"+1 to Level of Socketed Dexterity Gems","optional":false},{"text":"Socketed Gems are Supported by level 10 Faster Attacks","optional":false},{"text":"(160-180)% increased Physical Damage","optional":false},{"text":"(10-15)% increased Attack Speed","optional":false},{"text":"25% increased Stun and Block Recovery","optional":false},{"text":"Hits can't be Evaded","optional":false}],"flavourText":"To the Maraketh, death is as intimate as love.","itemType":"Claw","chaosValue":0.52,"exaltedValue":0.01,"count":49},{"id":160,"name":"Bino's Kitchen Knife","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/Daggers/BinosKitchenKnife.png?scale=1&w=1&h=3","mapTier":0,"levelRequired":65,"baseType":"Slaughter Knife","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,42.52,19.85,2.93,112.95,119.18,38.225],"totalChange":73.47},"implicitModifiers":[{"text":"30% increased Global Critical Strike Chance"}],"explicitModifiers":[{"text":"30% increased Damage over Time","optional":false},{"text":"Adds (50-60) to (120-140) Physical Damage","optional":false},{"text":"(40-50)% increased Critical Strike Chance","optional":false},{"text":"+(15-25)% to Global Critical Strike Multiplier","optional":false},{"text":"+(8-12)% to Chaos Resistance","optional":false},{"text":"On Killing a Poisoned Enemy, nearby Enemies are Poisoned","optional":false},{"text":"and nearby Allies Regenerate 200 Life per second","optional":false}],"flavourText":"Calling it poison would imply\r|that it was even edible.","itemType":"Dagger","chaosValue":0.51,"exaltedValue":0.01,"count":49},{"id":755,"name":"Lioneye's Glare","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Bows/Bow8unique.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":66,"baseType":"Imperial Bow","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,37.97,67.11,119.57,41.33,51.52,52.28],"totalChange":56.23},"implicitModifiers":[{"text":"(20-24)% increased Elemental Damage with Attack Skills"}],"explicitModifiers":[{"text":"(150-175)% increased Physical Damage","optional":false},{"text":"Adds (6-12) to (20-32) Physical Damage","optional":false},{"text":"(10-20)% increased Attack Speed","optional":false},{"text":"+(80-100) to maximum Mana","optional":false},{"text":"Hits can't be Evaded","optional":false},{"text":"Far Shot","optional":false}],"flavourText":"\"See without doubt, slay without hesitation.\"\r|- Marceus Lioneye of Sarn","itemType":"Bow","chaosValue":0.51,"exaltedValue":0.01,"count":49},{"id":650,"name":"Hyaon's Fury","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/OneHandSwords/HyaonsFury.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":62,"baseType":"Legion Sword","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-8.09,1.31,9.18,-5.96,-11.62,81.345],"totalChange":132.13},"implicitModifiers":[{"text":"40% increased Accuracy Rating"}],"explicitModifiers":[{"text":"Adds 1 to (550-650) Lightning Damage","optional":false},{"text":"(7-10)% increased Attack Speed","optional":false},{"text":"1% increased Damage taken per Frenzy Charge","optional":false},{"text":"12% increased Lightning Damage per Frenzy Charge","optional":false},{"text":"+20 Life gained on Kill per Frenzy Charge","optional":false}],"flavourText":"\"Hyaon the 'Red Wolf'\r|Howling mad\r|Cloaked in blood\r|A banner to his legion\r|A terror to his foes.\"\r|- Garivaldi, Chronicler to the Empire","itemType":"One Handed Sword","chaosValue":0.50,"exaltedValue":0.01,"count":49},{"id":899,"name":"Oro's Sacrifice","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandSwords/OrosSacrifice.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":67,"baseType":"Infernal Sword","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-20.33,-20.09,-16.60,-17.99,-20.27,-16.755],"totalChange":-13.12},"implicitModifiers":[{"text":"30% increased Accuracy Rating"}],"explicitModifiers":[{"text":"No Physical Damage","optional":false},{"text":"Adds (425-475) to (550-600) Fire Damage","optional":false},{"text":"(10-15)% increased Attack Speed","optional":false},{"text":"20% chance to Ignite","optional":false},{"text":"10% increased Physical Damage taken","optional":false},{"text":"10% increased Fire Damage taken","optional":false},{"text":"Culling Strike against Burning Enemies","optional":false},{"text":"Gain a Frenzy Charge if an Attack Ignites an Enemy","optional":false}],"flavourText":"Give yourself to the flames and your name\r|will burn in the minds of men forever.","itemType":"Two Handed Sword","chaosValue":0.34,"exaltedValue":0.00,"count":49},{"id":12,"name":"Abberath's Horn","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/Wands/Wychverge.png?scale=1&w=1&h=3","mapTier":0,"levelRequired":6,"baseType":"Goat's Horn","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-5.09,0.96,-5.33,-4.19,1.57,-1.43],"totalChange":-2.36},"implicitModifiers":[{"text":"(10-14)% increased Spell Damage"}],"explicitModifiers":[{"text":"(20-30)% increased Fire Damage","optional":false},{"text":"Adds (4-6) to (8-12) Fire Damage to Spells","optional":false},{"text":"(40-60)% increased Global Critical Strike Chance","optional":false},{"text":"+10 Life gained on Killing Ignited Enemies","optional":false},{"text":"25% reduced Ignite Duration on Enemies","optional":false}],"flavourText":"The Goat King drank the smoke and ate the flames\r|as his ruin spread across the land.","itemType":"Wand","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":26,"name":"Advancing Fortress","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/Claws/Clawshield3.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":46,"baseType":"Gut Ripper","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.15,0.0,4.77,0.0,0.0,0.0],"totalChange":0.0},"implicitModifiers":[{"text":"+44 Life gained for each Enemy hit by Attacks"}],"explicitModifiers":[{"text":"Socketed Gems are Supported by level 12 Fortify","optional":false},{"text":"(100-120)% increased Physical Damage","optional":false},{"text":"+110 to Evasion Rating","optional":false},{"text":"+(30-50) to maximum Life","optional":false},{"text":"+35 to maximum Energy Shield","optional":false},{"text":"Reflects (71-90) Physical Damage to Melee Attackers","optional":false},{"text":"15% Chance to Block","optional":false}],"flavourText":"\"A man cowers behind his walls.\r|A woman carries her fortress with her.\r|In heart, in mind, in hand.\"\r|- Sekhema Deshret","itemType":"Claw","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":41,"name":"Al Dhih","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/Claws/Aldhih.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":26,"baseType":"Timeworn Claw","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-10.08,-2.41,-13.69,-2.03,0.0,-4.445],"totalChange":-5.20},"implicitModifiers":[{"text":"+19 Life gained for each Enemy hit by Attacks"}],"explicitModifiers":[{"text":"Socketed Gems have 10% chance to cause Enemies to Flee on Hit","optional":false},{"text":"Trigger Level 1 Abyssal Cry on Hit","optional":false},{"text":"(100-120)% increased Physical Damage","optional":false},{"text":"3% of Physical Attack Damage Leeched as Life","optional":false},{"text":"10% reduced Enemy Stun Threshold with this Weapon","optional":false}],"flavourText":"\"When the hyena howls thrice\r|death is sure to follow.\"\r|-Maraketh Wisdom","itemType":"Claw","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":45,"name":"Allure","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/Claws/Allure.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":66,"baseType":"Vaal Claw","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.15,0.0,4.77,0.0,0.0,0.0],"totalChange":0.0},"implicitModifiers":[{"text":"2% of Physical Attack Damage Leeched as Life"}],"explicitModifiers":[{"text":"(110-130)% increased Physical Damage","optional":false},{"text":"Adds (15-20) to (30-40) Physical Damage","optional":false},{"text":"(8-12)% increased Attack Speed","optional":false},{"text":"15% increased Movement Speed while Phasing","optional":false},{"text":"You gain Phasing for 10 seconds on using a Vaal Skill","optional":false}],"flavourText":"What drives us to kill, to carve and to shred?\r|What drives us to drink the seething souls of the dead?\r|What drives us to love and to hold, but still go amiss?\r|What drives us to leave this world for the Abyss?","itemType":"Claw","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":101,"name":"Ashcaller","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/Wands/Ashwaker.png?scale=1&w=1&h=3","mapTier":0,"levelRequired":18,"baseType":"Quartz Wand","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,4.53,21.96,17.16,-42.14,-12.34,22.005],"totalChange":25.36},"implicitModifiers":[{"text":"(18-22)% increased Spell Damage"}],"explicitModifiers":[{"text":"10% chance to Trigger Level 8 Summon Raging Spirit on Kill","optional":false},{"text":"Adds (10-14) to (18-22) Fire Damage","optional":false},{"text":"Adds (4-6) to (7-9) Fire Damage to Spells","optional":false},{"text":"(40-50)% increased Burning Damage","optional":false},{"text":"(16-22)% chance to Ignite","optional":false}],"flavourText":"\"We do not command fire.\r|Ngamahu lends it, and Hinekora returns it.\"\r|- Lavianga, Advisor to Kaom","itemType":"Wand","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":133,"name":"Aurumvorax","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/Rapiers/Aurumvorax.png?scale=1&w=1&h=4","mapTier":0,"levelRequired":17,"baseType":"Basket Rapier","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-9.38,-14.29,-2.24,1.18,3.53,3.33],"totalChange":3.83},"implicitModifiers":[{"text":"+(20-25)% to Global Critical Strike Multiplier"}],"explicitModifiers":[{"text":"(120-150)% increased Physical Damage","optional":false},{"text":"20% reduced Rarity of Items found","optional":false},{"text":"+(40-60)% to all Elemental Resistances","optional":false},{"text":"+3 Life gained for each Enemy hit by Attacks","optional":false}],"flavourText":"Many a collector of rarities discovered to his dismay\r|that the intelligent spirit in this sword\r|does not like to share its master's attention","itemType":"One Handed Sword","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":135,"name":"Axiom Perpetuum","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/Scepters/AxiomPerpetuum.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":10,"baseType":"Bronze Sceptre","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,11.15,0.0,4.92,0.0,1.46,0.225],"totalChange":0.0},"implicitModifiers":[{"text":"12% increased Elemental Damage"}],"explicitModifiers":[{"text":"Adds (2-3) to (5-6) Fire Damage to Spells","optional":false},{"text":"Adds (2-3) to (5-6) Cold Damage to Spells","optional":false},{"text":"Adds 1 to (10-12) Lightning Damage to Spells","optional":false},{"text":"(4-6)% increased Cast Speed","optional":false},{"text":"(100-140)% increased Critical Strike Chance for Spells","optional":false}],"flavourText":"The worst of Axiom were imprisoned by more than iron.","itemType":"One Handed Mace","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":218,"name":"Cameria's Maul","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/OneHandMaces/AmericsMaul.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":60,"baseType":"Gavel","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,4.60,55.50,14.19,58.59,19.32,50.075],"totalChange":33.98},"implicitModifiers":[{"text":"15% reduced Enemy Stun Threshold"}],"explicitModifiers":[{"text":"(140-180)% increased Physical Damage","optional":false},{"text":"Adds (10-20) to (30-50) Cold Damage","optional":false},{"text":"(15-40)% increased Critical Strike Chance","optional":false},{"text":"40% increased Rarity of Items Dropped by Frozen Enemies","optional":false},{"text":"(30-40)% increased Cold Damage with Attack Skills","optional":false}],"flavourText":"\"You'll have my riches when you pry them\r|from my cold, dead hands!\"\r|\"That's how I prefer it.\"","itemType":"One Handed Mace","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":272,"name":"Chober Chaber","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandMaces/ChoberChaber.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":40,"baseType":"Great Mallet","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.31,-18.50,-26.19,-50.76,-5.01,-2.83],"totalChange":0.15},"implicitModifiers":[{"text":"30% increased Stun Duration on Enemies"}],"explicitModifiers":[{"text":"+1 to Level of Socketed Melee Gems","optional":false},{"text":"+1 to Level of Socketed Minion Gems","optional":false},{"text":"(200-220)% increased Physical Damage","optional":false},{"text":"25% increased maximum Mana","optional":false},{"text":"Minions have (20-40)% increased maximum Life","optional":false},{"text":"15% increased Skill Effect Duration","optional":false},{"text":"20% reduced Strength Requirement","optional":false}],"flavourText":"The faithful may continue to serve, even after death.","itemType":"Two Handed Mace","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":276,"name":"Clayshaper","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/OneHandMaces/ClayShaper.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":41,"baseType":"Rock Breaker","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-37.26,-10.20,-34.56,-5.63,-3.85,-25.235],"totalChange":-55.52},"implicitModifiers":[{"text":"15% reduced Enemy Stun Threshold"}],"explicitModifiers":[{"text":"Grants level 12 Summon Stone Golem","optional":false},{"text":"Adds (24-30) to (34-40) Physical Damage","optional":false},{"text":"(8-10)% increased Attack Speed","optional":false},{"text":"Minions have (20-30)% increased maximum Life","optional":false},{"text":"Minions' Attacks deal (5-8) to (12-16) additional Physical Damage","optional":false},{"text":"Can Summon up to 1 additional Golem at a time","optional":false}],"flavourText":"There is nothing, flesh, spirit, or stone\r|Free from our hunger for dominion.","itemType":"One Handed Mace","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":348,"name":"Daresso's Passion","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/Rapiers/Daressos.png?scale=1&w=1&h=4","mapTier":0,"levelRequired":43,"baseType":"Estoc","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-17.02,3.63,5.04,-1.80,-10.66,6.55],"totalChange":5.66},"implicitModifiers":[{"text":"+25% to Global Critical Strike Multiplier"}],"explicitModifiers":[{"text":"Adds (30-38) to (40-50) Physical Damage","optional":false},{"text":"Adds (30-38) to (40-50) Cold Damage","optional":false},{"text":"20% reduced Frenzy Charge Duration","optional":false},{"text":"25% chance to gain a Frenzy Charge on Kill","optional":false},{"text":"(60-80)% increased Damage while you have no Frenzy Charges","optional":false}],"flavourText":"It doesn't matter how well the young swordsman trains.\r|All form and finesse are forgotten when blood first hits the ground.","itemType":"One Handed Sword","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":394,"name":"Death's Harp","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Bows/Deathsharp.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":32,"baseType":"Death Bow","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,1.61,14.04,9.15,6.51,-3.22,6.17],"totalChange":4.32},"implicitModifiers":[{"text":"(30-50)% increased Critical Strike Chance"}],"explicitModifiers":[{"text":"(100-125)% increased Physical Damage","optional":false},{"text":"10% increased Attack Speed","optional":false},{"text":"+100% to Global Critical Strike Multiplier","optional":false},{"text":"Adds an additional Arrow","optional":false}],"flavourText":"The mournful music of the strings,\r|The creaking arch, the arrow sings.\r|A choking cry, a rattled breath,\r|The Reaper's Song, the Harp of Death.","itemType":"Bow","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":431,"name":"Doomfletch","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Bows/DoomFletch.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":28,"baseType":"Royal Bow","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,34.92,34.32,8.92,0.0,0.0,0.0],"totalChange":0.0},"implicitModifiers":[{"text":"(20-24)% increased Elemental Damage with Attack Skills"}],"explicitModifiers":[{"text":"Adds (8-12) to (16-20) Physical Damage","optional":false},{"text":"(10-14)% increased Attack Speed","optional":false},{"text":"(30-40)% increased Critical Strike Chance","optional":false},{"text":"60% increased Mana Regeneration Rate","optional":false},{"text":"Gain 110% of Bow Physical Damage as Extra Damage of an Element","optional":false}],"flavourText":"\"Toasted or frozen\r|Or twitching in the light\r|I'm not fussy\r|And neither is Death.\"\r|- Koralus Doomfletch","itemType":"Bow","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":473,"name":"Eclipse Solaris","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/Wands/WandUnique1.png?scale=1&w=1&h=3","mapTier":0,"levelRequired":45,"baseType":"Crystal Wand","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.15,-8.90,0.92,-0.83,0.0,0.0],"totalChange":0.0},"implicitModifiers":[{"text":"(29-33)% increased Spell Damage"}],"explicitModifiers":[{"text":"Adds (18-22) to (36-44) Physical Damage","optional":false},{"text":"+(27-33)% to Global Critical Strike Multiplier","optional":false},{"text":"20% increased Light Radius","optional":false},{"text":"Nearby Enemies are Blinded","optional":false},{"text":"(120-140)% increased Critical Strike Chance against Blinded Enemies","optional":false}],"flavourText":"Every decade, Lunaris devours Solaris\r|Each time, Solaris emerges from Lunaris, born anew.","itemType":"Wand","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":490,"name":"Ephemeral Edge","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/OneHandSwords/OneHandSword8Unique.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":32,"baseType":"Dusk Blade","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.15,0.0,3.85,0.0,0.0,0.0],"totalChange":0.0},"implicitModifiers":[{"text":"40% increased Accuracy Rating"}],"explicitModifiers":[{"text":"150% increased Physical Damage","optional":false},{"text":"+10 to Intelligence","optional":false},{"text":"50% increased Global Critical Strike Chance","optional":false},{"text":"10% reduced maximum Life","optional":false},{"text":"(40-50)% increased maximum Energy Shield","optional":false},{"text":"(0.6-1)% of Physical Attack Damage Leeched as Mana","optional":false}],"flavourText":"In the rift between future and past,\r|life passes quickly.","itemType":"One Handed Sword","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":527,"name":"Fidelitas' Spike","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/OneHandSwords/FidelitasSpike.png?scale=1&w=1&h=4","mapTier":0,"levelRequired":22,"baseType":"Jagged Foil","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.23,0.08,4.70,0.08,-1.23,0.08],"totalChange":0.08},"implicitModifiers":[{"text":"+25% to Global Critical Strike Multiplier"}],"explicitModifiers":[{"text":"No Physical Damage","optional":false},{"text":"Adds 1 to (40-50) Lightning Damage","optional":false},{"text":"(25-30)% increased Attack Speed","optional":false},{"text":"+2 Life gained for each Enemy hit by Attacks","optional":false},{"text":"(15-20)% chance to Shock","optional":false},{"text":"50% increased Herald of Thunder Buff Effect","optional":false}],"flavourText":"Maligaro was transformed by Raulo's love.\r|Thaumaturgy allowed Maligaro to return the favour.","itemType":"One Handed Sword","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":535,"name":"Flesh-Eater","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/OneHandMaces/OneHandMace6Unique.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":32,"baseType":"Dream Mace","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,1.30,-4.42,6.48,-6.64,3.16,-2.345],"totalChange":-3.68},"implicitModifiers":[{"text":"10% reduced Enemy Stun Threshold"}],"explicitModifiers":[{"text":"(60-80)% increased Physical Damage","optional":false},{"text":"Adds 10 to 15 Physical Damage","optional":false},{"text":"10% increased Attack Speed","optional":false},{"text":"1% of Physical Attack Damage Leeched as Life","optional":false},{"text":"3% of Attack Damage Leeched as Life against Bleeding Enemies","optional":false},{"text":"30% chance to cause Bleeding on Hit","optional":false}],"flavourText":"I suffer, I long, with thirst to slake.\r|Though countless corpses lie in wake.","itemType":"One Handed Mace","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":553,"name":"Frostbreath","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/OneHandMaces/FrostBreath.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":50,"baseType":"Ornate Mace","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.15,1.73,4.77,0.0,0.0,-0.115],"totalChange":0.0},"implicitModifiers":[{"text":"15% reduced Enemy Stun Threshold"}],"explicitModifiers":[{"text":"Adds (26-32) to (36-42) Physical Damage","optional":false},{"text":"Adds (26-32) to (36-42) Cold Damage","optional":false},{"text":"(8-14)% increased Attack Speed","optional":false},{"text":"+(40-50)% to Fire Resistance","optional":false},{"text":"(35-50)% increased Chill Duration on Enemies","optional":false},{"text":"Attacks with this Weapon deal double Damage to Chilled Enemies","optional":false}],"flavourText":"A merciful murderer swept through the streets of Sarn\r|Robbing breath from the weak and worthless.","itemType":"One Handed Mace","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":557,"name":"Geofri's Baptism","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandMaces/TwoHandMace7Unique.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":27,"baseType":"Brass Maul","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.15,0.0,0.54,-0.08,-0.92,-2.035],"totalChange":-4.07},"implicitModifiers":[{"text":"30% increased Stun Duration on Enemies"}],"explicitModifiers":[{"text":"200% increased Physical Damage","optional":false},{"text":"Adds 11 to 23 Cold Damage","optional":false},{"text":"(10-20)% increased Stun Duration on Enemies","optional":false},{"text":"Never deal Critical Strikes","optional":false}],"flavourText":"\"One quick tap is all the persuasion you'll need.\"\r|- Archbishop Geofri of Phrecia Cathedral","itemType":"Two Handed Mace","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":577,"name":"Gorebreaker","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/OneHandMaces/OneHandMace3Unique.png?scale=1&w=1&h=3","mapTier":0,"levelRequired":10,"baseType":"Spiked Club","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.54,0.31,3.17,-3.10,-3.71,-10.11],"totalChange":-20.53},"implicitModifiers":[{"text":"10% reduced Enemy Stun Threshold"}],"explicitModifiers":[{"text":"(300-360)% increased Physical Damage","optional":false},{"text":"20% reduced Attack Speed","optional":false},{"text":"(10-20)% reduced Enemy Stun Threshold","optional":false},{"text":"(30-50)% increased Stun Duration on Enemies","optional":false},{"text":"Extra gore","optional":false}],"flavourText":"Sure, there's many a hard man out there.\r|But this'll soften them up.","itemType":"One Handed Mace","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":611,"name":"Heartbreaker","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/Daggers/Heartbreaker.png?scale=1&w=1&h=3","mapTier":0,"levelRequired":50,"baseType":"Royal Skean","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.15,0.0,4.69,0.0,0.0,0.0],"totalChange":0.0},"implicitModifiers":[{"text":"30% increased Global Critical Strike Chance"}],"explicitModifiers":[{"text":"(60-70)% increased Spell Damage","optional":false},{"text":"+(40-50) to maximum Mana","optional":false},{"text":"+50 to maximum Energy Shield","optional":false},{"text":"10% faster start of Energy Shield Recharge","optional":false},{"text":"Your Spells have Culling Strike","optional":false}],"flavourText":"A heart can be stabbed by thoughts, \r|If your mind is sharp enough.","itemType":"Dagger","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":629,"name":"Hiltless","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandSwords/Hiltless.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":59,"baseType":"Reaver Sword","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.15,0.0,3.85,0.0,0.0,0.0],"totalChange":0.0},"implicitModifiers":[{"text":"40% increased Accuracy Rating"}],"explicitModifiers":[{"text":"Socketed Gems are Supported by level 1 Blood Magic","optional":false},{"text":"Adds (90-115) to (230-260) Physical Damage","optional":false},{"text":"(40-50)% increased Critical Strike Chance","optional":false},{"text":"Enemies you Attack Reflect 100 Physical Damage to you","optional":false},{"text":"+2 to Weapon range","optional":false}],"flavourText":"The cuts on my hands are a small price to pay\r|for the opportunity to drive my steel\r|beyond the flesh and into the demon's soul.","itemType":"Two Handed Sword","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":672,"name":"Infractem","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Bows/Infractem.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":53,"baseType":"Decimation Bow","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-0.77,-0.75,3.85,0.0,0.0,0.0],"totalChange":0.0},"implicitModifiers":[{"text":"(30-50)% increased Critical Strike Chance"}],"explicitModifiers":[{"text":"(110-125)% increased Physical Damage","optional":false},{"text":"Adds (25-35) to (36-45) Physical Damage","optional":false},{"text":"+(20-30) to Dexterity","optional":false},{"text":"+(200-250) to Accuracy Rating","optional":false},{"text":"10% increased Movement Speed","optional":false},{"text":"Cannot Leech Life","optional":false},{"text":"Arrows Pierce all Targets","optional":false}],"flavourText":"Mark us with mercy, then press on with care,\r|Execute us steadily, notch away at our despair.","itemType":"Bow","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":675,"name":"Innsbury Edge","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/OneHandSwords/ElderSword.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":47,"baseType":"Elder Sword","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.15,0.0,4.77,0.0,0.0,0.0],"totalChange":0.0},"implicitModifiers":[{"text":"+330 to Accuracy Rating"}],"explicitModifiers":[{"text":"(100-140)% increased Physical Damage","optional":false},{"text":"(17-25)% increased Attack Speed","optional":false},{"text":"0.2% of Chaos Damage Leeched as Life","optional":false},{"text":"25% of Physical Damage Converted to Chaos Damage","optional":false},{"text":"Attacks with this Weapon Maim on hit","optional":false}],"flavourText":"A sword he brought, his foes to maim and rend,\r|from places dark behind forbidden doors,\r|but night by night he woke with frighten'd roars\r|from ghoulish dreams, too strange to comprehend.","itemType":"One Handed Sword","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":679,"name":"Iron Commander","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Bows/IronCommendant.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":32,"baseType":"Death Bow","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-10.36,-40.15,-30.28,-13.95,28.21,-0.455],"totalChange":13.41},"implicitModifiers":[{"text":"(30-50)% increased Critical Strike Chance"}],"explicitModifiers":[{"text":"Adds (8-12) to (16-24) Physical Damage","optional":false},{"text":"(14-20)% increased Attack Speed","optional":false},{"text":"(14-20)% increased Totem Life","optional":false},{"text":"(14-20)% increased Totem Placement speed","optional":false},{"text":"Can have 1 additional Siege Ballista Totem per 200 Dexterity","optional":false},{"text":"Adds 1 to 3 Physical Damage to Attacks per 25 Dexterity","optional":false}],"flavourText":"The Eternals commanded an army that need not eat, sleep, or breathe\r|without the usual depravities of necromancy.","itemType":"Bow","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":687,"name":"Jack, the Axe","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/OneHandAxes/Jacktheaxe.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":65,"baseType":"Vaal Hatchet","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-8.26,26.60,64.57,-8.96,11.76,15.27],"totalChange":37.17},"implicitModifiers":[],"explicitModifiers":[{"text":"(90-110)% increased Physical Damage","optional":false},{"text":"Adds (11-14) to (18-23) Physical Damage","optional":false},{"text":"(10-15)% increased Attack Speed","optional":false},{"text":"2% of Physical Attack Damage Leeched as Life","optional":false},{"text":"50% reduced Life Leeched per second","optional":false},{"text":"25% chance to cause Bleeding on Hit","optional":false}],"flavourText":"\"Hey, you with the hands. Got a deal for you. \r|Give me a bit of life and I'll give you more death than you can poke a stick at. \r|You in?\"","itemType":"One Handed Axe","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":704,"name":"Kaom's Primacy","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandAxes/TwoHandAxe11Unique.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":58,"baseType":"Karui Chopper","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,2.96,4.08,9.05,2.51,4.08,3.495],"totalChange":4.08},"implicitModifiers":[],"explicitModifiers":[{"text":"(160-220)% increased Physical Damage","optional":false},{"text":"Adds (16-21) to (32-38) Fire Damage","optional":false},{"text":"+(150-250) to Accuracy Rating","optional":false},{"text":"+20 Life gained on Kill","optional":false},{"text":"Culling Strike","optional":false}],"flavourText":"One by one, Kaom slaughtered the weakest tribe\r|leaders until the others leapt to join his cause.","itemType":"Two Handed Axe","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":723,"name":"Kondo's Pride","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandSwords/KondosPride.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":61,"baseType":"Ezomyte Blade","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.15,0.0,6.0,0.0,0.15,-0.16],"totalChange":-0.32},"implicitModifiers":[{"text":"+435 to Accuracy Rating"}],"explicitModifiers":[{"text":"(270-320)% increased Physical Damage","optional":false},{"text":"0.6% of Physical Attack Damage Leeched as Life","optional":false},{"text":"50% increased Melee Damage against Bleeding Enemies","optional":false},{"text":"Cannot Leech Life from Critical Strikes","optional":false},{"text":"30% chance to Blind Enemies on Critical Strike","optional":false},{"text":"50% chance to cause Bleeding on Critical Strike","optional":false}],"flavourText":"Faintly gleaming in the moonlit night,\r|Kondo's Pride was primed to fight.\r|Driven by an inner fire,\r|bloodlust, spite and ill desire.\r|He swiftly moved to strike them all,\r|wreaking havoc like a steel squall.","itemType":"Two Handed Sword","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":734,"name":"Lakishu's Blade","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/OneHandSwords/OneHandSword5Unique.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":28,"baseType":"Elegant Sword","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.15,-0.08,4.46,-0.38,0.0,-0.04],"totalChange":-0.08},"implicitModifiers":[{"text":"+190 to Accuracy Rating"}],"explicitModifiers":[{"text":"Socketed Gems are supported by level 1 Multistrike","optional":false},{"text":"(60-80)% increased Physical Damage","optional":false},{"text":"Adds (5-8) to (10-14) Physical Damage","optional":false},{"text":"(10-15)% increased Attack Speed","optional":false},{"text":"20% chance to Avoid being Stunned","optional":false},{"text":"(30-40)% reduced Stun and Block Recovery","optional":false}],"flavourText":"\"May the Blessed Lakishu watch our backs and our wives.\"\r|- Legionnaire Battle Blessing","itemType":"One Handed Sword","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":737,"name":"Last Resort","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/Claws/NerasLastResort.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":0,"baseType":"Nailed Fist","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-4.34,0.70,2.40,0.70,0.70,-2.34],"totalChange":-5.38},"implicitModifiers":[{"text":"+3 Life gained for each Enemy hit by Attacks"}],"explicitModifiers":[{"text":"25% increased Attack Speed when on Low Life","optional":false},{"text":"(80-100)% increased Physical Damage","optional":false},{"text":"Adds 2 to 10 Physical Damage","optional":false},{"text":"100% increased Claw Physical Damage when on Low Life","optional":false},{"text":"100% increased Accuracy Rating when on Low Life","optional":false}],"flavourText":"Desperate times demand desperate measures.","itemType":"Claw","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":740,"name":"Lavianga's Wisdom","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/OneHandMaces/OneHandMace3a.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":20,"baseType":"War Hammer","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,18.03,-8.14,25.32,24.51,26.50,16.695],"totalChange":8.18},"implicitModifiers":[{"text":"10% reduced Enemy Stun Threshold"}],"explicitModifiers":[{"text":"(130-160)% increased Physical Damage","optional":false},{"text":"+(10-20) to maximum Life","optional":false},{"text":"+(10-20) to maximum Mana","optional":false},{"text":"5% reduced Movement Speed","optional":false},{"text":"10% increased Area of Effect of Area Skills","optional":false},{"text":"(10-15)% increased Area Damage","optional":false}],"flavourText":"\"The painful memories are the easiest to recall.\"\r|- Lavianga, Advisor to Kaom","itemType":"One Handed Mace","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":752,"name":"Limbsplit","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandAxes/TwoHandAxe_spare.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":13,"baseType":"Woodsplitter","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-0.15,7.77,4.69,2.26,12.31,0.0],"totalChange":0.0},"implicitModifiers":[],"explicitModifiers":[{"text":"+1 to Level of Socketed Strength Gems","optional":false},{"text":"(80-100)% increased Physical Damage","optional":false},{"text":"Adds 5 to 10 Physical Damage","optional":false},{"text":"+(15-30) to Strength","optional":false},{"text":"Culling Strike","optional":false}],"flavourText":"Swinging through the air, it sings\r|of sundered, severed, missing things.","itemType":"Two Handed Axe","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":788,"name":"Marohi Erqi","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandMaces/TwoHandMace2unique2.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":57,"baseType":"Karui Maul","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.31,0.15,0.23,-25.75,-9.86,-0.49],"totalChange":0.15},"implicitModifiers":[{"text":"30% increased Stun Duration on Enemies"}],"explicitModifiers":[{"text":"Socketed Gems are Supported by level 15 Increased Area of Effect","optional":false},{"text":"(220-250)% increased Physical Damage","optional":false},{"text":"Adds 10 to 20 Physical Damage","optional":false},{"text":"10% reduced Attack Speed","optional":false},{"text":"-100 to Accuracy Rating","optional":false},{"text":"10% reduced Movement Speed","optional":false},{"text":"(40-50)% increased Stun Duration on Enemies","optional":false}],"flavourText":"Lumbering as a sea lion, clumsy as a berry-drunk pigeon. That was Erqi. \r|It mattered little. When Erqi's maul fell true, so did its target.","itemType":"Two Handed Mace","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":814,"name":"Mightflay","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/Daggers/Dagger2unique.png?scale=1&w=1&h=3","mapTier":0,"levelRequired":35,"baseType":"Flaying Knife","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.15,0.0,4.77,0.0,0.0,0.0],"totalChange":0.0},"implicitModifiers":[{"text":"30% increased Global Critical Strike Chance"}],"explicitModifiers":[{"text":"(80-100)% increased Physical Damage","optional":false},{"text":"Adds 12 to 24 Physical Damage","optional":false},{"text":"+25 to Strength","optional":false},{"text":"+10 Life gained for each Enemy hit by Attacks","optional":false}],"flavourText":"A mighty beast, a lavish feast.","itemType":"Dagger","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":824,"name":"Mon'tregul's Grasp","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/Scepters/MontregulsGrasp.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":68,"baseType":"Void Sceptre","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,3.25,3.09,2.70,2.47,3.09,4.295],"totalChange":3.09},"implicitModifiers":[{"text":"40% increased Elemental Damage"}],"explicitModifiers":[{"text":"50% reduced number of Zombies allowed","optional":false},{"text":"+5000 to Zombie maximum Life","optional":false},{"text":"(25-30)% increased Zombie Resistances","optional":false},{"text":"25% increased Zombie Size","optional":false},{"text":"Enemies killed by Zombies explode dealing Fire Damage","optional":false},{"text":"Zombies deal (80-100)% more Physical Damage","optional":false}],"flavourText":"With death as my ally, all the world is within my grasp.","itemType":"One Handed Mace","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":825,"name":"Moonbender's Wing","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/OneHandAxes/MoonbendersWing.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":39,"baseType":"Tomahawk","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-13.90,112.60,16.62,-2.56,28.12,67.555],"totalChange":54.75},"implicitModifiers":[],"explicitModifiers":[{"text":"Grants level 1 Lightning Warp Skill","optional":false},{"text":"(70-90)% increased Physical Damage","optional":false},{"text":"Adds (5-9) to (13-17) Physical Damage","optional":false},{"text":"(30-50)% increased Critical Strike Chance","optional":false},{"text":"25% of Physical Damage Converted to Cold Damage","optional":false},{"text":"25% of Physical Damage Converted to Lightning Damage","optional":false}],"flavourText":"Beneath the cold light of the moon,\r|the wing moves faster than the eye.","itemType":"One Handed Axe","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":826,"name":"Moonsorrow","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/Wands/WandUnique2.png?scale=1&w=1&h=3","mapTier":0,"levelRequired":59,"baseType":"Imbued Wand","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-28.94,8.68,6.80,-2.47,0.26,-25.87],"totalChange":-15.66},"implicitModifiers":[{"text":"(33-37)% increased Spell Damage"}],"explicitModifiers":[{"text":"Socketed Gems are supported by level 20 Blind","optional":false},{"text":"(30-40)% increased Spell Damage","optional":false},{"text":"(250-275)% increased Physical Damage","optional":false},{"text":"+10 to Intelligence","optional":false},{"text":"(20-30)% increased Lightning Damage","optional":false},{"text":"10% increased Cast Speed","optional":false},{"text":"10% chance to Blind Enemies on hit","optional":false}],"flavourText":"Cast into darkness\r|And trapped for a thousand years,\r|The lonely moon weeps","itemType":"Wand","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":831,"name":"Mortem Morsu","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/Claws/Claw8unique.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":34,"baseType":"Fright Claw","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.15,0.0,4.77,0.0,0.0,0.0],"totalChange":0.0},"implicitModifiers":[{"text":"+20 Life gained for each Enemy hit by Attacks"}],"explicitModifiers":[{"text":"(75-100)% increased Physical Damage","optional":false},{"text":"20% increased Attack Speed","optional":false},{"text":"25% increased Critical Strike Chance","optional":false},{"text":"+40% to Global Critical Strike Multiplier","optional":false},{"text":"(10-20)% of Physical Damage Converted to Chaos Damage","optional":false},{"text":"25% reduced Enemy Stun Threshold with this Weapon","optional":false},{"text":"60% chance to Poison on Hit","optional":false}],"flavourText":"Fear blisters the heart and thins the blood.\r|Fear squeezes lungs and sets the guts to fester.\r|Fear is the wound left untended.","itemType":"Claw","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":870,"name":"Null's Inclination","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Bows/NullBow.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":60,"baseType":"Ranger Bow","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.15,0.0,3.85,9.35,20.23,0.0],"totalChange":0.0},"implicitModifiers":[],"explicitModifiers":[{"text":"Adds (50-80) to (130-180) Chaos Damage","optional":false},{"text":"(7-12)% increased Attack Speed","optional":false},{"text":"+(7-11)% to Chaos Resistance","optional":false},{"text":"+212 Intelligence Requirement","optional":false},{"text":"Minions deal 1% increased Damage per 10 Dexterity","optional":false},{"text":"Trigger Socketed Minion Spells on Kill with this Weapon","optional":false}],"flavourText":"The hunt continues when the prey falls.","itemType":"Bow","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":876,"name":"Nycta's Lantern","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/Scepters/Lychnuslyaei.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":41,"baseType":"Crystal Sceptre","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.23,0.08,3.85,0.08,0.08,0.08],"totalChange":0.08},"implicitModifiers":[{"text":"30% increased Elemental Damage"}],"explicitModifiers":[{"text":"+2 to Level of Socketed Fire Gems","optional":false},{"text":"Socketed Gems are Supported by level 10 Fire Penetration","optional":false},{"text":"Socketed Gems deal 63 to 94 additional Fire Damage","optional":false},{"text":"(20-30)% increased Spell Damage","optional":false},{"text":"(150-200)% increased Physical Damage","optional":false},{"text":"+(6-10) Life gained for each Enemy hit by Attacks","optional":false},{"text":"25% increased Light Radius","optional":false}],"flavourText":"Left in her tomb by the lynch mob, \r|the flame inside still blazed bright after her death, \r|and so did hers.","itemType":"One Handed Mace","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":880,"name":"Obliteration","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/Wands/Maledict.png?scale=1&w=1&h=3","mapTier":0,"levelRequired":56,"baseType":"Demon's Horn","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,2.47,-22.71,6.84,2.48,-5.52,-13.695],"totalChange":-13.02},"implicitModifiers":[{"text":"(31-35)% increased Spell Damage"}],"explicitModifiers":[{"text":"Adds (24-30) to (80-92) Physical Damage","optional":false},{"text":"(26-32)% increased Critical Strike Chance","optional":false},{"text":"Gain (13-15)% of Physical Damage as Extra Chaos Damage","optional":false},{"text":"Enemies you Kill have a 20% chance to Explode, dealing a quarter of their maximum Life as Chaos Damage","optional":false}],"flavourText":"We forge order from the world around us\r|Wielding anarchy and destruction as our tools of genesis.","itemType":"Wand","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":975,"name":"Prismatic Eclipse","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/OneHandSwords/PrismaticEclipse.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":53,"baseType":"Twilight Blade","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.15,0.0,4.08,-0.23,0.0,0.0],"totalChange":0.0},"implicitModifiers":[{"text":"(18-40)% increased Accuracy Rating"}],"explicitModifiers":[{"text":"(8-10)% additional Block Chance while Dual Wielding","optional":false},{"text":"Adds (20-30) to (31-40) Physical Damage","optional":false},{"text":"25% increased Physical Damage with Weapons per Red Socket","optional":false},{"text":"12% increased Global Attack Speed per Green Socket","optional":false},{"text":"0.4% of Physical Attack Damage Leeched as Mana per Blue Socket","optional":false},{"text":"+2 to Melee Weapon Range per White Socket","optional":false}],"flavourText":"\"A raging Solaris seared and contorted the orb's surface. \r|A despairing Lunaris filled the scars with her tears. \r|Yet Viridi remained, trapped within, forever more.\"\r| - Azmerian Creation Myth","itemType":"One Handed Sword","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":990,"name":"Quecholli","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandMaces/TwoHandMace5Unique.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":22,"baseType":"Jagged Maul","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-39.57,-11.93,-2.65,8.26,6.50,11.11],"totalChange":11.11},"implicitModifiers":[{"text":"30% increased Stun Duration on Enemies"}],"explicitModifiers":[{"text":"(80-100)% increased Physical Damage","optional":false},{"text":"Adds 5 to 25 Physical Damage","optional":false},{"text":"+(25-50) to all Attributes","optional":false},{"text":"+10 Life gained on Kill","optional":false},{"text":"Enemies killed explode dealing 10% of their Life as Fire Damage","optional":false}],"flavourText":"\"The finest prosperity grows from the direst\r|carnage. Such is the nature of progress.\"\r|- Doryani of the Vaal","itemType":"Two Handed Mace","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":995,"name":"Queen's Decree","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandSwords/TwoHandSwordUnique3.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":27,"baseType":"Ornate Sword","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.31,-0.52,-2.54,-1.81,-0.08,-0.83],"totalChange":-1.81},"implicitModifiers":[{"text":"+185 to Accuracy Rating"}],"explicitModifiers":[{"text":"Minions have (10-15)% increased maximum Life","optional":false},{"text":"(150-200)% increased Skeleton Duration","optional":false},{"text":"25% increased Strength Requirement","optional":false},{"text":"Minions deal (10-15)% increased Damage","optional":false},{"text":"+1 to maximum number of Zombies","optional":false},{"text":"+1 to maximum number of Spectres","optional":false},{"text":"+1 to maximum number of Skeletons","optional":false}],"flavourText":"The nobles wanted to take her throne.\r|She let the peasants take their wealth.\r|The peasants wanted to take her wealth.\r|She let the soldiers take their heads.\r|The soldiers wanted to take her head.\r|She sat on her throne and wept.","itemType":"Two Handed Sword","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":1027,"name":"Reaper's Pursuit","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandAxes/TwoHandAxeUnique1.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":33,"baseType":"Shadow Axe","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,6.84,41.71,-0.38,2.89,68.63,20.93],"totalChange":59.48},"implicitModifiers":[],"explicitModifiers":[{"text":"(100-125)% increased Physical Damage","optional":false},{"text":"(30-40)% increased Rarity of Items found","optional":false},{"text":"+10 Life gained on Kill","optional":false},{"text":"15% increased Movement Speed when on Full Life","optional":false},{"text":"Culling Strike","optional":false},{"text":"Hits can't be Evaded","optional":false}],"flavourText":"Accept your fate, or lie, pretend.\r|Death collects you in the end.","itemType":"Two Handed Axe","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":1032,"name":"Rebuke of the Vaal","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/OneHandSwords/OneHandSword7Unique.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":64,"baseType":"Vaal Blade","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-41.53,-27.06,28.33,-9.47,18.15,4.655],"totalChange":-21.53},"implicitModifiers":[{"text":"+460 to Accuracy Rating"}],"explicitModifiers":[{"text":"Adds (19-28) to (31-40) Physical Damage","optional":false},{"text":"Adds (19-28) to (31-40) Fire Damage","optional":false},{"text":"Adds (19-28) to (31-40) Cold Damage","optional":false},{"text":"Adds 1 to (50-70) Lightning Damage","optional":false},{"text":"Adds (19-28) to (31-40) Chaos Damage","optional":false},{"text":"(10-20)% increased Attack Speed","optional":false}],"flavourText":"Though the Vaal revered peace, it would have \r|been suicide for any culture to rouse them to war.\r|- Icius Perandus, Scholar to the Empire.","itemType":"One Handed Sword","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":1034,"name":"Redbeak","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/OneHandSwords/OneHandSword1Unique.png?scale=1&w=1&h=3","mapTier":0,"levelRequired":0,"baseType":"Rusted Sword","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,5.56,-2.40,1.73,-2.40,2.25,11.40],"totalChange":0.10},"implicitModifiers":[{"text":"40% increased Accuracy Rating"}],"explicitModifiers":[{"text":"100% increased Damage when on Low Life","optional":false},{"text":"50% increased Physical Damage","optional":false},{"text":"Adds 2 to 6 Physical Damage","optional":false},{"text":"10% increased Attack Speed","optional":false},{"text":"+(20-30) to maximum Life","optional":false},{"text":"+2 Life gained for each Enemy hit by Attacks","optional":false}],"flavourText":"As battle calms, blood turns to rust.","itemType":"One Handed Sword","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":1045,"name":"Relentless Fury","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/OneHandAxes/RelentlessFury.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":29,"baseType":"Decorative Axe","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-0.15,-3.77,-1.69,-4.98,-1.92,-11.79],"totalChange":-18.37},"implicitModifiers":[],"explicitModifiers":[{"text":"(60-80)% increased Physical Damage","optional":false},{"text":"Adds (3-5) to (7-10) Physical Damage","optional":false},{"text":"2% of Physical Attack Damage Leeched as Life","optional":false},{"text":"Culling Strike","optional":false},{"text":"You gain Onslaught for 3 seconds on Culling Strike","optional":false},{"text":"Cannot be Chilled while you have Onslaught","optional":false}],"flavourText":"Relentless fury\r|Sunder my every foe\r|Fuel my boiling blood","itemType":"One Handed Axe","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":1054,"name":"Reverberation Rod","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/Wands/ReverberationRod.png?scale=1&w=1&h=3","mapTier":0,"levelRequired":24,"baseType":"Spiraled Wand","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.95,-9.97,-17.68,-1.49,3.09,3.09],"totalChange":3.09},"implicitModifiers":[{"text":"(15-19)% increased Spell Damage"}],"explicitModifiers":[{"text":"+1 to Level of Socketed Gems","optional":false},{"text":"Socketed Gems are Supported by level 1 Spell Echo","optional":false},{"text":"+(10-30) to Intelligence","optional":false}],"flavourText":"If it's worth doing once, it's worth doing twice.","itemType":"Wand","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":1055,"name":"Rigwald's Charge","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandSwords/TwoHandSword5Unique.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":44,"baseType":"Highland Blade","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.0,-1.43,4.08,-1.43,0.15,0.15],"totalChange":0.15},"implicitModifiers":[{"text":"+305 to Accuracy Rating"}],"explicitModifiers":[{"text":"(120-150)% increased Physical Damage","optional":false},{"text":"20% increased Attack Speed","optional":false},{"text":"+(150-200) to Accuracy Rating","optional":false},{"text":"10% increased Movement Speed","optional":false}],"flavourText":"\"Today, clansmen, my sword is my voice!\"\r|- Rigwald, at the Battle of Glarryn","itemType":"Two Handed Sword","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":1065,"name":"Rive","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/Claws/BleedClaw.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":70,"baseType":"Terror Claw","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.15,0.0,4.77,0.0,0.0,3.99],"totalChange":3.53},"implicitModifiers":[{"text":"2% of Physical Attack Damage Leeched as Life"}],"explicitModifiers":[{"text":"(60-80)% increased Physical Damage","optional":false},{"text":"Adds (25-35) to (50-65) Physical Damage","optional":false},{"text":"25% chance to cause Bleeding on Hit","optional":false},{"text":"2% increased Physical Damage over time per 10 Dexterity","optional":false},{"text":"1% increased Bleed Duration per 12 Intelligence","optional":false},{"text":"30% Chance to cause Bleeding Enemies to Flee on hit","optional":false}],"flavourText":"Terror doesn't make you jump.\r|Terror makes you run.","itemType":"Claw","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":1070,"name":"Roth's Reach","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Bows/SarkhamsReach.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":18,"baseType":"Recurve Bow","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.15,-5.81,1.15,0.0,0.0,0.0],"totalChange":0.0},"implicitModifiers":[],"explicitModifiers":[{"text":"(60-80)% increased Physical Damage","optional":false},{"text":"(4-8)% increased Attack Speed","optional":false},{"text":"Skills Chain +1 times","optional":false},{"text":"30% increased Projectile Speed","optional":false},{"text":"(20-40)% increased Elemental Damage with Attack Skills","optional":false}],"flavourText":"\"Exiled to the sea; what a joke. \r|I'm more free than I've ever been.\"\r|- Captain Weylam \"Rot-tooth\" Roth of the Black Crest","itemType":"Bow","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":1273,"name":"Shiversting","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandSwords/TwoHandSword6Unique.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":14,"baseType":"Bastard Sword","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,33.22,28.43,35.44,15.81,15.09,41.155],"totalChange":32.21},"implicitModifiers":[{"text":"40% increased Accuracy Rating"}],"explicitModifiers":[{"text":"(80-100)% increased Physical Damage","optional":false},{"text":"Adds 35 to 70 Cold Damage","optional":false},{"text":"0.6% of Physical Attack Damage Leeched as Mana","optional":false},{"text":"Cannot be Frozen","optional":false}],"flavourText":"Stoic visage, icy heart.\r|Life of sorrow, lived apart.","itemType":"Two Handed Sword","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":1309,"name":"Silverbranch","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Bows/Bow1Unique.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":0,"baseType":"Crude Bow","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.23,-5.61,5.35,0.78,0.78,0.665],"totalChange":0.55},"implicitModifiers":[],"explicitModifiers":[{"text":"+1 to Level of Socketed Bow Gems","optional":false},{"text":"(80-100)% increased Physical Damage","optional":false},{"text":"10% increased Attack Speed","optional":false},{"text":"+30 to Accuracy Rating","optional":false},{"text":"+10 Mana gained on Kill","optional":false}],"flavourText":"\"The wild takes care of its own.\"\r|- Hyrri of the Karui","itemType":"Bow","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":1314,"name":"Sire of Shards","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Staves/Radience.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":49,"baseType":"Serpentine Staff","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.15,4.68,28.15,0.30,0.0,-1.17],"totalChange":0.0},"implicitModifiers":[{"text":"20% Chance to Block"}],"explicitModifiers":[{"text":"Socketed Gems fire 4 additional Projectiles","optional":false},{"text":"Socketed Gems fire Projectiles in a Nova","optional":false},{"text":"+(15-20) to all Attributes","optional":false},{"text":"+(5-7)% to all Elemental Resistances","optional":false},{"text":"(60-100)% increased Projectile Damage","optional":false},{"text":"20% increased Light Radius","optional":false}],"flavourText":"That which was broken may yet break.","itemType":"Staff","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":1368,"name":"Storm Cloud","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Bows/Stormcloud.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":9,"baseType":"Long Bow","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.15,-0.15,3.77,-0.08,-0.38,0.0],"totalChange":0.0},"implicitModifiers":[],"explicitModifiers":[{"text":"No Physical Damage","optional":false},{"text":"Adds 1 to (75-85) Lightning Damage","optional":false},{"text":"(36-50)% increased Attack Speed","optional":false}],"flavourText":"Centuries of development in steel armoursmithing\r|turned the armies of the Eternal Empire\r|into very effective lightning rods.","itemType":"Bow","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":1373,"name":"Storm Prison","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/Wands/StormPrison.png?scale=1&w=1&h=3","mapTier":0,"levelRequired":12,"baseType":"Carved Wand","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,16.01,-3.95,-1.30,-5.16,-0.87,-0.76],"totalChange":-5.95},"implicitModifiers":[{"text":"(11-15)% increased Spell Damage"}],"explicitModifiers":[{"text":"(40-60)% increased Physical Damage","optional":false},{"text":"Adds 1 to (35-45) Lightning Damage","optional":false},{"text":"(15-25)% increased Mana Regeneration Rate","optional":false},{"text":"+1 to Maximum Power Charges","optional":false},{"text":"(25-35)% chance to gain a Power Charge on Kill","optional":false}],"flavourText":"You can never truly tame the tempest.\r|You can barely even leash it.","itemType":"Wand","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":1401,"name":"Terminus Est","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandSwords/TwoHandSwordUnique2.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":51,"baseType":"Tiger Sword","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-34.44,-8.54,-33.53,11.78,23.25,21.14],"totalChange":59.62},"implicitModifiers":[{"text":"+360 to Accuracy Rating"}],"explicitModifiers":[{"text":"(220-260)% increased Physical Damage","optional":false},{"text":"20% increased Attack Speed","optional":false},{"text":"(50-75)% increased Critical Strike Chance","optional":false},{"text":"+10 Mana gained on Kill","optional":false},{"text":"10% increased Movement Speed","optional":false},{"text":"Gain a Frenzy Charge on Critical Strike","optional":false}],"flavourText":"His final sensation was of the executioner's blade.\r|It was not cold, instead warm and reassuring,\r|murmuring a promise of better times ahead.\r|Smiling, he returned death's embrace.","itemType":"Two Handed Sword","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":1434,"name":"The Blood Reaper","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandAxes/TwoHandAxeUnique2.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":45,"baseType":"Headsman Axe","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.15,-10.71,3.69,-0.08,0.0,0.0],"totalChange":0.0},"implicitModifiers":[],"explicitModifiers":[{"text":"(180-200)% increased Physical Damage","optional":false},{"text":"+100 to maximum Life","optional":false},{"text":"10 Life Regenerated per second","optional":false},{"text":"1% of Physical Attack Damage Leeched as Life","optional":false},{"text":"50% increased Mana Cost of Skills","optional":false},{"text":"50% chance to cause Bleeding on Hit","optional":false}],"flavourText":"To cease the flow of blood is to \r|choke the rain in the very clouds.\r|Both life and land feel the thirst.","itemType":"Two Handed Axe","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":1461,"name":"The Consuming Dark","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/Daggers/ConsumingtheDark.png?scale=1&w=1&h=3","mapTier":0,"levelRequired":53,"baseType":"Fiend Dagger","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,42.47,27.2,1.02,25.06,145.02,0.65],"totalChange":-5.15},"implicitModifiers":[{"text":"40% increased Global Critical Strike Chance"}],"explicitModifiers":[{"text":"+1 to Level of Socketed Fire Gems","optional":false},{"text":"+(20-40) to Intelligence","optional":false},{"text":"(40-60)% increased Fire Damage","optional":false},{"text":"30% of Fire Damage Converted to Chaos Damage","optional":false},{"text":"Your Chaos Damage has 60% chance to Poison Enemies","optional":false}],"flavourText":"The brightest flames cast the darkest shadows.","itemType":"Dagger","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":1469,"name":"The Dancing Dervish","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandSwords/Rhysblade.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":59,"baseType":"Reaver Sword","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-5.98,4.31,-10.71,-45.61,-20.10,6.13],"totalChange":4.63},"implicitModifiers":[{"text":"40% increased Accuracy Rating"}],"explicitModifiers":[{"text":"(160-190)% increased Physical Damage","optional":false},{"text":"(25-30)% increased Attack Speed","optional":false},{"text":"5% increased Movement Speed","optional":false},{"text":"Rampage","optional":false},{"text":"Triggers Level 15 Manifest Dancing Dervish on Rampage","optional":false},{"text":"Manifested Dancing Dervish disables both weapon slots","optional":false},{"text":"Manifested Dancing Dervish dies when Rampage ends","optional":false}],"flavourText":"Take your partner by the hand,\r|Keep your steps in time.\r|Swing together, spin apart,\r|And dance with death sublime.","itemType":"Two Handed Sword","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":1575,"name":"The Princess","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/OneHandSwords/OneHandSword3Unique.png?scale=1&w=1&h=3","mapTier":0,"levelRequired":10,"baseType":"Sabre","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-0.15,0.0,4.0,0.0,0.0,0.0],"totalChange":0.0},"implicitModifiers":[{"text":"(18-40)% increased Accuracy Rating"}],"explicitModifiers":[{"text":"(20-50)% increased Physical Damage","optional":false},{"text":"Adds (3-4) to (5-8) Physical Damage","optional":false},{"text":"15% increased Attack Speed","optional":false},{"text":"Gain (10-30)% of Physical Damage as Extra Cold Damage","optional":false},{"text":"10% increased Damage taken from Skeletons","optional":false},{"text":"10% increased Damage taken from Ghosts","optional":false}],"flavourText":"\"She's pretty, aye. So pretty you'll\r|want to be with her long after you're dead.\"","itemType":"One Handed Sword","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":1597,"name":"The Searing Touch","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Staves/Staff4unique.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":60,"baseType":"Lathi","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.15,0.0,4.0,-0.23,0.0,0.0],"totalChange":0.0},"implicitModifiers":[{"text":"18% Chance to Block"}],"explicitModifiers":[{"text":"+2 to Level of Socketed Fire Gems","optional":false},{"text":"(70-90)% increased Fire Damage","optional":false},{"text":"10% increased Cast Speed","optional":false},{"text":"70% increased Burning Damage","optional":false}],"flavourText":"Burn to cinders, scar and maim,\r|Rule a world, bathed in flame.","itemType":"Staff","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":1620,"name":"The Stormheart","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Staves/Staff8uniqueX.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":28,"baseType":"Royal Staff","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,12.23,-7.52,-11.26,-6.31,1.15,-15.655],"totalChange":3.86},"implicitModifiers":[{"text":"18% Chance to Block"}],"explicitModifiers":[{"text":"(80-100)% increased Physical Damage","optional":false},{"text":"Adds (25-35) to (45-60) Cold Damage","optional":false},{"text":"Adds (1-10) to (70-90) Lightning Damage","optional":false},{"text":"(20-35)% increased Critical Strike Chance","optional":false},{"text":"Cannot be Shocked while Chilled","optional":false},{"text":"50% chance to Shock Chilled Enemies","optional":false}],"flavourText":"When the storm comes,\r|the safest place to be is the centre.","itemType":"Staff","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":1713,"name":"Tremor Rod","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Staves/MineStaff.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":45,"baseType":"Military Staff","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,33.23,29.46,32.59,11.34,36.00,38.68],"totalChange":38.89},"implicitModifiers":[{"text":"18% Chance to Block"}],"explicitModifiers":[{"text":"Socketed Gems are Supported by level 10 Remote Mine","optional":false},{"text":"35% less Mine Damage","optional":false},{"text":"(40-60)% increased Spell Damage","optional":false},{"text":"(15-20)% reduced Enemy Stun Threshold","optional":false},{"text":"(40-60)% increased Mine Laying Speed","optional":false},{"text":"Mines can be Detonated an additional time","optional":false}],"flavourText":"The best way to gain the element of surprise,\r|is to let your enemy learn your plans,\r|and execute them - twice.","itemType":"Staff","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":1746,"name":"Ungil's Gauche","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/Daggers/Dagger3unique.png?scale=1&w=1&h=3","mapTier":0,"levelRequired":20,"baseType":"Boot Knife","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,6.20,-3.93,-7.12,-11.58,5.28,3.445],"totalChange":5.60},"implicitModifiers":[{"text":"30% increased Global Critical Strike Chance"}],"explicitModifiers":[{"text":"12% additional Block Chance while Dual Wielding","optional":false},{"text":"(80-100)% increased Physical Damage","optional":false},{"text":"+(10-20) to Dexterity","optional":false},{"text":"Adds 3 to 30 Lightning Damage","optional":false},{"text":"10% increased Attack Speed","optional":false},{"text":"50% increased Global Critical Strike Chance","optional":false}],"flavourText":"Unwieldy and garish became graceful\r|and deadly in Ungil's nimble hands.","itemType":"Dagger","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":1813,"name":"Voltaxic Rift","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Bows/Voidshaft.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":64,"baseType":"Spine Bow","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-15.29,-15.42,-11.39,-12.55,-15.42,-14.975],"totalChange":-14.53},"implicitModifiers":[],"explicitModifiers":[{"text":"Adds 1 to (275-325) Lightning Damage","optional":false},{"text":"(10-15)% increased Attack Speed","optional":false},{"text":"60% of Lightning Damage Converted to Chaos Damage","optional":false},{"text":"10% chance to Shock","optional":false},{"text":"Your Chaos Damage can Shock","optional":false}],"flavourText":"The eldritch storm descended upon us, and bruised lightning\r|rained down. Metal withered and flesh melted before its\r|arcane power. There was no escape, no shelter. Only despair.","itemType":"Bow","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":1887,"name":"Wings of Entropy","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/OneHandAxes/Entropywings.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":60,"baseType":"Sundering Axe","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-13.51,-22.97,9.72,-17.49,-48.97,8.055],"totalChange":5.42},"implicitModifiers":[],"explicitModifiers":[{"text":"25% of Block Chance applied to Spells","optional":false},{"text":"8% additional Block Chance while Dual Wielding","optional":false},{"text":"(100-120)% increased Physical Damage","optional":false},{"text":"Adds (55-65) to (100-120) Fire Damage in Main Hand","optional":false},{"text":"Adds (55-65) to (100-120) Chaos Damage in Off Hand","optional":false},{"text":"Counts as Dual Wielding","optional":false}],"flavourText":"Fire and Anarchy are the most reliable agents of change.","itemType":"Two Handed Axe","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":1955,"name":"Ewar's Mirage","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/Rapiers/EwarsMirage.png?scale=1&w=1&h=4","mapTier":0,"levelRequired":26,"baseType":"Antique Rapier","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,1.40,1.25,-1.48,0.63,0.70,0.715],"totalChange":1.25},"implicitModifiers":[{"text":"+25% to Global Critical Strike Multiplier"}],"explicitModifiers":[{"text":"Adds 1 to (45-55) Lightning Damage","optional":false},{"text":"(16-22)% increased Attack Speed","optional":false},{"text":"Attacks Chain an additional time when in Main Hand","optional":false},{"text":"Attacks have an additional Projectile when in Off Hand","optional":false},{"text":"(40-55)% increased Elemental Damage with Attack Skills","optional":false}],"flavourText":"A single breeze blows\r|A hundred blades dance","itemType":"One Handed Sword","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":2085,"name":"Essentia Sanguis","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/Claws/Claw5Unique2.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":66,"baseType":"Vaal Claw","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,0.15,0.0,4.77,0.0,0.0,0.0],"totalChange":0.0},"implicitModifiers":[{"text":"2% of Physical Attack Damage Leeched as Life"}],"explicitModifiers":[{"text":"8% additional Block Chance while Dual Wielding Claws","optional":false},{"text":"(140-180)% increased Physical Damage","optional":false},{"text":"Adds 1 to 200 Lightning Damage","optional":false},{"text":"(20-30)% increased Attack Speed","optional":false},{"text":"+(30-40) to maximum Energy Shield","optional":false},{"text":"Life Leech is applied to Energy Shield instead","optional":false}],"flavourText":"The darkest clouds clashed and coupled,\r|giving birth to four lightning children of hate.","itemType":"Claw","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":2194,"name":"Taproot","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/Daggers/MarrowGasher.png?scale=1&w=1&h=3","mapTier":0,"levelRequired":60,"baseType":"Ambusher","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-21.04,41.18,43.70,76.76,54.07,23.265],"totalChange":-5.01},"implicitModifiers":[{"text":"30% increased Global Critical Strike Chance"}],"explicitModifiers":[{"text":"(180-200)% increased Physical Damage","optional":false},{"text":"(10-15)% increased Attack Speed","optional":false},{"text":"(15-20)% increased Poison Duration","optional":false},{"text":"0.5% of Attack Damage Leeched as Mana against Poisoned Enemies","optional":false},{"text":"0.5% of Attack Damage Leeched as Life against Maimed Enemies","optional":false},{"text":"(15-20)% chance to Maim on Hit","optional":false},{"text":"20% chance to Poison on Hit","optional":false}],"flavourText":"Some things must die so that others can live.","itemType":"Dagger","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":2197,"name":"The Wasp Nest","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/Claws/Leviathanivory.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":60,"baseType":"Throat Stabber","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,49.27,0.46,5.55,36.89,39.94,88.525],"totalChange":89.06},"implicitModifiers":[{"text":"+40 Life gained for each Enemy hit by Attacks"}],"explicitModifiers":[{"text":"(150-170)% increased Physical Damage","optional":false},{"text":"(20-25)% increased Attack Speed","optional":false},{"text":"(20-25)% increased Critical Strike Chance","optional":false},{"text":"+(180-200) to Accuracy Rating","optional":false},{"text":"20% chance to Poison on Hit","optional":false},{"text":"Attacks with this Weapon deal 80-120 added Chaos Damage against\nEnemies affected by 5 or more Poisons","optional":false}],"flavourText":"To discover how cruel nature can be,\r|you need only shake the wrong branch.","itemType":"Claw","chaosValue":0.26,"exaltedValue":0.00,"count":49},{"id":1727,"name":"Twyzel","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/Wands/Wand1Unique.png?scale=1&w=1&h=3","mapTier":0,"levelRequired":30,"baseType":"Sage Wand","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,14.61,-10.68,14.35,3.48,8.54,13.275],"totalChange":12.11},"implicitModifiers":[{"text":"(17-21)% increased Spell Damage"}],"explicitModifiers":[{"text":"Socketed Gems fire an additional Projectile","optional":false},{"text":"(80-120)% increased Physical Damage","optional":false},{"text":"Adds (5-8) to (13-17) Physical Damage","optional":false},{"text":"(5-10)% increased Attack Speed","optional":false},{"text":"(10-20)% increased Critical Strike Chance","optional":false}],"flavourText":"Life persisted,\r|hardened, twisted.","itemType":"Wand","chaosValue":0.25,"exaltedValue":0.00,"count":49},{"id":1879,"name":"Widowmaker","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/Daggers/Widowmaker.png?scale=1&w=1&h=3","mapTier":0,"levelRequired":44,"baseType":"Boot Blade","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,49.59,56.91,74.80,96.89,57.99,161.105],"totalChange":164.78},"implicitModifiers":[{"text":"30% increased Global Critical Strike Chance"}],"explicitModifiers":[{"text":"Adds (35-40) to (55-60) Physical Damage","optional":false},{"text":"(22-30)% increased Critical Strike Chance","optional":false},{"text":"+(30-40)% to Global Critical Strike Multiplier","optional":false},{"text":"100% increased Critical Strike Chance against Enemies on Full Life","optional":false},{"text":"1% of Attack Damage Leeched as Life on Critical Strike","optional":false}],"flavourText":"Love only death\r|For she shall never let you go.","itemType":"Dagger","chaosValue":0.25,"exaltedValue":0.00,"count":49},{"id":444,"name":"Dreadarc","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/OneHandAxes/Dreadarc.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":16,"baseType":"Cleaver","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-8.04,-7.93,-9.98,1.22,2.27,2.765],"totalChange":3.83},"implicitModifiers":[],"explicitModifiers":[{"text":"Adds (5-15) to (20-25) Physical Damage","optional":false},{"text":"Adds (5-15) to (20-25) Fire Damage","optional":false},{"text":"(7-10)% increased Attack Speed","optional":false},{"text":"+(15-25)% to Fire Resistance","optional":false},{"text":"5% increased Movement Speed","optional":false},{"text":"Curse Enemies with level 10 Flammability on Hit","optional":false}],"flavourText":"The fastest way to a man's heart\r|is through his sternum.","itemType":"One Handed Axe","chaosValue":0.24,"exaltedValue":0.00,"count":49},{"id":521,"name":"Femurs of the Saints","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Staves/FemursoftheSaints.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":58,"baseType":"Primordial Staff","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,32.99,50.24,43.06,43.54,34.84,28.06],"totalChange":19.84},"implicitModifiers":[{"text":"18% Chance to Block"}],"explicitModifiers":[{"text":"+2 to Level of Socketed Minion Gems","optional":false},{"text":"Minions Regenerate (1.5-2.5)% Life per second","optional":false},{"text":"2% increased Minion Attack and Cast Speed per Skeleton you own","optional":false},{"text":"2% increased Minion Duration per Zombie you own","optional":false},{"text":"(8-12)% increased Minion Damage per Spectre you own","optional":false}],"flavourText":"\"They spent a lifetime in the service of God, \r|only to spend eternity in the service of me.\" \r|- Kadavrus, Surgeon to the Umbra","itemType":"Staff","chaosValue":0.24,"exaltedValue":0.00,"count":49},{"id":1024,"name":"Realmshaper","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Staves/Staff5unique.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":18,"baseType":"Iron Staff","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,35.84,4.40,16.67,39.11,35.55,84.725],"totalChange":77.71},"implicitModifiers":[{"text":"18% Chance to Block"}],"explicitModifiers":[{"text":"+1 to Level of Socketed Fire Gems","optional":false},{"text":"+1 to Level of Socketed Cold Gems","optional":false},{"text":"Socketed Gems are Supported by level 5 Cold to Fire","optional":false},{"text":"Adds (10-15) to (20-25) Fire Damage","optional":false},{"text":"Adds (10-15) to (20-25) Cold Damage","optional":false},{"text":"(30-50)% increased Elemental Damage","optional":false}],"flavourText":"\"God's creations always begin and end\r|with flames and ice.\r|We should count ourselves lucky when we see neither.\"\r|- Archbishop Geofri","itemType":"Staff","chaosValue":0.24,"exaltedValue":0.00,"count":49},{"id":343,"name":"Cybil's Paw","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/Claws/CybilsClaw.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":37,"baseType":"Thresher Claw","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-31.29,-18.09,-5.21,50.64,43.68,47.775],"totalChange":47.57},"implicitModifiers":[{"text":"+25 Life gained for each Enemy hit by Attacks"}],"explicitModifiers":[{"text":"(8-12)% increased Cast Speed","optional":false},{"text":"+(30-40) to maximum Mana","optional":false},{"text":"+(5-8) Life gained for each Enemy hit by your Spells","optional":false},{"text":"8% increased Spell Damage per 5% Block Chance","optional":false}],"flavourText":"Tread lightly, lest their vigil find you.\r|Speak softly, lest their reason fend you.\r|Cut gently, lest their spirit haunt you.","itemType":"Claw","chaosValue":0.23,"exaltedValue":0.00,"count":49},{"id":355,"name":"Darkscorn","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Bows/Darkscorn.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":62,"baseType":"Assassin Bow","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,4.92,4.81,3.97,-1.86,8.16,11.21],"totalChange":-14.79},"implicitModifiers":[],"explicitModifiers":[{"text":"(130-150)% increased Physical Damage","optional":false},{"text":"Adds (10-15) to (15-20) Physical Damage","optional":false},{"text":"10% increased Attack Speed","optional":false},{"text":"25% of Physical Damage Converted to Chaos Damage","optional":false},{"text":"(15-30)% increased Accuracy Rating","optional":false},{"text":"25% of Physical Damage taken as Chaos Damage","optional":false}],"flavourText":"\"The Spirit of War knows nothing of good and evil.\r|It knows only destruction.\"\r|- Sekhema Asenath","itemType":"Bow","chaosValue":0.23,"exaltedValue":0.00,"count":49},{"id":1877,"name":"Wideswing","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandAxes/Wideswing.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":18,"baseType":"Poleaxe","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-14.62,-0.23,1.54,-3.47,-0.15,-2.405],"totalChange":-2.24},"implicitModifiers":[],"explicitModifiers":[{"text":"Socketed Gems are Supported by level 20 Increased Area of Effect","optional":false},{"text":"(120-160)% increased Physical Damage","optional":false},{"text":"+10 to Strength","optional":false},{"text":"+(50-80) to Accuracy Rating","optional":false},{"text":"+10 Mana gained on Kill","optional":false},{"text":"+2 to Weapon range","optional":false}],"flavourText":"Bargg Wurmkin once severed the heads \r|of seven men in a single cleave.","itemType":"Two Handed Axe","chaosValue":0.23,"exaltedValue":0.00,"count":49},{"id":2198,"name":"Debeon's Dirge","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandAxes/StringAxe.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":66,"baseType":"Despot Axe","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,32.20,-29.82,-16.37,-0.98,-1.39,-8.54],"totalChange":-8.30},"implicitModifiers":[],"explicitModifiers":[{"text":"Adds (310-350) to (460-500) Cold Damage","optional":false},{"text":"15% increased Movement Speed if you've used a Warcry Recently","optional":false},{"text":"150% increased Elemental Damage if you've used a Warcry Recently","optional":false},{"text":"Warcries Knock Enemies Back in an Area","optional":false}],"flavourText":"A sharp and heavy beat,\r|discorded, out of tune,\r|when you hear it on the wind,\r|you know death will follow soon.","itemType":"Two Handed Axe","chaosValue":0.21,"exaltedValue":0.00,"count":49},{"id":578,"name":"Goredrill","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/Daggers/Goredrill.png?scale=1&w=1&h=3","mapTier":0,"levelRequired":5,"baseType":"Skinning Knife","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-17.38,-13.45,-6.45,-10.77,16.02,-4.17],"totalChange":10.48},"implicitModifiers":[{"text":"30% increased Global Critical Strike Chance"}],"explicitModifiers":[{"text":"(50-70)% increased Physical Damage","optional":false},{"text":"Adds (1-2) to (3-5) Physical Damage","optional":false},{"text":"+(10-15) to Dexterity","optional":false},{"text":"30% increased Critical Strike Chance","optional":false},{"text":"40% increased Attack Damage against Bleeding Enemies","optional":false},{"text":"50% chance to cause Bleeding on Critical Strike","optional":false}],"flavourText":"A tap on the shoulder\r|A peck on the cheek\r|A sip of your wine\r|So red and so sleek","itemType":"Dagger","chaosValue":0.20,"exaltedValue":0.00,"count":49},{"id":787,"name":"Mark of the Doubting Knight","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/Daggers/DoubtingKnight.png?scale=1&w=1&h=3","mapTier":0,"levelRequired":64,"baseType":"Platinum Kris","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,11.31,-7.63,-0.39,3.84,15.17,33.63],"totalChange":23.98},"implicitModifiers":[{"text":"50% increased Global Critical Strike Chance"}],"explicitModifiers":[{"text":"5% additional Block Chance while Dual Wielding","optional":false},{"text":"(250-270)% increased Physical Damage","optional":false},{"text":"10% reduced Attack Speed","optional":false},{"text":"+(6-10)% to all Elemental Resistances","optional":false},{"text":"50% chance to Cause Bleeding on Critical Strike","optional":false},{"text":"50% chance to Cause Poison on Critical Strike","optional":false}],"flavourText":"Nothing is pure.\r|Slice open the Innocent\r|And spill a thousand Sins.","itemType":"Dagger","chaosValue":0.20,"exaltedValue":0.00,"count":49},{"id":1799,"name":"Voidhome","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandMaces/Voidhome.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":54,"baseType":"Dread Maul","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,9.49,-9.90,15.81,4.44,-2.57,-0.48],"totalChange":-10.48},"implicitModifiers":[{"text":"30% increased Stun Duration on Enemies"}],"explicitModifiers":[{"text":"150% increased Physical Damage","optional":false},{"text":"50% increased Attack Speed","optional":false},{"text":"(30-50)% reduced Rarity of Items found","optional":false},{"text":"(30-50)% reduced Experience gain","optional":false},{"text":"0.4% of Physical Attack Damage Leeched as Mana","optional":false}],"flavourText":"Cursed is the star whence it came.","itemType":"Two Handed Mace","chaosValue":0.16,"exaltedValue":0.00,"count":49},{"id":1437,"name":"The Blood Thorn","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Staves/TheBloodThorn.png?scale=1&w=1&h=4","mapTier":0,"levelRequired":0,"baseType":"Gnarled Branch","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-24.87,-14.11,13.34,-17.99,9.21,-1.165],"totalChange":-8.38},"implicitModifiers":[{"text":"(12-18)% Chance to Block"}],"explicitModifiers":[{"text":"12% Chance to Block","optional":false},{"text":"100% increased Physical Damage","optional":false},{"text":"(5-10)% increased Attack Speed","optional":false},{"text":"Reflects (22-44) Physical Damage to Attackers on Block","optional":false},{"text":"Curse Enemies with level 5 Vulnerability on Block","optional":false}],"flavourText":"Touch not the thorn, for only blood and pain await.","itemType":"Staff","chaosValue":0.14,"exaltedValue":0.00,"count":49},{"id":873,"name":"Nuro's Harp","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Bows/NurosPurifyingHarp.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":68,"baseType":"Harbinger Bow","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-49.74,-33.70,-19.28,3.94,-30.37,-31.60],"totalChange":-28.56},"implicitModifiers":[{"text":"(30-50)% increased Critical Strike Chance"}],"explicitModifiers":[{"text":"No Physical Damage","optional":false},{"text":"Adds (120-140) to (180-210) Cold Damage","optional":false},{"text":"(10-15)% increased Attack Speed","optional":false},{"text":"(10-30)% increased Light Radius","optional":false},{"text":"15% chance to create Chilled Ground when you Freeze an Enemy","optional":false},{"text":"Create Consecrated Ground when you Shatter an Enemy","optional":false},{"text":"40% increased Effect of Chilled Ground","optional":false}],"flavourText":"Night's frost becomes morning's dew\r|Darkness cleansed, pure and new.","itemType":"Bow","chaosValue":0.13,"exaltedValue":0.00,"count":49},{"id":178,"name":"Bloodplay","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/Daggers/BloodPlay.png?scale=1&w=1&h=3","mapTier":0,"levelRequired":15,"baseType":"Stiletto","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-25.04,-17.63,-3.13,8.70,33.94,26.375],"totalChange":9.49},"implicitModifiers":[{"text":"30% increased Global Critical Strike Chance"}],"explicitModifiers":[{"text":"(20-40)% increased Physical Damage","optional":false},{"text":"Adds (3-6) to (9-13) Physical Damage","optional":false},{"text":"+20 to Dexterity","optional":false},{"text":"10% increased Attack Speed","optional":false},{"text":"30% chance to cause Bleeding on Hit","optional":false},{"text":"Extra gore","optional":false}],"flavourText":"\"I'm a painter, and crimson is my chosen hue.\"\r|- Coralito, Brotherhood of Silence","itemType":"Dagger","chaosValue":0.12,"exaltedValue":0.00,"count":49},{"id":640,"name":"Hrimnor's Hymn","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/TwoHandMaces/TwoHandMace6Unique.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":17,"baseType":"Sledgehammer","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,6.50,22.48,-18.29,-21.62,61.65,30.41],"totalChange":13.76},"implicitModifiers":[{"text":"45% increased Stun Duration on Enemies"}],"explicitModifiers":[{"text":"(140-200)% increased Physical Damage","optional":false},{"text":"+10 to Strength","optional":false},{"text":"15% reduced Enemy Stun Threshold","optional":false},{"text":"1% of Physical Attack Damage Leeched as Life","optional":false},{"text":"(40-50)% increased Stun Duration on Enemies","optional":false}],"flavourText":"\"The crack of bone, the spray of blood.\r|Is there sweeter music?\"\r|- Hrimnor of the Ezomytes.","itemType":"Two Handed Mace","chaosValue":0.12,"exaltedValue":0.00,"count":49},{"id":934,"name":"Pillar of the Caged God","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Staves/PillaroftheCagedGod.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":13,"baseType":"Long Staff","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,1.42,-8.52,-8.52,-0.77,107.91,44.81],"totalChange":66.92},"implicitModifiers":[{"text":"(12-18)% Chance to Block"}],"explicitModifiers":[{"text":"1% increased Area of Effect per 20 Intelligence","optional":false},{"text":"1% increased Attack Speed per 10 Dexterity","optional":false},{"text":"16% increased Physical Weapon Damage per 10 Strength","optional":false}],"flavourText":"Forged to rule the waves and tide\r|Destined to serve the monkey's paw\r|Strong as a tower of iron\r|Deft as the needle doubt","itemType":"Staff","chaosValue":0.12,"exaltedValue":0.00,"count":49},{"id":1672,"name":"The Whispering Ice","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Staves/Staff8unique.png?scale=1&w=2&h=4","mapTier":0,"levelRequired":33,"baseType":"Vile Staff","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,12.76,10.45,10.13,-0.10,-14.45,-11.805],"totalChange":-17.89},"implicitModifiers":[{"text":"(12-18)% Chance to Block"}],"explicitModifiers":[{"text":"+1 to Level of Socketed Support Gems","optional":false},{"text":"Grants level 1 Icestorm Skill","optional":false},{"text":"(8-12)% increased Cast Speed","optional":false},{"text":"1% increased Spell Damage per 10 Intelligence","optional":false},{"text":"(14-18)% increased Intelligence","optional":false}],"flavourText":"Guard your darkest thoughts well, for they are\r|the cracks through which the Nightmare crawls.","itemType":"Staff","chaosValue":0.10,"exaltedValue":0.00,"count":49},{"id":162,"name":"Bitterdream","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/Scepters/scepter8unique2.png?scale=1&w=2&h=3","mapTier":0,"levelRequired":32,"baseType":"Shadow Sceptre","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,8.32,18.85,-1.31,6.40,7.88,-1.21],"totalChange":-1.53},"implicitModifiers":[{"text":"22% increased Elemental Damage"}],"explicitModifiers":[{"text":"Socketed Gems are Supported by Level 1 Hypothermia","optional":false},{"text":"Socketed Gems are Supported by Level 1 Ice Bite","optional":false},{"text":"Socketed Gems are Supported by Level 1 Cold Penetration","optional":false},{"text":"Socketed Gems are Supported by Level 1 Mana Leech","optional":false},{"text":"Socketed Gems are Supported by Level 10 Added Cold Damage","optional":false},{"text":"Socketed Gems are Supported by Level 1 Reduced Mana","optional":false}],"flavourText":"Fight not the cold\r|Forsake hope\r|Be still.","itemType":"One Handed Mace","chaosValue":0.09,"exaltedValue":0.00,"count":49},{"id":524,"name":"Fencoil","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/TwoHandWeapons/Staves/Staff1unique.png?scale=1&w=1&h=4","mapTier":0,"levelRequired":0,"baseType":"Gnarled Branch","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,-20.89,-20.73,19.14,-4.00,-7.34,-3.055],"totalChange":-25.57},"implicitModifiers":[{"text":"(12-18)% Chance to Block"}],"explicitModifiers":[{"text":"Socketed Gems are Supported by level 8 Trap","optional":false},{"text":"(40-50)% increased Damage","optional":false},{"text":"(10-20)% increased maximum Life","optional":false},{"text":"(10-20)% increased maximum Mana","optional":false}],"flavourText":"You've no reason for fear when you're a root in a fen\r|- Old Ezomyte saying.","itemType":"Staff","chaosValue":0.09,"exaltedValue":0.00,"count":49},{"id":1880,"name":"Wildslash","icon":"http://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/Claws/Wildslash.png?scale=1&w=2&h=2","mapTier":0,"levelRequired":12,"baseType":"Awl","stackSize":0,"variant":null,"prophecyText":null,"artFilename":null,"links":0,"itemClass":3,"sparkline":{"data":[0.0,18.53,43.80,12.59,64.03,44.41,24.855],"totalChange":59.75},"implicitModifiers":[{"text":"+7 Life gained for each Enemy hit by Attacks"}],"explicitModifiers":[{"text":"Adds (2-6) to (16-22) Physical Damage","optional":false},{"text":"+(10-15) to Strength","optional":false},{"text":"+(10-15) to Dexterity","optional":false},{"text":"(10-15)% increased Attack Speed","optional":false},{"text":"20% increased Damage with Movement Skills","optional":false},{"text":"15% increased Attack Speed with Movement Skills","optional":false},{"text":"15% reduced Accuracy Rating","optional":false}],"flavourText":"There are two things to know about fighting:\r|When to swing like crazy, and when to run.","itemType":"Claw","chaosValue":0.09,"exaltedValue":0.00,"count":49}]} \ No newline at end of file diff --git a/PoE-MxFilterGen/bin/Debug/gen/21-10-2017_gen.txt b/PoE-MxFilterGen/bin/Debug/gen/21-10-2017_gen.txt deleted file mode 100644 index 4b75526..0000000 --- a/PoE-MxFilterGen/bin/Debug/gen/21-10-2017_gen.txt +++ /dev/null @@ -1,55 +0,0 @@ -## Weapons Gen -Show - BaseType "Midnight Blade" "Ritual Sceptre" "Cutlass" "Vaal Axe" "Infernal Sword" "Prophecy Wand" "Vaal Blade" "Imperial Bow" "Royal Bow" "Jewelled Foil" "Steelhead" "Maelström Staff" "Despot Axe" "Sage Wand" - Rarity = Unique - SetTextColor 222 95 0 - SetBackgroundColor 255 255 255 - SetBorderColor 180 96 0 - SetFontSize 45 - PlayAlertSound 8 300 -## END ####### - -## Armours Gen -Show - BaseType "Vaal Gauntlets" "Sorcerer Boots" "Sacrificial Garb" "Sage''s Robe" "Astral Plate" "Ebony Tower Shield" "Lacquered Garb" "Widowsilk Robe" "Occultist''s Vestment" "Necromancer Silks" "Cutthroat''s Garb" "Savant''s Robe" "Zodiac Leather" "Exquisite Leather" "Spidersilk Robe" "Full Wyrmscale" "Saintly Chainmail" "Crusader Plate" "Elegant Ringmail" "Destiny Leather" "Varnished Coat" "Golden Plate" "Two-Point Arrow Quiver" "Gladiator Plate" "Sentinel Jacket" "Wyrmscale Doublet" "Triumphant Lamellar" "Sadist Garb" "Full Dragonscale" "Vaal Regalia" "Holy Chainmail" "Destroyer Regalia" "Desert Brigandine" "Assassin''s Garb" "Buckskin Tunic" "Hubris Circlet" "Crusader Boots" "Legion Gloves" "Glorious Plate" "Scholar''s Robe" "Goathide Boots" "Rawhide Boots" "Mind Cage" "Clasped Mitts" "Callous Mask" "Raven Mask" "Ezomyte Tower Shield" "Arcanist Slippers" "Cedar Tower Shield" "Simple Robe" "Plate Vest" "Callous Mask Piece" "Fire Arrow Quiver" "Latticed Ringmail" "Conquest Chainmail" "Close Helmet" "Carnal Armour" "Copper Plate" - Rarity = Unique - SetTextColor 222 95 0 - SetBackgroundColor 255 255 255 - SetBorderColor 180 96 0 - SetFontSize 45 - PlayAlertSound 8 300 -## END ####### - -## Accessories Gen -Show - BaseType "Leather Belt" "Greatwolf Talisman" "Rustic Sash" "Prismatic Ring" "Two-Stone Ring" "Citrine Amulet" "Amber Amulet" "Onyx Amulet" "Moonstone Ring" "Agate Amulet" "Topaz Ring" "Jade Amulet" "Gold Amulet" "Ruby Amulet" "Diamond Ring" "Turquoise Amulet" "Unset Ring" "Wereclaw Talisman" "Sapphire Ring" "Lapis Amulet" - Rarity = Unique - SetTextColor 222 95 0 - SetBackgroundColor 255 255 255 - SetBorderColor 180 96 0 - SetFontSize 45 - PlayAlertSound 8 300 -## END ####### - -## Maps Gen -Show - BaseType "Chateau Map" "Museum Map" "Courtyard Map" "Harbinger Map" - Rarity = Unique - SetTextColor 222 95 0 - SetBackgroundColor 255 255 255 - SetBorderColor 180 96 0 - SetFontSize 45 - PlayAlertSound 8 300 -## END ####### - -## Cards Gen -Show - Class "Divination Card" - BaseType "House of Mirrors" "The Doctor" "The Fiend" "The Spark and the Flame" "Mawr Blaidd" "Hunter''s Reward" "The Queen" "The Immortal" "The Wolf" "The Standoff" "Abandoned Wealth" "The Wolven King''s Bite" "The Dragon''s Heart" "Pride Before the Fall" "Wealth and Power" "The King''s Heart" "Last Hope" "The Celestial Justicar" "Heterochromia" "The Last One Standing" - SetTextColor 20 65 110 - SetBackgroundColor 224 224 224 - SetBorderColor 57 97 145 - SetFontSize 45 - PlayAlertSound 5 300 -## END ####### - diff --git a/PoE-MxFilterGen/bin/Debug/mxfiltergen.exe b/PoE-MxFilterGen/bin/Debug/mxfiltergen.exe deleted file mode 100644 index 38a74b1..0000000 Binary files a/PoE-MxFilterGen/bin/Debug/mxfiltergen.exe and /dev/null differ diff --git a/PoE-MxFilterGen/bin/Debug/mxfiltergen.exe.config b/PoE-MxFilterGen/bin/Debug/mxfiltergen.exe.config deleted file mode 100644 index 88fa402..0000000 --- a/PoE-MxFilterGen/bin/Debug/mxfiltergen.exe.config +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/PoE-MxFilterGen/bin/Debug/mxfiltergen.logs b/PoE-MxFilterGen/bin/Debug/mxfiltergen.logs deleted file mode 100644 index 5b23f99..0000000 --- a/PoE-MxFilterGen/bin/Debug/mxfiltergen.logs +++ /dev/null @@ -1,4100 +0,0 @@ -[5:52:54] API: http://poe.ninja/api/Data/ -[5:53:24] API: http://poe.ninja/api/Data/ -[5:53:24] League: Harbinger -[5:56:23] API: http://poe.ninja/api/Data/ -[5:56:23] League: Harbinger -[5:56:23] Confidence: 5 -[6:1:29] API: http://poe.ninja/api/Data/ -[6:1:29] League: Harbinger -[6:1:29] Confidence: 5 -[6:1:29] Minimum Value: 20c -[6:12:42] API: http://poe.ninja/api/Data/ -[6:12:42] League: Harbinger -[6:12:42] Confidence: 5 -[6:12:42] Minimum Value: 20c -[6:13:53] API: http://poe.ninja/api/Data/ -[6:13:53] League: Harbinger -[6:13:53] Confidence: 5 -[6:13:53] Minimum Value: 20c -[6:15:57] API: http://poe.ninja/api/Data/ -[6:15:57] League: Harbinger -[6:15:57] Confidence: 5 -[6:15:57] Minimum Value: 20c -[6:17:13] API: http://poe.ninja/api/Data/ -[6:17:13] League: Harbinger -[6:17:13] Confidence: 5 -[6:17:13] Minimum Value: 20c -[6:17:13] Midnight Blade -[6:17:13] Midnight Blade Vaal Axe -[6:17:13] Midnight Blade Vaal Axe Infernal Sword -[6:17:13] Midnight Blade Vaal Axe Infernal Sword Maelström Staff -[6:17:13] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff -[6:17:13] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow -[6:17:13] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword -[6:17:13] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow -[6:17:13] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow -[6:17:13] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow -[6:17:13] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword -[6:17:13] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff -[6:17:13] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff -[6:17:13] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul -[6:17:13] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow -[6:17:14] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff -[6:17:14] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow -[6:17:14] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow -[6:17:14] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword -[6:17:14] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff -[6:17:14] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff -[6:17:14] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword -[6:17:14] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi -[6:17:14] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff -[6:17:14] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre -[6:17:14] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff -[6:17:14] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe -[6:17:14] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow -[6:17:14] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe -[6:17:14] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder -[6:17:14] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe -[6:17:14] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow -[6:17:14] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow -[6:17:14] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass -[6:17:14] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow -[6:17:14] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff -[6:17:14] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword -[6:17:14] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe -[6:17:14] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword -[6:17:14] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe -[6:17:14] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword -[6:17:14] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade -[6:17:14] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil -[6:17:14] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand -[6:17:14] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow -[6:17:14] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff -[6:17:14] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow -[6:17:14] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow -[6:17:14] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword -[6:17:14] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff -[6:17:14] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow -[6:17:14] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper -[6:17:14] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow -[6:17:14] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword -[6:17:14] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe -[6:17:14] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade -[6:17:14] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow -[6:17:14] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff -[6:17:14] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe -[6:17:14] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow -[6:17:14] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe -[6:17:14] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead -[6:17:14] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow -[6:17:14] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul -[6:17:14] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff -[6:17:14] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter -[6:17:14] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand -[6:17:14] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow -[6:17:14] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi -[6:17:14] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow -[6:17:14] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword -[6:17:14] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff -[6:17:14] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff Imperial Staff -[6:17:14] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff Imperial Staff Tiger Sword -[6:17:14] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff Imperial Staff Tiger Sword Imperial Staff -[6:17:14] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff Imperial Staff Tiger Sword Imperial Staff Royal Bow -[6:17:14] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff Imperial Staff Tiger Sword Imperial Staff Royal Bow Judgement Staff -[6:17:14] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff Imperial Staff Tiger Sword Imperial Staff Royal Bow Judgement Staff Vaal Axe -[6:17:14] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff Imperial Staff Tiger Sword Imperial Staff Royal Bow Judgement Staff Vaal Axe Infernal Sword -[6:17:14] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff Imperial Staff Tiger Sword Imperial Staff Royal Bow Judgement Staff Vaal Axe Infernal Sword Judgement Staff -[6:17:14] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff Imperial Staff Tiger Sword Imperial Staff Royal Bow Judgement Staff Vaal Axe Infernal Sword Judgement Staff Serpentine Staff -[6:17:14] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff Imperial Staff Tiger Sword Imperial Staff Royal Bow Judgement Staff Vaal Axe Infernal Sword Judgement Staff Serpentine Staff Military Staff -[6:17:14] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff Imperial Staff Tiger Sword Imperial Staff Royal Bow Judgement Staff Vaal Axe Infernal Sword Judgement Staff Serpentine Staff Military Staff Coiled Staff -[6:17:14] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff Imperial Staff Tiger Sword Imperial Staff Royal Bow Judgement Staff Vaal Axe Infernal Sword Judgement Staff Serpentine Staff Military Staff Coiled Staff Short Bow -[6:17:14] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff Imperial Staff Tiger Sword Imperial Staff Royal Bow Judgement Staff Vaal Axe Infernal Sword Judgement Staff Serpentine Staff Military Staff Coiled Staff Short Bow Terror Maul -[6:17:14] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff Imperial Staff Tiger Sword Imperial Staff Royal Bow Judgement Staff Vaal Axe Infernal Sword Judgement Staff Serpentine Staff Military Staff Coiled Staff Short Bow Terror Maul Harbinger Bow -[6:17:14] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff Imperial Staff Tiger Sword Imperial Staff Royal Bow Judgement Staff Vaal Axe Infernal Sword Judgement Staff Serpentine Staff Military Staff Coiled Staff Short Bow Terror Maul Harbinger Bow Despot Axe -[6:17:14] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff Imperial Staff Tiger Sword Imperial Staff Royal Bow Judgement Staff Vaal Axe Infernal Sword Judgement Staff Serpentine Staff Military Staff Coiled Staff Short Bow Terror Maul Harbinger Bow Despot Axe Death Bow -[6:17:14] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff Imperial Staff Tiger Sword Imperial Staff Royal Bow Judgement Staff Vaal Axe Infernal Sword Judgement Staff Serpentine Staff Military Staff Coiled Staff Short Bow Terror Maul Harbinger Bow Despot Axe Death Bow Reaver Sword -[6:17:14] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff Imperial Staff Tiger Sword Imperial Staff Royal Bow Judgement Staff Vaal Axe Infernal Sword Judgement Staff Serpentine Staff Military Staff Coiled Staff Short Bow Terror Maul Harbinger Bow Despot Axe Death Bow Reaver Sword Death Bow -[6:17:14] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff Imperial Staff Tiger Sword Imperial Staff Royal Bow Judgement Staff Vaal Axe Infernal Sword Judgement Staff Serpentine Staff Military Staff Coiled Staff Short Bow Terror Maul Harbinger Bow Despot Axe Death Bow Reaver Sword Death Bow Ezomyte Blade -[6:17:14] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff Imperial Staff Tiger Sword Imperial Staff Royal Bow Judgement Staff Vaal Axe Infernal Sword Judgement Staff Serpentine Staff Military Staff Coiled Staff Short Bow Terror Maul Harbinger Bow Despot Axe Death Bow Reaver Sword Death Bow Ezomyte Blade Ornate Sword -[6:17:14] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff Imperial Staff Tiger Sword Imperial Staff Royal Bow Judgement Staff Vaal Axe Infernal Sword Judgement Staff Serpentine Staff Military Staff Coiled Staff Short Bow Terror Maul Harbinger Bow Despot Axe Death Bow Reaver Sword Death Bow Ezomyte Blade Ornate Sword Crude Bow -[6:17:14] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff Imperial Staff Tiger Sword Imperial Staff Royal Bow Judgement Staff Vaal Axe Infernal Sword Judgement Staff Serpentine Staff Military Staff Coiled Staff Short Bow Terror Maul Harbinger Bow Despot Axe Death Bow Reaver Sword Death Bow Ezomyte Blade Ornate Sword Crude Bow Long Bow -[6:17:14] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff Imperial Staff Tiger Sword Imperial Staff Royal Bow Judgement Staff Vaal Axe Infernal Sword Judgement Staff Serpentine Staff Military Staff Coiled Staff Short Bow Terror Maul Harbinger Bow Despot Axe Death Bow Reaver Sword Death Bow Ezomyte Blade Ornate Sword Crude Bow Long Bow Citadel Bow -[6:17:14] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff Imperial Staff Tiger Sword Imperial Staff Royal Bow Judgement Staff Vaal Axe Infernal Sword Judgement Staff Serpentine Staff Military Staff Coiled Staff Short Bow Terror Maul Harbinger Bow Despot Axe Death Bow Reaver Sword Death Bow Ezomyte Blade Ornate Sword Crude Bow Long Bow Citadel Bow Spine Bow -[6:17:14] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff Imperial Staff Tiger Sword Imperial Staff Royal Bow Judgement Staff Vaal Axe Infernal Sword Judgement Staff Serpentine Staff Military Staff Coiled Staff Short Bow Terror Maul Harbinger Bow Despot Axe Death Bow Reaver Sword Death Bow Ezomyte Blade Ornate Sword Crude Bow Long Bow Citadel Bow Spine Bow Assassin Bow -[6:17:14] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff Imperial Staff Tiger Sword Imperial Staff Royal Bow Judgement Staff Vaal Axe Infernal Sword Judgement Staff Serpentine Staff Military Staff Coiled Staff Short Bow Terror Maul Harbinger Bow Despot Axe Death Bow Reaver Sword Death Bow Ezomyte Blade Ornate Sword Crude Bow Long Bow Citadel Bow Spine Bow Assassin Bow Imperial Staff -[6:17:14] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff Imperial Staff Tiger Sword Imperial Staff Royal Bow Judgement Staff Vaal Axe Infernal Sword Judgement Staff Serpentine Staff Military Staff Coiled Staff Short Bow Terror Maul Harbinger Bow Despot Axe Death Bow Reaver Sword Death Bow Ezomyte Blade Ornate Sword Crude Bow Long Bow Citadel Bow Spine Bow Assassin Bow Imperial Staff Gavel -[6:17:14] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff Imperial Staff Tiger Sword Imperial Staff Royal Bow Judgement Staff Vaal Axe Infernal Sword Judgement Staff Serpentine Staff Military Staff Coiled Staff Short Bow Terror Maul Harbinger Bow Despot Axe Death Bow Reaver Sword Death Bow Ezomyte Blade Ornate Sword Crude Bow Long Bow Citadel Bow Spine Bow Assassin Bow Imperial Staff Gavel Sundering Axe -[6:17:14] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff Imperial Staff Tiger Sword Imperial Staff Royal Bow Judgement Staff Vaal Axe Infernal Sword Judgement Staff Serpentine Staff Military Staff Coiled Staff Short Bow Terror Maul Harbinger Bow Despot Axe Death Bow Reaver Sword Death Bow Ezomyte Blade Ornate Sword Crude Bow Long Bow Citadel Bow Spine Bow Assassin Bow Imperial Staff Gavel Sundering Axe Meatgrinder -[6:17:14] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff Imperial Staff Tiger Sword Imperial Staff Royal Bow Judgement Staff Vaal Axe Infernal Sword Judgement Staff Serpentine Staff Military Staff Coiled Staff Short Bow Terror Maul Harbinger Bow Despot Axe Death Bow Reaver Sword Death Bow Ezomyte Blade Ornate Sword Crude Bow Long Bow Citadel Bow Spine Bow Assassin Bow Imperial Staff Gavel Sundering Axe Meatgrinder Karui Maul -[6:17:14] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff Imperial Staff Tiger Sword Imperial Staff Royal Bow Judgement Staff Vaal Axe Infernal Sword Judgement Staff Serpentine Staff Military Staff Coiled Staff Short Bow Terror Maul Harbinger Bow Despot Axe Death Bow Reaver Sword Death Bow Ezomyte Blade Ornate Sword Crude Bow Long Bow Citadel Bow Spine Bow Assassin Bow Imperial Staff Gavel Sundering Axe Meatgrinder Karui Maul Void Axe -[6:17:40] API: http://poe.ninja/api/Data/ -[6:17:40] League: Harbinger -[6:17:40] Confidence: 5 -[6:17:40] Minimum Value: 20c -[6:17:40] Midnight Blade -[6:17:40] Midnight Blade Vaal Axe -[6:17:40] Midnight Blade Vaal Axe Infernal Sword -[6:17:40] Midnight Blade Vaal Axe Infernal Sword Maelström Staff -[6:17:40] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff -[6:17:40] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow -[6:17:40] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword -[6:17:40] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow -[6:17:40] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow -[6:17:40] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow -[6:17:40] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword -[6:17:40] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff -[6:17:40] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff -[6:17:40] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul -[6:17:40] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow -[6:17:40] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff -[6:17:40] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow -[6:17:40] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow -[6:17:40] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword -[6:17:40] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff -[6:17:40] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff -[6:17:40] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword -[6:17:40] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi -[6:17:40] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff -[6:17:40] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre -[6:17:40] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff -[6:17:40] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe -[6:17:40] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow -[6:17:40] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe -[6:17:40] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder -[6:17:40] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe -[6:17:40] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow -[6:17:40] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow -[6:17:40] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass -[6:17:40] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow -[6:17:40] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff -[6:17:40] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword -[6:17:40] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe -[6:17:40] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword -[6:17:40] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe -[6:17:40] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword -[6:17:40] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade -[6:17:40] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil -[6:17:40] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand -[6:17:40] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow -[6:17:40] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff -[6:17:40] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow -[6:17:40] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow -[6:17:40] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword -[6:17:40] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff -[6:17:40] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow -[6:17:40] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper -[6:17:40] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow -[6:17:40] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword -[6:17:40] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe -[6:17:40] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade -[6:17:40] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow -[6:17:40] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff -[6:17:40] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe -[6:17:41] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow -[6:17:41] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe -[6:17:41] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead -[6:17:41] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow -[6:17:41] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul -[6:17:41] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff -[6:17:41] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter -[6:17:41] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand -[6:17:41] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow -[6:17:41] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi -[6:17:41] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow -[6:17:41] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword -[6:17:41] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff -[6:17:41] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff Imperial Staff -[6:17:41] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff Imperial Staff Tiger Sword -[6:17:41] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff Imperial Staff Tiger Sword Imperial Staff -[6:17:41] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff Imperial Staff Tiger Sword Imperial Staff Royal Bow -[6:17:41] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff Imperial Staff Tiger Sword Imperial Staff Royal Bow Judgement Staff -[6:17:41] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff Imperial Staff Tiger Sword Imperial Staff Royal Bow Judgement Staff Vaal Axe -[6:17:41] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff Imperial Staff Tiger Sword Imperial Staff Royal Bow Judgement Staff Vaal Axe Infernal Sword -[6:17:41] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff Imperial Staff Tiger Sword Imperial Staff Royal Bow Judgement Staff Vaal Axe Infernal Sword Judgement Staff -[6:17:41] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff Imperial Staff Tiger Sword Imperial Staff Royal Bow Judgement Staff Vaal Axe Infernal Sword Judgement Staff Serpentine Staff -[6:17:41] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff Imperial Staff Tiger Sword Imperial Staff Royal Bow Judgement Staff Vaal Axe Infernal Sword Judgement Staff Serpentine Staff Military Staff -[6:17:41] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff Imperial Staff Tiger Sword Imperial Staff Royal Bow Judgement Staff Vaal Axe Infernal Sword Judgement Staff Serpentine Staff Military Staff Coiled Staff -[6:17:41] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff Imperial Staff Tiger Sword Imperial Staff Royal Bow Judgement Staff Vaal Axe Infernal Sword Judgement Staff Serpentine Staff Military Staff Coiled Staff Short Bow -[6:17:41] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff Imperial Staff Tiger Sword Imperial Staff Royal Bow Judgement Staff Vaal Axe Infernal Sword Judgement Staff Serpentine Staff Military Staff Coiled Staff Short Bow Terror Maul -[6:17:41] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff Imperial Staff Tiger Sword Imperial Staff Royal Bow Judgement Staff Vaal Axe Infernal Sword Judgement Staff Serpentine Staff Military Staff Coiled Staff Short Bow Terror Maul Harbinger Bow -[6:17:41] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff Imperial Staff Tiger Sword Imperial Staff Royal Bow Judgement Staff Vaal Axe Infernal Sword Judgement Staff Serpentine Staff Military Staff Coiled Staff Short Bow Terror Maul Harbinger Bow Despot Axe -[6:17:41] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff Imperial Staff Tiger Sword Imperial Staff Royal Bow Judgement Staff Vaal Axe Infernal Sword Judgement Staff Serpentine Staff Military Staff Coiled Staff Short Bow Terror Maul Harbinger Bow Despot Axe Death Bow -[6:17:41] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff Imperial Staff Tiger Sword Imperial Staff Royal Bow Judgement Staff Vaal Axe Infernal Sword Judgement Staff Serpentine Staff Military Staff Coiled Staff Short Bow Terror Maul Harbinger Bow Despot Axe Death Bow Reaver Sword -[6:17:41] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff Imperial Staff Tiger Sword Imperial Staff Royal Bow Judgement Staff Vaal Axe Infernal Sword Judgement Staff Serpentine Staff Military Staff Coiled Staff Short Bow Terror Maul Harbinger Bow Despot Axe Death Bow Reaver Sword Death Bow -[6:17:41] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff Imperial Staff Tiger Sword Imperial Staff Royal Bow Judgement Staff Vaal Axe Infernal Sword Judgement Staff Serpentine Staff Military Staff Coiled Staff Short Bow Terror Maul Harbinger Bow Despot Axe Death Bow Reaver Sword Death Bow Ezomyte Blade -[6:17:41] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff Imperial Staff Tiger Sword Imperial Staff Royal Bow Judgement Staff Vaal Axe Infernal Sword Judgement Staff Serpentine Staff Military Staff Coiled Staff Short Bow Terror Maul Harbinger Bow Despot Axe Death Bow Reaver Sword Death Bow Ezomyte Blade Ornate Sword -[6:17:41] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff Imperial Staff Tiger Sword Imperial Staff Royal Bow Judgement Staff Vaal Axe Infernal Sword Judgement Staff Serpentine Staff Military Staff Coiled Staff Short Bow Terror Maul Harbinger Bow Despot Axe Death Bow Reaver Sword Death Bow Ezomyte Blade Ornate Sword Crude Bow -[6:17:41] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff Imperial Staff Tiger Sword Imperial Staff Royal Bow Judgement Staff Vaal Axe Infernal Sword Judgement Staff Serpentine Staff Military Staff Coiled Staff Short Bow Terror Maul Harbinger Bow Despot Axe Death Bow Reaver Sword Death Bow Ezomyte Blade Ornate Sword Crude Bow Long Bow -[6:17:41] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff Imperial Staff Tiger Sword Imperial Staff Royal Bow Judgement Staff Vaal Axe Infernal Sword Judgement Staff Serpentine Staff Military Staff Coiled Staff Short Bow Terror Maul Harbinger Bow Despot Axe Death Bow Reaver Sword Death Bow Ezomyte Blade Ornate Sword Crude Bow Long Bow Citadel Bow -[6:17:41] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff Imperial Staff Tiger Sword Imperial Staff Royal Bow Judgement Staff Vaal Axe Infernal Sword Judgement Staff Serpentine Staff Military Staff Coiled Staff Short Bow Terror Maul Harbinger Bow Despot Axe Death Bow Reaver Sword Death Bow Ezomyte Blade Ornate Sword Crude Bow Long Bow Citadel Bow Spine Bow -[6:17:41] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff Imperial Staff Tiger Sword Imperial Staff Royal Bow Judgement Staff Vaal Axe Infernal Sword Judgement Staff Serpentine Staff Military Staff Coiled Staff Short Bow Terror Maul Harbinger Bow Despot Axe Death Bow Reaver Sword Death Bow Ezomyte Blade Ornate Sword Crude Bow Long Bow Citadel Bow Spine Bow Assassin Bow -[6:17:41] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff Imperial Staff Tiger Sword Imperial Staff Royal Bow Judgement Staff Vaal Axe Infernal Sword Judgement Staff Serpentine Staff Military Staff Coiled Staff Short Bow Terror Maul Harbinger Bow Despot Axe Death Bow Reaver Sword Death Bow Ezomyte Blade Ornate Sword Crude Bow Long Bow Citadel Bow Spine Bow Assassin Bow Imperial Staff -[6:17:41] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff Imperial Staff Tiger Sword Imperial Staff Royal Bow Judgement Staff Vaal Axe Infernal Sword Judgement Staff Serpentine Staff Military Staff Coiled Staff Short Bow Terror Maul Harbinger Bow Despot Axe Death Bow Reaver Sword Death Bow Ezomyte Blade Ornate Sword Crude Bow Long Bow Citadel Bow Spine Bow Assassin Bow Imperial Staff Gavel -[6:17:41] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff Imperial Staff Tiger Sword Imperial Staff Royal Bow Judgement Staff Vaal Axe Infernal Sword Judgement Staff Serpentine Staff Military Staff Coiled Staff Short Bow Terror Maul Harbinger Bow Despot Axe Death Bow Reaver Sword Death Bow Ezomyte Blade Ornate Sword Crude Bow Long Bow Citadel Bow Spine Bow Assassin Bow Imperial Staff Gavel Sundering Axe -[6:17:41] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff Imperial Staff Tiger Sword Imperial Staff Royal Bow Judgement Staff Vaal Axe Infernal Sword Judgement Staff Serpentine Staff Military Staff Coiled Staff Short Bow Terror Maul Harbinger Bow Despot Axe Death Bow Reaver Sword Death Bow Ezomyte Blade Ornate Sword Crude Bow Long Bow Citadel Bow Spine Bow Assassin Bow Imperial Staff Gavel Sundering Axe Meatgrinder -[6:17:41] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff Imperial Staff Tiger Sword Imperial Staff Royal Bow Judgement Staff Vaal Axe Infernal Sword Judgement Staff Serpentine Staff Military Staff Coiled Staff Short Bow Terror Maul Harbinger Bow Despot Axe Death Bow Reaver Sword Death Bow Ezomyte Blade Ornate Sword Crude Bow Long Bow Citadel Bow Spine Bow Assassin Bow Imperial Staff Gavel Sundering Axe Meatgrinder Karui Maul -[6:17:41] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff Imperial Staff Tiger Sword Imperial Staff Royal Bow Judgement Staff Vaal Axe Infernal Sword Judgement Staff Serpentine Staff Military Staff Coiled Staff Short Bow Terror Maul Harbinger Bow Despot Axe Death Bow Reaver Sword Death Bow Ezomyte Blade Ornate Sword Crude Bow Long Bow Citadel Bow Spine Bow Assassin Bow Imperial Staff Gavel Sundering Axe Meatgrinder Karui Maul Void Axe -[6:18:15] API: http://poe.ninja/api/Data/ -[6:18:15] League: Harbinger -[6:18:15] Confidence: 5 -[6:18:15] Minimum Value: 20c -[6:18:15] Midnight Blade -[6:18:15] Midnight Blade Vaal Axe -[6:18:15] Midnight Blade Vaal Axe Infernal Sword -[6:18:15] Midnight Blade Vaal Axe Infernal Sword Maelström Staff -[6:18:15] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff -[6:18:15] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow -[6:18:15] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword -[6:18:15] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow -[6:18:15] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow -[6:18:15] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow -[6:18:15] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword -[6:18:15] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff -[6:18:15] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff -[6:18:15] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul -[6:18:15] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow -[6:18:15] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff -[6:18:15] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow -[6:18:15] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow -[6:18:15] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword -[6:18:15] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff -[6:18:15] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff -[6:18:15] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword -[6:18:15] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi -[6:18:15] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff -[6:18:15] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre -[6:18:15] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff -[6:18:15] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe -[6:18:15] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow -[6:18:15] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe -[6:18:15] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder -[6:18:15] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe -[6:18:15] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow -[6:18:15] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow -[6:18:15] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass -[6:18:15] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow -[6:18:15] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff -[6:18:15] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword -[6:18:15] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe -[6:18:15] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword -[6:18:15] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe -[6:18:15] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword -[6:18:15] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade -[6:18:15] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil -[6:18:15] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand -[6:18:15] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow -[6:18:15] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff -[6:18:15] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow -[6:18:15] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow -[6:18:15] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword -[6:18:15] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff -[6:18:15] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow -[6:18:15] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper -[6:18:15] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow -[6:18:15] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword -[6:18:15] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe -[6:18:15] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade -[6:18:15] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow -[6:18:15] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff -[6:18:15] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe -[6:18:15] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow -[6:18:15] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe -[6:18:16] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead -[6:18:16] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow -[6:18:16] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul -[6:18:16] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff -[6:18:16] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter -[6:18:16] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand -[6:18:16] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow -[6:18:16] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi -[6:18:16] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow -[6:18:16] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword -[6:18:16] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff -[6:18:16] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff Imperial Staff -[6:18:16] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff Imperial Staff Tiger Sword -[6:18:16] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff Imperial Staff Tiger Sword Imperial Staff -[6:18:16] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff Imperial Staff Tiger Sword Imperial Staff Royal Bow -[6:18:16] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff Imperial Staff Tiger Sword Imperial Staff Royal Bow Judgement Staff -[6:18:16] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff Imperial Staff Tiger Sword Imperial Staff Royal Bow Judgement Staff Vaal Axe -[6:18:16] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff Imperial Staff Tiger Sword Imperial Staff Royal Bow Judgement Staff Vaal Axe Infernal Sword -[6:18:16] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff Imperial Staff Tiger Sword Imperial Staff Royal Bow Judgement Staff Vaal Axe Infernal Sword Judgement Staff -[6:18:16] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff Imperial Staff Tiger Sword Imperial Staff Royal Bow Judgement Staff Vaal Axe Infernal Sword Judgement Staff Serpentine Staff -[6:18:16] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff Imperial Staff Tiger Sword Imperial Staff Royal Bow Judgement Staff Vaal Axe Infernal Sword Judgement Staff Serpentine Staff Military Staff -[6:18:16] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff Imperial Staff Tiger Sword Imperial Staff Royal Bow Judgement Staff Vaal Axe Infernal Sword Judgement Staff Serpentine Staff Military Staff Coiled Staff -[6:18:16] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff Imperial Staff Tiger Sword Imperial Staff Royal Bow Judgement Staff Vaal Axe Infernal Sword Judgement Staff Serpentine Staff Military Staff Coiled Staff Short Bow -[6:18:16] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff Imperial Staff Tiger Sword Imperial Staff Royal Bow Judgement Staff Vaal Axe Infernal Sword Judgement Staff Serpentine Staff Military Staff Coiled Staff Short Bow Terror Maul -[6:18:16] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff Imperial Staff Tiger Sword Imperial Staff Royal Bow Judgement Staff Vaal Axe Infernal Sword Judgement Staff Serpentine Staff Military Staff Coiled Staff Short Bow Terror Maul Harbinger Bow -[6:18:16] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff Imperial Staff Tiger Sword Imperial Staff Royal Bow Judgement Staff Vaal Axe Infernal Sword Judgement Staff Serpentine Staff Military Staff Coiled Staff Short Bow Terror Maul Harbinger Bow Despot Axe -[6:18:16] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff Imperial Staff Tiger Sword Imperial Staff Royal Bow Judgement Staff Vaal Axe Infernal Sword Judgement Staff Serpentine Staff Military Staff Coiled Staff Short Bow Terror Maul Harbinger Bow Despot Axe Death Bow -[6:18:16] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff Imperial Staff Tiger Sword Imperial Staff Royal Bow Judgement Staff Vaal Axe Infernal Sword Judgement Staff Serpentine Staff Military Staff Coiled Staff Short Bow Terror Maul Harbinger Bow Despot Axe Death Bow Reaver Sword -[6:18:16] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff Imperial Staff Tiger Sword Imperial Staff Royal Bow Judgement Staff Vaal Axe Infernal Sword Judgement Staff Serpentine Staff Military Staff Coiled Staff Short Bow Terror Maul Harbinger Bow Despot Axe Death Bow Reaver Sword Death Bow -[6:18:16] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff Imperial Staff Tiger Sword Imperial Staff Royal Bow Judgement Staff Vaal Axe Infernal Sword Judgement Staff Serpentine Staff Military Staff Coiled Staff Short Bow Terror Maul Harbinger Bow Despot Axe Death Bow Reaver Sword Death Bow Ezomyte Blade -[6:18:16] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff Imperial Staff Tiger Sword Imperial Staff Royal Bow Judgement Staff Vaal Axe Infernal Sword Judgement Staff Serpentine Staff Military Staff Coiled Staff Short Bow Terror Maul Harbinger Bow Despot Axe Death Bow Reaver Sword Death Bow Ezomyte Blade Ornate Sword -[6:18:16] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff Imperial Staff Tiger Sword Imperial Staff Royal Bow Judgement Staff Vaal Axe Infernal Sword Judgement Staff Serpentine Staff Military Staff Coiled Staff Short Bow Terror Maul Harbinger Bow Despot Axe Death Bow Reaver Sword Death Bow Ezomyte Blade Ornate Sword Crude Bow -[6:18:16] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff Imperial Staff Tiger Sword Imperial Staff Royal Bow Judgement Staff Vaal Axe Infernal Sword Judgement Staff Serpentine Staff Military Staff Coiled Staff Short Bow Terror Maul Harbinger Bow Despot Axe Death Bow Reaver Sword Death Bow Ezomyte Blade Ornate Sword Crude Bow Long Bow -[6:18:16] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff Imperial Staff Tiger Sword Imperial Staff Royal Bow Judgement Staff Vaal Axe Infernal Sword Judgement Staff Serpentine Staff Military Staff Coiled Staff Short Bow Terror Maul Harbinger Bow Despot Axe Death Bow Reaver Sword Death Bow Ezomyte Blade Ornate Sword Crude Bow Long Bow Citadel Bow -[6:18:16] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff Imperial Staff Tiger Sword Imperial Staff Royal Bow Judgement Staff Vaal Axe Infernal Sword Judgement Staff Serpentine Staff Military Staff Coiled Staff Short Bow Terror Maul Harbinger Bow Despot Axe Death Bow Reaver Sword Death Bow Ezomyte Blade Ornate Sword Crude Bow Long Bow Citadel Bow Spine Bow -[6:18:16] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff Imperial Staff Tiger Sword Imperial Staff Royal Bow Judgement Staff Vaal Axe Infernal Sword Judgement Staff Serpentine Staff Military Staff Coiled Staff Short Bow Terror Maul Harbinger Bow Despot Axe Death Bow Reaver Sword Death Bow Ezomyte Blade Ornate Sword Crude Bow Long Bow Citadel Bow Spine Bow Assassin Bow -[6:18:16] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff Imperial Staff Tiger Sword Imperial Staff Royal Bow Judgement Staff Vaal Axe Infernal Sword Judgement Staff Serpentine Staff Military Staff Coiled Staff Short Bow Terror Maul Harbinger Bow Despot Axe Death Bow Reaver Sword Death Bow Ezomyte Blade Ornate Sword Crude Bow Long Bow Citadel Bow Spine Bow Assassin Bow Imperial Staff -[6:18:16] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff Imperial Staff Tiger Sword Imperial Staff Royal Bow Judgement Staff Vaal Axe Infernal Sword Judgement Staff Serpentine Staff Military Staff Coiled Staff Short Bow Terror Maul Harbinger Bow Despot Axe Death Bow Reaver Sword Death Bow Ezomyte Blade Ornate Sword Crude Bow Long Bow Citadel Bow Spine Bow Assassin Bow Imperial Staff Gavel -[6:18:16] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff Imperial Staff Tiger Sword Imperial Staff Royal Bow Judgement Staff Vaal Axe Infernal Sword Judgement Staff Serpentine Staff Military Staff Coiled Staff Short Bow Terror Maul Harbinger Bow Despot Axe Death Bow Reaver Sword Death Bow Ezomyte Blade Ornate Sword Crude Bow Long Bow Citadel Bow Spine Bow Assassin Bow Imperial Staff Gavel Sundering Axe -[6:18:16] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff Imperial Staff Tiger Sword Imperial Staff Royal Bow Judgement Staff Vaal Axe Infernal Sword Judgement Staff Serpentine Staff Military Staff Coiled Staff Short Bow Terror Maul Harbinger Bow Despot Axe Death Bow Reaver Sword Death Bow Ezomyte Blade Ornate Sword Crude Bow Long Bow Citadel Bow Spine Bow Assassin Bow Imperial Staff Gavel Sundering Axe Meatgrinder -[6:18:16] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff Imperial Staff Tiger Sword Imperial Staff Royal Bow Judgement Staff Vaal Axe Infernal Sword Judgement Staff Serpentine Staff Military Staff Coiled Staff Short Bow Terror Maul Harbinger Bow Despot Axe Death Bow Reaver Sword Death Bow Ezomyte Blade Ornate Sword Crude Bow Long Bow Citadel Bow Spine Bow Assassin Bow Imperial Staff Gavel Sundering Axe Meatgrinder Karui Maul -[6:18:16] Midnight Blade Vaal Axe Infernal Sword Maelström Staff Primordial Staff Imperial Bow Ornate Sword Spine Bow Royal Bow Assassin Bow Ornate Sword Coiled Staff Highborn Staff Imperial Maul Death Bow Maelström Staff Royal Bow Imperial Bow Infernal Sword Judgement Staff Serpentine Staff Tiger Sword Lathi Judgement Staff Ritual Sceptre Military Staff Abyssal Axe Spine Bow Vaal Axe Meatgrinder Vaal Axe Harbinger Bow Citadel Bow Cutlass Short Bow Imperial Staff Infernal Sword Despot Axe Lion Sword Vaal Axe Infernal Sword Ezomyte Blade Jewelled Foil Prophecy Wand Imperial Bow Maelström Staff Royal Bow Imperial Bow Eternal Sword Maelström Staff Royal Bow Jasper Chopper Death Bow Ornate Sword Void Axe Vaal Blade Spine Bow Highborn Staff Abyssal Axe Ranger Bow Vaal Axe Steelhead Assassin Bow Imperial Maul Maelström Staff Woodsplitter Sage Wand Imperial Bow Lathi Death Bow Lion Sword Imperial Staff Imperial Staff Tiger Sword Imperial Staff Royal Bow Judgement Staff Vaal Axe Infernal Sword Judgement Staff Serpentine Staff Military Staff Coiled Staff Short Bow Terror Maul Harbinger Bow Despot Axe Death Bow Reaver Sword Death Bow Ezomyte Blade Ornate Sword Crude Bow Long Bow Citadel Bow Spine Bow Assassin Bow Imperial Staff Gavel Sundering Axe Meatgrinder Karui Maul Void Axe -[6:19:44] API: http://poe.ninja/api/Data/ -[6:19:44] League: Harbinger -[6:19:44] Confidence: 5 -[6:19:44] Minimum Value: 20c -[6:20:51] API: http://poe.ninja/api/Data/ -[6:20:51] League: Harbinger -[6:20:51] Confidence: 5 -[6:20:51] Minimum Value: 20c -[6:22:38] API: http://poe.ninja/api/Data/ -[6:22:38] League: Harbinger -[6:22:38] Confidence: 5 -[6:22:38] Minimum Value: 20c -[6:27:6] API: http://poe.ninja/api/Data/ -[6:27:6] League: Harbinger -[6:27:6] Confidence: 5 -[6:27:6] Minimum Value: 20c -[6:29:33] API: http://poe.ninja/api/Data/ -[6:29:33] League: Harbinger -[6:29:33] Confidence: 5 -[6:29:33] Minimum Value: 20c -[6:37:4] API: http://poe.ninja/api/Data/ -[6:37:4] League: Harbinger -[6:37:4] Confidence: 5 -[6:37:4] Minimum Value: 20c -[6:37:23] API: http://poe.ninja/api/Data/ -[6:37:23] League: Harbinger -[6:37:23] Confidence: 5 -[6:37:23] Minimum Value: 20c -[6:37:53] API: http://poe.ninja/api/Data/ -[6:37:53] League: Harbinger -[6:37:53] Confidence: 5 -[6:37:53] Minimum Value: 20c -[6:38:50] API: http://poe.ninja/api/Data/ -[6:38:50] League: Harbinger -[6:38:50] Confidence: 5 -[6:38:50] Minimum Value: 20c -[6:39:39] API: http://poe.ninja/api/Data/ -[6:39:39] League: Harbinger -[6:39:39] Confidence: 5 -[6:39:39] Minimum Value: 20c -[6:39:39] Midnight Blade -[6:39:39] Vaal Axe -[6:39:39] Infernal Sword -[6:39:39] Maelström Staff -[6:39:39] Primordial Staff -[6:39:39] Imperial Bow -[6:39:39] Ornate Sword -[6:39:39] Spine Bow -[6:39:39] Royal Bow -[6:39:39] Assassin Bow -[6:39:39] Ornate Sword -[6:39:39] Coiled Staff -[6:39:39] Highborn Staff -[6:39:39] Imperial Maul -[6:39:39] Death Bow -[6:39:39] Maelström Staff -[6:39:39] Royal Bow -[6:39:39] Imperial Bow -[6:39:39] Infernal Sword -[6:39:39] Judgement Staff -[6:39:39] Serpentine Staff -[6:39:39] Tiger Sword -[6:39:39] Lathi -[6:39:39] Judgement Staff -[6:39:39] Ritual Sceptre -[6:39:39] Military Staff -[6:39:39] Abyssal Axe -[6:39:39] Spine Bow -[6:39:39] Vaal Axe -[6:39:39] Meatgrinder -[6:39:39] Vaal Axe -[6:39:39] Harbinger Bow -[6:39:39] Citadel Bow -[6:39:39] Cutlass -[6:39:39] Short Bow -[6:39:39] Imperial Staff -[6:39:39] Infernal Sword -[6:39:39] Despot Axe -[6:39:39] Lion Sword -[6:39:39] Vaal Axe -[6:39:39] Infernal Sword -[6:39:39] Ezomyte Blade -[6:39:39] Jewelled Foil -[6:39:39] Prophecy Wand -[6:39:39] Imperial Bow -[6:39:39] Maelström Staff -[6:39:39] Royal Bow -[6:39:39] Imperial Bow -[6:39:39] Eternal Sword -[6:39:39] Maelström Staff -[6:39:39] Royal Bow -[6:39:39] Jasper Chopper -[6:39:39] Death Bow -[6:39:39] Ornate Sword -[6:39:39] Void Axe -[6:39:39] Vaal Blade -[6:39:39] Spine Bow -[6:39:39] Highborn Staff -[6:39:39] Abyssal Axe -[6:39:39] Ranger Bow -[6:39:39] Vaal Axe -[6:39:39] Steelhead -[6:39:39] Assassin Bow -[6:39:39] Imperial Maul -[6:39:39] Maelström Staff -[6:39:39] Woodsplitter -[6:39:39] Sage Wand -[6:39:39] Imperial Bow -[6:39:39] Lathi -[6:39:39] Death Bow -[6:39:40] Lion Sword -[6:39:40] Imperial Staff -[6:39:40] Imperial Staff -[6:39:40] Tiger Sword -[6:39:40] Imperial Staff -[6:39:40] Royal Bow -[6:39:40] Judgement Staff -[6:39:40] Vaal Axe -[6:39:40] Infernal Sword -[6:39:40] Judgement Staff -[6:39:40] Serpentine Staff -[6:39:40] Military Staff -[6:39:40] Coiled Staff -[6:39:40] Short Bow -[6:39:40] Terror Maul -[6:39:40] Harbinger Bow -[6:39:40] Despot Axe -[6:39:40] Death Bow -[6:39:40] Reaver Sword -[6:39:40] Death Bow -[6:39:40] Ezomyte Blade -[6:39:40] Ornate Sword -[6:39:40] Crude Bow -[6:39:40] Long Bow -[6:39:40] Citadel Bow -[6:39:40] Spine Bow -[6:39:40] Assassin Bow -[6:39:40] Imperial Staff -[6:39:40] Gavel -[6:39:40] Sundering Axe -[6:39:40] Meatgrinder -[6:39:40] Karui Maul -[6:39:40] Void Axe -[6:43:12] API: http://poe.ninja/api/Data/ -[6:43:12] League: Harbinger -[6:43:12] Confidence: 5 -[6:43:12] Minimum Value: 20c -[6:43:29] API: http://poe.ninja/api/Data/ -[6:43:29] League: Harbinger -[6:43:29] Confidence: 5 -[6:43:29] Minimum Value: 20c -[6:43:30] Midnight Blade -[6:43:30] Vaal Axe -[6:43:30] Infernal Sword -[6:43:30] Maelström Staff -[6:43:30] Imperial Bow -[6:43:30] Judgement Staff -[6:43:30] Assassin Bow -[6:43:30] Ornate Sword -[6:43:30] Royal Bow -[6:43:30] Imperial Bow -[6:43:30] Tiger Sword -[6:43:30] Imperial Maul -[6:43:30] Royal Bow -[6:43:30] Infernal Sword -[6:43:30] Serpentine Staff -[6:43:30] Maelström Staff -[6:43:30] Void Axe -[6:43:30] Primordial Staff -[6:43:30] Spine Bow -[6:43:30] Ornate Sword -[6:43:30] Military Staff -[6:43:30] Death Bow -[6:43:30] Judgement Staff -[6:43:30] Abyssal Axe -[6:43:30] Imperial Staff -[6:43:30] Vaal Axe -[6:43:30] Harbinger Bow -[6:43:30] Meatgrinder -[6:43:30] Ritual Sceptre -[6:43:30] Vaal Axe -[6:43:30] Terror Maul -[6:43:30] Cutlass -[6:43:30] Citadel Bow -[6:43:30] Despot Axe -[6:43:30] Vaal Axe -[6:43:30] Short Bow -[6:43:30] Ezomyte Blade -[6:43:30] Infernal Sword -[6:43:30] Infernal Sword -[6:43:30] Imperial Bow -[6:43:30] Prophecy Wand -[6:43:30] Eternal Sword -[6:43:30] Vaal Axe -[6:43:30] Imperial Bow -[6:43:30] Vaal Blade -[6:43:30] Maelström Staff -[6:43:30] Royal Bow -[6:43:30] Void Axe -[6:43:30] Ornate Sword -[6:43:30] Royal Bow -[6:43:30] Jewelled Foil -[6:43:30] Iron Staff -[6:43:30] Woodsplitter -[6:43:30] Iron Staff -[6:43:30] Infernal Sword -[6:43:30] Abyssal Axe -[6:43:30] Vaal Axe -[6:43:30] Steelhead -[6:43:30] Coiled Staff -[6:43:30] Imperial Staff -[6:43:30] Jasper Chopper -[6:43:30] Assassin Bow -[6:43:30] Lathi -[6:43:30] Death Bow -[6:43:30] Maelström Staff -[6:43:30] Tiger Sword -[6:43:30] Maelström Staff -[6:43:30] Spine Bow -[6:43:30] Imperial Bow -[6:43:30] Highborn Staff -[6:43:30] Terror Maul -[6:43:30] Long Bow -[6:43:30] Crude Bow -[6:43:30] Primordial Staff -[6:43:30] Ranger Bow -[6:43:30] Short Bow -[6:43:30] Serpentine Staff -[6:43:30] Military Staff -[6:43:30] Imperial Maul -[6:43:30] Vaal Axe -[6:43:30] Judgement Staff -[6:43:30] Lion Sword -[6:43:30] Imperial Staff -[6:43:30] Death Bow -[6:43:30] Judgement Staff -[6:43:30] Etched Greatsword -[6:43:30] Death Bow -[6:43:30] Ornate Sword -[6:43:30] Despot Axe -[6:43:30] Ezomyte Blade -[6:43:30] Citadel Bow -[6:43:30] Royal Bow -[6:43:30] Meatgrinder -[6:43:30] Harbinger Bow -[6:43:30] Spine Bow -[6:43:30] Sage Wand -[6:48:28] API: http://poe.ninja/api/Data/ -[6:48:28] League: Harbinger -[6:48:28] Confidence: 5 -[6:48:28] Minimum Value: 20c -[6:48:29] Midnight Blade -[6:48:29] Vaal Axe -[6:48:29] Infernal Sword -[6:48:29] Maelström Staff -[6:48:29] Imperial Bow -[6:48:29] Judgement Staff -[6:48:29] Assassin Bow -[6:48:29] Ornate Sword -[6:48:29] Royal Bow -[6:48:29] Imperial Bow -[6:48:29] Tiger Sword -[6:48:29] Imperial Maul -[6:48:29] Royal Bow -[6:48:29] Infernal Sword -[6:48:29] Serpentine Staff -[6:48:29] Maelström Staff -[6:48:29] Void Axe -[6:48:29] Primordial Staff -[6:48:29] Spine Bow -[6:48:29] Ornate Sword -[6:48:29] Military Staff -[6:48:29] Death Bow -[6:48:29] Judgement Staff -[6:48:29] Abyssal Axe -[6:48:29] Imperial Staff -[6:48:29] Vaal Axe -[6:48:29] Harbinger Bow -[6:48:29] Meatgrinder -[6:48:29] Ritual Sceptre -[6:48:29] Vaal Axe -[6:48:29] Terror Maul -[6:48:29] Cutlass -[6:48:29] Citadel Bow -[6:48:29] Despot Axe -[6:48:29] Vaal Axe -[6:48:29] Short Bow -[6:48:29] Ezomyte Blade -[6:48:29] Infernal Sword -[6:48:29] Infernal Sword -[6:48:29] Imperial Bow -[6:48:29] Prophecy Wand -[6:48:29] Eternal Sword -[6:48:29] Vaal Axe -[6:48:29] Imperial Bow -[6:48:29] Vaal Blade -[6:48:29] Maelström Staff -[6:48:29] Royal Bow -[6:48:29] Void Axe -[6:48:29] Ornate Sword -[6:48:29] Royal Bow -[6:48:29] Jewelled Foil -[6:48:29] Iron Staff -[6:48:29] Woodsplitter -[6:48:29] Iron Staff -[6:48:29] Infernal Sword -[6:48:29] Abyssal Axe -[6:48:29] Vaal Axe -[6:48:29] Steelhead -[6:48:29] Coiled Staff -[6:48:29] Imperial Staff -[6:48:29] Jasper Chopper -[6:48:29] Assassin Bow -[6:48:29] Lathi -[6:48:29] Death Bow -[6:48:29] Maelström Staff -[6:48:29] Tiger Sword -[6:48:29] Maelström Staff -[6:48:29] Spine Bow -[6:48:29] Imperial Bow -[6:48:29] Highborn Staff -[6:48:29] Terror Maul -[6:48:29] Long Bow -[6:48:29] Crude Bow -[6:48:29] Primordial Staff -[6:48:29] Ranger Bow -[6:48:29] Short Bow -[6:48:29] Serpentine Staff -[6:48:29] Military Staff -[6:48:29] Imperial Maul -[6:48:29] Vaal Axe -[6:48:29] Judgement Staff -[6:48:29] Lion Sword -[6:48:29] Imperial Staff -[6:48:30] Death Bow -[6:48:30] Judgement Staff -[6:48:30] Etched Greatsword -[6:48:30] Death Bow -[6:48:30] Ornate Sword -[6:48:30] Despot Axe -[6:48:30] Ezomyte Blade -[6:48:30] Citadel Bow -[6:48:30] Royal Bow -[6:48:30] Meatgrinder -[6:48:30] Harbinger Bow -[6:48:30] Spine Bow -[6:48:30] Sage Wand -[6:50:22] API: http://poe.ninja/api/Data/ -[6:50:22] League: Harbinger -[6:50:22] Confidence: 5 -[6:50:22] Minimum Value: 20c -[6:50:22] Midnight Blade is worth 1236.07c and will be added to the list. -[6:50:23] Vaal Axe is worth 715.41c and will be added to the list. -[6:50:23] Infernal Sword is worth 700.42c and will be added to the list. -[6:50:23] Maelström Staff is worth 681.38c and will be added to the list. -[6:50:23] Imperial Bow is worth 635.92c and will be added to the list. -[6:50:23] Judgement Staff is worth 553.97c and will be added to the list. -[6:50:23] Assassin Bow is worth 529.37c and will be added to the list. -[6:50:23] Ornate Sword is worth 527.43c and will be added to the list. -[6:50:23] Royal Bow is worth 525.87c and will be added to the list. -[6:50:23] Imperial Bow is worth 516.68c and will be added to the list. -[6:50:23] Tiger Sword is worth 516.68c and will be added to the list. -[6:50:23] Imperial Maul is worth 511.22c and will be added to the list. -[6:50:23] Royal Bow is worth 476.94c and will be added to the list. -[6:50:23] Infernal Sword is worth 476.94c and will be added to the list. -[6:50:23] Serpentine Staff is worth 476.94c and will be added to the list. -[6:50:23] Maelström Staff is worth 476.94c and will be added to the list. -[6:50:23] Void Axe is worth 476.5c and will be added to the list. -[6:50:23] Primordial Staff is worth 476.02c and will be added to the list. -[6:50:23] Spine Bow is worth 475.02c and will be added to the list. -[6:50:23] Ornate Sword is worth 461.75c and will be added to the list. -[6:50:23] Military Staff is worth 441.75c and will be added to the list. -[6:50:23] Death Bow is worth 430.32c and will be added to the list. -[6:50:23] Judgement Staff is worth 397.45c and will be added to the list. -[6:50:23] Abyssal Axe is worth 397.45c and will be added to the list. -[6:50:23] Imperial Staff is worth 397.45c and will be added to the list. -[6:50:23] Vaal Axe is worth 364.19c and will be added to the list. -[6:50:23] Harbinger Bow is worth 317.96c and will be added to the list. -[6:50:23] Meatgrinder is worth 305.95c and will be added to the list. -[6:50:23] Ritual Sceptre is worth 299.99c and will be added to the list. -[6:50:23] Vaal Axe is worth 292.18c and will be added to the list. -[6:50:23] Terror Maul is worth 279.37c and will be added to the list. -[6:50:23] Cutlass is worth 279.13c and will be added to the list. -[6:50:23] Citadel Bow is worth 269.05c and will be added to the list. -[6:50:23] Despot Axe is worth 256.55c and will be added to the list. -[6:50:23] Vaal Axe is worth 248.48c and will be added to the list. -[6:50:23] Short Bow is worth 238.65c and will be added to the list. -[6:50:23] Ezomyte Blade is worth 220c and will be added to the list. -[6:50:23] Infernal Sword is worth 180.85c and will be added to the list. -[6:50:23] Infernal Sword is worth 135c and will be added to the list. -[6:50:23] Imperial Bow is worth 130c and will be added to the list. -[6:50:23] Prophecy Wand is worth 99.84c and will be added to the list. -[6:50:23] Eternal Sword is worth 97.66c and will be added to the list. -[6:50:23] Vaal Axe is worth 87.69c and will be added to the list. -[6:50:23] Imperial Bow is worth 87.44c and will be added to the list. -[6:50:23] Vaal Blade is worth 85c and will be added to the list. -[6:50:23] Maelström Staff is worth 66.6c and will be added to the list. -[6:50:23] Royal Bow is worth 66.14c and will be added to the list. -[6:50:23] Void Axe is worth 55.63c and will be added to the list. -[6:50:23] Ornate Sword is worth 50c and will be added to the list. -[6:50:23] Royal Bow is worth 49.74c and will be added to the list. -[6:50:23] Jewelled Foil is worth 46.5c and will be added to the list. -[6:50:23] Iron Staff is worth 45.62c and will be added to the list. -[6:50:23] Woodsplitter is worth 45c and will be added to the list. -[6:50:23] Iron Staff is worth 43c and will be added to the list. -[6:50:23] Infernal Sword is worth 40c and will be added to the list. -[6:50:23] Abyssal Axe is worth 40c and will be added to the list. -[6:50:23] Vaal Axe is worth 40c and will be added to the list. -[6:50:23] Steelhead is worth 39.05c and will be added to the list. -[6:50:23] Coiled Staff is worth 38.69c and will be added to the list. -[6:50:23] Imperial Staff is worth 37.91c and will be added to the list. -[6:50:23] Jasper Chopper is worth 37.45c and will be added to the list. -[6:50:23] Assassin Bow is worth 36.95c and will be added to the list. -[6:50:23] Lathi is worth 35.32c and will be added to the list. -[6:50:23] Death Bow is worth 35c and will be added to the list. -[6:50:23] Maelström Staff is worth 35c and will be added to the list. -[6:50:23] Tiger Sword is worth 35c and will be added to the list. -[6:50:23] Maelström Staff is worth 35c and will be added to the list. -[6:50:23] Spine Bow is worth 34.66c and will be added to the list. -[6:50:23] Imperial Bow is worth 34.1c and will be added to the list. -[6:50:23] Highborn Staff is worth 32.2c and will be added to the list. -[6:50:23] Terror Maul is worth 31.22c and will be added to the list. -[6:50:23] Long Bow is worth 31.03c and will be added to the list. -[6:50:23] Crude Bow is worth 30.73c and will be added to the list. -[6:50:23] Primordial Staff is worth 30c and will be added to the list. -[6:50:23] Ranger Bow is worth 30c and will be added to the list. -[6:50:23] Short Bow is worth 30c and will be added to the list. -[6:50:23] Serpentine Staff is worth 30c and will be added to the list. -[6:50:23] Military Staff is worth 30c and will be added to the list. -[6:50:23] Imperial Maul is worth 30c and will be added to the list. -[6:50:23] Vaal Axe is worth 29.74c and will be added to the list. -[6:50:23] Judgement Staff is worth 29.34c and will be added to the list. -[6:50:23] Lion Sword is worth 29.22c and will be added to the list. -[6:50:23] Imperial Staff is worth 28.25c and will be added to the list. -[6:50:23] Death Bow is worth 27.95c and will be added to the list. -[6:50:23] Judgement Staff is worth 27c and will be added to the list. -[6:50:23] Etched Greatsword is worth 26.97c and will be added to the list. -[6:50:23] Death Bow is worth 25c and will be added to the list. -[6:50:23] Ornate Sword is worth 25c and will be added to the list. -[6:50:23] Despot Axe is worth 24.31c and will be added to the list. -[6:50:23] Ezomyte Blade is worth 22.53c and will be added to the list. -[6:50:23] Citadel Bow is worth 22.4c and will be added to the list. -[6:50:23] Royal Bow is worth 21.58c and will be added to the list. -[6:50:23] Meatgrinder is worth 20c and will be added to the list. -[6:50:23] Harbinger Bow is worth 20c and will be added to the list. -[6:50:23] Spine Bow is worth 20c and will be added to the list. -[6:50:23] Sage Wand is worth 20c and will be added to the list. -[6:51:29] API: http://poe.ninja/api/Data/ -[6:51:29] League: Harbinger -[6:51:29] Confidence: 5 -[6:51:29] Minimum Value: 20c -[6:51:30] [Midnight Blade][1236.07c] Added to the list. -[6:51:30] [Vaal Axe][715.41c] Added to the list. -[6:51:30] [Infernal Sword][700.42c] Added to the list. -[6:51:30] [Maelström Staff][681.38c] Added to the list. -[6:51:30] [Imperial Bow][635.92c] Added to the list. -[6:51:30] [Judgement Staff][553.97c] Added to the list. -[6:51:30] [Assassin Bow][529.37c] Added to the list. -[6:51:30] [Ornate Sword][527.43c] Added to the list. -[6:51:30] [Royal Bow][525.87c] Added to the list. -[6:51:30] [Imperial Bow][516.68c] Added to the list. -[6:51:30] [Tiger Sword][516.68c] Added to the list. -[6:51:30] [Imperial Maul][511.22c] Added to the list. -[6:51:30] [Royal Bow][476.94c] Added to the list. -[6:51:30] [Infernal Sword][476.94c] Added to the list. -[6:51:30] [Serpentine Staff][476.94c] Added to the list. -[6:51:30] [Maelström Staff][476.94c] Added to the list. -[6:51:30] [Void Axe][476.5c] Added to the list. -[6:51:30] [Primordial Staff][476.02c] Added to the list. -[6:51:30] [Spine Bow][475.02c] Added to the list. -[6:51:30] [Ornate Sword][461.75c] Added to the list. -[6:51:30] [Military Staff][441.75c] Added to the list. -[6:51:30] [Death Bow][430.32c] Added to the list. -[6:51:30] [Judgement Staff][397.45c] Added to the list. -[6:51:30] [Abyssal Axe][397.45c] Added to the list. -[6:51:30] [Imperial Staff][397.45c] Added to the list. -[6:51:30] [Vaal Axe][364.19c] Added to the list. -[6:51:30] [Harbinger Bow][317.96c] Added to the list. -[6:51:30] [Meatgrinder][305.95c] Added to the list. -[6:51:30] [Ritual Sceptre][299.99c] Added to the list. -[6:51:30] [Vaal Axe][292.18c] Added to the list. -[6:51:30] [Terror Maul][279.37c] Added to the list. -[6:51:30] [Cutlass][279.13c] Added to the list. -[6:51:30] [Citadel Bow][269.05c] Added to the list. -[6:51:30] [Despot Axe][256.55c] Added to the list. -[6:51:30] [Vaal Axe][248.48c] Added to the list. -[6:51:30] [Short Bow][238.65c] Added to the list. -[6:51:30] [Ezomyte Blade][220c] Added to the list. -[6:51:30] [Infernal Sword][180.85c] Added to the list. -[6:51:30] [Infernal Sword][135c] Added to the list. -[6:51:30] [Imperial Bow][130c] Added to the list. -[6:51:30] [Prophecy Wand][99.84c] Added to the list. -[6:51:30] [Eternal Sword][97.66c] Added to the list. -[6:51:30] [Vaal Axe][87.69c] Added to the list. -[6:51:30] [Imperial Bow][87.44c] Added to the list. -[6:51:30] [Vaal Blade][85c] Added to the list. -[6:51:30] [Maelström Staff][66.6c] Added to the list. -[6:51:30] [Royal Bow][66.14c] Added to the list. -[6:51:30] [Void Axe][55.63c] Added to the list. -[6:51:30] [Ornate Sword][50c] Added to the list. -[6:51:30] [Royal Bow][49.74c] Added to the list. -[6:51:30] [Jewelled Foil][46.5c] Added to the list. -[6:51:30] [Iron Staff][45.62c] Added to the list. -[6:51:30] [Woodsplitter][45c] Added to the list. -[6:51:30] [Iron Staff][43c] Added to the list. -[6:51:30] [Infernal Sword][40c] Added to the list. -[6:51:30] [Abyssal Axe][40c] Added to the list. -[6:51:30] [Vaal Axe][40c] Added to the list. -[6:51:30] [Steelhead][39.05c] Added to the list. -[6:51:30] [Coiled Staff][38.69c] Added to the list. -[6:51:30] [Imperial Staff][37.91c] Added to the list. -[6:51:30] [Jasper Chopper][37.45c] Added to the list. -[6:51:30] [Assassin Bow][36.95c] Added to the list. -[6:51:30] [Lathi][35.32c] Added to the list. -[6:51:30] [Death Bow][35c] Added to the list. -[6:51:30] [Maelström Staff][35c] Added to the list. -[6:51:30] [Tiger Sword][35c] Added to the list. -[6:51:30] [Maelström Staff][35c] Added to the list. -[6:51:30] [Spine Bow][34.66c] Added to the list. -[6:51:30] [Imperial Bow][34.1c] Added to the list. -[6:51:30] [Highborn Staff][32.2c] Added to the list. -[6:51:31] [Terror Maul][31.22c] Added to the list. -[6:51:31] [Long Bow][31.03c] Added to the list. -[6:51:31] [Crude Bow][30.73c] Added to the list. -[6:51:31] [Primordial Staff][30c] Added to the list. -[6:51:31] [Ranger Bow][30c] Added to the list. -[6:51:31] [Short Bow][30c] Added to the list. -[6:51:31] [Serpentine Staff][30c] Added to the list. -[6:51:31] [Military Staff][30c] Added to the list. -[6:51:31] [Imperial Maul][30c] Added to the list. -[6:51:31] [Vaal Axe][29.74c] Added to the list. -[6:51:31] [Judgement Staff][29.34c] Added to the list. -[6:51:31] [Lion Sword][29.22c] Added to the list. -[6:51:31] [Imperial Staff][28.25c] Added to the list. -[6:51:31] [Death Bow][27.95c] Added to the list. -[6:51:31] [Judgement Staff][27c] Added to the list. -[6:51:31] [Etched Greatsword][26.97c] Added to the list. -[6:51:31] [Death Bow][25c] Added to the list. -[6:51:31] [Ornate Sword][25c] Added to the list. -[6:51:31] [Despot Axe][24.31c] Added to the list. -[6:51:31] [Ezomyte Blade][22.53c] Added to the list. -[6:51:31] [Citadel Bow][22.4c] Added to the list. -[6:51:31] [Royal Bow][21.58c] Added to the list. -[6:51:31] [Meatgrinder][20c] Added to the list. -[6:51:31] [Harbinger Bow][20c] Added to the list. -[6:51:31] [Spine Bow][20c] Added to the list. -[6:51:31] [Sage Wand][20c] Added to the list. -[6:56:1] API: http://poe.ninja/api/Data/ -[6:56:1] League: Harbinger -[6:56:1] Confidence: 5 -[6:56:1] Minimum Value: 20c -[6:56:1] [Midnight Blade][1236.07c] Added to the list. -[6:56:1] [Vaal Axe][715.41c] Added to the list. -[6:56:1] [Infernal Sword][700.42c] Added to the list. -[6:56:1] [Maelström Staff][681.38c] Added to the list. -[6:56:1] [Imperial Bow][635.92c] Added to the list. -[6:56:1] [Judgement Staff][553.97c] Added to the list. -[6:56:1] [Assassin Bow][529.37c] Added to the list. -[6:56:1] [Ornate Sword][527.43c] Added to the list. -[6:56:1] [Royal Bow][525.87c] Added to the list. -[6:56:1] [Imperial Bow][516.68c] Added to the list. -[6:56:1] [Tiger Sword][516.68c] Added to the list. -[6:56:1] [Imperial Maul][511.22c] Added to the list. -[6:56:1] [Royal Bow][476.94c] Added to the list. -[6:56:1] [Infernal Sword][476.94c] Added to the list. -[6:56:1] [Serpentine Staff][476.94c] Added to the list. -[6:56:1] [Maelström Staff][476.94c] Added to the list. -[6:56:1] [Void Axe][476.5c] Added to the list. -[6:56:1] [Primordial Staff][476.02c] Added to the list. -[6:56:1] [Spine Bow][475.02c] Added to the list. -[6:56:1] [Ornate Sword][461.75c] Added to the list. -[6:56:2] [Military Staff][441.75c] Added to the list. -[6:56:2] [Death Bow][430.32c] Added to the list. -[6:56:2] [Judgement Staff][397.45c] Added to the list. -[6:56:2] [Abyssal Axe][397.45c] Added to the list. -[6:56:2] [Imperial Staff][397.45c] Added to the list. -[6:56:2] [Vaal Axe][364.19c] Added to the list. -[6:56:2] [Harbinger Bow][317.96c] Added to the list. -[6:56:2] [Meatgrinder][305.95c] Added to the list. -[6:56:2] [Ritual Sceptre][299.99c] Added to the list. -[6:56:2] [Vaal Axe][292.18c] Added to the list. -[6:56:2] [Terror Maul][279.37c] Added to the list. -[6:56:2] [Cutlass][279.13c] Added to the list. -[6:56:2] [Citadel Bow][269.05c] Added to the list. -[6:56:2] [Despot Axe][256.55c] Added to the list. -[6:56:2] [Vaal Axe][248.48c] Added to the list. -[6:56:2] [Short Bow][238.65c] Added to the list. -[6:56:2] [Ezomyte Blade][220c] Added to the list. -[6:56:2] [Infernal Sword][180.85c] Added to the list. -[6:56:2] [Infernal Sword][135c] Added to the list. -[6:56:2] [Imperial Bow][130c] Added to the list. -[6:56:2] [Prophecy Wand][99.84c] Added to the list. -[6:56:2] [Eternal Sword][97.66c] Added to the list. -[6:56:2] [Vaal Axe][87.69c] Added to the list. -[6:56:2] [Imperial Bow][87.44c] Added to the list. -[6:56:2] [Vaal Blade][85c] Added to the list. -[6:56:2] [Maelström Staff][66.6c] Added to the list. -[6:56:2] [Royal Bow][66.14c] Added to the list. -[6:56:2] [Void Axe][55.63c] Added to the list. -[6:56:2] [Ornate Sword][50c] Added to the list. -[6:56:2] [Royal Bow][49.74c] Added to the list. -[6:56:2] [Jewelled Foil][46.5c] Added to the list. -[6:56:2] [Iron Staff][45.62c] Added to the list. -[6:56:2] [Woodsplitter][45c] Added to the list. -[6:56:2] [Iron Staff][43c] Added to the list. -[6:56:2] [Infernal Sword][40c] Added to the list. -[6:56:2] [Abyssal Axe][40c] Added to the list. -[6:56:2] [Vaal Axe][40c] Added to the list. -[6:56:2] [Steelhead][39.05c] Added to the list. -[6:56:2] [Coiled Staff][38.69c] Added to the list. -[6:56:2] [Imperial Staff][37.91c] Added to the list. -[6:56:2] [Jasper Chopper][37.45c] Added to the list. -[6:56:2] [Assassin Bow][36.95c] Added to the list. -[6:56:2] [Lathi][35.32c] Added to the list. -[6:56:2] [Death Bow][35c] Added to the list. -[6:56:2] [Maelström Staff][35c] Added to the list. -[6:56:2] [Tiger Sword][35c] Added to the list. -[6:56:2] [Maelström Staff][35c] Added to the list. -[6:56:2] [Spine Bow][34.66c] Added to the list. -[6:56:2] [Imperial Bow][34.1c] Added to the list. -[6:56:2] [Highborn Staff][32.2c] Added to the list. -[6:56:2] [Terror Maul][31.22c] Added to the list. -[6:56:2] [Long Bow][31.03c] Added to the list. -[6:56:2] [Crude Bow][30.73c] Added to the list. -[6:56:2] [Primordial Staff][30c] Added to the list. -[6:56:2] [Ranger Bow][30c] Added to the list. -[6:56:2] [Short Bow][30c] Added to the list. -[6:56:2] [Serpentine Staff][30c] Added to the list. -[6:56:2] [Military Staff][30c] Added to the list. -[6:56:2] [Imperial Maul][30c] Added to the list. -[6:56:2] [Vaal Axe][29.74c] Added to the list. -[6:56:2] [Judgement Staff][29.34c] Added to the list. -[6:56:2] [Lion Sword][29.22c] Added to the list. -[6:56:2] [Imperial Staff][28.25c] Added to the list. -[6:56:2] [Death Bow][27.95c] Added to the list. -[6:56:2] [Judgement Staff][27c] Added to the list. -[6:56:2] [Etched Greatsword][26.97c] Added to the list. -[6:56:2] [Death Bow][25c] Added to the list. -[6:56:2] [Ornate Sword][25c] Added to the list. -[6:56:2] [Despot Axe][24.31c] Added to the list. -[6:56:2] [Ezomyte Blade][22.53c] Added to the list. -[6:56:2] [Citadel Bow][22.4c] Added to the list. -[6:56:2] [Royal Bow][21.58c] Added to the list. -[6:56:2] [Meatgrinder][20c] Added to the list. -[6:56:2] [Harbinger Bow][20c] Added to the list. -[6:56:2] [Spine Bow][20c] Added to the list. -[6:56:2] [Sage Wand][20c] Added to the list. -[6:57:32] API: http://poe.ninja/api/Data/ -[6:57:32] League: Harbinger -[6:57:32] Confidence: 5 -[6:57:32] Minimum Value: 20c -[6:57:33] [Midnight Blade][1236.07c] Added to the list. -[6:57:33] [Vaal Axe][715.41c] Added to the list. -[6:57:33] [Infernal Sword][700.42c] Added to the list. -[6:57:33] [Maelström Staff][681.38c] Added to the list. -[6:57:33] [Imperial Bow][635.92c] Added to the list. -[6:57:33] [Judgement Staff][553.97c] Added to the list. -[6:57:33] [Assassin Bow][529.37c] Added to the list. -[6:57:33] [Ornate Sword][527.43c] Added to the list. -[6:57:33] [Royal Bow][525.87c] Added to the list. -[6:57:33] [Imperial Bow][516.68c] Added to the list. -[6:57:33] [Tiger Sword][516.68c] Added to the list. -[6:57:33] [Imperial Maul][511.22c] Added to the list. -[6:57:33] [Royal Bow][476.94c] Added to the list. -[6:57:33] [Infernal Sword][476.94c] Added to the list. -[6:57:33] [Serpentine Staff][476.94c] Added to the list. -[6:57:33] [Maelström Staff][476.94c] Added to the list. -[6:57:33] [Void Axe][476.5c] Added to the list. -[6:57:33] [Primordial Staff][476.02c] Added to the list. -[6:57:33] [Spine Bow][475.02c] Added to the list. -[6:57:33] [Ornate Sword][461.75c] Added to the list. -[6:57:33] [Military Staff][441.75c] Added to the list. -[6:57:33] [Death Bow][430.32c] Added to the list. -[6:57:33] [Judgement Staff][397.45c] Added to the list. -[6:57:33] [Abyssal Axe][397.45c] Added to the list. -[6:57:33] [Imperial Staff][397.45c] Added to the list. -[6:57:33] [Vaal Axe][364.19c] Added to the list. -[6:57:33] [Harbinger Bow][317.96c] Added to the list. -[6:57:33] [Meatgrinder][305.95c] Added to the list. -[6:57:33] [Ritual Sceptre][299.99c] Added to the list. -[6:57:33] [Vaal Axe][292.18c] Added to the list. -[6:57:33] [Terror Maul][279.37c] Added to the list. -[6:57:33] [Cutlass][279.13c] Added to the list. -[6:57:33] [Citadel Bow][269.05c] Added to the list. -[6:57:33] [Despot Axe][256.55c] Added to the list. -[6:57:33] [Vaal Axe][248.48c] Added to the list. -[6:57:33] [Short Bow][238.65c] Added to the list. -[6:57:33] [Ezomyte Blade][220c] Added to the list. -[6:57:33] [Infernal Sword][180.85c] Added to the list. -[6:57:33] [Infernal Sword][135c] Added to the list. -[6:57:33] [Imperial Bow][130c] Added to the list. -[6:57:33] [Prophecy Wand][99.84c] Added to the list. -[6:57:33] [Eternal Sword][97.66c] Added to the list. -[6:57:33] [Vaal Axe][87.69c] Added to the list. -[6:57:33] [Imperial Bow][87.44c] Added to the list. -[6:57:33] [Vaal Blade][85c] Added to the list. -[6:57:33] [Maelström Staff][66.6c] Added to the list. -[6:57:33] [Royal Bow][66.14c] Added to the list. -[6:57:33] [Void Axe][55.63c] Added to the list. -[6:57:33] [Ornate Sword][50c] Added to the list. -[6:57:34] [Royal Bow][49.74c] Added to the list. -[6:57:34] [Jewelled Foil][46.5c] Added to the list. -[6:57:34] [Iron Staff][45.62c] Added to the list. -[6:57:34] [Woodsplitter][45c] Added to the list. -[6:57:34] [Iron Staff][43c] Added to the list. -[6:57:34] [Infernal Sword][40c] Added to the list. -[6:57:34] [Abyssal Axe][40c] Added to the list. -[6:57:34] [Vaal Axe][40c] Added to the list. -[6:57:34] [Steelhead][39.05c] Added to the list. -[6:57:34] [Coiled Staff][38.69c] Added to the list. -[6:57:34] [Imperial Staff][37.91c] Added to the list. -[6:57:34] [Jasper Chopper][37.45c] Added to the list. -[6:57:34] [Assassin Bow][36.95c] Added to the list. -[6:57:34] [Lathi][35.32c] Added to the list. -[6:57:34] [Death Bow][35c] Added to the list. -[6:57:34] [Maelström Staff][35c] Added to the list. -[6:57:34] [Tiger Sword][35c] Added to the list. -[6:57:34] [Maelström Staff][35c] Added to the list. -[6:57:34] [Spine Bow][34.66c] Added to the list. -[6:57:34] [Imperial Bow][34.1c] Added to the list. -[6:57:34] [Highborn Staff][32.2c] Added to the list. -[6:57:34] [Terror Maul][31.22c] Added to the list. -[6:57:34] [Long Bow][31.03c] Added to the list. -[6:57:34] [Crude Bow][30.73c] Added to the list. -[6:57:34] [Primordial Staff][30c] Added to the list. -[6:57:34] [Ranger Bow][30c] Added to the list. -[6:57:34] [Short Bow][30c] Added to the list. -[6:57:34] [Serpentine Staff][30c] Added to the list. -[6:57:34] [Military Staff][30c] Added to the list. -[6:57:34] [Imperial Maul][30c] Added to the list. -[6:57:34] [Vaal Axe][29.74c] Added to the list. -[6:57:34] [Judgement Staff][29.34c] Added to the list. -[6:57:34] [Lion Sword][29.22c] Added to the list. -[6:57:34] [Imperial Staff][28.25c] Added to the list. -[6:57:34] [Death Bow][27.95c] Added to the list. -[6:57:34] [Judgement Staff][27c] Added to the list. -[6:57:34] [Etched Greatsword][26.97c] Added to the list. -[6:57:34] [Death Bow][25c] Added to the list. -[6:57:34] [Ornate Sword][25c] Added to the list. -[6:57:34] [Despot Axe][24.31c] Added to the list. -[6:57:34] [Ezomyte Blade][22.53c] Added to the list. -[6:57:34] [Citadel Bow][22.4c] Added to the list. -[6:57:34] [Royal Bow][21.58c] Added to the list. -[6:57:34] [Meatgrinder][20c] Added to the list. -[6:57:34] [Harbinger Bow][20c] Added to the list. -[6:57:34] [Spine Bow][20c] Added to the list. -[6:57:34] [Sage Wand][20c] Added to the list. -[6:57:58] API: http://poe.ninja/api/Data/ -[6:57:58] League: Harbinger -[6:57:58] Confidence: 5 -[6:57:58] Minimum Value: 20c -[6:57:58] [Midnight Blade][1236.07c] Added to the list. -[6:57:58] [Vaal Axe][715.41c] Added to the list. -[6:57:58] [Infernal Sword][700.42c] Added to the list. -[6:57:58] [Maelström Staff][681.38c] Added to the list. -[6:57:58] [Imperial Bow][635.92c] Added to the list. -[6:57:58] [Judgement Staff][553.97c] Added to the list. -[6:57:58] [Assassin Bow][529.37c] Added to the list. -[6:57:58] [Ornate Sword][527.43c] Added to the list. -[6:57:58] [Royal Bow][525.87c] Added to the list. -[6:57:58] [Imperial Bow][516.68c] Added to the list. -[6:57:58] [Tiger Sword][516.68c] Added to the list. -[6:57:58] [Imperial Maul][511.22c] Added to the list. -[6:57:58] [Royal Bow][476.94c] Added to the list. -[6:57:58] [Infernal Sword][476.94c] Added to the list. -[6:57:58] [Serpentine Staff][476.94c] Added to the list. -[6:57:58] [Maelström Staff][476.94c] Added to the list. -[6:57:58] [Void Axe][476.5c] Added to the list. -[6:57:58] [Primordial Staff][476.02c] Added to the list. -[6:57:58] [Spine Bow][475.02c] Added to the list. -[6:57:58] [Ornate Sword][461.75c] Added to the list. -[6:57:58] [Military Staff][441.75c] Added to the list. -[6:57:58] [Death Bow][430.32c] Added to the list. -[6:57:58] [Judgement Staff][397.45c] Added to the list. -[6:57:58] [Abyssal Axe][397.45c] Added to the list. -[6:57:58] [Imperial Staff][397.45c] Added to the list. -[6:57:58] [Vaal Axe][364.19c] Added to the list. -[6:57:58] [Harbinger Bow][317.96c] Added to the list. -[6:57:58] [Meatgrinder][305.95c] Added to the list. -[6:57:58] [Ritual Sceptre][299.99c] Added to the list. -[6:57:58] [Vaal Axe][292.18c] Added to the list. -[6:57:58] [Terror Maul][279.37c] Added to the list. -[6:57:58] [Cutlass][279.13c] Added to the list. -[6:57:58] [Citadel Bow][269.05c] Added to the list. -[6:57:58] [Despot Axe][256.55c] Added to the list. -[6:57:58] [Vaal Axe][248.48c] Added to the list. -[6:57:58] [Short Bow][238.65c] Added to the list. -[6:57:58] [Ezomyte Blade][220c] Added to the list. -[6:57:58] [Infernal Sword][180.85c] Added to the list. -[6:57:58] [Infernal Sword][135c] Added to the list. -[6:57:58] [Imperial Bow][130c] Added to the list. -[6:57:58] [Prophecy Wand][99.84c] Added to the list. -[6:57:58] [Eternal Sword][97.66c] Added to the list. -[6:57:58] [Vaal Axe][87.69c] Added to the list. -[6:57:58] [Imperial Bow][87.44c] Added to the list. -[6:57:58] [Vaal Blade][85c] Added to the list. -[6:57:58] [Maelström Staff][66.6c] Added to the list. -[6:57:58] [Royal Bow][66.14c] Added to the list. -[6:57:58] [Void Axe][55.63c] Added to the list. -[6:57:59] [Ornate Sword][50c] Added to the list. -[6:57:59] [Royal Bow][49.74c] Added to the list. -[6:57:59] [Jewelled Foil][46.5c] Added to the list. -[6:57:59] [Iron Staff][45.62c] Added to the list. -[6:57:59] [Woodsplitter][45c] Added to the list. -[6:57:59] [Iron Staff][43c] Added to the list. -[6:57:59] [Infernal Sword][40c] Added to the list. -[6:57:59] [Abyssal Axe][40c] Added to the list. -[6:57:59] [Vaal Axe][40c] Added to the list. -[6:57:59] [Steelhead][39.05c] Added to the list. -[6:57:59] [Coiled Staff][38.69c] Added to the list. -[6:57:59] [Imperial Staff][37.91c] Added to the list. -[6:57:59] [Jasper Chopper][37.45c] Added to the list. -[6:57:59] [Assassin Bow][36.95c] Added to the list. -[6:57:59] [Lathi][35.32c] Added to the list. -[6:57:59] [Death Bow][35c] Added to the list. -[6:57:59] [Maelström Staff][35c] Added to the list. -[6:57:59] [Tiger Sword][35c] Added to the list. -[6:57:59] [Maelström Staff][35c] Added to the list. -[6:57:59] [Spine Bow][34.66c] Added to the list. -[6:57:59] [Imperial Bow][34.1c] Added to the list. -[6:57:59] [Highborn Staff][32.2c] Added to the list. -[6:57:59] [Terror Maul][31.22c] Added to the list. -[6:57:59] [Long Bow][31.03c] Added to the list. -[6:57:59] [Crude Bow][30.73c] Added to the list. -[6:57:59] [Primordial Staff][30c] Added to the list. -[6:57:59] [Ranger Bow][30c] Added to the list. -[6:57:59] [Short Bow][30c] Added to the list. -[6:57:59] [Serpentine Staff][30c] Added to the list. -[6:57:59] [Military Staff][30c] Added to the list. -[6:57:59] [Imperial Maul][30c] Added to the list. -[6:57:59] [Vaal Axe][29.74c] Added to the list. -[6:57:59] [Judgement Staff][29.34c] Added to the list. -[6:57:59] [Lion Sword][29.22c] Added to the list. -[6:57:59] [Imperial Staff][28.25c] Added to the list. -[6:57:59] [Death Bow][27.95c] Added to the list. -[6:57:59] [Judgement Staff][27c] Added to the list. -[6:57:59] [Etched Greatsword][26.97c] Added to the list. -[6:57:59] [Death Bow][25c] Added to the list. -[6:57:59] [Ornate Sword][25c] Added to the list. -[6:57:59] [Despot Axe][24.31c] Added to the list. -[6:57:59] [Ezomyte Blade][22.53c] Added to the list. -[6:57:59] [Citadel Bow][22.4c] Added to the list. -[6:57:59] [Royal Bow][21.58c] Added to the list. -[6:57:59] [Meatgrinder][20c] Added to the list. -[6:57:59] [Harbinger Bow][20c] Added to the list. -[6:57:59] [Spine Bow][20c] Added to the list. -[6:57:59] [Sage Wand][20c] Added to the list. -[7:1:9] API: http://poe.ninja/api/Data/ -[7:1:9] League: Harbinger -[7:1:9] Confidence: 5 -[7:1:9] Minimum Value: 20c -[7:1:11] [Midnight Blade][1236.07c] Added to the list. -[7:1:11] [Vaal Axe][715.41c] Added to the list. -[7:1:11] [Infernal Sword][700.42c] Added to the list. -[7:1:11] [Maelström Staff][681.38c] Added to the list. -[7:1:11] [Imperial Bow][635.92c] Added to the list. -[7:1:11] [Judgement Staff][553.97c] Added to the list. -[7:1:11] [Assassin Bow][529.37c] Added to the list. -[7:1:11] [Ornate Sword][527.43c] Added to the list. -[7:1:11] [Royal Bow][525.87c] Added to the list. -[7:1:11] [Imperial Bow][516.68c] Added to the list. -[7:1:11] [Tiger Sword][516.68c] Added to the list. -[7:1:11] [Imperial Maul][511.22c] Added to the list. -[7:1:11] [Royal Bow][476.94c] Added to the list. -[7:1:11] [Infernal Sword][476.94c] Added to the list. -[7:1:11] [Serpentine Staff][476.94c] Added to the list. -[7:1:11] [Maelström Staff][476.94c] Added to the list. -[7:1:11] [Void Axe][476.5c] Added to the list. -[7:1:11] [Primordial Staff][476.02c] Added to the list. -[7:1:11] [Spine Bow][475.02c] Added to the list. -[7:1:11] [Ornate Sword][461.75c] Added to the list. -[7:1:11] [Military Staff][441.75c] Added to the list. -[7:1:11] [Death Bow][430.32c] Added to the list. -[7:1:11] [Judgement Staff][397.45c] Added to the list. -[7:1:11] [Abyssal Axe][397.45c] Added to the list. -[7:1:11] [Imperial Staff][397.45c] Added to the list. -[7:1:11] [Vaal Axe][364.19c] Added to the list. -[7:1:11] [Harbinger Bow][317.96c] Added to the list. -[7:1:11] [Meatgrinder][305.95c] Added to the list. -[7:1:11] [Ritual Sceptre][299.99c] Added to the list. -[7:1:11] [Vaal Axe][292.18c] Added to the list. -[7:1:11] [Terror Maul][279.37c] Added to the list. -[7:1:11] [Cutlass][279.13c] Added to the list. -[7:1:11] [Citadel Bow][269.05c] Added to the list. -[7:1:11] [Despot Axe][256.55c] Added to the list. -[7:1:11] [Vaal Axe][248.48c] Added to the list. -[7:1:11] [Short Bow][238.65c] Added to the list. -[7:1:11] [Ezomyte Blade][220c] Added to the list. -[7:1:11] [Infernal Sword][180.85c] Added to the list. -[7:1:11] [Infernal Sword][135c] Added to the list. -[7:1:11] [Imperial Bow][130c] Added to the list. -[7:1:11] [Prophecy Wand][99.84c] Added to the list. -[7:1:11] [Eternal Sword][97.66c] Added to the list. -[7:1:11] [Vaal Axe][87.69c] Added to the list. -[7:1:11] [Imperial Bow][87.44c] Added to the list. -[7:1:11] [Vaal Blade][85c] Added to the list. -[7:1:11] [Maelström Staff][66.6c] Added to the list. -[7:1:11] [Royal Bow][66.14c] Added to the list. -[7:1:11] [Void Axe][55.63c] Added to the list. -[7:1:11] [Ornate Sword][50c] Added to the list. -[7:1:11] [Royal Bow][49.74c] Added to the list. -[7:1:11] [Jewelled Foil][46.5c] Added to the list. -[7:1:11] [Iron Staff][45.62c] Added to the list. -[7:1:11] [Woodsplitter][45c] Added to the list. -[7:1:11] [Iron Staff][43c] Added to the list. -[7:1:11] [Infernal Sword][40c] Added to the list. -[7:1:11] [Abyssal Axe][40c] Added to the list. -[7:1:11] [Vaal Axe][40c] Added to the list. -[7:1:11] [Steelhead][39.05c] Added to the list. -[7:1:11] [Coiled Staff][38.69c] Added to the list. -[7:1:11] [Imperial Staff][37.91c] Added to the list. -[7:1:11] [Jasper Chopper][37.45c] Added to the list. -[7:1:11] [Assassin Bow][36.95c] Added to the list. -[7:1:11] [Lathi][35.32c] Added to the list. -[7:1:11] [Death Bow][35c] Added to the list. -[7:1:11] [Maelström Staff][35c] Added to the list. -[7:1:11] [Tiger Sword][35c] Added to the list. -[7:1:11] [Maelström Staff][35c] Added to the list. -[7:1:11] [Spine Bow][34.66c] Added to the list. -[7:1:11] [Imperial Bow][34.1c] Added to the list. -[7:1:11] [Highborn Staff][32.2c] Added to the list. -[7:1:11] [Terror Maul][31.22c] Added to the list. -[7:1:11] [Long Bow][31.03c] Added to the list. -[7:1:11] [Crude Bow][30.73c] Added to the list. -[7:1:11] [Primordial Staff][30c] Added to the list. -[7:1:11] [Ranger Bow][30c] Added to the list. -[7:1:11] [Short Bow][30c] Added to the list. -[7:1:11] [Serpentine Staff][30c] Added to the list. -[7:1:11] [Military Staff][30c] Added to the list. -[7:1:11] [Imperial Maul][30c] Added to the list. -[7:1:11] [Vaal Axe][29.74c] Added to the list. -[7:1:11] [Judgement Staff][29.34c] Added to the list. -[7:1:11] [Lion Sword][29.22c] Added to the list. -[7:1:11] [Imperial Staff][28.25c] Added to the list. -[7:1:11] [Death Bow][27.95c] Added to the list. -[7:1:11] [Judgement Staff][27c] Added to the list. -[7:1:11] [Etched Greatsword][26.97c] Added to the list. -[7:1:11] [Death Bow][25c] Added to the list. -[7:1:11] [Ornate Sword][25c] Added to the list. -[7:1:11] [Despot Axe][24.31c] Added to the list. -[7:1:11] [Ezomyte Blade][22.53c] Added to the list. -[7:1:11] [Citadel Bow][22.4c] Added to the list. -[7:1:11] [Royal Bow][21.58c] Added to the list. -[7:1:11] [Meatgrinder][20c] Added to the list. -[7:1:11] [Harbinger Bow][20c] Added to the list. -[7:1:11] [Spine Bow][20c] Added to the list. -[7:1:11] [Sage Wand][20c] Added to the list. -[7:1:44] API: http://poe.ninja/api/Data/ -[7:1:44] League: Harbinger -[7:1:44] Confidence: 5 -[7:1:44] Minimum Value: 20c -[7:1:45] [Midnight Blade][1236.07c] Added to the list. -[7:1:45] [Vaal Axe][715.41c] Added to the list. -[7:1:45] [Infernal Sword][700.42c] Added to the list. -[7:1:45] [Maelström Staff][681.38c] Added to the list. -[7:1:45] [Imperial Bow][635.92c] Added to the list. -[7:1:45] [Judgement Staff][553.97c] Added to the list. -[7:1:45] [Assassin Bow][529.37c] Added to the list. -[7:1:45] [Ornate Sword][527.43c] Added to the list. -[7:1:45] [Royal Bow][525.87c] Added to the list. -[7:1:45] [Imperial Bow][516.68c] Added to the list. -[7:1:45] [Tiger Sword][516.68c] Added to the list. -[7:1:45] [Imperial Maul][511.22c] Added to the list. -[7:1:45] [Royal Bow][476.94c] Added to the list. -[7:1:45] [Infernal Sword][476.94c] Added to the list. -[7:1:45] [Serpentine Staff][476.94c] Added to the list. -[7:1:45] [Maelström Staff][476.94c] Added to the list. -[7:1:45] [Void Axe][476.5c] Added to the list. -[7:1:45] [Primordial Staff][476.02c] Added to the list. -[7:1:45] [Spine Bow][475.02c] Added to the list. -[7:1:45] [Ornate Sword][461.75c] Added to the list. -[7:1:45] [Military Staff][441.75c] Added to the list. -[7:1:45] [Death Bow][430.32c] Added to the list. -[7:1:45] [Judgement Staff][397.45c] Added to the list. -[7:1:45] [Abyssal Axe][397.45c] Added to the list. -[7:1:45] [Imperial Staff][397.45c] Added to the list. -[7:1:45] [Vaal Axe][364.19c] Added to the list. -[7:1:45] [Harbinger Bow][317.96c] Added to the list. -[7:1:45] [Meatgrinder][305.95c] Added to the list. -[7:1:45] [Ritual Sceptre][299.99c] Added to the list. -[7:1:45] [Vaal Axe][292.18c] Added to the list. -[7:1:45] [Terror Maul][279.37c] Added to the list. -[7:1:45] [Cutlass][279.13c] Added to the list. -[7:1:45] [Citadel Bow][269.05c] Added to the list. -[7:1:45] [Despot Axe][256.55c] Added to the list. -[7:1:45] [Vaal Axe][248.48c] Added to the list. -[7:1:45] [Short Bow][238.65c] Added to the list. -[7:1:45] [Ezomyte Blade][220c] Added to the list. -[7:1:45] [Infernal Sword][180.85c] Added to the list. -[7:1:45] [Infernal Sword][135c] Added to the list. -[7:1:45] [Imperial Bow][130c] Added to the list. -[7:1:45] [Prophecy Wand][99.84c] Added to the list. -[7:1:45] [Eternal Sword][97.66c] Added to the list. -[7:1:45] [Vaal Axe][87.69c] Added to the list. -[7:1:45] [Imperial Bow][87.44c] Added to the list. -[7:1:45] [Vaal Blade][85c] Added to the list. -[7:1:45] [Maelström Staff][66.6c] Added to the list. -[7:1:45] [Royal Bow][66.14c] Added to the list. -[7:1:45] [Void Axe][55.63c] Added to the list. -[7:1:45] [Ornate Sword][50c] Added to the list. -[7:1:45] [Royal Bow][49.74c] Added to the list. -[7:1:45] [Jewelled Foil][46.5c] Added to the list. -[7:1:45] [Iron Staff][45.62c] Added to the list. -[7:1:45] [Woodsplitter][45c] Added to the list. -[7:1:45] [Iron Staff][43c] Added to the list. -[7:1:45] [Infernal Sword][40c] Added to the list. -[7:1:45] [Abyssal Axe][40c] Added to the list. -[7:1:45] [Vaal Axe][40c] Added to the list. -[7:1:45] [Steelhead][39.05c] Added to the list. -[7:1:45] [Coiled Staff][38.69c] Added to the list. -[7:1:45] [Imperial Staff][37.91c] Added to the list. -[7:1:45] [Jasper Chopper][37.45c] Added to the list. -[7:1:45] [Assassin Bow][36.95c] Added to the list. -[7:1:45] [Lathi][35.32c] Added to the list. -[7:1:45] [Death Bow][35c] Added to the list. -[7:1:45] [Maelström Staff][35c] Added to the list. -[7:1:45] [Tiger Sword][35c] Added to the list. -[7:1:45] [Maelström Staff][35c] Added to the list. -[7:1:45] [Spine Bow][34.66c] Added to the list. -[7:1:45] [Imperial Bow][34.1c] Added to the list. -[7:1:45] [Highborn Staff][32.2c] Added to the list. -[7:1:45] [Terror Maul][31.22c] Added to the list. -[7:1:45] [Long Bow][31.03c] Added to the list. -[7:1:45] [Crude Bow][30.73c] Added to the list. -[7:1:45] [Primordial Staff][30c] Added to the list. -[7:1:45] [Ranger Bow][30c] Added to the list. -[7:1:45] [Short Bow][30c] Added to the list. -[7:1:45] [Serpentine Staff][30c] Added to the list. -[7:1:45] [Military Staff][30c] Added to the list. -[7:1:45] [Imperial Maul][30c] Added to the list. -[7:1:45] [Vaal Axe][29.74c] Added to the list. -[7:1:45] [Judgement Staff][29.34c] Added to the list. -[7:1:45] [Lion Sword][29.22c] Added to the list. -[7:1:45] [Imperial Staff][28.25c] Added to the list. -[7:1:45] [Death Bow][27.95c] Added to the list. -[7:1:45] [Judgement Staff][27c] Added to the list. -[7:1:45] [Etched Greatsword][26.97c] Added to the list. -[7:1:45] [Death Bow][25c] Added to the list. -[7:1:45] [Ornate Sword][25c] Added to the list. -[7:1:45] [Despot Axe][24.31c] Added to the list. -[7:1:45] [Ezomyte Blade][22.53c] Added to the list. -[7:1:45] [Citadel Bow][22.4c] Added to the list. -[7:1:45] [Royal Bow][21.58c] Added to the list. -[7:1:45] [Meatgrinder][20c] Added to the list. -[7:1:45] [Harbinger Bow][20c] Added to the list. -[7:1:45] [Spine Bow][20c] Added to the list. -[7:1:45] [Sage Wand][20c] Added to the list. -[7:4:36] API: http://poe.ninja/api/Data/ -[7:4:36] League: Harbinger -[7:4:36] Confidence: 5 -[7:4:36] Minimum Value: 20c -[7:4:37] [Midnight Blade][1236.07c] Added to the list. -[7:4:37] [Vaal Axe][715.41c] Added to the list. -[7:4:37] [Infernal Sword][700.42c] Added to the list. -[7:4:37] [Maelström Staff][681.38c] Added to the list. -[7:4:37] [Imperial Bow][635.92c] Added to the list. -[7:4:37] [Judgement Staff][553.97c] Added to the list. -[7:4:37] [Assassin Bow][529.37c] Added to the list. -[7:4:37] [Ornate Sword][527.43c] Added to the list. -[7:4:37] [Royal Bow][525.87c] Added to the list. -[7:4:37] [Imperial Bow][516.68c] Added to the list. -[7:4:37] [Tiger Sword][516.68c] Added to the list. -[7:4:37] [Imperial Maul][511.22c] Added to the list. -[7:4:37] [Royal Bow][476.94c] Added to the list. -[7:4:37] [Infernal Sword][476.94c] Added to the list. -[7:4:37] [Serpentine Staff][476.94c] Added to the list. -[7:4:37] [Maelström Staff][476.94c] Added to the list. -[7:4:37] [Void Axe][476.5c] Added to the list. -[7:4:37] [Primordial Staff][476.02c] Added to the list. -[7:4:37] [Spine Bow][475.02c] Added to the list. -[7:4:37] [Ornate Sword][461.75c] Added to the list. -[7:4:37] [Military Staff][441.75c] Added to the list. -[7:4:37] [Death Bow][430.32c] Added to the list. -[7:4:37] [Judgement Staff][397.45c] Added to the list. -[7:4:37] [Abyssal Axe][397.45c] Added to the list. -[7:4:37] [Imperial Staff][397.45c] Added to the list. -[7:4:37] [Vaal Axe][364.19c] Added to the list. -[7:4:37] [Harbinger Bow][317.96c] Added to the list. -[7:4:37] [Meatgrinder][305.95c] Added to the list. -[7:4:37] [Ritual Sceptre][299.99c] Added to the list. -[7:4:37] [Vaal Axe][292.18c] Added to the list. -[7:4:37] [Terror Maul][279.37c] Added to the list. -[7:4:37] [Cutlass][279.13c] Added to the list. -[7:4:37] [Citadel Bow][269.05c] Added to the list. -[7:4:37] [Despot Axe][256.55c] Added to the list. -[7:4:37] [Vaal Axe][248.48c] Added to the list. -[7:4:37] [Short Bow][238.65c] Added to the list. -[7:4:37] [Ezomyte Blade][220c] Added to the list. -[7:4:37] [Infernal Sword][180.85c] Added to the list. -[7:4:37] [Infernal Sword][135c] Added to the list. -[7:4:37] [Imperial Bow][130c] Added to the list. -[7:4:37] [Prophecy Wand][99.84c] Added to the list. -[7:4:37] [Eternal Sword][97.66c] Added to the list. -[7:4:37] [Vaal Axe][87.69c] Added to the list. -[7:4:37] [Imperial Bow][87.44c] Added to the list. -[7:4:37] [Vaal Blade][85c] Added to the list. -[7:4:37] [Maelström Staff][66.6c] Added to the list. -[7:4:37] [Royal Bow][66.14c] Added to the list. -[7:4:37] [Void Axe][55.63c] Added to the list. -[7:4:37] [Ornate Sword][50c] Added to the list. -[7:4:37] [Royal Bow][49.74c] Added to the list. -[7:4:37] [Jewelled Foil][46.5c] Added to the list. -[7:4:37] [Iron Staff][45.62c] Added to the list. -[7:4:37] [Woodsplitter][45c] Added to the list. -[7:4:37] [Iron Staff][43c] Added to the list. -[7:4:37] [Infernal Sword][40c] Added to the list. -[7:4:37] [Abyssal Axe][40c] Added to the list. -[7:4:37] [Vaal Axe][40c] Added to the list. -[7:4:37] [Steelhead][39.05c] Added to the list. -[7:4:37] [Coiled Staff][38.69c] Added to the list. -[7:4:37] [Imperial Staff][37.91c] Added to the list. -[7:4:37] [Jasper Chopper][37.45c] Added to the list. -[7:4:37] [Assassin Bow][36.95c] Added to the list. -[7:4:37] [Lathi][35.32c] Added to the list. -[7:4:37] [Death Bow][35c] Added to the list. -[7:4:37] [Maelström Staff][35c] Added to the list. -[7:4:37] [Tiger Sword][35c] Added to the list. -[7:4:37] [Maelström Staff][35c] Added to the list. -[7:4:37] [Spine Bow][34.66c] Added to the list. -[7:4:37] [Imperial Bow][34.1c] Added to the list. -[7:4:37] [Highborn Staff][32.2c] Added to the list. -[7:4:37] [Terror Maul][31.22c] Added to the list. -[7:4:37] [Long Bow][31.03c] Added to the list. -[7:4:37] [Crude Bow][30.73c] Added to the list. -[7:4:37] [Primordial Staff][30c] Added to the list. -[7:4:37] [Ranger Bow][30c] Added to the list. -[7:4:37] [Short Bow][30c] Added to the list. -[7:4:37] [Serpentine Staff][30c] Added to the list. -[7:4:38] [Military Staff][30c] Added to the list. -[7:4:38] [Imperial Maul][30c] Added to the list. -[7:4:38] [Vaal Axe][29.74c] Added to the list. -[7:4:38] [Judgement Staff][29.34c] Added to the list. -[7:4:38] [Lion Sword][29.22c] Added to the list. -[7:4:38] [Imperial Staff][28.25c] Added to the list. -[7:4:38] [Death Bow][27.95c] Added to the list. -[7:4:38] [Judgement Staff][27c] Added to the list. -[7:4:38] [Etched Greatsword][26.97c] Added to the list. -[7:4:38] [Death Bow][25c] Added to the list. -[7:4:38] [Ornate Sword][25c] Added to the list. -[7:4:38] [Despot Axe][24.31c] Added to the list. -[7:4:38] [Ezomyte Blade][22.53c] Added to the list. -[7:4:38] [Citadel Bow][22.4c] Added to the list. -[7:4:38] [Royal Bow][21.58c] Added to the list. -[7:4:38] [Meatgrinder][20c] Added to the list. -[7:4:38] [Harbinger Bow][20c] Added to the list. -[7:4:38] [Spine Bow][20c] Added to the list. -[7:4:38] [Sage Wand][20c] Added to the list. -[7:4:38] [Vaal Gauntlets][3338.58c] Added to the list. -[7:4:38] [Sorcerer Boots][675.66c] Added to the list. -[7:4:38] [Sacrificial Garb][636.8c] Added to the list. -[7:4:38] [Sage's Robe][636.56c] Added to the list. -[7:4:38] [Astral Plate][635.92c] Added to the list. -[7:4:38] [Ebony Tower Shield][635.29c] Added to the list. -[7:4:38] [Lacquered Garb][619.33c] Added to the list. -[7:4:38] [Widowsilk Robe][611.91c] Added to the list. -[7:4:38] [Sacrificial Garb][598.77c] Added to the list. -[7:4:38] [Occultist's Vestment][596.18c] Added to the list. -[7:4:38] [Necromancer Silks][596.18c] Added to the list. -[7:4:38] [Sacrificial Garb][594.62c] Added to the list. -[7:4:38] [Exquisite Leather][578.89c] Added to the list. -[7:4:38] [Cutthroat's Garb][572.49c] Added to the list. -[7:4:38] [Full Wyrmscale][556.43c] Added to the list. -[7:4:38] [Savant's Robe][556.43c] Added to the list. -[7:4:38] [Zodiac Leather][556.43c] Added to the list. -[7:4:38] [Spidersilk Robe][556.43c] Added to the list. -[7:4:38] [Zodiac Leather][553.32c] Added to the list. -[7:4:38] [Saintly Chainmail][544.72c] Added to the list. -[7:4:38] [Crusader Plate][536.15c] Added to the list. -[7:4:38] [Elegant Ringmail][529.24c] Added to the list. -[7:4:38] [Sacrificial Garb][513.2c] Added to the list. -[7:4:38] [Varnished Coat][501.41c] Added to the list. -[7:4:38] [Destiny Leather][500.25c] Added to the list. -[7:4:38] [Lacquered Garb][476.94c] Added to the list. -[7:4:38] [Golden Plate][476.94c] Added to the list. -[7:4:38] [Exquisite Leather][476.94c] Added to the list. -[7:4:38] [Two-Point Arrow Quiver][476.94c] Added to the list. -[7:4:38] [Gladiator Plate][476.94c] Added to the list. -[7:4:38] [Sentinel Jacket][476.94c] Added to the list. -[7:4:38] [Wyrmscale Doublet][459.57c] Added to the list. -[7:4:38] [Sadist Garb][457.23c] Added to the list. -[7:4:38] [Triumphant Lamellar][449.57c] Added to the list. -[7:4:38] [Full Dragonscale][397.45c] Added to the list. -[7:4:38] [Vaal Regalia][397.45c] Added to the list. -[7:4:38] [Spidersilk Robe][397.45c] Added to the list. -[7:4:38] [Destroyer Regalia][397.45c] Added to the list. -[7:4:38] [Holy Chainmail][396.72c] Added to the list. -[7:4:38] [Desert Brigandine][389.18c] Added to the list. -[7:4:38] [Assassin's Garb][380c] Added to the list. -[7:4:38] [Buckskin Tunic][357.7c] Added to the list. -[7:4:38] [Hubris Circlet][314.58c] Added to the list. -[7:4:38] [Crusader Boots][300c] Added to the list. -[7:4:38] [Legion Gloves][266.37c] Added to the list. -[7:4:38] [Glorious Plate][260c] Added to the list. -[7:4:38] [Scholar's Robe][238.47c] Added to the list. -[7:4:38] [Goathide Boots][190c] Added to the list. -[7:4:38] [Rawhide Boots][179.58c] Added to the list. -[7:4:38] [Mind Cage][130c] Added to the list. -[7:4:38] [Sacrificial Garb][130c] Added to the list. -[7:4:38] [Clasped Mitts][113.34c] Added to the list. -[7:4:38] [Callous Mask][100c] Added to the list. -[7:4:38] [Raven Mask][95.62c] Added to the list. -[7:4:38] [Sacrificial Garb][90.25c] Added to the list. -[7:4:38] [Ezomyte Tower Shield][80c] Added to the list. -[7:4:38] [Exquisite Leather][76.76c] Added to the list. -[7:4:38] [Occultist's Vestment][74.47c] Added to the list. -[7:4:38] [Sacrificial Garb][73.81c] Added to the list. -[7:4:38] [Sage's Robe][71.9c] Added to the list. -[7:4:38] [Sacrificial Garb][70c] Added to the list. -[7:4:38] [Wyrmscale Doublet][70c] Added to the list. -[7:4:38] [Exquisite Leather][65c] Added to the list. -[7:4:38] [Sacrificial Garb][60c] Added to the list. -[7:4:38] [Ezomyte Tower Shield][54.68c] Added to the list. -[7:4:38] [Simple Robe][52.74c] Added to the list. -[7:4:38] [Elegant Ringmail][50c] Added to the list. -[7:4:38] [Necromancer Silks][50c] Added to the list. -[7:4:38] [Sacrificial Garb][50c] Added to the list. -[7:4:38] [Cutthroat's Garb][48.31c] Added to the list. -[7:4:38] [Arcanist Slippers][45.97c] Added to the list. -[7:4:38] [Lacquered Garb][45c] Added to the list. -[7:4:38] [Occultist's Vestment][44.72c] Added to the list. -[7:4:38] [Cedar Tower Shield][44c] Added to the list. -[7:4:38] [Assassin's Garb][42.05c] Added to the list. -[7:4:38] [Lacquered Garb][41.68c] Added to the list. -[7:4:38] [Full Wyrmscale][40c] Added to the list. -[7:4:38] [Savant's Robe][40c] Added to the list. -[7:4:38] [Vaal Regalia][40c] Added to the list. -[7:4:38] [Destroyer Regalia][40c] Added to the list. -[7:4:38] [Sacrificial Garb][39.68c] Added to the list. -[7:4:38] [Sage's Robe][39.65c] Added to the list. -[7:4:38] [Gladiator Plate][38.24c] Added to the list. -[7:4:38] [Zodiac Leather][37.81c] Added to the list. -[7:4:38] [Saintly Chainmail][37.48c] Added to the list. -[7:4:38] [Astral Plate][35.76c] Added to the list. -[7:4:38] [Wyrmscale Doublet][35c] Added to the list. -[7:4:38] [Spidersilk Robe][32.3c] Added to the list. -[7:4:38] [Sadist Garb][31.59c] Added to the list. -[7:4:38] [Plate Vest][31.56c] Added to the list. -[7:4:38] [Callous Mask Piece][30.85c] Added to the list. -[7:4:38] [Varnished Coat][30c] Added to the list. -[7:4:38] [Triumphant Lamellar][30c] Added to the list. -[7:4:38] [Golden Plate][30c] Added to the list. -[7:4:38] [Zodiac Leather][30c] Added to the list. -[7:4:38] [Crusader Plate][30c] Added to the list. -[7:4:38] [Destiny Leather][30c] Added to the list. -[7:4:38] [Sentinel Jacket][30c] Added to the list. -[7:4:39] [Callous Mask Piece][29c] Added to the list. -[7:4:39] [Fire Arrow Quiver][28.34c] Added to the list. -[7:4:39] [Spidersilk Robe][28c] Added to the list. -[7:4:39] [Holy Chainmail][28c] Added to the list. -[7:4:39] [Sacrificial Garb][27.6c] Added to the list. -[7:4:39] [Latticed Ringmail][27.47c] Added to the list. -[7:4:39] [Callous Mask Piece][27c] Added to the list. -[7:4:39] [Widowsilk Robe][25c] Added to the list. -[7:4:39] [Exquisite Leather][25c] Added to the list. -[7:4:39] [Buckskin Tunic][23.9c] Added to the list. -[7:4:39] [Conquest Chainmail][23.88c] Added to the list. -[7:4:39] [Close Helmet][23c] Added to the list. -[7:4:39] [Desert Brigandine][22.66c] Added to the list. -[7:4:39] [Full Dragonscale][22c] Added to the list. -[7:4:39] [Carnal Armour][21.36c] Added to the list. -[7:4:39] [Scholar's Robe][20c] Added to the list. -[7:4:39] [Copper Plate][20c] Added to the list. -[7:7:55] API: http://poe.ninja/api/Data/ -[7:7:55] League: Harbinger -[7:7:55] Confidence: 5 -[7:7:55] Minimum Value: 20c -[7:7:55] [Midnight Blade][1236.07c] Added to the list. -[7:7:55] [Vaal Axe][715.41c] Added to the list. -[7:7:55] [Infernal Sword][700.42c] Added to the list. -[7:7:55] [Maelström Staff][681.38c] Added to the list. -[7:7:55] [Imperial Bow][635.92c] Added to the list. -[7:7:55] [Judgement Staff][553.97c] Added to the list. -[7:7:55] [Assassin Bow][529.37c] Added to the list. -[7:7:55] [Ornate Sword][527.43c] Added to the list. -[7:7:55] [Royal Bow][525.87c] Added to the list. -[7:7:55] [Imperial Bow][516.68c] Added to the list. -[7:7:55] [Tiger Sword][516.68c] Added to the list. -[7:7:55] [Imperial Maul][511.22c] Added to the list. -[7:7:55] [Royal Bow][476.94c] Added to the list. -[7:7:55] [Infernal Sword][476.94c] Added to the list. -[7:7:55] [Serpentine Staff][476.94c] Added to the list. -[7:7:55] [Maelström Staff][476.94c] Added to the list. -[7:7:55] [Void Axe][476.5c] Added to the list. -[7:7:55] [Primordial Staff][476.02c] Added to the list. -[7:7:55] [Spine Bow][475.02c] Added to the list. -[7:7:55] [Ornate Sword][461.75c] Added to the list. -[7:7:55] [Military Staff][441.75c] Added to the list. -[7:7:55] [Death Bow][430.32c] Added to the list. -[7:7:55] [Judgement Staff][397.45c] Added to the list. -[7:7:55] [Abyssal Axe][397.45c] Added to the list. -[7:7:55] [Imperial Staff][397.45c] Added to the list. -[7:7:55] [Vaal Axe][364.19c] Added to the list. -[7:7:55] [Harbinger Bow][317.96c] Added to the list. -[7:7:55] [Meatgrinder][305.95c] Added to the list. -[7:7:55] [Ritual Sceptre][299.99c] Added to the list. -[7:7:55] [Vaal Axe][292.18c] Added to the list. -[7:7:55] [Terror Maul][279.37c] Added to the list. -[7:7:55] [Cutlass][279.13c] Added to the list. -[7:7:55] [Citadel Bow][269.05c] Added to the list. -[7:7:55] [Despot Axe][256.55c] Added to the list. -[7:7:55] [Vaal Axe][248.48c] Added to the list. -[7:7:55] [Short Bow][238.65c] Added to the list. -[7:7:55] [Ezomyte Blade][220c] Added to the list. -[7:7:55] [Infernal Sword][180.85c] Added to the list. -[7:7:55] [Infernal Sword][135c] Added to the list. -[7:7:55] [Imperial Bow][130c] Added to the list. -[7:7:55] [Prophecy Wand][99.84c] Added to the list. -[7:7:55] [Eternal Sword][97.66c] Added to the list. -[7:7:55] [Vaal Axe][87.69c] Added to the list. -[7:7:55] [Imperial Bow][87.44c] Added to the list. -[7:7:55] [Vaal Blade][85c] Added to the list. -[7:7:55] [Maelström Staff][66.6c] Added to the list. -[7:7:55] [Royal Bow][66.14c] Added to the list. -[7:7:55] [Void Axe][55.63c] Added to the list. -[7:7:55] [Ornate Sword][50c] Added to the list. -[7:7:55] [Royal Bow][49.74c] Added to the list. -[7:7:55] [Jewelled Foil][46.5c] Added to the list. -[7:7:55] [Iron Staff][45.62c] Added to the list. -[7:7:55] [Woodsplitter][45c] Added to the list. -[7:7:55] [Iron Staff][43c] Added to the list. -[7:7:55] [Infernal Sword][40c] Added to the list. -[7:7:55] [Abyssal Axe][40c] Added to the list. -[7:7:55] [Vaal Axe][40c] Added to the list. -[7:7:55] [Steelhead][39.05c] Added to the list. -[7:7:55] [Coiled Staff][38.69c] Added to the list. -[7:7:56] [Imperial Staff][37.91c] Added to the list. -[7:7:56] [Jasper Chopper][37.45c] Added to the list. -[7:7:56] [Assassin Bow][36.95c] Added to the list. -[7:7:56] [Lathi][35.32c] Added to the list. -[7:7:56] [Death Bow][35c] Added to the list. -[7:7:56] [Maelström Staff][35c] Added to the list. -[7:7:56] [Tiger Sword][35c] Added to the list. -[7:7:56] [Maelström Staff][35c] Added to the list. -[7:7:56] [Spine Bow][34.66c] Added to the list. -[7:7:56] [Imperial Bow][34.1c] Added to the list. -[7:7:56] [Highborn Staff][32.2c] Added to the list. -[7:7:56] [Terror Maul][31.22c] Added to the list. -[7:7:56] [Long Bow][31.03c] Added to the list. -[7:7:56] [Crude Bow][30.73c] Added to the list. -[7:7:56] [Primordial Staff][30c] Added to the list. -[7:7:56] [Ranger Bow][30c] Added to the list. -[7:7:56] [Short Bow][30c] Added to the list. -[7:7:56] [Serpentine Staff][30c] Added to the list. -[7:7:56] [Military Staff][30c] Added to the list. -[7:7:56] [Imperial Maul][30c] Added to the list. -[7:7:56] [Vaal Axe][29.74c] Added to the list. -[7:7:56] [Judgement Staff][29.34c] Added to the list. -[7:7:56] [Lion Sword][29.22c] Added to the list. -[7:7:56] [Imperial Staff][28.25c] Added to the list. -[7:7:56] [Death Bow][27.95c] Added to the list. -[7:7:56] [Judgement Staff][27c] Added to the list. -[7:7:56] [Etched Greatsword][26.97c] Added to the list. -[7:7:56] [Death Bow][25c] Added to the list. -[7:7:56] [Ornate Sword][25c] Added to the list. -[7:7:56] [Despot Axe][24.31c] Added to the list. -[7:7:56] [Ezomyte Blade][22.53c] Added to the list. -[7:7:56] [Citadel Bow][22.4c] Added to the list. -[7:7:56] [Royal Bow][21.58c] Added to the list. -[7:7:56] [Meatgrinder][20c] Added to the list. -[7:7:56] [Harbinger Bow][20c] Added to the list. -[7:7:56] [Spine Bow][20c] Added to the list. -[7:7:56] [Sage Wand][20c] Added to the list. -[7:7:56] [Vaal Gauntlets][3338.58c] Added to the list. -[7:7:56] [Sorcerer Boots][675.66c] Added to the list. -[7:7:56] [Sacrificial Garb][636.8c] Added to the list. -[7:7:56] [Sage's Robe][636.56c] Added to the list. -[7:7:56] [Astral Plate][635.92c] Added to the list. -[7:7:56] [Ebony Tower Shield][635.29c] Added to the list. -[7:7:56] [Lacquered Garb][619.33c] Added to the list. -[7:7:56] [Widowsilk Robe][611.91c] Added to the list. -[7:7:56] [Sacrificial Garb][598.77c] Added to the list. -[7:7:56] [Occultist's Vestment][596.18c] Added to the list. -[7:7:56] [Necromancer Silks][596.18c] Added to the list. -[7:7:56] [Sacrificial Garb][594.62c] Added to the list. -[7:7:56] [Exquisite Leather][578.89c] Added to the list. -[7:7:56] [Cutthroat's Garb][572.49c] Added to the list. -[7:7:56] [Full Wyrmscale][556.43c] Added to the list. -[7:7:56] [Savant's Robe][556.43c] Added to the list. -[7:7:56] [Zodiac Leather][556.43c] Added to the list. -[7:7:56] [Spidersilk Robe][556.43c] Added to the list. -[7:7:56] [Zodiac Leather][553.32c] Added to the list. -[7:7:56] [Saintly Chainmail][544.72c] Added to the list. -[7:7:56] [Crusader Plate][536.15c] Added to the list. -[7:7:56] [Elegant Ringmail][529.24c] Added to the list. -[7:7:56] [Sacrificial Garb][513.2c] Added to the list. -[7:7:56] [Varnished Coat][501.41c] Added to the list. -[7:7:56] [Destiny Leather][500.25c] Added to the list. -[7:7:56] [Lacquered Garb][476.94c] Added to the list. -[7:7:56] [Golden Plate][476.94c] Added to the list. -[7:7:56] [Exquisite Leather][476.94c] Added to the list. -[7:7:56] [Two-Point Arrow Quiver][476.94c] Added to the list. -[7:7:56] [Gladiator Plate][476.94c] Added to the list. -[7:7:56] [Sentinel Jacket][476.94c] Added to the list. -[7:7:56] [Wyrmscale Doublet][459.57c] Added to the list. -[7:7:56] [Sadist Garb][457.23c] Added to the list. -[7:7:56] [Triumphant Lamellar][449.57c] Added to the list. -[7:7:56] [Full Dragonscale][397.45c] Added to the list. -[7:7:56] [Vaal Regalia][397.45c] Added to the list. -[7:7:56] [Spidersilk Robe][397.45c] Added to the list. -[7:7:56] [Destroyer Regalia][397.45c] Added to the list. -[7:7:56] [Holy Chainmail][396.72c] Added to the list. -[7:7:56] [Desert Brigandine][389.18c] Added to the list. -[7:7:56] [Assassin's Garb][380c] Added to the list. -[7:7:56] [Buckskin Tunic][357.7c] Added to the list. -[7:7:56] [Hubris Circlet][314.58c] Added to the list. -[7:7:56] [Crusader Boots][300c] Added to the list. -[7:7:56] [Legion Gloves][266.37c] Added to the list. -[7:7:56] [Glorious Plate][260c] Added to the list. -[7:7:56] [Scholar's Robe][238.47c] Added to the list. -[7:7:56] [Goathide Boots][190c] Added to the list. -[7:7:56] [Rawhide Boots][179.58c] Added to the list. -[7:7:56] [Mind Cage][130c] Added to the list. -[7:7:56] [Sacrificial Garb][130c] Added to the list. -[7:7:56] [Clasped Mitts][113.34c] Added to the list. -[7:7:56] [Callous Mask][100c] Added to the list. -[7:7:56] [Raven Mask][95.62c] Added to the list. -[7:7:56] [Sacrificial Garb][90.25c] Added to the list. -[7:7:56] [Ezomyte Tower Shield][80c] Added to the list. -[7:7:56] [Exquisite Leather][76.76c] Added to the list. -[7:7:56] [Occultist's Vestment][74.47c] Added to the list. -[7:7:56] [Sacrificial Garb][73.81c] Added to the list. -[7:7:56] [Sage's Robe][71.9c] Added to the list. -[7:7:56] [Sacrificial Garb][70c] Added to the list. -[7:7:56] [Wyrmscale Doublet][70c] Added to the list. -[7:7:56] [Exquisite Leather][65c] Added to the list. -[7:7:56] [Sacrificial Garb][60c] Added to the list. -[7:7:56] [Ezomyte Tower Shield][54.68c] Added to the list. -[7:7:56] [Simple Robe][52.74c] Added to the list. -[7:7:56] [Elegant Ringmail][50c] Added to the list. -[7:7:56] [Necromancer Silks][50c] Added to the list. -[7:7:56] [Sacrificial Garb][50c] Added to the list. -[7:7:56] [Cutthroat's Garb][48.31c] Added to the list. -[7:7:56] [Arcanist Slippers][45.97c] Added to the list. -[7:7:56] [Lacquered Garb][45c] Added to the list. -[7:7:56] [Occultist's Vestment][44.72c] Added to the list. -[7:7:56] [Cedar Tower Shield][44c] Added to the list. -[7:7:56] [Assassin's Garb][42.05c] Added to the list. -[7:7:57] [Lacquered Garb][41.68c] Added to the list. -[7:7:57] [Full Wyrmscale][40c] Added to the list. -[7:7:57] [Savant's Robe][40c] Added to the list. -[7:7:57] [Vaal Regalia][40c] Added to the list. -[7:7:57] [Destroyer Regalia][40c] Added to the list. -[7:7:57] [Sacrificial Garb][39.68c] Added to the list. -[7:7:57] [Sage's Robe][39.65c] Added to the list. -[7:7:57] [Gladiator Plate][38.24c] Added to the list. -[7:7:57] [Zodiac Leather][37.81c] Added to the list. -[7:7:57] [Saintly Chainmail][37.48c] Added to the list. -[7:7:57] [Astral Plate][35.76c] Added to the list. -[7:7:57] [Wyrmscale Doublet][35c] Added to the list. -[7:7:57] [Spidersilk Robe][32.3c] Added to the list. -[7:7:57] [Sadist Garb][31.59c] Added to the list. -[7:7:57] [Plate Vest][31.56c] Added to the list. -[7:7:57] [Callous Mask Piece][30.85c] Added to the list. -[7:7:57] [Varnished Coat][30c] Added to the list. -[7:7:57] [Triumphant Lamellar][30c] Added to the list. -[7:7:57] [Golden Plate][30c] Added to the list. -[7:7:57] [Zodiac Leather][30c] Added to the list. -[7:7:57] [Crusader Plate][30c] Added to the list. -[7:7:57] [Destiny Leather][30c] Added to the list. -[7:7:57] [Sentinel Jacket][30c] Added to the list. -[7:7:57] [Callous Mask Piece][29c] Added to the list. -[7:7:57] [Fire Arrow Quiver][28.34c] Added to the list. -[7:7:57] [Spidersilk Robe][28c] Added to the list. -[7:7:57] [Holy Chainmail][28c] Added to the list. -[7:7:57] [Sacrificial Garb][27.6c] Added to the list. -[7:7:57] [Latticed Ringmail][27.47c] Added to the list. -[7:7:57] [Callous Mask Piece][27c] Added to the list. -[7:7:57] [Widowsilk Robe][25c] Added to the list. -[7:7:57] [Exquisite Leather][25c] Added to the list. -[7:7:57] [Buckskin Tunic][23.9c] Added to the list. -[7:7:57] [Conquest Chainmail][23.88c] Added to the list. -[7:7:57] [Close Helmet][23c] Added to the list. -[7:7:57] [Desert Brigandine][22.66c] Added to the list. -[7:7:57] [Full Dragonscale][22c] Added to the list. -[7:7:57] [Carnal Armour][21.36c] Added to the list. -[7:7:57] [Scholar's Robe][20c] Added to the list. -[7:7:57] [Copper Plate][20c] Added to the list. -[7:8:36] API: http://poe.ninja/api/Data/ -[7:8:36] League: Harbinger -[7:8:36] Confidence: 5 -[7:8:36] Minimum Value: 20c -[7:8:37] [Midnight Blade][1236.07c] Added to the list. -[7:8:37] [Vaal Axe][715.41c] Added to the list. -[7:8:37] [Infernal Sword][700.42c] Added to the list. -[7:8:37] [Maelström Staff][681.38c] Added to the list. -[7:8:37] [Imperial Bow][635.92c] Added to the list. -[7:8:37] [Judgement Staff][553.97c] Added to the list. -[7:8:37] [Assassin Bow][529.37c] Added to the list. -[7:8:37] [Ornate Sword][527.43c] Added to the list. -[7:8:37] [Royal Bow][525.87c] Added to the list. -[7:8:37] [Imperial Bow][516.68c] Added to the list. -[7:8:37] [Tiger Sword][516.68c] Added to the list. -[7:8:37] [Imperial Maul][511.22c] Added to the list. -[7:8:37] [Royal Bow][476.94c] Added to the list. -[7:8:37] [Infernal Sword][476.94c] Added to the list. -[7:8:37] [Serpentine Staff][476.94c] Added to the list. -[7:8:37] [Maelström Staff][476.94c] Added to the list. -[7:8:37] [Void Axe][476.5c] Added to the list. -[7:8:37] [Primordial Staff][476.02c] Added to the list. -[7:8:37] [Spine Bow][475.02c] Added to the list. -[7:8:37] [Ornate Sword][461.75c] Added to the list. -[7:8:37] [Military Staff][441.75c] Added to the list. -[7:8:37] [Death Bow][430.32c] Added to the list. -[7:8:37] [Judgement Staff][397.45c] Added to the list. -[7:8:37] [Abyssal Axe][397.45c] Added to the list. -[7:8:37] [Imperial Staff][397.45c] Added to the list. -[7:8:37] [Vaal Axe][364.19c] Added to the list. -[7:8:37] [Harbinger Bow][317.96c] Added to the list. -[7:8:37] [Meatgrinder][305.95c] Added to the list. -[7:8:37] [Ritual Sceptre][299.99c] Added to the list. -[7:8:37] [Vaal Axe][292.18c] Added to the list. -[7:8:37] [Terror Maul][279.37c] Added to the list. -[7:8:37] [Cutlass][279.13c] Added to the list. -[7:8:37] [Citadel Bow][269.05c] Added to the list. -[7:8:37] [Despot Axe][256.55c] Added to the list. -[7:8:37] [Vaal Axe][248.48c] Added to the list. -[7:8:37] [Short Bow][238.65c] Added to the list. -[7:8:37] [Ezomyte Blade][220c] Added to the list. -[7:8:37] [Infernal Sword][180.85c] Added to the list. -[7:8:37] [Infernal Sword][135c] Added to the list. -[7:8:37] [Imperial Bow][130c] Added to the list. -[7:8:37] [Prophecy Wand][99.84c] Added to the list. -[7:8:37] [Eternal Sword][97.66c] Added to the list. -[7:8:37] [Vaal Axe][87.69c] Added to the list. -[7:8:37] [Imperial Bow][87.44c] Added to the list. -[7:8:37] [Vaal Blade][85c] Added to the list. -[7:8:37] [Maelström Staff][66.6c] Added to the list. -[7:8:37] [Royal Bow][66.14c] Added to the list. -[7:8:37] [Void Axe][55.63c] Added to the list. -[7:8:37] [Ornate Sword][50c] Added to the list. -[7:8:37] [Royal Bow][49.74c] Added to the list. -[7:8:37] [Jewelled Foil][46.5c] Added to the list. -[7:8:37] [Iron Staff][45.62c] Added to the list. -[7:8:37] [Woodsplitter][45c] Added to the list. -[7:8:37] [Iron Staff][43c] Added to the list. -[7:8:37] [Infernal Sword][40c] Added to the list. -[7:8:37] [Abyssal Axe][40c] Added to the list. -[7:8:37] [Vaal Axe][40c] Added to the list. -[7:8:37] [Steelhead][39.05c] Added to the list. -[7:8:37] [Coiled Staff][38.69c] Added to the list. -[7:8:37] [Imperial Staff][37.91c] Added to the list. -[7:8:37] [Jasper Chopper][37.45c] Added to the list. -[7:8:37] [Assassin Bow][36.95c] Added to the list. -[7:8:37] [Lathi][35.32c] Added to the list. -[7:8:37] [Death Bow][35c] Added to the list. -[7:8:37] [Maelström Staff][35c] Added to the list. -[7:8:37] [Tiger Sword][35c] Added to the list. -[7:8:37] [Maelström Staff][35c] Added to the list. -[7:8:37] [Spine Bow][34.66c] Added to the list. -[7:8:37] [Imperial Bow][34.1c] Added to the list. -[7:8:37] [Highborn Staff][32.2c] Added to the list. -[7:8:37] [Terror Maul][31.22c] Added to the list. -[7:8:37] [Long Bow][31.03c] Added to the list. -[7:8:37] [Crude Bow][30.73c] Added to the list. -[7:8:37] [Primordial Staff][30c] Added to the list. -[7:8:37] [Ranger Bow][30c] Added to the list. -[7:8:37] [Short Bow][30c] Added to the list. -[7:8:37] [Serpentine Staff][30c] Added to the list. -[7:8:37] [Military Staff][30c] Added to the list. -[7:8:37] [Imperial Maul][30c] Added to the list. -[7:8:37] [Vaal Axe][29.74c] Added to the list. -[7:8:37] [Judgement Staff][29.34c] Added to the list. -[7:8:37] [Lion Sword][29.22c] Added to the list. -[7:8:37] [Imperial Staff][28.25c] Added to the list. -[7:8:37] [Death Bow][27.95c] Added to the list. -[7:8:37] [Judgement Staff][27c] Added to the list. -[7:8:37] [Etched Greatsword][26.97c] Added to the list. -[7:8:37] [Death Bow][25c] Added to the list. -[7:8:38] [Ornate Sword][25c] Added to the list. -[7:8:38] [Despot Axe][24.31c] Added to the list. -[7:8:38] [Ezomyte Blade][22.53c] Added to the list. -[7:8:38] [Citadel Bow][22.4c] Added to the list. -[7:8:38] [Royal Bow][21.58c] Added to the list. -[7:8:38] [Meatgrinder][20c] Added to the list. -[7:8:38] [Harbinger Bow][20c] Added to the list. -[7:8:38] [Spine Bow][20c] Added to the list. -[7:8:38] [Sage Wand][20c] Added to the list. -[7:8:38] [Vaal Gauntlets][3338.58c] Added to the list. -[7:8:38] [Sorcerer Boots][675.66c] Added to the list. -[7:8:38] [Sacrificial Garb][636.8c] Added to the list. -[7:8:38] [Sage's Robe][636.56c] Added to the list. -[7:8:38] [Astral Plate][635.92c] Added to the list. -[7:8:38] [Ebony Tower Shield][635.29c] Added to the list. -[7:8:38] [Lacquered Garb][619.33c] Added to the list. -[7:8:38] [Widowsilk Robe][611.91c] Added to the list. -[7:8:38] [Sacrificial Garb][598.77c] Added to the list. -[7:8:38] [Occultist's Vestment][596.18c] Added to the list. -[7:8:38] [Necromancer Silks][596.18c] Added to the list. -[7:8:38] [Sacrificial Garb][594.62c] Added to the list. -[7:8:38] [Exquisite Leather][578.89c] Added to the list. -[7:8:38] [Cutthroat's Garb][572.49c] Added to the list. -[7:8:38] [Full Wyrmscale][556.43c] Added to the list. -[7:8:38] [Savant's Robe][556.43c] Added to the list. -[7:8:38] [Zodiac Leather][556.43c] Added to the list. -[7:8:38] [Spidersilk Robe][556.43c] Added to the list. -[7:8:38] [Zodiac Leather][553.32c] Added to the list. -[7:8:38] [Saintly Chainmail][544.72c] Added to the list. -[7:8:38] [Crusader Plate][536.15c] Added to the list. -[7:8:38] [Elegant Ringmail][529.24c] Added to the list. -[7:8:38] [Sacrificial Garb][513.2c] Added to the list. -[7:8:38] [Varnished Coat][501.41c] Added to the list. -[7:8:38] [Destiny Leather][500.25c] Added to the list. -[7:8:38] [Lacquered Garb][476.94c] Added to the list. -[7:8:38] [Golden Plate][476.94c] Added to the list. -[7:8:38] [Exquisite Leather][476.94c] Added to the list. -[7:8:38] [Two-Point Arrow Quiver][476.94c] Added to the list. -[7:8:38] [Gladiator Plate][476.94c] Added to the list. -[7:8:38] [Sentinel Jacket][476.94c] Added to the list. -[7:8:38] [Wyrmscale Doublet][459.57c] Added to the list. -[7:8:38] [Sadist Garb][457.23c] Added to the list. -[7:8:38] [Triumphant Lamellar][449.57c] Added to the list. -[7:8:38] [Full Dragonscale][397.45c] Added to the list. -[7:8:38] [Vaal Regalia][397.45c] Added to the list. -[7:8:38] [Spidersilk Robe][397.45c] Added to the list. -[7:8:38] [Destroyer Regalia][397.45c] Added to the list. -[7:8:38] [Holy Chainmail][396.72c] Added to the list. -[7:8:38] [Desert Brigandine][389.18c] Added to the list. -[7:8:38] [Assassin's Garb][380c] Added to the list. -[7:8:38] [Buckskin Tunic][357.7c] Added to the list. -[7:8:38] [Hubris Circlet][314.58c] Added to the list. -[7:8:38] [Crusader Boots][300c] Added to the list. -[7:8:38] [Legion Gloves][266.37c] Added to the list. -[7:8:38] [Glorious Plate][260c] Added to the list. -[7:8:38] [Scholar's Robe][238.47c] Added to the list. -[7:8:38] [Goathide Boots][190c] Added to the list. -[7:8:38] [Rawhide Boots][179.58c] Added to the list. -[7:8:38] [Mind Cage][130c] Added to the list. -[7:8:38] [Sacrificial Garb][130c] Added to the list. -[7:8:38] [Clasped Mitts][113.34c] Added to the list. -[7:8:38] [Callous Mask][100c] Added to the list. -[7:8:38] [Raven Mask][95.62c] Added to the list. -[7:8:38] [Sacrificial Garb][90.25c] Added to the list. -[7:8:38] [Ezomyte Tower Shield][80c] Added to the list. -[7:8:38] [Exquisite Leather][76.76c] Added to the list. -[7:8:38] [Occultist's Vestment][74.47c] Added to the list. -[7:8:38] [Sacrificial Garb][73.81c] Added to the list. -[7:8:38] [Sage's Robe][71.9c] Added to the list. -[7:8:38] [Sacrificial Garb][70c] Added to the list. -[7:8:38] [Wyrmscale Doublet][70c] Added to the list. -[7:8:38] [Exquisite Leather][65c] Added to the list. -[7:8:38] [Sacrificial Garb][60c] Added to the list. -[7:8:38] [Ezomyte Tower Shield][54.68c] Added to the list. -[7:8:38] [Simple Robe][52.74c] Added to the list. -[7:8:38] [Elegant Ringmail][50c] Added to the list. -[7:8:38] [Necromancer Silks][50c] Added to the list. -[7:8:38] [Sacrificial Garb][50c] Added to the list. -[7:8:38] [Cutthroat's Garb][48.31c] Added to the list. -[7:8:38] [Arcanist Slippers][45.97c] Added to the list. -[7:8:38] [Lacquered Garb][45c] Added to the list. -[7:8:38] [Occultist's Vestment][44.72c] Added to the list. -[7:8:38] [Cedar Tower Shield][44c] Added to the list. -[7:8:38] [Assassin's Garb][42.05c] Added to the list. -[7:8:38] [Lacquered Garb][41.68c] Added to the list. -[7:8:38] [Full Wyrmscale][40c] Added to the list. -[7:8:38] [Savant's Robe][40c] Added to the list. -[7:8:38] [Vaal Regalia][40c] Added to the list. -[7:8:38] [Destroyer Regalia][40c] Added to the list. -[7:8:38] [Sacrificial Garb][39.68c] Added to the list. -[7:8:38] [Sage's Robe][39.65c] Added to the list. -[7:8:38] [Gladiator Plate][38.24c] Added to the list. -[7:8:38] [Zodiac Leather][37.81c] Added to the list. -[7:8:38] [Saintly Chainmail][37.48c] Added to the list. -[7:8:38] [Astral Plate][35.76c] Added to the list. -[7:8:38] [Wyrmscale Doublet][35c] Added to the list. -[7:8:38] [Spidersilk Robe][32.3c] Added to the list. -[7:8:38] [Sadist Garb][31.59c] Added to the list. -[7:8:38] [Plate Vest][31.56c] Added to the list. -[7:8:38] [Callous Mask Piece][30.85c] Added to the list. -[7:8:38] [Varnished Coat][30c] Added to the list. -[7:8:38] [Triumphant Lamellar][30c] Added to the list. -[7:8:38] [Golden Plate][30c] Added to the list. -[7:8:38] [Zodiac Leather][30c] Added to the list. -[7:8:38] [Crusader Plate][30c] Added to the list. -[7:8:38] [Destiny Leather][30c] Added to the list. -[7:8:38] [Sentinel Jacket][30c] Added to the list. -[7:8:38] [Callous Mask Piece][29c] Added to the list. -[7:8:38] [Fire Arrow Quiver][28.34c] Added to the list. -[7:8:38] [Spidersilk Robe][28c] Added to the list. -[7:8:38] [Holy Chainmail][28c] Added to the list. -[7:8:38] [Sacrificial Garb][27.6c] Added to the list. -[7:8:38] [Latticed Ringmail][27.47c] Added to the list. -[7:8:38] [Callous Mask Piece][27c] Added to the list. -[7:8:38] [Widowsilk Robe][25c] Added to the list. -[7:8:38] [Exquisite Leather][25c] Added to the list. -[7:8:38] [Buckskin Tunic][23.9c] Added to the list. -[7:8:39] [Conquest Chainmail][23.88c] Added to the list. -[7:8:39] [Close Helmet][23c] Added to the list. -[7:8:39] [Desert Brigandine][22.66c] Added to the list. -[7:8:39] [Full Dragonscale][22c] Added to the list. -[7:8:39] [Carnal Armour][21.36c] Added to the list. -[7:8:39] [Scholar's Robe][20c] Added to the list. -[7:8:39] [Copper Plate][20c] Added to the list. -[7:8:39] [Leather Belt][5405.32c] Added to the list. -[7:8:39] [Greatwolf Talisman][5132.29c] Added to the list. -[7:8:39] [Rustic Sash][1112.86c] Added to the list. -[7:8:39] [Prismatic Ring][635.92c] Added to the list. -[7:8:39] [Rustic Sash][581.19c] Added to the list. -[7:8:39] [Two-Stone Ring][512.98c] Added to the list. -[7:8:39] [Citrine Amulet][357.7c] Added to the list. -[7:8:39] [Rustic Sash][354c] Added to the list. -[7:8:39] [Amber Amulet][307.69c] Added to the list. -[7:8:39] [Amber Amulet][300c] Added to the list. -[7:8:39] [Onyx Amulet][260.64c] Added to the list. -[7:8:39] [Moonstone Ring][185.28c] Added to the list. -[7:8:39] [Agate Amulet][135c] Added to the list. -[7:8:39] [Topaz Ring][119.48c] Added to the list. -[7:8:39] [Onyx Amulet][90c] Added to the list. -[7:8:39] [Two-Stone Ring][70.83c] Added to the list. -[7:8:39] [Jade Amulet][63.62c] Added to the list. -[7:8:39] [Gold Amulet][60.65c] Added to the list. -[7:8:39] [Two-Stone Ring][55.88c] Added to the list. -[7:8:39] [Ruby Amulet][49.67c] Added to the list. -[7:8:39] [Diamond Ring][48.1c] Added to the list. -[7:8:39] [Turquoise Amulet][47.78c] Added to the list. -[7:8:39] [Jade Amulet][45c] Added to the list. -[7:8:39] [Unset Ring][35.4c] Added to the list. -[7:8:39] [Wereclaw Talisman][34.2c] Added to the list. -[7:8:39] [Sapphire Ring][29.12c] Added to the list. -[7:8:39] [Onyx Amulet][27.57c] Added to the list. -[7:8:39] [Lapis Amulet][25c] Added to the list. -[7:12:50] API: http://poe.ninja/api/Data/ -[7:12:50] League: Harbinger -[7:12:50] Confidence: 5 -[7:12:50] Minimum Value: 20c -[7:12:51] [Midnight Blade][1236.07c] Added to the list. -[7:12:51] [Vaal Axe][715.41c] Added to the list. -[7:12:51] [Infernal Sword][700.42c] Added to the list. -[7:12:51] [Maelström Staff][681.38c] Added to the list. -[7:12:51] [Imperial Bow][635.92c] Added to the list. -[7:12:51] [Judgement Staff][553.97c] Added to the list. -[7:12:51] [Assassin Bow][529.37c] Added to the list. -[7:12:51] [Ornate Sword][527.43c] Added to the list. -[7:12:51] [Royal Bow][525.87c] Added to the list. -[7:12:51] [Imperial Bow][516.68c] Added to the list. -[7:12:51] [Tiger Sword][516.68c] Added to the list. -[7:12:51] [Imperial Maul][511.22c] Added to the list. -[7:12:51] [Royal Bow][476.94c] Added to the list. -[7:12:51] [Infernal Sword][476.94c] Added to the list. -[7:12:51] [Serpentine Staff][476.94c] Added to the list. -[7:12:51] [Maelström Staff][476.94c] Added to the list. -[7:12:51] [Void Axe][476.5c] Added to the list. -[7:12:51] [Primordial Staff][476.02c] Added to the list. -[7:12:51] [Spine Bow][475.02c] Added to the list. -[7:12:51] [Ornate Sword][461.75c] Added to the list. -[7:12:51] [Military Staff][441.75c] Added to the list. -[7:12:51] [Death Bow][430.32c] Added to the list. -[7:12:51] [Judgement Staff][397.45c] Added to the list. -[7:12:51] [Abyssal Axe][397.45c] Added to the list. -[7:12:51] [Imperial Staff][397.45c] Added to the list. -[7:12:51] [Vaal Axe][364.19c] Added to the list. -[7:12:51] [Harbinger Bow][317.96c] Added to the list. -[7:12:51] [Meatgrinder][305.95c] Added to the list. -[7:12:51] [Ritual Sceptre][299.99c] Added to the list. -[7:12:51] [Vaal Axe][292.18c] Added to the list. -[7:12:51] [Terror Maul][279.37c] Added to the list. -[7:12:51] [Cutlass][279.13c] Added to the list. -[7:12:51] [Citadel Bow][269.05c] Added to the list. -[7:12:51] [Despot Axe][256.55c] Added to the list. -[7:12:51] [Vaal Axe][248.48c] Added to the list. -[7:12:51] [Short Bow][238.65c] Added to the list. -[7:12:51] [Ezomyte Blade][220c] Added to the list. -[7:12:51] [Infernal Sword][180.85c] Added to the list. -[7:12:51] [Infernal Sword][135c] Added to the list. -[7:12:51] [Imperial Bow][130c] Added to the list. -[7:12:51] [Prophecy Wand][99.84c] Added to the list. -[7:12:51] [Eternal Sword][97.66c] Added to the list. -[7:12:51] [Vaal Axe][87.69c] Added to the list. -[7:12:51] [Imperial Bow][87.44c] Added to the list. -[7:12:51] [Vaal Blade][85c] Added to the list. -[7:12:51] [Maelström Staff][66.6c] Added to the list. -[7:12:51] [Royal Bow][66.14c] Added to the list. -[7:12:51] [Void Axe][55.63c] Added to the list. -[7:12:51] [Ornate Sword][50c] Added to the list. -[7:12:51] [Royal Bow][49.74c] Added to the list. -[7:12:51] [Jewelled Foil][46.5c] Added to the list. -[7:12:51] [Iron Staff][45.62c] Added to the list. -[7:12:51] [Woodsplitter][45c] Added to the list. -[7:12:51] [Iron Staff][43c] Added to the list. -[7:12:51] [Infernal Sword][40c] Added to the list. -[7:12:51] [Abyssal Axe][40c] Added to the list. -[7:12:51] [Vaal Axe][40c] Added to the list. -[7:12:51] [Steelhead][39.05c] Added to the list. -[7:12:51] [Coiled Staff][38.69c] Added to the list. -[7:12:51] [Imperial Staff][37.91c] Added to the list. -[7:12:51] [Jasper Chopper][37.45c] Added to the list. -[7:12:51] [Assassin Bow][36.95c] Added to the list. -[7:12:51] [Lathi][35.32c] Added to the list. -[7:12:51] [Death Bow][35c] Added to the list. -[7:12:51] [Maelström Staff][35c] Added to the list. -[7:12:51] [Tiger Sword][35c] Added to the list. -[7:12:51] [Maelström Staff][35c] Added to the list. -[7:12:51] [Spine Bow][34.66c] Added to the list. -[7:12:51] [Imperial Bow][34.1c] Added to the list. -[7:12:51] [Highborn Staff][32.2c] Added to the list. -[7:12:51] [Terror Maul][31.22c] Added to the list. -[7:12:51] [Long Bow][31.03c] Added to the list. -[7:12:51] [Crude Bow][30.73c] Added to the list. -[7:12:51] [Primordial Staff][30c] Added to the list. -[7:12:51] [Ranger Bow][30c] Added to the list. -[7:12:51] [Short Bow][30c] Added to the list. -[7:12:51] [Serpentine Staff][30c] Added to the list. -[7:12:51] [Military Staff][30c] Added to the list. -[7:12:51] [Imperial Maul][30c] Added to the list. -[7:12:51] [Vaal Axe][29.74c] Added to the list. -[7:12:51] [Judgement Staff][29.34c] Added to the list. -[7:12:51] [Lion Sword][29.22c] Added to the list. -[7:12:52] [Imperial Staff][28.25c] Added to the list. -[7:12:52] [Death Bow][27.95c] Added to the list. -[7:12:52] [Judgement Staff][27c] Added to the list. -[7:12:52] [Etched Greatsword][26.97c] Added to the list. -[7:12:52] [Death Bow][25c] Added to the list. -[7:12:52] [Ornate Sword][25c] Added to the list. -[7:12:52] [Despot Axe][24.31c] Added to the list. -[7:12:52] [Ezomyte Blade][22.53c] Added to the list. -[7:12:52] [Citadel Bow][22.4c] Added to the list. -[7:12:52] [Royal Bow][21.58c] Added to the list. -[7:12:52] [Meatgrinder][20c] Added to the list. -[7:12:52] [Harbinger Bow][20c] Added to the list. -[7:12:52] [Spine Bow][20c] Added to the list. -[7:12:52] [Sage Wand][20c] Added to the list. -[7:12:52] [Vaal Gauntlets][3338.58c] Added to the list. -[7:12:52] [Sorcerer Boots][675.66c] Added to the list. -[7:12:52] [Sacrificial Garb][636.8c] Added to the list. -[7:12:52] [Sage's Robe][636.56c] Added to the list. -[7:12:52] [Astral Plate][635.92c] Added to the list. -[7:12:52] [Ebony Tower Shield][635.29c] Added to the list. -[7:12:52] [Lacquered Garb][619.33c] Added to the list. -[7:12:52] [Widowsilk Robe][611.91c] Added to the list. -[7:12:52] [Sacrificial Garb][598.77c] Added to the list. -[7:12:52] [Occultist's Vestment][596.18c] Added to the list. -[7:12:52] [Necromancer Silks][596.18c] Added to the list. -[7:12:52] [Sacrificial Garb][594.62c] Added to the list. -[7:12:52] [Exquisite Leather][578.89c] Added to the list. -[7:12:52] [Cutthroat's Garb][572.49c] Added to the list. -[7:12:52] [Full Wyrmscale][556.43c] Added to the list. -[7:12:52] [Savant's Robe][556.43c] Added to the list. -[7:12:52] [Zodiac Leather][556.43c] Added to the list. -[7:12:52] [Spidersilk Robe][556.43c] Added to the list. -[7:12:52] [Zodiac Leather][553.32c] Added to the list. -[7:12:52] [Saintly Chainmail][544.72c] Added to the list. -[7:12:52] [Crusader Plate][536.15c] Added to the list. -[7:12:52] [Elegant Ringmail][529.24c] Added to the list. -[7:12:52] [Sacrificial Garb][513.2c] Added to the list. -[7:12:52] [Varnished Coat][501.41c] Added to the list. -[7:12:52] [Destiny Leather][500.25c] Added to the list. -[7:12:52] [Lacquered Garb][476.94c] Added to the list. -[7:12:52] [Golden Plate][476.94c] Added to the list. -[7:12:52] [Exquisite Leather][476.94c] Added to the list. -[7:12:52] [Two-Point Arrow Quiver][476.94c] Added to the list. -[7:12:52] [Gladiator Plate][476.94c] Added to the list. -[7:12:52] [Sentinel Jacket][476.94c] Added to the list. -[7:12:52] [Wyrmscale Doublet][459.57c] Added to the list. -[7:12:52] [Sadist Garb][457.23c] Added to the list. -[7:12:52] [Triumphant Lamellar][449.57c] Added to the list. -[7:12:52] [Full Dragonscale][397.45c] Added to the list. -[7:12:52] [Vaal Regalia][397.45c] Added to the list. -[7:12:52] [Spidersilk Robe][397.45c] Added to the list. -[7:12:52] [Destroyer Regalia][397.45c] Added to the list. -[7:12:52] [Holy Chainmail][396.72c] Added to the list. -[7:12:52] [Desert Brigandine][389.18c] Added to the list. -[7:12:52] [Assassin's Garb][380c] Added to the list. -[7:12:52] [Buckskin Tunic][357.7c] Added to the list. -[7:12:52] [Hubris Circlet][314.58c] Added to the list. -[7:12:52] [Crusader Boots][300c] Added to the list. -[7:12:52] [Legion Gloves][266.37c] Added to the list. -[7:12:52] [Glorious Plate][260c] Added to the list. -[7:12:52] [Scholar's Robe][238.47c] Added to the list. -[7:12:52] [Goathide Boots][190c] Added to the list. -[7:12:52] [Rawhide Boots][179.58c] Added to the list. -[7:12:52] [Mind Cage][130c] Added to the list. -[7:12:52] [Sacrificial Garb][130c] Added to the list. -[7:12:52] [Clasped Mitts][113.34c] Added to the list. -[7:12:52] [Callous Mask][100c] Added to the list. -[7:12:52] [Raven Mask][95.62c] Added to the list. -[7:12:52] [Sacrificial Garb][90.25c] Added to the list. -[7:12:52] [Ezomyte Tower Shield][80c] Added to the list. -[7:12:52] [Exquisite Leather][76.76c] Added to the list. -[7:12:52] [Occultist's Vestment][74.47c] Added to the list. -[7:12:52] [Sacrificial Garb][73.81c] Added to the list. -[7:12:52] [Sage's Robe][71.9c] Added to the list. -[7:12:52] [Sacrificial Garb][70c] Added to the list. -[7:12:52] [Wyrmscale Doublet][70c] Added to the list. -[7:12:52] [Exquisite Leather][65c] Added to the list. -[7:12:52] [Sacrificial Garb][60c] Added to the list. -[7:12:52] [Ezomyte Tower Shield][54.68c] Added to the list. -[7:12:52] [Simple Robe][52.74c] Added to the list. -[7:12:52] [Elegant Ringmail][50c] Added to the list. -[7:12:52] [Necromancer Silks][50c] Added to the list. -[7:12:52] [Sacrificial Garb][50c] Added to the list. -[7:12:52] [Cutthroat's Garb][48.31c] Added to the list. -[7:12:52] [Arcanist Slippers][45.97c] Added to the list. -[7:12:52] [Lacquered Garb][45c] Added to the list. -[7:12:52] [Occultist's Vestment][44.72c] Added to the list. -[7:12:52] [Cedar Tower Shield][44c] Added to the list. -[7:12:52] [Assassin's Garb][42.05c] Added to the list. -[7:12:52] [Lacquered Garb][41.68c] Added to the list. -[7:12:52] [Full Wyrmscale][40c] Added to the list. -[7:12:52] [Savant's Robe][40c] Added to the list. -[7:12:52] [Vaal Regalia][40c] Added to the list. -[7:12:52] [Destroyer Regalia][40c] Added to the list. -[7:12:52] [Sacrificial Garb][39.68c] Added to the list. -[7:12:52] [Sage's Robe][39.65c] Added to the list. -[7:12:52] [Gladiator Plate][38.24c] Added to the list. -[7:12:52] [Zodiac Leather][37.81c] Added to the list. -[7:12:52] [Saintly Chainmail][37.48c] Added to the list. -[7:12:52] [Astral Plate][35.76c] Added to the list. -[7:12:52] [Wyrmscale Doublet][35c] Added to the list. -[7:12:52] [Spidersilk Robe][32.3c] Added to the list. -[7:12:52] [Sadist Garb][31.59c] Added to the list. -[7:12:52] [Plate Vest][31.56c] Added to the list. -[7:12:52] [Callous Mask Piece][30.85c] Added to the list. -[7:12:52] [Varnished Coat][30c] Added to the list. -[7:12:52] [Triumphant Lamellar][30c] Added to the list. -[7:12:52] [Golden Plate][30c] Added to the list. -[7:12:52] [Zodiac Leather][30c] Added to the list. -[7:12:52] [Crusader Plate][30c] Added to the list. -[7:12:52] [Destiny Leather][30c] Added to the list. -[7:12:52] [Sentinel Jacket][30c] Added to the list. -[7:12:52] [Callous Mask Piece][29c] Added to the list. -[7:12:52] [Fire Arrow Quiver][28.34c] Added to the list. -[7:12:52] [Spidersilk Robe][28c] Added to the list. -[7:12:52] [Holy Chainmail][28c] Added to the list. -[7:12:52] [Sacrificial Garb][27.6c] Added to the list. -[7:12:53] [Latticed Ringmail][27.47c] Added to the list. -[7:12:53] [Callous Mask Piece][27c] Added to the list. -[7:12:53] [Widowsilk Robe][25c] Added to the list. -[7:12:53] [Exquisite Leather][25c] Added to the list. -[7:12:53] [Buckskin Tunic][23.9c] Added to the list. -[7:12:53] [Conquest Chainmail][23.88c] Added to the list. -[7:12:53] [Close Helmet][23c] Added to the list. -[7:12:53] [Desert Brigandine][22.66c] Added to the list. -[7:12:53] [Full Dragonscale][22c] Added to the list. -[7:12:53] [Carnal Armour][21.36c] Added to the list. -[7:12:53] [Scholar's Robe][20c] Added to the list. -[7:12:53] [Copper Plate][20c] Added to the list. -[7:12:53] [Leather Belt][5405.32c] Added to the list. -[7:12:53] [Greatwolf Talisman][5132.29c] Added to the list. -[7:12:53] [Rustic Sash][1112.86c] Added to the list. -[7:12:53] [Prismatic Ring][635.92c] Added to the list. -[7:12:53] [Rustic Sash][581.19c] Added to the list. -[7:12:53] [Two-Stone Ring][512.98c] Added to the list. -[7:12:53] [Citrine Amulet][357.7c] Added to the list. -[7:12:53] [Rustic Sash][354c] Added to the list. -[7:12:53] [Amber Amulet][307.69c] Added to the list. -[7:12:53] [Amber Amulet][300c] Added to the list. -[7:12:53] [Onyx Amulet][260.64c] Added to the list. -[7:12:53] [Moonstone Ring][185.28c] Added to the list. -[7:12:53] [Agate Amulet][135c] Added to the list. -[7:12:53] [Topaz Ring][119.48c] Added to the list. -[7:12:53] [Onyx Amulet][90c] Added to the list. -[7:12:53] [Two-Stone Ring][70.83c] Added to the list. -[7:12:53] [Jade Amulet][63.62c] Added to the list. -[7:12:53] [Gold Amulet][60.65c] Added to the list. -[7:12:53] [Two-Stone Ring][55.88c] Added to the list. -[7:12:53] [Ruby Amulet][49.67c] Added to the list. -[7:12:53] [Diamond Ring][48.1c] Added to the list. -[7:12:53] [Turquoise Amulet][47.78c] Added to the list. -[7:12:53] [Jade Amulet][45c] Added to the list. -[7:12:53] [Unset Ring][35.4c] Added to the list. -[7:12:53] [Wereclaw Talisman][34.2c] Added to the list. -[7:12:53] [Sapphire Ring][29.12c] Added to the list. -[7:12:53] [Onyx Amulet][27.57c] Added to the list. -[7:12:53] [Lapis Amulet][25c] Added to the list. -[7:12:53] [Chateau Map][715.41c] Added to the list. -[7:12:53] [Museum Map][95c] Added to the list. -[7:12:53] [Courtyard Map][60.48c] Added to the list. -[7:12:53] [Harbinger Map][30c] Added to the list. -[7:12:53] [Harbinger Map][25.61c] Added to the list. -[7:12:53] [Harbinger Map][25c] Added to the list. -[7:17:5] API: http://poe.ninja/api/Data/ -[7:17:5] League: Harbinger -[7:17:5] Confidence: 5 -[7:17:5] Minimum Value: 20c -[7:17:6] [Midnight Blade][1227.33c] Added to the list. -[7:17:6] [Vaal Axe][722.11c] Added to the list. -[7:17:6] [Infernal Sword][715.32c] Added to the list. -[7:17:6] [Maelström Staff][681.38c] Added to the list. -[7:17:6] [Imperial Bow][635.92c] Added to the list. -[7:17:6] [Judgement Staff][555.54c] Added to the list. -[7:17:6] [Assassin Bow][529.37c] Added to the list. -[7:17:6] [Ornate Sword][527.43c] Added to the list. -[7:17:6] [Royal Bow][517.58c] Added to the list. -[7:17:6] [Tiger Sword][516.68c] Added to the list. -[7:17:6] [Imperial Bow][513.35c] Added to the list. -[7:17:6] [Imperial Maul][511.22c] Added to the list. -[7:17:6] [Royal Bow][476.94c] Added to the list. -[7:17:6] [Infernal Sword][476.94c] Added to the list. -[7:17:6] [Spine Bow][476.94c] Added to the list. -[7:17:6] [Serpentine Staff][476.94c] Added to the list. -[7:17:7] [Maelström Staff][476.94c] Added to the list. -[7:17:7] [Void Axe][476.5c] Added to the list. -[7:17:7] [Primordial Staff][465.02c] Added to the list. -[7:17:7] [Ornate Sword][461.75c] Added to the list. -[7:17:7] [Military Staff][441.75c] Added to the list. -[7:17:7] [Death Bow][419.45c] Added to the list. -[7:17:7] [Judgement Staff][397.45c] Added to the list. -[7:17:7] [Abyssal Axe][397.45c] Added to the list. -[7:17:7] [Vaal Axe][364.19c] Added to the list. -[7:17:7] [Imperial Staff][342.13c] Added to the list. -[7:17:7] [Harbinger Bow][317.96c] Added to the list. -[7:17:7] [Citadel Bow][308.88c] Added to the list. -[7:17:7] [Meatgrinder][305.95c] Added to the list. -[7:17:7] [Ritual Sceptre][299.99c] Added to the list. -[7:17:7] [Vaal Axe][292.18c] Added to the list. -[7:17:7] [Cutlass][280c] Added to the list. -[7:17:7] [Terror Maul][279.37c] Added to the list. -[7:17:7] [Despot Axe][256.55c] Added to the list. -[7:17:7] [Vaal Axe][245.45c] Added to the list. -[7:17:7] [Short Bow][238.47c] Added to the list. -[7:17:7] [Ezomyte Blade][220c] Added to the list. -[7:17:7] [Infernal Sword][181c] Added to the list. -[7:17:7] [Infernal Sword][134.67c] Added to the list. -[7:17:7] [Imperial Bow][127.32c] Added to the list. -[7:17:7] [Eternal Sword][97.66c] Added to the list. -[7:17:7] [Prophecy Wand][95.13c] Added to the list. -[7:17:7] [Imperial Bow][88.26c] Added to the list. -[7:17:7] [Vaal Axe][87.69c] Added to the list. -[7:17:7] [Vaal Blade][85c] Added to the list. -[7:17:7] [Maelström Staff][66.6c] Added to the list. -[7:17:7] [Royal Bow][65.73c] Added to the list. -[7:17:7] [Void Axe][55.63c] Added to the list. -[7:17:7] [Royal Bow][54c] Added to the list. -[7:17:7] [Ornate Sword][50c] Added to the list. -[7:17:7] [Jewelled Foil][49.29c] Added to the list. -[7:17:7] [Iron Staff][45.62c] Added to the list. -[7:17:7] [Woodsplitter][45c] Added to the list. -[7:17:7] [Iron Staff][43c] Added to the list. -[7:17:7] [Steelhead][40c] Added to the list. -[7:17:7] [Infernal Sword][40c] Added to the list. -[7:17:7] [Abyssal Axe][40c] Added to the list. -[7:17:7] [Vaal Axe][40c] Added to the list. -[7:17:7] [Coiled Staff][38.69c] Added to the list. -[7:17:7] [Imperial Staff][37.91c] Added to the list. -[7:17:7] [Assassin Bow][36.95c] Added to the list. -[7:17:7] [Lathi][35.32c] Added to the list. -[7:17:7] [Death Bow][35c] Added to the list. -[7:17:7] [Maelström Staff][35c] Added to the list. -[7:17:7] [Tiger Sword][35c] Added to the list. -[7:17:7] [Maelström Staff][35c] Added to the list. -[7:17:7] [Spine Bow][34.66c] Added to the list. -[7:17:7] [Imperial Bow][34.1c] Added to the list. -[7:17:7] [Highborn Staff][32.81c] Added to the list. -[7:17:7] [Terror Maul][31.22c] Added to the list. -[7:17:7] [Long Bow][31.03c] Added to the list. -[7:17:7] [Crude Bow][30.73c] Added to the list. -[7:17:7] [Primordial Staff][30c] Added to the list. -[7:17:7] [Vaal Axe][30c] Added to the list. -[7:17:7] [Ranger Bow][30c] Added to the list. -[7:17:7] [Short Bow][30c] Added to the list. -[7:17:7] [Serpentine Staff][30c] Added to the list. -[7:17:7] [Military Staff][30c] Added to the list. -[7:17:7] [Imperial Maul][30c] Added to the list. -[7:17:7] [Jasper Chopper][29.65c] Added to the list. -[7:17:7] [Judgement Staff][29.62c] Added to the list. -[7:17:7] [Lion Sword][29.22c] Added to the list. -[7:17:7] [Imperial Staff][28.25c] Added to the list. -[7:17:7] [Death Bow][27.95c] Added to the list. -[7:17:7] [Judgement Staff][27c] Added to the list. -[7:17:7] [Etched Greatsword][26.97c] Added to the list. -[7:17:7] [Death Bow][25c] Added to the list. -[7:17:7] [Ornate Sword][25c] Added to the list. -[7:17:7] [Despot Axe][24.65c] Added to the list. -[7:17:7] [Royal Bow][21.58c] Added to the list. -[7:17:7] [Meatgrinder][20c] Added to the list. -[7:17:7] [Ezomyte Blade][20c] Added to the list. -[7:17:7] [Harbinger Bow][20c] Added to the list. -[7:17:7] [Spine Bow][20c] Added to the list. -[7:17:7] [Sage Wand][20c] Added to the list. -[7:17:7] [Citadel Bow][20c] Added to the list. -[7:17:7] [Vaal Gauntlets][3338.58c] Added to the list. -[7:17:7] [Sorcerer Boots][675.66c] Added to the list. -[7:17:7] [Sacrificial Garb][636.8c] Added to the list. -[7:17:7] [Sage's Robe][636.56c] Added to the list. -[7:17:7] [Astral Plate][635.92c] Added to the list. -[7:17:7] [Ebony Tower Shield][635.29c] Added to the list. -[7:17:7] [Sacrificial Garb][633.97c] Added to the list. -[7:17:7] [Lacquered Garb][622.5c] Added to the list. -[7:17:7] [Widowsilk Robe][611.91c] Added to the list. -[7:17:7] [Sacrificial Garb][598.77c] Added to the list. -[7:17:7] [Necromancer Silks][596.18c] Added to the list. -[7:17:7] [Occultist's Vestment][595.58c] Added to the list. -[7:17:7] [Cutthroat's Garb][578.12c] Added to the list. -[7:17:7] [Full Wyrmscale][556.43c] Added to the list. -[7:17:7] [Savant's Robe][556.43c] Added to the list. -[7:17:7] [Zodiac Leather][556.43c] Added to the list. -[7:17:7] [Spidersilk Robe][556.43c] Added to the list. -[7:17:7] [Exquisite Leather][556.43c] Added to the list. -[7:17:7] [Zodiac Leather][553.32c] Added to the list. -[7:17:7] [Saintly Chainmail][544.72c] Added to the list. -[7:17:7] [Crusader Plate][536.15c] Added to the list. -[7:17:7] [Elegant Ringmail][529.24c] Added to the list. -[7:17:7] [Sacrificial Garb][513.2c] Added to the list. -[7:17:7] [Varnished Coat][476.94c] Added to the list. -[7:17:7] [Lacquered Garb][476.94c] Added to the list. -[7:17:7] [Golden Plate][476.94c] Added to the list. -[7:17:7] [Exquisite Leather][476.94c] Added to the list. -[7:17:7] [Destiny Leather][476.94c] Added to the list. -[7:17:7] [Two-Point Arrow Quiver][476.94c] Added to the list. -[7:17:8] [Gladiator Plate][476.94c] Added to the list. -[7:17:8] [Sentinel Jacket][476.94c] Added to the list. -[7:17:8] [Wyrmscale Doublet][459.57c] Added to the list. -[7:17:8] [Sadist Garb][457.23c] Added to the list. -[7:17:8] [Triumphant Lamellar][454.63c] Added to the list. -[7:17:8] [Full Dragonscale][397.45c] Added to the list. -[7:17:8] [Vaal Regalia][397.45c] Added to the list. -[7:17:8] [Spidersilk Robe][397.45c] Added to the list. -[7:17:8] [Destroyer Regalia][397.45c] Added to the list. -[7:17:8] [Holy Chainmail][395.17c] Added to the list. -[7:17:8] [Desert Brigandine][380.78c] Added to the list. -[7:17:8] [Assassin's Garb][380c] Added to the list. -[7:17:8] [Buckskin Tunic][357.7c] Added to the list. -[7:17:8] [Hubris Circlet][314.58c] Added to the list. -[7:17:8] [Crusader Boots][294.48c] Added to the list. -[7:17:8] [Legion Gloves][266.37c] Added to the list. -[7:17:8] [Glorious Plate][255c] Added to the list. -[7:17:8] [Scholar's Robe][238.47c] Added to the list. -[7:17:8] [Goathide Boots][190c] Added to the list. -[7:17:8] [Rawhide Boots][176.18c] Added to the list. -[7:17:8] [Mind Cage][130c] Added to the list. -[7:17:8] [Sacrificial Garb][130c] Added to the list. -[7:17:8] [Clasped Mitts][114.14c] Added to the list. -[7:17:8] [Callous Mask][97.86c] Added to the list. -[7:17:8] [Raven Mask][95.62c] Added to the list. -[7:17:8] [Sacrificial Garb][90.25c] Added to the list. -[7:17:8] [Ezomyte Tower Shield][79.49c] Added to the list. -[7:17:8] [Exquisite Leather][78.76c] Added to the list. -[7:17:8] [Occultist's Vestment][74.49c] Added to the list. -[7:17:8] [Sacrificial Garb][73.81c] Added to the list. -[7:17:8] [Sacrificial Garb][70c] Added to the list. -[7:17:8] [Wyrmscale Doublet][70c] Added to the list. -[7:17:8] [Sage's Robe][70c] Added to the list. -[7:17:8] [Exquisite Leather][65c] Added to the list. -[7:17:8] [Sacrificial Garb][60c] Added to the list. -[7:17:8] [Simple Robe][57.54c] Added to the list. -[7:17:8] [Ezomyte Tower Shield][54.68c] Added to the list. -[7:17:8] [Elegant Ringmail][50c] Added to the list. -[7:17:8] [Necromancer Silks][50c] Added to the list. -[7:17:8] [Sacrificial Garb][50c] Added to the list. -[7:17:8] [Cutthroat's Garb][49.31c] Added to the list. -[7:17:8] [Arcanist Slippers][48.39c] Added to the list. -[7:17:8] [Lacquered Garb][44.18c] Added to the list. -[7:17:8] [Occultist's Vestment][44c] Added to the list. -[7:17:8] [Cedar Tower Shield][44c] Added to the list. -[7:17:8] [Lacquered Garb][41.68c] Added to the list. -[7:17:8] [Full Wyrmscale][40c] Added to the list. -[7:17:8] [Savant's Robe][40c] Added to the list. -[7:17:8] [Vaal Regalia][40c] Added to the list. -[7:17:8] [Destroyer Regalia][40c] Added to the list. -[7:17:8] [Sage's Robe][40c] Added to the list. -[7:17:8] [Sacrificial Garb][39.68c] Added to the list. -[7:17:8] [Assassin's Garb][39.52c] Added to the list. -[7:17:8] [Gladiator Plate][38.24c] Added to the list. -[7:17:8] [Saintly Chainmail][37.29c] Added to the list. -[7:17:8] [Zodiac Leather][37.23c] Added to the list. -[7:17:8] [Astral Plate][35c] Added to the list. -[7:17:8] [Wyrmscale Doublet][35c] Added to the list. -[7:17:8] [Spidersilk Robe][34.83c] Added to the list. -[7:17:8] [Sadist Garb][31.59c] Added to the list. -[7:17:8] [Plate Vest][31.56c] Added to the list. -[7:17:8] [Callous Mask Piece][30.1c] Added to the list. -[7:17:8] [Triumphant Lamellar][30c] Added to the list. -[7:17:8] [Golden Plate][30c] Added to the list. -[7:17:8] [Zodiac Leather][30c] Added to the list. -[7:17:8] [Crusader Plate][30c] Added to the list. -[7:17:8] [Destiny Leather][30c] Added to the list. -[7:17:8] [Sentinel Jacket][30c] Added to the list. -[7:17:8] [Varnished Coat][29.75c] Added to the list. -[7:17:8] [Callous Mask Piece][29c] Added to the list. -[7:17:8] [Fire Arrow Quiver][28.43c] Added to the list. -[7:17:8] [Spidersilk Robe][28c] Added to the list. -[7:17:8] [Holy Chainmail][28c] Added to the list. -[7:17:8] [Sacrificial Garb][27.6c] Added to the list. -[7:17:8] [Latticed Ringmail][27.47c] Added to the list. -[7:17:8] [Callous Mask Piece][27c] Added to the list. -[7:17:8] [Widowsilk Robe][25c] Added to the list. -[7:17:8] [Exquisite Leather][25c] Added to the list. -[7:17:8] [Buckskin Tunic][23.9c] Added to the list. -[7:17:8] [Conquest Chainmail][23.88c] Added to the list. -[7:17:8] [Close Helmet][23.1c] Added to the list. -[7:17:8] [Desert Brigandine][22.66c] Added to the list. -[7:17:8] [Full Dragonscale][22c] Added to the list. -[7:17:8] [Carnal Armour][21.36c] Added to the list. -[7:17:8] [Scholar's Robe][20c] Added to the list. -[7:17:8] [Copper Plate][20c] Added to the list. -[7:17:8] [Blunt Arrow Quiver][20c] Added to the list. -[7:17:8] [Leather Belt][5480.74c] Added to the list. -[7:17:8] [Greatwolf Talisman][5132.29c] Added to the list. -[7:17:8] [Rustic Sash][1112.86c] Added to the list. -[7:17:8] [Prismatic Ring][635.92c] Added to the list. -[7:17:8] [Rustic Sash][586c] Added to the list. -[7:17:8] [Two-Stone Ring][505.25c] Added to the list. -[7:17:8] [Citrine Amulet][357.7c] Added to the list. -[7:17:8] [Rustic Sash][356.52c] Added to the list. -[7:17:8] [Amber Amulet][304.87c] Added to the list. -[7:17:8] [Amber Amulet][300c] Added to the list. -[7:17:8] [Onyx Amulet][260c] Added to the list. -[7:17:8] [Moonstone Ring][185.28c] Added to the list. -[7:17:8] [Agate Amulet][135c] Added to the list. -[7:17:8] [Topaz Ring][119.48c] Added to the list. -[7:17:8] [Onyx Amulet][90c] Added to the list. -[7:17:8] [Two-Stone Ring][70c] Added to the list. -[7:17:8] [Gold Amulet][63.73c] Added to the list. -[7:17:8] [Jade Amulet][62.64c] Added to the list. -[7:17:8] [Two-Stone Ring][55.88c] Added to the list. -[7:17:9] [Ruby Amulet][50.89c] Added to the list. -[7:17:9] [Diamond Ring][48.1c] Added to the list. -[7:17:9] [Turquoise Amulet][47.78c] Added to the list. -[7:17:9] [Jade Amulet][45.12c] Added to the list. -[7:17:9] [Unset Ring][34.86c] Added to the list. -[7:17:9] [Wereclaw Talisman][34.2c] Added to the list. -[7:17:9] [Onyx Amulet][29.26c] Added to the list. -[7:17:9] [Sapphire Ring][29.15c] Added to the list. -[7:17:9] [Lapis Amulet][25c] Added to the list. -[7:17:9] [Chateau Map][715.41c] Added to the list. -[7:17:9] [Museum Map][95c] Added to the list. -[7:17:9] [Courtyard Map][60.48c] Added to the list. -[7:17:9] [Harbinger Map][30c] Added to the list. -[7:17:9] [Harbinger Map][25.61c] Added to the list. -[7:17:9] [Harbinger Map][25c] Added to the list. -[7:25:38] API: http://poe.ninja/api/Data/ -[7:25:38] League: Harbinger -[7:25:38] Confidence: 5 -[7:25:38] Minimum Value: 20c -[7:25:40] [Midnight Blade][1227.33c] Added to the list. -[7:25:40] [Vaal Axe][722.11c] Added to the list. -[7:25:40] [Infernal Sword][715.32c] Added to the list. -[7:25:40] [Maelström Staff][681.38c] Added to the list. -[7:25:40] [Imperial Bow][635.92c] Added to the list. -[7:25:40] [Judgement Staff][555.54c] Added to the list. -[7:25:40] [Assassin Bow][529.37c] Added to the list. -[7:25:40] [Ornate Sword][527.43c] Added to the list. -[7:25:40] [Royal Bow][517.58c] Added to the list. -[7:25:40] [Tiger Sword][516.68c] Added to the list. -[7:25:40] [Imperial Bow][513.35c] Added to the list. -[7:25:40] [Imperial Maul][511.22c] Added to the list. -[7:25:40] [Royal Bow][476.94c] Added to the list. -[7:25:40] [Infernal Sword][476.94c] Added to the list. -[7:25:40] [Spine Bow][476.94c] Added to the list. -[7:25:40] [Serpentine Staff][476.94c] Added to the list. -[7:25:40] [Maelström Staff][476.94c] Added to the list. -[7:25:40] [Void Axe][476.5c] Added to the list. -[7:25:40] [Primordial Staff][465.02c] Added to the list. -[7:25:40] [Ornate Sword][461.75c] Added to the list. -[7:25:40] [Military Staff][441.75c] Added to the list. -[7:25:40] [Death Bow][419.45c] Added to the list. -[7:25:40] [Judgement Staff][397.45c] Added to the list. -[7:25:40] [Abyssal Axe][397.45c] Added to the list. -[7:25:40] [Vaal Axe][364.19c] Added to the list. -[7:25:40] [Imperial Staff][342.13c] Added to the list. -[7:25:40] [Harbinger Bow][317.96c] Added to the list. -[7:25:40] [Citadel Bow][308.88c] Added to the list. -[7:25:40] [Meatgrinder][305.95c] Added to the list. -[7:25:40] [Ritual Sceptre][299.99c] Added to the list. -[7:25:40] [Vaal Axe][292.18c] Added to the list. -[7:25:40] [Cutlass][280c] Added to the list. -[7:25:40] [Terror Maul][279.37c] Added to the list. -[7:25:40] [Despot Axe][256.55c] Added to the list. -[7:25:40] [Vaal Axe][245.45c] Added to the list. -[7:25:40] [Short Bow][238.47c] Added to the list. -[7:25:40] [Ezomyte Blade][220c] Added to the list. -[7:25:40] [Infernal Sword][181c] Added to the list. -[7:25:40] [Infernal Sword][134.67c] Added to the list. -[7:25:40] [Imperial Bow][127.32c] Added to the list. -[7:25:40] [Eternal Sword][97.66c] Added to the list. -[7:25:40] [Prophecy Wand][95.13c] Added to the list. -[7:25:40] [Imperial Bow][88.26c] Added to the list. -[7:25:40] [Vaal Axe][87.69c] Added to the list. -[7:25:40] [Vaal Blade][85c] Added to the list. -[7:25:40] [Maelström Staff][66.6c] Added to the list. -[7:25:40] [Royal Bow][65.73c] Added to the list. -[7:25:40] [Void Axe][55.63c] Added to the list. -[7:25:40] [Royal Bow][54c] Added to the list. -[7:25:40] [Ornate Sword][50c] Added to the list. -[7:25:40] [Jewelled Foil][49.29c] Added to the list. -[7:25:40] [Iron Staff][45.62c] Added to the list. -[7:25:40] [Woodsplitter][45c] Added to the list. -[7:25:40] [Iron Staff][43c] Added to the list. -[7:25:40] [Steelhead][40c] Added to the list. -[7:25:40] [Infernal Sword][40c] Added to the list. -[7:25:40] [Abyssal Axe][40c] Added to the list. -[7:25:40] [Vaal Axe][40c] Added to the list. -[7:25:40] [Coiled Staff][38.69c] Added to the list. -[7:25:40] [Imperial Staff][37.91c] Added to the list. -[7:25:40] [Assassin Bow][36.95c] Added to the list. -[7:25:40] [Lathi][35.32c] Added to the list. -[7:25:40] [Death Bow][35c] Added to the list. -[7:25:40] [Maelström Staff][35c] Added to the list. -[7:25:40] [Tiger Sword][35c] Added to the list. -[7:25:40] [Maelström Staff][35c] Added to the list. -[7:25:40] [Spine Bow][34.66c] Added to the list. -[7:25:40] [Imperial Bow][34.1c] Added to the list. -[7:25:40] [Highborn Staff][32.81c] Added to the list. -[7:25:40] [Terror Maul][31.22c] Added to the list. -[7:25:40] [Long Bow][31.03c] Added to the list. -[7:25:40] [Crude Bow][30.73c] Added to the list. -[7:25:40] [Primordial Staff][30c] Added to the list. -[7:25:40] [Vaal Axe][30c] Added to the list. -[7:25:40] [Ranger Bow][30c] Added to the list. -[7:25:40] [Short Bow][30c] Added to the list. -[7:25:40] [Serpentine Staff][30c] Added to the list. -[7:25:40] [Military Staff][30c] Added to the list. -[7:25:40] [Imperial Maul][30c] Added to the list. -[7:25:40] [Jasper Chopper][29.65c] Added to the list. -[7:25:40] [Judgement Staff][29.62c] Added to the list. -[7:25:40] [Lion Sword][29.22c] Added to the list. -[7:25:40] [Imperial Staff][28.25c] Added to the list. -[7:25:40] [Death Bow][27.95c] Added to the list. -[7:25:40] [Judgement Staff][27c] Added to the list. -[7:25:40] [Etched Greatsword][26.97c] Added to the list. -[7:25:40] [Death Bow][25c] Added to the list. -[7:25:40] [Ornate Sword][25c] Added to the list. -[7:25:40] [Despot Axe][24.65c] Added to the list. -[7:25:40] [Royal Bow][21.58c] Added to the list. -[7:25:40] [Meatgrinder][20c] Added to the list. -[7:25:40] [Ezomyte Blade][20c] Added to the list. -[7:25:40] [Harbinger Bow][20c] Added to the list. -[7:25:40] [Spine Bow][20c] Added to the list. -[7:25:40] [Sage Wand][20c] Added to the list. -[7:25:40] [Citadel Bow][20c] Added to the list. -[7:25:40] [Vaal Gauntlets][3338.58c] Added to the list. -[7:25:41] [Sorcerer Boots][675.66c] Added to the list. -[7:25:41] [Sacrificial Garb][636.8c] Added to the list. -[7:25:41] [Sage's Robe][636.56c] Added to the list. -[7:25:41] [Astral Plate][635.92c] Added to the list. -[7:25:41] [Ebony Tower Shield][635.29c] Added to the list. -[7:25:41] [Sacrificial Garb][633.97c] Added to the list. -[7:25:41] [Lacquered Garb][622.5c] Added to the list. -[7:25:41] [Widowsilk Robe][611.91c] Added to the list. -[7:25:41] [Sacrificial Garb][598.77c] Added to the list. -[7:25:41] [Necromancer Silks][596.18c] Added to the list. -[7:25:41] [Occultist's Vestment][595.58c] Added to the list. -[7:25:41] [Cutthroat's Garb][578.12c] Added to the list. -[7:25:41] [Full Wyrmscale][556.43c] Added to the list. -[7:25:41] [Savant's Robe][556.43c] Added to the list. -[7:25:41] [Zodiac Leather][556.43c] Added to the list. -[7:25:41] [Spidersilk Robe][556.43c] Added to the list. -[7:25:41] [Exquisite Leather][556.43c] Added to the list. -[7:25:41] [Zodiac Leather][553.32c] Added to the list. -[7:25:41] [Saintly Chainmail][544.72c] Added to the list. -[7:25:41] [Crusader Plate][536.15c] Added to the list. -[7:25:41] [Elegant Ringmail][529.24c] Added to the list. -[7:25:41] [Sacrificial Garb][513.2c] Added to the list. -[7:25:41] [Varnished Coat][476.94c] Added to the list. -[7:25:41] [Lacquered Garb][476.94c] Added to the list. -[7:25:41] [Golden Plate][476.94c] Added to the list. -[7:25:41] [Exquisite Leather][476.94c] Added to the list. -[7:25:41] [Destiny Leather][476.94c] Added to the list. -[7:25:41] [Two-Point Arrow Quiver][476.94c] Added to the list. -[7:25:41] [Gladiator Plate][476.94c] Added to the list. -[7:25:41] [Sentinel Jacket][476.94c] Added to the list. -[7:25:41] [Wyrmscale Doublet][459.57c] Added to the list. -[7:25:41] [Sadist Garb][457.23c] Added to the list. -[7:25:41] [Triumphant Lamellar][454.63c] Added to the list. -[7:25:41] [Full Dragonscale][397.45c] Added to the list. -[7:25:41] [Vaal Regalia][397.45c] Added to the list. -[7:25:41] [Spidersilk Robe][397.45c] Added to the list. -[7:25:41] [Destroyer Regalia][397.45c] Added to the list. -[7:25:41] [Holy Chainmail][395.17c] Added to the list. -[7:25:41] [Desert Brigandine][380.78c] Added to the list. -[7:25:41] [Assassin's Garb][380c] Added to the list. -[7:25:41] [Buckskin Tunic][357.7c] Added to the list. -[7:25:41] [Hubris Circlet][314.58c] Added to the list. -[7:25:41] [Crusader Boots][294.48c] Added to the list. -[7:25:41] [Legion Gloves][266.37c] Added to the list. -[7:25:41] [Glorious Plate][255c] Added to the list. -[7:25:41] [Scholar's Robe][238.47c] Added to the list. -[7:25:41] [Goathide Boots][190c] Added to the list. -[7:25:41] [Rawhide Boots][176.18c] Added to the list. -[7:25:41] [Mind Cage][130c] Added to the list. -[7:25:41] [Sacrificial Garb][130c] Added to the list. -[7:25:41] [Clasped Mitts][114.14c] Added to the list. -[7:25:41] [Callous Mask][97.86c] Added to the list. -[7:25:41] [Raven Mask][95.62c] Added to the list. -[7:25:41] [Sacrificial Garb][90.25c] Added to the list. -[7:25:41] [Ezomyte Tower Shield][79.49c] Added to the list. -[7:25:41] [Exquisite Leather][78.76c] Added to the list. -[7:25:41] [Occultist's Vestment][74.49c] Added to the list. -[7:25:41] [Sacrificial Garb][73.81c] Added to the list. -[7:25:41] [Sacrificial Garb][70c] Added to the list. -[7:25:41] [Wyrmscale Doublet][70c] Added to the list. -[7:25:41] [Sage's Robe][70c] Added to the list. -[7:25:41] [Exquisite Leather][65c] Added to the list. -[7:25:41] [Sacrificial Garb][60c] Added to the list. -[7:25:41] [Simple Robe][57.54c] Added to the list. -[7:25:41] [Ezomyte Tower Shield][54.68c] Added to the list. -[7:25:41] [Elegant Ringmail][50c] Added to the list. -[7:25:41] [Necromancer Silks][50c] Added to the list. -[7:25:41] [Sacrificial Garb][50c] Added to the list. -[7:25:41] [Cutthroat's Garb][49.31c] Added to the list. -[7:25:41] [Arcanist Slippers][48.39c] Added to the list. -[7:25:41] [Lacquered Garb][44.18c] Added to the list. -[7:25:41] [Occultist's Vestment][44c] Added to the list. -[7:25:41] [Cedar Tower Shield][44c] Added to the list. -[7:25:41] [Lacquered Garb][41.68c] Added to the list. -[7:25:41] [Full Wyrmscale][40c] Added to the list. -[7:25:41] [Savant's Robe][40c] Added to the list. -[7:25:41] [Vaal Regalia][40c] Added to the list. -[7:25:41] [Destroyer Regalia][40c] Added to the list. -[7:25:41] [Sage's Robe][40c] Added to the list. -[7:25:41] [Sacrificial Garb][39.68c] Added to the list. -[7:25:41] [Assassin's Garb][39.52c] Added to the list. -[7:25:41] [Gladiator Plate][38.24c] Added to the list. -[7:25:41] [Saintly Chainmail][37.29c] Added to the list. -[7:25:41] [Zodiac Leather][37.23c] Added to the list. -[7:25:41] [Astral Plate][35c] Added to the list. -[7:25:41] [Wyrmscale Doublet][35c] Added to the list. -[7:25:41] [Spidersilk Robe][34.83c] Added to the list. -[7:25:41] [Sadist Garb][31.59c] Added to the list. -[7:25:41] [Plate Vest][31.56c] Added to the list. -[7:25:41] [Callous Mask Piece][30.1c] Added to the list. -[7:25:41] [Triumphant Lamellar][30c] Added to the list. -[7:25:41] [Golden Plate][30c] Added to the list. -[7:25:41] [Zodiac Leather][30c] Added to the list. -[7:25:41] [Crusader Plate][30c] Added to the list. -[7:25:41] [Destiny Leather][30c] Added to the list. -[7:25:41] [Sentinel Jacket][30c] Added to the list. -[7:25:41] [Varnished Coat][29.75c] Added to the list. -[7:25:41] [Callous Mask Piece][29c] Added to the list. -[7:25:41] [Fire Arrow Quiver][28.43c] Added to the list. -[7:25:41] [Spidersilk Robe][28c] Added to the list. -[7:25:41] [Holy Chainmail][28c] Added to the list. -[7:25:41] [Sacrificial Garb][27.6c] Added to the list. -[7:25:41] [Latticed Ringmail][27.47c] Added to the list. -[7:25:41] [Callous Mask Piece][27c] Added to the list. -[7:25:41] [Widowsilk Robe][25c] Added to the list. -[7:25:41] [Exquisite Leather][25c] Added to the list. -[7:25:41] [Buckskin Tunic][23.9c] Added to the list. -[7:25:41] [Conquest Chainmail][23.88c] Added to the list. -[7:25:41] [Close Helmet][23.1c] Added to the list. -[7:25:41] [Desert Brigandine][22.66c] Added to the list. -[7:25:41] [Full Dragonscale][22c] Added to the list. -[7:25:41] [Carnal Armour][21.36c] Added to the list. -[7:25:41] [Scholar's Robe][20c] Added to the list. -[7:25:41] [Copper Plate][20c] Added to the list. -[7:25:41] [Blunt Arrow Quiver][20c] Added to the list. -[7:25:41] [Leather Belt][5480.74c] Added to the list. -[7:25:41] [Greatwolf Talisman][5132.29c] Added to the list. -[7:25:41] [Rustic Sash][1112.86c] Added to the list. -[7:25:41] [Prismatic Ring][635.92c] Added to the list. -[7:25:41] [Rustic Sash][586c] Added to the list. -[7:25:41] [Two-Stone Ring][505.25c] Added to the list. -[7:25:42] [Citrine Amulet][357.7c] Added to the list. -[7:25:42] [Rustic Sash][356.52c] Added to the list. -[7:25:42] [Amber Amulet][304.87c] Added to the list. -[7:25:42] [Amber Amulet][300c] Added to the list. -[7:25:42] [Onyx Amulet][260c] Added to the list. -[7:25:42] [Moonstone Ring][185.28c] Added to the list. -[7:25:42] [Agate Amulet][135c] Added to the list. -[7:25:42] [Topaz Ring][119.48c] Added to the list. -[7:25:42] [Onyx Amulet][90c] Added to the list. -[7:25:42] [Two-Stone Ring][70c] Added to the list. -[7:25:42] [Gold Amulet][63.73c] Added to the list. -[7:25:42] [Jade Amulet][62.64c] Added to the list. -[7:25:42] [Two-Stone Ring][55.88c] Added to the list. -[7:25:42] [Ruby Amulet][50.89c] Added to the list. -[7:25:42] [Diamond Ring][48.1c] Added to the list. -[7:25:42] [Turquoise Amulet][47.78c] Added to the list. -[7:25:42] [Jade Amulet][45.12c] Added to the list. -[7:25:42] [Unset Ring][34.86c] Added to the list. -[7:25:42] [Wereclaw Talisman][34.2c] Added to the list. -[7:25:42] [Onyx Amulet][29.26c] Added to the list. -[7:25:42] [Sapphire Ring][29.15c] Added to the list. -[7:25:42] [Lapis Amulet][25c] Added to the list. -[7:25:42] [Chateau Map][715.41c] Added to the list. -[7:25:42] [Museum Map][95c] Added to the list. -[7:25:42] [Courtyard Map][60.48c] Added to the list. -[7:25:42] [Harbinger Map][30c] Added to the list. -[7:25:42] [Harbinger Map][25.61c] Added to the list. -[7:25:42] [Harbinger Map][25c] Added to the list. -[7:25:42] [][1271.84c] Added to the list. -[7:26:52] API: http://poe.ninja/api/Data/ -[7:26:52] League: Harbinger -[7:26:52] Confidence: 5 -[7:26:52] Minimum Value: 20c -[7:26:52] [Midnight Blade][1227.33c] Added to the list. -[7:26:52] [Vaal Axe][722.11c] Added to the list. -[7:26:52] [Infernal Sword][715.32c] Added to the list. -[7:26:52] [Maelström Staff][681.38c] Added to the list. -[7:26:52] [Imperial Bow][635.92c] Added to the list. -[7:26:52] [Judgement Staff][555.54c] Added to the list. -[7:26:52] [Assassin Bow][529.37c] Added to the list. -[7:26:52] [Ornate Sword][527.43c] Added to the list. -[7:26:52] [Royal Bow][517.58c] Added to the list. -[7:26:52] [Tiger Sword][516.68c] Added to the list. -[7:26:52] [Imperial Bow][513.35c] Added to the list. -[7:26:52] [Imperial Maul][511.22c] Added to the list. -[7:26:52] [Royal Bow][476.94c] Added to the list. -[7:26:52] [Infernal Sword][476.94c] Added to the list. -[7:26:52] [Spine Bow][476.94c] Added to the list. -[7:26:52] [Serpentine Staff][476.94c] Added to the list. -[7:26:52] [Maelström Staff][476.94c] Added to the list. -[7:26:52] [Void Axe][476.5c] Added to the list. -[7:26:52] [Primordial Staff][465.02c] Added to the list. -[7:26:52] [Ornate Sword][461.75c] Added to the list. -[7:26:52] [Military Staff][441.75c] Added to the list. -[7:26:52] [Death Bow][419.45c] Added to the list. -[7:26:52] [Judgement Staff][397.45c] Added to the list. -[7:26:52] [Abyssal Axe][397.45c] Added to the list. -[7:26:52] [Vaal Axe][364.19c] Added to the list. -[7:26:52] [Imperial Staff][342.13c] Added to the list. -[7:26:52] [Harbinger Bow][317.96c] Added to the list. -[7:26:52] [Citadel Bow][308.88c] Added to the list. -[7:26:52] [Meatgrinder][305.95c] Added to the list. -[7:26:52] [Ritual Sceptre][299.99c] Added to the list. -[7:26:53] [Vaal Axe][292.18c] Added to the list. -[7:26:53] [Cutlass][280c] Added to the list. -[7:26:53] [Terror Maul][279.37c] Added to the list. -[7:26:53] [Despot Axe][256.55c] Added to the list. -[7:26:53] [Vaal Axe][245.45c] Added to the list. -[7:26:53] [Short Bow][238.47c] Added to the list. -[7:26:53] [Ezomyte Blade][220c] Added to the list. -[7:26:53] [Infernal Sword][181c] Added to the list. -[7:26:53] [Infernal Sword][134.67c] Added to the list. -[7:26:53] [Imperial Bow][127.32c] Added to the list. -[7:26:53] [Eternal Sword][97.66c] Added to the list. -[7:26:53] [Prophecy Wand][95.13c] Added to the list. -[7:26:53] [Imperial Bow][88.26c] Added to the list. -[7:26:53] [Vaal Axe][87.69c] Added to the list. -[7:26:53] [Vaal Blade][85c] Added to the list. -[7:26:53] [Maelström Staff][66.6c] Added to the list. -[7:26:53] [Royal Bow][65.73c] Added to the list. -[7:26:53] [Void Axe][55.63c] Added to the list. -[7:26:53] [Royal Bow][54c] Added to the list. -[7:26:53] [Ornate Sword][50c] Added to the list. -[7:26:53] [Jewelled Foil][49.29c] Added to the list. -[7:26:53] [Iron Staff][45.62c] Added to the list. -[7:26:53] [Woodsplitter][45c] Added to the list. -[7:26:53] [Iron Staff][43c] Added to the list. -[7:26:53] [Steelhead][40c] Added to the list. -[7:26:53] [Infernal Sword][40c] Added to the list. -[7:26:53] [Abyssal Axe][40c] Added to the list. -[7:26:53] [Vaal Axe][40c] Added to the list. -[7:26:53] [Coiled Staff][38.69c] Added to the list. -[7:26:53] [Imperial Staff][37.91c] Added to the list. -[7:26:53] [Assassin Bow][36.95c] Added to the list. -[7:26:53] [Lathi][35.32c] Added to the list. -[7:26:53] [Death Bow][35c] Added to the list. -[7:26:53] [Maelström Staff][35c] Added to the list. -[7:26:53] [Tiger Sword][35c] Added to the list. -[7:26:53] [Maelström Staff][35c] Added to the list. -[7:26:53] [Spine Bow][34.66c] Added to the list. -[7:26:53] [Imperial Bow][34.1c] Added to the list. -[7:26:53] [Highborn Staff][32.81c] Added to the list. -[7:26:53] [Terror Maul][31.22c] Added to the list. -[7:26:53] [Long Bow][31.03c] Added to the list. -[7:26:53] [Crude Bow][30.73c] Added to the list. -[7:26:53] [Primordial Staff][30c] Added to the list. -[7:26:53] [Vaal Axe][30c] Added to the list. -[7:26:53] [Ranger Bow][30c] Added to the list. -[7:26:53] [Short Bow][30c] Added to the list. -[7:26:53] [Serpentine Staff][30c] Added to the list. -[7:26:53] [Military Staff][30c] Added to the list. -[7:26:53] [Imperial Maul][30c] Added to the list. -[7:26:53] [Jasper Chopper][29.65c] Added to the list. -[7:26:53] [Judgement Staff][29.62c] Added to the list. -[7:26:53] [Lion Sword][29.22c] Added to the list. -[7:26:53] [Imperial Staff][28.25c] Added to the list. -[7:26:53] [Death Bow][27.95c] Added to the list. -[7:26:53] [Judgement Staff][27c] Added to the list. -[7:26:53] [Etched Greatsword][26.97c] Added to the list. -[7:26:53] [Death Bow][25c] Added to the list. -[7:26:53] [Ornate Sword][25c] Added to the list. -[7:26:53] [Despot Axe][24.65c] Added to the list. -[7:26:53] [Royal Bow][21.58c] Added to the list. -[7:26:53] [Meatgrinder][20c] Added to the list. -[7:26:53] [Ezomyte Blade][20c] Added to the list. -[7:26:53] [Harbinger Bow][20c] Added to the list. -[7:26:53] [Spine Bow][20c] Added to the list. -[7:26:53] [Sage Wand][20c] Added to the list. -[7:26:53] [Citadel Bow][20c] Added to the list. -[7:26:53] [Vaal Gauntlets][3338.58c] Added to the list. -[7:26:53] [Sorcerer Boots][675.66c] Added to the list. -[7:26:53] [Sacrificial Garb][636.8c] Added to the list. -[7:26:53] [Sage's Robe][636.56c] Added to the list. -[7:26:53] [Astral Plate][635.92c] Added to the list. -[7:26:53] [Ebony Tower Shield][635.29c] Added to the list. -[7:26:53] [Sacrificial Garb][633.97c] Added to the list. -[7:26:53] [Lacquered Garb][622.5c] Added to the list. -[7:26:53] [Widowsilk Robe][611.91c] Added to the list. -[7:26:53] [Sacrificial Garb][598.77c] Added to the list. -[7:26:53] [Necromancer Silks][596.18c] Added to the list. -[7:26:53] [Occultist's Vestment][595.58c] Added to the list. -[7:26:53] [Cutthroat's Garb][578.12c] Added to the list. -[7:26:53] [Full Wyrmscale][556.43c] Added to the list. -[7:26:53] [Savant's Robe][556.43c] Added to the list. -[7:26:53] [Zodiac Leather][556.43c] Added to the list. -[7:26:53] [Spidersilk Robe][556.43c] Added to the list. -[7:26:53] [Exquisite Leather][556.43c] Added to the list. -[7:26:53] [Zodiac Leather][553.32c] Added to the list. -[7:26:53] [Saintly Chainmail][544.72c] Added to the list. -[7:26:53] [Crusader Plate][536.15c] Added to the list. -[7:26:53] [Elegant Ringmail][529.24c] Added to the list. -[7:26:53] [Sacrificial Garb][513.2c] Added to the list. -[7:26:53] [Varnished Coat][476.94c] Added to the list. -[7:26:53] [Lacquered Garb][476.94c] Added to the list. -[7:26:53] [Golden Plate][476.94c] Added to the list. -[7:26:53] [Exquisite Leather][476.94c] Added to the list. -[7:26:53] [Destiny Leather][476.94c] Added to the list. -[7:26:53] [Two-Point Arrow Quiver][476.94c] Added to the list. -[7:26:53] [Gladiator Plate][476.94c] Added to the list. -[7:26:53] [Sentinel Jacket][476.94c] Added to the list. -[7:26:53] [Wyrmscale Doublet][459.57c] Added to the list. -[7:26:54] [Sadist Garb][457.23c] Added to the list. -[7:26:54] [Triumphant Lamellar][454.63c] Added to the list. -[7:26:54] [Full Dragonscale][397.45c] Added to the list. -[7:26:54] [Vaal Regalia][397.45c] Added to the list. -[7:26:54] [Spidersilk Robe][397.45c] Added to the list. -[7:26:54] [Destroyer Regalia][397.45c] Added to the list. -[7:26:54] [Holy Chainmail][395.17c] Added to the list. -[7:26:54] [Desert Brigandine][380.78c] Added to the list. -[7:26:54] [Assassin's Garb][380c] Added to the list. -[7:26:54] [Buckskin Tunic][357.7c] Added to the list. -[7:26:54] [Hubris Circlet][314.58c] Added to the list. -[7:26:54] [Crusader Boots][294.48c] Added to the list. -[7:26:54] [Legion Gloves][266.37c] Added to the list. -[7:26:54] [Glorious Plate][255c] Added to the list. -[7:26:54] [Scholar's Robe][238.47c] Added to the list. -[7:26:54] [Goathide Boots][190c] Added to the list. -[7:26:54] [Rawhide Boots][176.18c] Added to the list. -[7:26:54] [Mind Cage][130c] Added to the list. -[7:26:54] [Sacrificial Garb][130c] Added to the list. -[7:26:54] [Clasped Mitts][114.14c] Added to the list. -[7:26:54] [Callous Mask][97.86c] Added to the list. -[7:26:54] [Raven Mask][95.62c] Added to the list. -[7:26:54] [Sacrificial Garb][90.25c] Added to the list. -[7:26:54] [Ezomyte Tower Shield][79.49c] Added to the list. -[7:26:54] [Exquisite Leather][78.76c] Added to the list. -[7:26:54] [Occultist's Vestment][74.49c] Added to the list. -[7:26:54] [Sacrificial Garb][73.81c] Added to the list. -[7:26:54] [Sacrificial Garb][70c] Added to the list. -[7:26:54] [Wyrmscale Doublet][70c] Added to the list. -[7:26:54] [Sage's Robe][70c] Added to the list. -[7:26:54] [Exquisite Leather][65c] Added to the list. -[7:26:54] [Sacrificial Garb][60c] Added to the list. -[7:26:54] [Simple Robe][57.54c] Added to the list. -[7:26:54] [Ezomyte Tower Shield][54.68c] Added to the list. -[7:26:54] [Elegant Ringmail][50c] Added to the list. -[7:26:54] [Necromancer Silks][50c] Added to the list. -[7:26:54] [Sacrificial Garb][50c] Added to the list. -[7:26:54] [Cutthroat's Garb][49.31c] Added to the list. -[7:26:54] [Arcanist Slippers][48.39c] Added to the list. -[7:26:54] [Lacquered Garb][44.18c] Added to the list. -[7:26:54] [Occultist's Vestment][44c] Added to the list. -[7:26:54] [Cedar Tower Shield][44c] Added to the list. -[7:26:54] [Lacquered Garb][41.68c] Added to the list. -[7:26:54] [Full Wyrmscale][40c] Added to the list. -[7:26:54] [Savant's Robe][40c] Added to the list. -[7:26:54] [Vaal Regalia][40c] Added to the list. -[7:26:54] [Destroyer Regalia][40c] Added to the list. -[7:26:54] [Sage's Robe][40c] Added to the list. -[7:26:54] [Sacrificial Garb][39.68c] Added to the list. -[7:26:54] [Assassin's Garb][39.52c] Added to the list. -[7:26:54] [Gladiator Plate][38.24c] Added to the list. -[7:26:54] [Saintly Chainmail][37.29c] Added to the list. -[7:26:54] [Zodiac Leather][37.23c] Added to the list. -[7:26:54] [Astral Plate][35c] Added to the list. -[7:26:54] [Wyrmscale Doublet][35c] Added to the list. -[7:26:54] [Spidersilk Robe][34.83c] Added to the list. -[7:26:54] [Sadist Garb][31.59c] Added to the list. -[7:26:54] [Plate Vest][31.56c] Added to the list. -[7:26:54] [Callous Mask Piece][30.1c] Added to the list. -[7:26:54] [Triumphant Lamellar][30c] Added to the list. -[7:26:54] [Golden Plate][30c] Added to the list. -[7:26:54] [Zodiac Leather][30c] Added to the list. -[7:26:54] [Crusader Plate][30c] Added to the list. -[7:26:54] [Destiny Leather][30c] Added to the list. -[7:26:54] [Sentinel Jacket][30c] Added to the list. -[7:26:54] [Varnished Coat][29.75c] Added to the list. -[7:26:54] [Callous Mask Piece][29c] Added to the list. -[7:26:54] [Fire Arrow Quiver][28.43c] Added to the list. -[7:26:54] [Spidersilk Robe][28c] Added to the list. -[7:26:54] [Holy Chainmail][28c] Added to the list. -[7:26:54] [Sacrificial Garb][27.6c] Added to the list. -[7:26:54] [Latticed Ringmail][27.47c] Added to the list. -[7:26:54] [Callous Mask Piece][27c] Added to the list. -[7:26:54] [Widowsilk Robe][25c] Added to the list. -[7:26:54] [Exquisite Leather][25c] Added to the list. -[7:26:54] [Buckskin Tunic][23.9c] Added to the list. -[7:26:54] [Conquest Chainmail][23.88c] Added to the list. -[7:26:54] [Close Helmet][23.1c] Added to the list. -[7:26:54] [Desert Brigandine][22.66c] Added to the list. -[7:26:54] [Full Dragonscale][22c] Added to the list. -[7:26:54] [Carnal Armour][21.36c] Added to the list. -[7:26:54] [Scholar's Robe][20c] Added to the list. -[7:26:54] [Copper Plate][20c] Added to the list. -[7:26:54] [Blunt Arrow Quiver][20c] Added to the list. -[7:26:54] [Leather Belt][5480.74c] Added to the list. -[7:26:54] [Greatwolf Talisman][5132.29c] Added to the list. -[7:26:54] [Rustic Sash][1112.86c] Added to the list. -[7:26:54] [Prismatic Ring][635.92c] Added to the list. -[7:26:54] [Rustic Sash][586c] Added to the list. -[7:26:54] [Two-Stone Ring][505.25c] Added to the list. -[7:26:54] [Citrine Amulet][357.7c] Added to the list. -[7:26:54] [Rustic Sash][356.52c] Added to the list. -[7:26:54] [Amber Amulet][304.87c] Added to the list. -[7:26:54] [Amber Amulet][300c] Added to the list. -[7:26:54] [Onyx Amulet][260c] Added to the list. -[7:26:54] [Moonstone Ring][185.28c] Added to the list. -[7:26:54] [Agate Amulet][135c] Added to the list. -[7:26:54] [Topaz Ring][119.48c] Added to the list. -[7:26:54] [Onyx Amulet][90c] Added to the list. -[7:26:54] [Two-Stone Ring][70c] Added to the list. -[7:26:54] [Gold Amulet][63.73c] Added to the list. -[7:26:54] [Jade Amulet][62.64c] Added to the list. -[7:26:54] [Two-Stone Ring][55.88c] Added to the list. -[7:26:54] [Ruby Amulet][50.89c] Added to the list. -[7:26:54] [Diamond Ring][48.1c] Added to the list. -[7:26:54] [Turquoise Amulet][47.78c] Added to the list. -[7:26:54] [Jade Amulet][45.12c] Added to the list. -[7:26:54] [Unset Ring][34.86c] Added to the list. -[7:26:54] [Wereclaw Talisman][34.2c] Added to the list. -[7:26:54] [Onyx Amulet][29.26c] Added to the list. -[7:26:54] [Sapphire Ring][29.15c] Added to the list. -[7:26:54] [Lapis Amulet][25c] Added to the list. -[7:26:54] [Chateau Map][715.41c] Added to the list. -[7:26:54] [Museum Map][95c] Added to the list. -[7:26:54] [Courtyard Map][60.48c] Added to the list. -[7:26:55] [Harbinger Map][30c] Added to the list. -[7:26:55] [Harbinger Map][25.61c] Added to the list. -[7:26:55] [Harbinger Map][25c] Added to the list. -[7:26:55] [House of Mirrors][1271.84c] Added to the list. -[7:26:55] [The Doctor][667.72c] Added to the list. -[7:26:55] [The Fiend][476.94c] Added to the list. -[7:26:55] [The Spark and the Flame][238.47c] Added to the list. -[7:26:55] [Mawr Blaidd][199.47c] Added to the list. -[7:26:55] [Hunter's Reward][198.83c] Added to the list. -[7:26:55] [The Queen][181.84c] Added to the list. -[7:26:55] [The Immortal][129.62c] Added to the list. -[7:26:55] [The Wolf][62.76c] Added to the list. -[7:26:55] [The Standoff][49.83c] Added to the list. -[7:26:55] [Abandoned Wealth][47c] Added to the list. -[7:26:55] [The Wolven King's Bite][41.7c] Added to the list. -[7:26:55] [The Dragon's Heart][37.44c] Added to the list. -[7:26:55] [Pride Before the Fall][30.7c] Added to the list. -[7:26:55] [Wealth and Power][30.07c] Added to the list. -[7:26:55] [The King's Heart][30c] Added to the list. -[7:26:55] [Last Hope][28c] Added to the list. -[7:26:55] [The Celestial Justicar][24c] Added to the list. -[7:26:55] [Heterochromia][20c] Added to the list. -[7:26:55] [The Last One Standing][20c] Added to the list. -[7:28:56] API: http://poe.ninja/api/Data/ -[7:28:56] League: Harbinger -[7:28:56] Confidence: 5 -[7:28:56] Minimum Value: 20c -[7:28:56] Generating Weapons... -[7:28:56] [Midnight Blade][1227.33c] Added to the list. -[7:28:56] [Vaal Axe][722.11c] Added to the list. -[7:28:56] [Infernal Sword][715.32c] Added to the list. -[7:28:56] [Maelström Staff][681.38c] Added to the list. -[7:28:56] [Imperial Bow][635.92c] Added to the list. -[7:28:56] [Judgement Staff][555.54c] Added to the list. -[7:28:56] [Assassin Bow][529.37c] Added to the list. -[7:28:56] [Ornate Sword][527.43c] Added to the list. -[7:28:56] [Royal Bow][517.58c] Added to the list. -[7:28:56] [Tiger Sword][516.68c] Added to the list. -[7:28:56] [Imperial Bow][513.35c] Added to the list. -[7:28:56] [Imperial Maul][511.22c] Added to the list. -[7:28:56] [Royal Bow][476.94c] Added to the list. -[7:28:56] [Infernal Sword][476.94c] Added to the list. -[7:28:56] [Spine Bow][476.94c] Added to the list. -[7:28:56] [Serpentine Staff][476.94c] Added to the list. -[7:28:56] [Maelström Staff][476.94c] Added to the list. -[7:28:56] [Void Axe][476.5c] Added to the list. -[7:28:56] [Primordial Staff][465.02c] Added to the list. -[7:28:56] [Ornate Sword][461.75c] Added to the list. -[7:28:56] [Military Staff][441.75c] Added to the list. -[7:28:56] [Death Bow][419.45c] Added to the list. -[7:28:56] [Judgement Staff][397.45c] Added to the list. -[7:28:56] [Abyssal Axe][397.45c] Added to the list. -[7:28:56] [Vaal Axe][364.19c] Added to the list. -[7:28:56] [Imperial Staff][342.13c] Added to the list. -[7:28:56] [Harbinger Bow][317.96c] Added to the list. -[7:28:56] [Citadel Bow][308.88c] Added to the list. -[7:28:56] [Meatgrinder][305.95c] Added to the list. -[7:28:56] [Ritual Sceptre][299.99c] Added to the list. -[7:28:56] [Vaal Axe][292.18c] Added to the list. -[7:28:56] [Cutlass][280c] Added to the list. -[7:28:56] [Terror Maul][279.37c] Added to the list. -[7:28:56] [Despot Axe][256.55c] Added to the list. -[7:28:56] [Vaal Axe][245.45c] Added to the list. -[7:28:56] [Short Bow][238.47c] Added to the list. -[7:28:56] [Ezomyte Blade][220c] Added to the list. -[7:28:56] [Infernal Sword][181c] Added to the list. -[7:28:56] [Infernal Sword][134.67c] Added to the list. -[7:28:57] [Imperial Bow][127.32c] Added to the list. -[7:28:57] [Eternal Sword][97.66c] Added to the list. -[7:28:57] [Prophecy Wand][95.13c] Added to the list. -[7:28:57] [Imperial Bow][88.26c] Added to the list. -[7:28:57] [Vaal Axe][87.69c] Added to the list. -[7:28:57] [Vaal Blade][85c] Added to the list. -[7:28:57] [Maelström Staff][66.6c] Added to the list. -[7:28:57] [Royal Bow][65.73c] Added to the list. -[7:28:57] [Void Axe][55.63c] Added to the list. -[7:28:57] [Royal Bow][54c] Added to the list. -[7:28:57] [Ornate Sword][50c] Added to the list. -[7:28:57] [Jewelled Foil][49.29c] Added to the list. -[7:28:57] [Iron Staff][45.62c] Added to the list. -[7:28:57] [Woodsplitter][45c] Added to the list. -[7:28:57] [Iron Staff][43c] Added to the list. -[7:28:57] [Steelhead][40c] Added to the list. -[7:28:57] [Infernal Sword][40c] Added to the list. -[7:28:57] [Abyssal Axe][40c] Added to the list. -[7:28:57] [Vaal Axe][40c] Added to the list. -[7:28:57] [Coiled Staff][38.69c] Added to the list. -[7:28:57] [Imperial Staff][37.91c] Added to the list. -[7:28:57] [Assassin Bow][36.95c] Added to the list. -[7:28:57] [Lathi][35.32c] Added to the list. -[7:28:57] [Death Bow][35c] Added to the list. -[7:28:57] [Maelström Staff][35c] Added to the list. -[7:28:57] [Tiger Sword][35c] Added to the list. -[7:28:57] [Maelström Staff][35c] Added to the list. -[7:28:57] [Spine Bow][34.66c] Added to the list. -[7:28:57] [Imperial Bow][34.1c] Added to the list. -[7:28:57] [Highborn Staff][32.81c] Added to the list. -[7:28:57] [Terror Maul][31.22c] Added to the list. -[7:28:57] [Long Bow][31.03c] Added to the list. -[7:28:57] [Crude Bow][30.73c] Added to the list. -[7:28:57] [Primordial Staff][30c] Added to the list. -[7:28:57] [Vaal Axe][30c] Added to the list. -[7:28:57] [Ranger Bow][30c] Added to the list. -[7:28:57] [Short Bow][30c] Added to the list. -[7:28:57] [Serpentine Staff][30c] Added to the list. -[7:28:57] [Military Staff][30c] Added to the list. -[7:28:57] [Imperial Maul][30c] Added to the list. -[7:28:57] [Jasper Chopper][29.65c] Added to the list. -[7:28:57] [Judgement Staff][29.62c] Added to the list. -[7:28:57] [Lion Sword][29.22c] Added to the list. -[7:28:57] [Imperial Staff][28.25c] Added to the list. -[7:28:57] [Death Bow][27.95c] Added to the list. -[7:28:57] [Judgement Staff][27c] Added to the list. -[7:28:57] [Etched Greatsword][26.97c] Added to the list. -[7:28:57] [Death Bow][25c] Added to the list. -[7:28:57] [Ornate Sword][25c] Added to the list. -[7:28:57] [Despot Axe][24.65c] Added to the list. -[7:28:57] [Royal Bow][21.58c] Added to the list. -[7:28:57] [Meatgrinder][20c] Added to the list. -[7:28:57] [Ezomyte Blade][20c] Added to the list. -[7:28:57] [Harbinger Bow][20c] Added to the list. -[7:28:57] [Spine Bow][20c] Added to the list. -[7:28:57] [Sage Wand][20c] Added to the list. -[7:28:57] [Citadel Bow][20c] Added to the list. -[7:28:57] Generating Armours... -[7:28:57] [Vaal Gauntlets][3338.58c] Added to the list. -[7:28:57] [Sorcerer Boots][675.66c] Added to the list. -[7:28:57] [Sacrificial Garb][636.8c] Added to the list. -[7:28:57] [Sage's Robe][636.56c] Added to the list. -[7:28:57] [Astral Plate][635.92c] Added to the list. -[7:28:57] [Ebony Tower Shield][635.29c] Added to the list. -[7:28:57] [Sacrificial Garb][633.97c] Added to the list. -[7:28:57] [Lacquered Garb][622.5c] Added to the list. -[7:28:57] [Widowsilk Robe][611.91c] Added to the list. -[7:28:57] [Sacrificial Garb][598.77c] Added to the list. -[7:28:57] [Necromancer Silks][596.18c] Added to the list. -[7:28:57] [Occultist's Vestment][595.58c] Added to the list. -[7:28:57] [Cutthroat's Garb][578.12c] Added to the list. -[7:28:57] [Full Wyrmscale][556.43c] Added to the list. -[7:28:57] [Savant's Robe][556.43c] Added to the list. -[7:28:57] [Zodiac Leather][556.43c] Added to the list. -[7:28:57] [Spidersilk Robe][556.43c] Added to the list. -[7:28:57] [Exquisite Leather][556.43c] Added to the list. -[7:28:57] [Zodiac Leather][553.32c] Added to the list. -[7:28:57] [Saintly Chainmail][544.72c] Added to the list. -[7:28:57] [Crusader Plate][536.15c] Added to the list. -[7:28:57] [Elegant Ringmail][529.24c] Added to the list. -[7:28:57] [Sacrificial Garb][513.2c] Added to the list. -[7:28:57] [Varnished Coat][476.94c] Added to the list. -[7:28:57] [Lacquered Garb][476.94c] Added to the list. -[7:28:57] [Golden Plate][476.94c] Added to the list. -[7:28:57] [Exquisite Leather][476.94c] Added to the list. -[7:28:57] [Destiny Leather][476.94c] Added to the list. -[7:28:57] [Two-Point Arrow Quiver][476.94c] Added to the list. -[7:28:57] [Gladiator Plate][476.94c] Added to the list. -[7:28:57] [Sentinel Jacket][476.94c] Added to the list. -[7:28:57] [Wyrmscale Doublet][459.57c] Added to the list. -[7:28:57] [Sadist Garb][457.23c] Added to the list. -[7:28:57] [Triumphant Lamellar][454.63c] Added to the list. -[7:28:57] [Full Dragonscale][397.45c] Added to the list. -[7:28:57] [Vaal Regalia][397.45c] Added to the list. -[7:28:57] [Spidersilk Robe][397.45c] Added to the list. -[7:28:57] [Destroyer Regalia][397.45c] Added to the list. -[7:28:57] [Holy Chainmail][395.17c] Added to the list. -[7:28:57] [Desert Brigandine][380.78c] Added to the list. -[7:28:57] [Assassin's Garb][380c] Added to the list. -[7:28:57] [Buckskin Tunic][357.7c] Added to the list. -[7:28:57] [Hubris Circlet][314.58c] Added to the list. -[7:28:57] [Crusader Boots][294.48c] Added to the list. -[7:28:57] [Legion Gloves][266.37c] Added to the list. -[7:28:57] [Glorious Plate][255c] Added to the list. -[7:28:57] [Scholar's Robe][238.47c] Added to the list. -[7:28:57] [Goathide Boots][190c] Added to the list. -[7:28:57] [Rawhide Boots][176.18c] Added to the list. -[7:28:57] [Mind Cage][130c] Added to the list. -[7:28:57] [Sacrificial Garb][130c] Added to the list. -[7:28:57] [Clasped Mitts][114.14c] Added to the list. -[7:28:57] [Callous Mask][97.86c] Added to the list. -[7:28:58] [Raven Mask][95.62c] Added to the list. -[7:28:58] [Sacrificial Garb][90.25c] Added to the list. -[7:28:58] [Ezomyte Tower Shield][79.49c] Added to the list. -[7:28:58] [Exquisite Leather][78.76c] Added to the list. -[7:28:58] [Occultist's Vestment][74.49c] Added to the list. -[7:28:58] [Sacrificial Garb][73.81c] Added to the list. -[7:28:58] [Sacrificial Garb][70c] Added to the list. -[7:28:58] [Wyrmscale Doublet][70c] Added to the list. -[7:28:58] [Sage's Robe][70c] Added to the list. -[7:28:58] [Exquisite Leather][65c] Added to the list. -[7:28:58] [Sacrificial Garb][60c] Added to the list. -[7:28:58] [Simple Robe][57.54c] Added to the list. -[7:28:58] [Ezomyte Tower Shield][54.68c] Added to the list. -[7:28:58] [Elegant Ringmail][50c] Added to the list. -[7:28:58] [Necromancer Silks][50c] Added to the list. -[7:28:58] [Sacrificial Garb][50c] Added to the list. -[7:28:58] [Cutthroat's Garb][49.31c] Added to the list. -[7:28:58] [Arcanist Slippers][48.39c] Added to the list. -[7:28:58] [Lacquered Garb][44.18c] Added to the list. -[7:28:58] [Occultist's Vestment][44c] Added to the list. -[7:28:58] [Cedar Tower Shield][44c] Added to the list. -[7:28:58] [Lacquered Garb][41.68c] Added to the list. -[7:28:58] [Full Wyrmscale][40c] Added to the list. -[7:28:58] [Savant's Robe][40c] Added to the list. -[7:28:58] [Vaal Regalia][40c] Added to the list. -[7:28:58] [Destroyer Regalia][40c] Added to the list. -[7:28:58] [Sage's Robe][40c] Added to the list. -[7:28:58] [Sacrificial Garb][39.68c] Added to the list. -[7:28:58] [Assassin's Garb][39.52c] Added to the list. -[7:28:58] [Gladiator Plate][38.24c] Added to the list. -[7:28:58] [Saintly Chainmail][37.29c] Added to the list. -[7:28:58] [Zodiac Leather][37.23c] Added to the list. -[7:28:58] [Astral Plate][35c] Added to the list. -[7:28:58] [Wyrmscale Doublet][35c] Added to the list. -[7:28:58] [Spidersilk Robe][34.83c] Added to the list. -[7:28:58] [Sadist Garb][31.59c] Added to the list. -[7:28:58] [Plate Vest][31.56c] Added to the list. -[7:28:58] [Callous Mask Piece][30.1c] Added to the list. -[7:28:58] [Triumphant Lamellar][30c] Added to the list. -[7:28:58] [Golden Plate][30c] Added to the list. -[7:28:58] [Zodiac Leather][30c] Added to the list. -[7:28:58] [Crusader Plate][30c] Added to the list. -[7:28:58] [Destiny Leather][30c] Added to the list. -[7:28:58] [Sentinel Jacket][30c] Added to the list. -[7:28:58] [Varnished Coat][29.75c] Added to the list. -[7:28:58] [Callous Mask Piece][29c] Added to the list. -[7:28:58] [Fire Arrow Quiver][28.43c] Added to the list. -[7:28:58] [Spidersilk Robe][28c] Added to the list. -[7:28:58] [Holy Chainmail][28c] Added to the list. -[7:28:58] [Sacrificial Garb][27.6c] Added to the list. -[7:28:58] [Latticed Ringmail][27.47c] Added to the list. -[7:28:58] [Callous Mask Piece][27c] Added to the list. -[7:28:58] [Widowsilk Robe][25c] Added to the list. -[7:28:58] [Exquisite Leather][25c] Added to the list. -[7:28:58] [Buckskin Tunic][23.9c] Added to the list. -[7:28:58] [Conquest Chainmail][23.88c] Added to the list. -[7:28:58] [Close Helmet][23.1c] Added to the list. -[7:28:58] [Desert Brigandine][22.66c] Added to the list. -[7:28:58] [Full Dragonscale][22c] Added to the list. -[7:28:58] [Carnal Armour][21.36c] Added to the list. -[7:28:58] [Scholar's Robe][20c] Added to the list. -[7:28:58] [Copper Plate][20c] Added to the list. -[7:28:58] [Blunt Arrow Quiver][20c] Added to the list. -[7:28:58] Generating Accessories... -[7:28:58] [Leather Belt][5480.74c] Added to the list. -[7:28:58] [Greatwolf Talisman][5132.29c] Added to the list. -[7:28:58] [Rustic Sash][1112.86c] Added to the list. -[7:28:58] [Prismatic Ring][635.92c] Added to the list. -[7:28:58] [Rustic Sash][586c] Added to the list. -[7:28:58] [Two-Stone Ring][505.25c] Added to the list. -[7:28:58] [Citrine Amulet][357.7c] Added to the list. -[7:28:58] [Rustic Sash][356.52c] Added to the list. -[7:28:58] [Amber Amulet][304.87c] Added to the list. -[7:28:58] [Amber Amulet][300c] Added to the list. -[7:28:58] [Onyx Amulet][260c] Added to the list. -[7:28:58] [Moonstone Ring][185.28c] Added to the list. -[7:28:58] [Agate Amulet][135c] Added to the list. -[7:28:58] [Topaz Ring][119.48c] Added to the list. -[7:28:58] [Onyx Amulet][90c] Added to the list. -[7:28:58] [Two-Stone Ring][70c] Added to the list. -[7:28:58] [Gold Amulet][63.73c] Added to the list. -[7:28:58] [Jade Amulet][62.64c] Added to the list. -[7:28:58] [Two-Stone Ring][55.88c] Added to the list. -[7:28:58] [Ruby Amulet][50.89c] Added to the list. -[7:28:58] [Diamond Ring][48.1c] Added to the list. -[7:28:58] [Turquoise Amulet][47.78c] Added to the list. -[7:28:58] [Jade Amulet][45.12c] Added to the list. -[7:28:58] [Unset Ring][34.86c] Added to the list. -[7:28:58] [Wereclaw Talisman][34.2c] Added to the list. -[7:28:58] [Onyx Amulet][29.26c] Added to the list. -[7:28:58] [Sapphire Ring][29.15c] Added to the list. -[7:28:58] [Lapis Amulet][25c] Added to the list. -[7:28:58] Generating Maps... -[7:28:58] [Chateau Map][715.41c] Added to the list. -[7:28:58] [Museum Map][95c] Added to the list. -[7:28:58] [Courtyard Map][60.48c] Added to the list. -[7:28:58] [Harbinger Map][30c] Added to the list. -[7:28:58] [Harbinger Map][25.61c] Added to the list. -[7:28:58] [Harbinger Map][25c] Added to the list. -[7:28:58] Generating Cards... -[7:28:58] [House of Mirrors][1271.84c] Added to the list. -[7:28:58] [The Doctor][667.72c] Added to the list. -[7:28:58] [The Fiend][476.94c] Added to the list. -[7:28:58] [The Spark and the Flame][238.47c] Added to the list. -[7:28:58] [Mawr Blaidd][199.47c] Added to the list. -[7:28:58] [Hunter's Reward][198.83c] Added to the list. -[7:28:58] [The Queen][181.84c] Added to the list. -[7:28:58] [The Immortal][129.62c] Added to the list. -[7:28:58] [The Wolf][62.76c] Added to the list. -[7:28:58] [The Standoff][49.83c] Added to the list. -[7:28:58] [Abandoned Wealth][47c] Added to the list. -[7:28:58] [The Wolven King's Bite][41.7c] Added to the list. -[7:28:58] [The Dragon's Heart][37.44c] Added to the list. -[7:28:59] [Pride Before the Fall][30.7c] Added to the list. -[7:28:59] [Wealth and Power][30.07c] Added to the list. -[7:28:59] [The King's Heart][30c] Added to the list. -[7:28:59] [Last Hope][28c] Added to the list. -[7:28:59] [The Celestial Justicar][24c] Added to the list. -[7:28:59] [Heterochromia][20c] Added to the list. -[7:28:59] [The Last One Standing][20c] Added to the list. -[7:30:23] API: http://poe.ninja/api/Data/ -[7:30:23] League: Harbinger -[7:30:23] Confidence: 5 -[7:30:23] Minimum Value: 20c -[7:30:23] Generating Weapons... -[7:30:23] [Midnight Blade][1227.33c] Added to the list. -[7:30:23] [Vaal Axe][722.11c] Added to the list. -[7:30:23] [Infernal Sword][715.32c] Added to the list. -[7:30:23] [Maelström Staff][681.38c] Added to the list. -[7:30:23] [Imperial Bow][635.92c] Added to the list. -[7:30:23] [Judgement Staff][555.54c] Added to the list. -[7:30:23] [Assassin Bow][529.37c] Added to the list. -[7:30:23] [Ornate Sword][527.43c] Added to the list. -[7:30:23] [Royal Bow][517.58c] Added to the list. -[7:30:23] [Tiger Sword][516.68c] Added to the list. -[7:30:23] [Imperial Bow][513.35c] Added to the list. -[7:30:23] [Imperial Maul][511.22c] Added to the list. -[7:30:23] [Royal Bow][476.94c] Added to the list. -[7:30:23] [Infernal Sword][476.94c] Added to the list. -[7:30:23] [Spine Bow][476.94c] Added to the list. -[7:30:23] [Serpentine Staff][476.94c] Added to the list. -[7:30:23] [Maelström Staff][476.94c] Added to the list. -[7:30:23] [Void Axe][476.5c] Added to the list. -[7:30:23] [Primordial Staff][465.02c] Added to the list. -[7:30:23] [Ornate Sword][461.75c] Added to the list. -[7:30:23] [Military Staff][441.75c] Added to the list. -[7:30:23] [Death Bow][419.45c] Added to the list. -[7:30:23] [Judgement Staff][397.45c] Added to the list. -[7:30:23] [Abyssal Axe][397.45c] Added to the list. -[7:30:23] [Vaal Axe][364.19c] Added to the list. -[7:30:23] [Imperial Staff][342.13c] Added to the list. -[7:30:23] [Harbinger Bow][317.96c] Added to the list. -[7:30:23] [Citadel Bow][308.88c] Added to the list. -[7:30:23] [Meatgrinder][305.95c] Added to the list. -[7:30:23] [Ritual Sceptre][299.99c] Added to the list. -[7:30:23] [Vaal Axe][292.18c] Added to the list. -[7:30:23] [Cutlass][280c] Added to the list. -[7:30:23] [Terror Maul][279.37c] Added to the list. -[7:30:23] [Despot Axe][256.55c] Added to the list. -[7:30:23] [Vaal Axe][245.45c] Added to the list. -[7:30:23] [Short Bow][238.47c] Added to the list. -[7:30:23] [Ezomyte Blade][220c] Added to the list. -[7:30:24] [Infernal Sword][181c] Added to the list. -[7:30:24] [Infernal Sword][134.67c] Added to the list. -[7:30:24] [Imperial Bow][127.32c] Added to the list. -[7:30:24] [Eternal Sword][97.66c] Added to the list. -[7:30:24] [Prophecy Wand][95.13c] Added to the list. -[7:30:24] [Imperial Bow][88.26c] Added to the list. -[7:30:24] [Vaal Axe][87.69c] Added to the list. -[7:30:24] [Vaal Blade][85c] Added to the list. -[7:30:24] [Maelström Staff][66.6c] Added to the list. -[7:30:24] [Royal Bow][65.73c] Added to the list. -[7:30:24] [Void Axe][55.63c] Added to the list. -[7:30:24] [Royal Bow][54c] Added to the list. -[7:30:24] [Ornate Sword][50c] Added to the list. -[7:30:24] [Jewelled Foil][49.29c] Added to the list. -[7:30:24] [Iron Staff][45.62c] Added to the list. -[7:30:24] [Woodsplitter][45c] Added to the list. -[7:30:24] [Iron Staff][43c] Added to the list. -[7:30:24] [Steelhead][40c] Added to the list. -[7:30:24] [Infernal Sword][40c] Added to the list. -[7:30:24] [Abyssal Axe][40c] Added to the list. -[7:30:24] [Vaal Axe][40c] Added to the list. -[7:30:24] [Coiled Staff][38.69c] Added to the list. -[7:30:24] [Imperial Staff][37.91c] Added to the list. -[7:30:24] [Assassin Bow][36.95c] Added to the list. -[7:30:24] [Lathi][35.32c] Added to the list. -[7:30:24] [Death Bow][35c] Added to the list. -[7:30:24] [Maelström Staff][35c] Added to the list. -[7:30:24] [Tiger Sword][35c] Added to the list. -[7:30:24] [Maelström Staff][35c] Added to the list. -[7:30:24] [Spine Bow][34.66c] Added to the list. -[7:30:24] [Imperial Bow][34.1c] Added to the list. -[7:30:24] [Highborn Staff][32.81c] Added to the list. -[7:30:24] [Terror Maul][31.22c] Added to the list. -[7:30:24] [Long Bow][31.03c] Added to the list. -[7:30:24] [Crude Bow][30.73c] Added to the list. -[7:30:24] [Primordial Staff][30c] Added to the list. -[7:30:24] [Vaal Axe][30c] Added to the list. -[7:30:24] [Ranger Bow][30c] Added to the list. -[7:30:24] [Short Bow][30c] Added to the list. -[7:30:24] [Serpentine Staff][30c] Added to the list. -[7:30:24] [Military Staff][30c] Added to the list. -[7:30:24] [Imperial Maul][30c] Added to the list. -[7:30:24] [Jasper Chopper][29.65c] Added to the list. -[7:30:24] [Judgement Staff][29.62c] Added to the list. -[7:30:24] [Lion Sword][29.22c] Added to the list. -[7:30:24] [Imperial Staff][28.25c] Added to the list. -[7:30:24] [Death Bow][27.95c] Added to the list. -[7:30:24] [Judgement Staff][27c] Added to the list. -[7:30:24] [Etched Greatsword][26.97c] Added to the list. -[7:30:24] [Death Bow][25c] Added to the list. -[7:30:24] [Ornate Sword][25c] Added to the list. -[7:30:24] [Despot Axe][24.65c] Added to the list. -[7:30:24] [Royal Bow][21.58c] Added to the list. -[7:30:24] [Meatgrinder][20c] Added to the list. -[7:30:24] [Ezomyte Blade][20c] Added to the list. -[7:30:24] [Harbinger Bow][20c] Added to the list. -[7:30:24] [Spine Bow][20c] Added to the list. -[7:30:24] [Sage Wand][20c] Added to the list. -[7:30:24] [Citadel Bow][20c] Added to the list. -[7:30:24] Generating Armours... -[7:30:24] [Vaal Gauntlets][3338.58c] Added to the list. -[7:30:24] [Sorcerer Boots][675.66c] Added to the list. -[7:30:24] [Sacrificial Garb][636.8c] Added to the list. -[7:30:24] [Sage's Robe][636.56c] Added to the list. -[7:30:24] [Astral Plate][635.92c] Added to the list. -[7:30:24] [Ebony Tower Shield][635.29c] Added to the list. -[7:30:24] [Sacrificial Garb][633.97c] Added to the list. -[7:30:24] [Lacquered Garb][622.5c] Added to the list. -[7:30:24] [Widowsilk Robe][611.91c] Added to the list. -[7:30:24] [Sacrificial Garb][598.77c] Added to the list. -[7:30:24] [Necromancer Silks][596.18c] Added to the list. -[7:30:24] [Occultist's Vestment][595.58c] Added to the list. -[7:30:24] [Cutthroat's Garb][578.12c] Added to the list. -[7:30:24] [Full Wyrmscale][556.43c] Added to the list. -[7:30:24] [Savant's Robe][556.43c] Added to the list. -[7:30:24] [Zodiac Leather][556.43c] Added to the list. -[7:30:24] [Spidersilk Robe][556.43c] Added to the list. -[7:30:24] [Exquisite Leather][556.43c] Added to the list. -[7:30:24] [Zodiac Leather][553.32c] Added to the list. -[7:30:24] [Saintly Chainmail][544.72c] Added to the list. -[7:30:24] [Crusader Plate][536.15c] Added to the list. -[7:30:24] [Elegant Ringmail][529.24c] Added to the list. -[7:30:24] [Sacrificial Garb][513.2c] Added to the list. -[7:30:24] [Varnished Coat][476.94c] Added to the list. -[7:30:24] [Lacquered Garb][476.94c] Added to the list. -[7:30:24] [Golden Plate][476.94c] Added to the list. -[7:30:24] [Exquisite Leather][476.94c] Added to the list. -[7:30:24] [Destiny Leather][476.94c] Added to the list. -[7:30:24] [Two-Point Arrow Quiver][476.94c] Added to the list. -[7:30:24] [Gladiator Plate][476.94c] Added to the list. -[7:30:24] [Sentinel Jacket][476.94c] Added to the list. -[7:30:24] [Wyrmscale Doublet][459.57c] Added to the list. -[7:30:24] [Sadist Garb][457.23c] Added to the list. -[7:30:24] [Triumphant Lamellar][454.63c] Added to the list. -[7:30:24] [Full Dragonscale][397.45c] Added to the list. -[7:30:24] [Vaal Regalia][397.45c] Added to the list. -[7:30:24] [Spidersilk Robe][397.45c] Added to the list. -[7:30:24] [Destroyer Regalia][397.45c] Added to the list. -[7:30:24] [Holy Chainmail][395.17c] Added to the list. -[7:30:24] [Desert Brigandine][380.78c] Added to the list. -[7:30:24] [Assassin's Garb][380c] Added to the list. -[7:30:24] [Buckskin Tunic][357.7c] Added to the list. -[7:30:24] [Hubris Circlet][314.58c] Added to the list. -[7:30:24] [Crusader Boots][294.48c] Added to the list. -[7:30:24] [Legion Gloves][266.37c] Added to the list. -[7:30:24] [Glorious Plate][255c] Added to the list. -[7:30:24] [Scholar's Robe][238.47c] Added to the list. -[7:30:24] [Goathide Boots][190c] Added to the list. -[7:30:24] [Rawhide Boots][176.18c] Added to the list. -[7:30:24] [Mind Cage][130c] Added to the list. -[7:30:24] [Sacrificial Garb][130c] Added to the list. -[7:30:24] [Clasped Mitts][114.14c] Added to the list. -[7:30:24] [Callous Mask][97.86c] Added to the list. -[7:30:24] [Raven Mask][95.62c] Added to the list. -[7:30:24] [Sacrificial Garb][90.25c] Added to the list. -[7:30:24] [Ezomyte Tower Shield][79.49c] Added to the list. -[7:30:24] [Exquisite Leather][78.76c] Added to the list. -[7:30:24] [Occultist's Vestment][74.49c] Added to the list. -[7:30:24] [Sacrificial Garb][73.81c] Added to the list. -[7:30:24] [Sacrificial Garb][70c] Added to the list. -[7:30:24] [Wyrmscale Doublet][70c] Added to the list. -[7:30:24] [Sage's Robe][70c] Added to the list. -[7:30:24] [Exquisite Leather][65c] Added to the list. -[7:30:24] [Sacrificial Garb][60c] Added to the list. -[7:30:24] [Simple Robe][57.54c] Added to the list. -[7:30:25] [Ezomyte Tower Shield][54.68c] Added to the list. -[7:30:25] [Elegant Ringmail][50c] Added to the list. -[7:30:25] [Necromancer Silks][50c] Added to the list. -[7:30:25] [Sacrificial Garb][50c] Added to the list. -[7:30:25] [Cutthroat's Garb][49.31c] Added to the list. -[7:30:25] [Arcanist Slippers][48.39c] Added to the list. -[7:30:25] [Lacquered Garb][44.18c] Added to the list. -[7:30:25] [Occultist's Vestment][44c] Added to the list. -[7:30:25] [Cedar Tower Shield][44c] Added to the list. -[7:30:25] [Lacquered Garb][41.68c] Added to the list. -[7:30:25] [Full Wyrmscale][40c] Added to the list. -[7:30:25] [Savant's Robe][40c] Added to the list. -[7:30:25] [Vaal Regalia][40c] Added to the list. -[7:30:25] [Destroyer Regalia][40c] Added to the list. -[7:30:25] [Sage's Robe][40c] Added to the list. -[7:30:25] [Sacrificial Garb][39.68c] Added to the list. -[7:30:25] [Assassin's Garb][39.52c] Added to the list. -[7:30:25] [Gladiator Plate][38.24c] Added to the list. -[7:30:25] [Saintly Chainmail][37.29c] Added to the list. -[7:30:25] [Zodiac Leather][37.23c] Added to the list. -[7:30:25] [Astral Plate][35c] Added to the list. -[7:30:25] [Wyrmscale Doublet][35c] Added to the list. -[7:30:25] [Spidersilk Robe][34.83c] Added to the list. -[7:30:25] [Sadist Garb][31.59c] Added to the list. -[7:30:25] [Plate Vest][31.56c] Added to the list. -[7:30:25] [Callous Mask Piece][30.1c] Added to the list. -[7:30:25] [Triumphant Lamellar][30c] Added to the list. -[7:30:25] [Golden Plate][30c] Added to the list. -[7:30:25] [Zodiac Leather][30c] Added to the list. -[7:30:25] [Crusader Plate][30c] Added to the list. -[7:30:25] [Destiny Leather][30c] Added to the list. -[7:30:25] [Sentinel Jacket][30c] Added to the list. -[7:30:25] [Varnished Coat][29.75c] Added to the list. -[7:30:25] [Callous Mask Piece][29c] Added to the list. -[7:30:25] [Fire Arrow Quiver][28.43c] Added to the list. -[7:30:25] [Spidersilk Robe][28c] Added to the list. -[7:30:25] [Holy Chainmail][28c] Added to the list. -[7:30:25] [Sacrificial Garb][27.6c] Added to the list. -[7:30:25] [Latticed Ringmail][27.47c] Added to the list. -[7:30:25] [Callous Mask Piece][27c] Added to the list. -[7:30:25] [Widowsilk Robe][25c] Added to the list. -[7:30:25] [Exquisite Leather][25c] Added to the list. -[7:30:25] [Buckskin Tunic][23.9c] Added to the list. -[7:30:25] [Conquest Chainmail][23.88c] Added to the list. -[7:30:25] [Close Helmet][23.1c] Added to the list. -[7:30:25] [Desert Brigandine][22.66c] Added to the list. -[7:30:25] [Full Dragonscale][22c] Added to the list. -[7:30:25] [Carnal Armour][21.36c] Added to the list. -[7:30:25] [Scholar's Robe][20c] Added to the list. -[7:30:25] [Copper Plate][20c] Added to the list. -[7:30:25] [Blunt Arrow Quiver][20c] Added to the list. -[7:30:25] Generating Accessories... -[7:30:25] [Leather Belt][5480.74c] Added to the list. -[7:30:25] [Greatwolf Talisman][5132.29c] Added to the list. -[7:30:25] [Rustic Sash][1112.86c] Added to the list. -[7:30:25] [Prismatic Ring][635.92c] Added to the list. -[7:30:25] [Rustic Sash][586c] Added to the list. -[7:30:25] [Two-Stone Ring][505.25c] Added to the list. -[7:30:25] [Citrine Amulet][357.7c] Added to the list. -[7:30:25] [Rustic Sash][356.52c] Added to the list. -[7:30:25] [Amber Amulet][304.87c] Added to the list. -[7:30:25] [Amber Amulet][300c] Added to the list. -[7:30:25] [Onyx Amulet][260c] Added to the list. -[7:30:25] [Moonstone Ring][185.28c] Added to the list. -[7:30:25] [Agate Amulet][135c] Added to the list. -[7:30:25] [Topaz Ring][119.48c] Added to the list. -[7:30:25] [Onyx Amulet][90c] Added to the list. -[7:30:25] [Two-Stone Ring][70c] Added to the list. -[7:30:25] [Gold Amulet][63.73c] Added to the list. -[7:30:25] [Jade Amulet][62.64c] Added to the list. -[7:30:25] [Two-Stone Ring][55.88c] Added to the list. -[7:30:25] [Ruby Amulet][50.89c] Added to the list. -[7:30:25] [Diamond Ring][48.1c] Added to the list. -[7:30:25] [Turquoise Amulet][47.78c] Added to the list. -[7:30:25] [Jade Amulet][45.12c] Added to the list. -[7:30:25] [Unset Ring][34.86c] Added to the list. -[7:30:25] [Wereclaw Talisman][34.2c] Added to the list. -[7:30:25] [Onyx Amulet][29.26c] Added to the list. -[7:30:25] [Sapphire Ring][29.15c] Added to the list. -[7:30:25] [Lapis Amulet][25c] Added to the list. -[7:30:25] Generating Maps... -[7:30:25] [Chateau Map][715.41c] Added to the list. -[7:30:25] [Museum Map][95c] Added to the list. -[7:30:25] [Courtyard Map][60.48c] Added to the list. -[7:30:25] [Harbinger Map][30c] Added to the list. -[7:30:25] [Harbinger Map][25.61c] Added to the list. -[7:30:25] [Harbinger Map][25c] Added to the list. -[7:30:25] Generating Cards... -[7:30:25] [House of Mirrors][1271.84c] Added to the list. -[7:30:25] [The Doctor][667.72c] Added to the list. -[7:30:25] [The Fiend][476.94c] Added to the list. -[7:30:25] [The Spark and the Flame][238.47c] Added to the list. -[7:30:25] [Mawr Blaidd][199.47c] Added to the list. -[7:30:25] [Hunter's Reward][198.83c] Added to the list. -[7:30:25] [The Queen][181.84c] Added to the list. -[7:30:25] [The Immortal][129.62c] Added to the list. -[7:30:25] [The Wolf][62.76c] Added to the list. -[7:30:25] [The Standoff][49.83c] Added to the list. -[7:30:25] [Abandoned Wealth][47c] Added to the list. -[7:30:25] [The Wolven King's Bite][41.7c] Added to the list. -[7:30:25] [The Dragon's Heart][37.44c] Added to the list. -[7:30:25] [Pride Before the Fall][30.7c] Added to the list. -[7:30:25] [Wealth and Power][30.07c] Added to the list. -[7:30:25] [The King's Heart][30c] Added to the list. -[7:30:25] [Last Hope][28c] Added to the list. -[7:30:25] [The Celestial Justicar][24c] Added to the list. -[7:30:25] [Heterochromia][20c] Added to the list. -[7:30:25] [The Last One Standing][20c] Added to the list. -[7:30:59] API: http://poe.ninja/api/Data/ -[7:30:59] League: Harbinger -[7:30:59] Confidence: 5 -[7:30:59] Minimum Value: 20c -[7:31:0] Generating Weapons... -[7:31:0] [Midnight Blade][1227.33c] Added to the list. -[7:31:0] [Vaal Axe][722.11c] Added to the list. -[7:31:0] [Infernal Sword][715.32c] Added to the list. -[7:31:0] [Maelström Staff][681.38c] Added to the list. -[7:31:0] [Imperial Bow][635.92c] Added to the list. -[7:31:0] [Judgement Staff][555.54c] Added to the list. -[7:31:0] [Assassin Bow][529.37c] Added to the list. -[7:31:0] [Ornate Sword][527.43c] Added to the list. -[7:31:0] [Royal Bow][517.58c] Added to the list. -[7:31:0] [Tiger Sword][516.68c] Added to the list. -[7:31:0] [Imperial Bow][513.35c] Added to the list. -[7:31:0] [Imperial Maul][511.22c] Added to the list. -[7:31:0] [Royal Bow][476.94c] Added to the list. -[7:31:0] [Infernal Sword][476.94c] Added to the list. -[7:31:0] [Spine Bow][476.94c] Added to the list. -[7:31:0] [Serpentine Staff][476.94c] Added to the list. -[7:31:0] [Maelström Staff][476.94c] Added to the list. -[7:31:0] [Void Axe][476.5c] Added to the list. -[7:31:0] [Primordial Staff][465.02c] Added to the list. -[7:31:0] [Ornate Sword][461.75c] Added to the list. -[7:31:0] [Military Staff][441.75c] Added to the list. -[7:31:0] [Death Bow][419.45c] Added to the list. -[7:31:0] [Judgement Staff][397.45c] Added to the list. -[7:31:0] [Abyssal Axe][397.45c] Added to the list. -[7:31:0] [Vaal Axe][364.19c] Added to the list. -[7:31:0] [Imperial Staff][342.13c] Added to the list. -[7:31:0] [Harbinger Bow][317.96c] Added to the list. -[7:31:0] [Citadel Bow][308.88c] Added to the list. -[7:31:0] [Meatgrinder][305.95c] Added to the list. -[7:31:0] [Ritual Sceptre][299.99c] Added to the list. -[7:31:0] [Vaal Axe][292.18c] Added to the list. -[7:31:0] [Cutlass][280c] Added to the list. -[7:31:0] [Terror Maul][279.37c] Added to the list. -[7:31:0] [Despot Axe][256.55c] Added to the list. -[7:31:0] [Vaal Axe][245.45c] Added to the list. -[7:31:0] [Short Bow][238.47c] Added to the list. -[7:31:0] [Ezomyte Blade][220c] Added to the list. -[7:31:0] [Infernal Sword][181c] Added to the list. -[7:31:0] [Infernal Sword][134.67c] Added to the list. -[7:31:0] [Imperial Bow][127.32c] Added to the list. -[7:31:0] [Eternal Sword][97.66c] Added to the list. -[7:31:0] [Prophecy Wand][95.13c] Added to the list. -[7:31:0] [Imperial Bow][88.26c] Added to the list. -[7:31:0] [Vaal Axe][87.69c] Added to the list. -[7:31:0] [Vaal Blade][85c] Added to the list. -[7:31:0] [Maelström Staff][66.6c] Added to the list. -[7:31:0] [Royal Bow][65.73c] Added to the list. -[7:31:0] [Void Axe][55.63c] Added to the list. -[7:31:0] [Royal Bow][54c] Added to the list. -[7:31:0] [Ornate Sword][50c] Added to the list. -[7:31:0] [Jewelled Foil][49.29c] Added to the list. -[7:31:0] [Iron Staff][45.62c] Added to the list. -[7:31:0] [Woodsplitter][45c] Added to the list. -[7:31:0] [Iron Staff][43c] Added to the list. -[7:31:0] [Steelhead][40c] Added to the list. -[7:31:0] [Infernal Sword][40c] Added to the list. -[7:31:0] [Abyssal Axe][40c] Added to the list. -[7:31:0] [Vaal Axe][40c] Added to the list. -[7:31:0] [Coiled Staff][38.69c] Added to the list. -[7:31:0] [Imperial Staff][37.91c] Added to the list. -[7:31:0] [Assassin Bow][36.95c] Added to the list. -[7:31:0] [Lathi][35.32c] Added to the list. -[7:31:0] [Death Bow][35c] Added to the list. -[7:31:0] [Maelström Staff][35c] Added to the list. -[7:31:0] [Tiger Sword][35c] Added to the list. -[7:31:0] [Maelström Staff][35c] Added to the list. -[7:31:0] [Spine Bow][34.66c] Added to the list. -[7:31:0] [Imperial Bow][34.1c] Added to the list. -[7:31:0] [Highborn Staff][32.81c] Added to the list. -[7:31:0] [Terror Maul][31.22c] Added to the list. -[7:31:0] [Long Bow][31.03c] Added to the list. -[7:31:0] [Crude Bow][30.73c] Added to the list. -[7:31:0] [Primordial Staff][30c] Added to the list. -[7:31:0] [Vaal Axe][30c] Added to the list. -[7:31:0] [Ranger Bow][30c] Added to the list. -[7:31:0] [Short Bow][30c] Added to the list. -[7:31:0] [Serpentine Staff][30c] Added to the list. -[7:31:0] [Military Staff][30c] Added to the list. -[7:31:0] [Imperial Maul][30c] Added to the list. -[7:31:0] [Jasper Chopper][29.65c] Added to the list. -[7:31:0] [Judgement Staff][29.62c] Added to the list. -[7:31:0] [Lion Sword][29.22c] Added to the list. -[7:31:0] [Imperial Staff][28.25c] Added to the list. -[7:31:0] [Death Bow][27.95c] Added to the list. -[7:31:0] [Judgement Staff][27c] Added to the list. -[7:31:1] [Etched Greatsword][26.97c] Added to the list. -[7:31:1] [Death Bow][25c] Added to the list. -[7:31:1] [Ornate Sword][25c] Added to the list. -[7:31:1] [Despot Axe][24.65c] Added to the list. -[7:31:1] [Royal Bow][21.58c] Added to the list. -[7:31:1] [Meatgrinder][20c] Added to the list. -[7:31:1] [Ezomyte Blade][20c] Added to the list. -[7:31:1] [Harbinger Bow][20c] Added to the list. -[7:31:1] [Spine Bow][20c] Added to the list. -[7:31:1] [Sage Wand][20c] Added to the list. -[7:31:1] [Citadel Bow][20c] Added to the list. -[7:31:1] Generating Armours... -[7:31:1] [Vaal Gauntlets][3338.58c] Added to the list. -[7:31:1] [Sorcerer Boots][675.66c] Added to the list. -[7:31:1] [Sacrificial Garb][636.8c] Added to the list. -[7:31:1] [Sage's Robe][636.56c] Added to the list. -[7:31:1] [Astral Plate][635.92c] Added to the list. -[7:31:1] [Ebony Tower Shield][635.29c] Added to the list. -[7:31:1] [Sacrificial Garb][633.97c] Added to the list. -[7:31:1] [Lacquered Garb][622.5c] Added to the list. -[7:31:1] [Widowsilk Robe][611.91c] Added to the list. -[7:31:1] [Sacrificial Garb][598.77c] Added to the list. -[7:31:1] [Necromancer Silks][596.18c] Added to the list. -[7:31:1] [Occultist's Vestment][595.58c] Added to the list. -[7:31:1] [Cutthroat's Garb][578.12c] Added to the list. -[7:31:1] [Full Wyrmscale][556.43c] Added to the list. -[7:31:1] [Savant's Robe][556.43c] Added to the list. -[7:31:1] [Zodiac Leather][556.43c] Added to the list. -[7:31:1] [Spidersilk Robe][556.43c] Added to the list. -[7:31:1] [Exquisite Leather][556.43c] Added to the list. -[7:31:1] [Zodiac Leather][553.32c] Added to the list. -[7:31:1] [Saintly Chainmail][544.72c] Added to the list. -[7:31:1] [Crusader Plate][536.15c] Added to the list. -[7:31:1] [Elegant Ringmail][529.24c] Added to the list. -[7:31:1] [Sacrificial Garb][513.2c] Added to the list. -[7:31:1] [Varnished Coat][476.94c] Added to the list. -[7:31:1] [Lacquered Garb][476.94c] Added to the list. -[7:31:1] [Golden Plate][476.94c] Added to the list. -[7:31:1] [Exquisite Leather][476.94c] Added to the list. -[7:31:1] [Destiny Leather][476.94c] Added to the list. -[7:31:1] [Two-Point Arrow Quiver][476.94c] Added to the list. -[7:31:1] [Gladiator Plate][476.94c] Added to the list. -[7:31:1] [Sentinel Jacket][476.94c] Added to the list. -[7:31:1] [Wyrmscale Doublet][459.57c] Added to the list. -[7:31:1] [Sadist Garb][457.23c] Added to the list. -[7:31:1] [Triumphant Lamellar][454.63c] Added to the list. -[7:31:1] [Full Dragonscale][397.45c] Added to the list. -[7:31:1] [Vaal Regalia][397.45c] Added to the list. -[7:31:1] [Spidersilk Robe][397.45c] Added to the list. -[7:31:1] [Destroyer Regalia][397.45c] Added to the list. -[7:31:1] [Holy Chainmail][395.17c] Added to the list. -[7:31:1] [Desert Brigandine][380.78c] Added to the list. -[7:31:1] [Assassin's Garb][380c] Added to the list. -[7:31:1] [Buckskin Tunic][357.7c] Added to the list. -[7:31:1] [Hubris Circlet][314.58c] Added to the list. -[7:31:1] [Crusader Boots][294.48c] Added to the list. -[7:31:1] [Legion Gloves][266.37c] Added to the list. -[7:31:1] [Glorious Plate][255c] Added to the list. -[7:31:1] [Scholar's Robe][238.47c] Added to the list. -[7:31:1] [Goathide Boots][190c] Added to the list. -[7:31:1] [Rawhide Boots][176.18c] Added to the list. -[7:31:1] [Mind Cage][130c] Added to the list. -[7:31:1] [Sacrificial Garb][130c] Added to the list. -[7:31:1] [Clasped Mitts][114.14c] Added to the list. -[7:31:1] [Callous Mask][97.86c] Added to the list. -[7:31:1] [Raven Mask][95.62c] Added to the list. -[7:31:1] [Sacrificial Garb][90.25c] Added to the list. -[7:31:1] [Ezomyte Tower Shield][79.49c] Added to the list. -[7:31:1] [Exquisite Leather][78.76c] Added to the list. -[7:31:1] [Occultist's Vestment][74.49c] Added to the list. -[7:31:1] [Sacrificial Garb][73.81c] Added to the list. -[7:31:1] [Sacrificial Garb][70c] Added to the list. -[7:31:1] [Wyrmscale Doublet][70c] Added to the list. -[7:31:1] [Sage's Robe][70c] Added to the list. -[7:31:1] [Exquisite Leather][65c] Added to the list. -[7:31:1] [Sacrificial Garb][60c] Added to the list. -[7:31:1] [Simple Robe][57.54c] Added to the list. -[7:31:1] [Ezomyte Tower Shield][54.68c] Added to the list. -[7:31:1] [Elegant Ringmail][50c] Added to the list. -[7:31:1] [Necromancer Silks][50c] Added to the list. -[7:31:1] [Sacrificial Garb][50c] Added to the list. -[7:31:1] [Cutthroat's Garb][49.31c] Added to the list. -[7:31:1] [Arcanist Slippers][48.39c] Added to the list. -[7:31:1] [Lacquered Garb][44.18c] Added to the list. -[7:31:1] [Occultist's Vestment][44c] Added to the list. -[7:31:1] [Cedar Tower Shield][44c] Added to the list. -[7:31:1] [Lacquered Garb][41.68c] Added to the list. -[7:31:1] [Full Wyrmscale][40c] Added to the list. -[7:31:1] [Savant's Robe][40c] Added to the list. -[7:31:1] [Vaal Regalia][40c] Added to the list. -[7:31:1] [Destroyer Regalia][40c] Added to the list. -[7:31:1] [Sage's Robe][40c] Added to the list. -[7:31:1] [Sacrificial Garb][39.68c] Added to the list. -[7:31:1] [Assassin's Garb][39.52c] Added to the list. -[7:31:1] [Gladiator Plate][38.24c] Added to the list. -[7:31:1] [Saintly Chainmail][37.29c] Added to the list. -[7:31:1] [Zodiac Leather][37.23c] Added to the list. -[7:31:1] [Astral Plate][35c] Added to the list. -[7:31:1] [Wyrmscale Doublet][35c] Added to the list. -[7:31:1] [Spidersilk Robe][34.83c] Added to the list. -[7:31:1] [Sadist Garb][31.59c] Added to the list. -[7:31:1] [Plate Vest][31.56c] Added to the list. -[7:31:1] [Callous Mask Piece][30.1c] Added to the list. -[7:31:1] [Triumphant Lamellar][30c] Added to the list. -[7:31:1] [Golden Plate][30c] Added to the list. -[7:31:1] [Zodiac Leather][30c] Added to the list. -[7:31:1] [Crusader Plate][30c] Added to the list. -[7:31:1] [Destiny Leather][30c] Added to the list. -[7:31:1] [Sentinel Jacket][30c] Added to the list. -[7:31:1] [Varnished Coat][29.75c] Added to the list. -[7:31:1] [Callous Mask Piece][29c] Added to the list. -[7:31:1] [Fire Arrow Quiver][28.43c] Added to the list. -[7:31:1] [Spidersilk Robe][28c] Added to the list. -[7:31:1] [Holy Chainmail][28c] Added to the list. -[7:31:1] [Sacrificial Garb][27.6c] Added to the list. -[7:31:1] [Latticed Ringmail][27.47c] Added to the list. -[7:31:1] [Callous Mask Piece][27c] Added to the list. -[7:31:1] [Widowsilk Robe][25c] Added to the list. -[7:31:1] [Exquisite Leather][25c] Added to the list. -[7:31:1] [Buckskin Tunic][23.9c] Added to the list. -[7:31:1] [Conquest Chainmail][23.88c] Added to the list. -[7:31:1] [Close Helmet][23.1c] Added to the list. -[7:31:1] [Desert Brigandine][22.66c] Added to the list. -[7:31:1] [Full Dragonscale][22c] Added to the list. -[7:31:1] [Carnal Armour][21.36c] Added to the list. -[7:31:1] [Scholar's Robe][20c] Added to the list. -[7:31:2] [Copper Plate][20c] Added to the list. -[7:31:2] [Blunt Arrow Quiver][20c] Added to the list. -[7:31:2] Generating Accessories... -[7:31:2] [Leather Belt][5480.74c] Added to the list. -[7:31:2] [Greatwolf Talisman][5132.29c] Added to the list. -[7:31:2] [Rustic Sash][1112.86c] Added to the list. -[7:31:2] [Prismatic Ring][635.92c] Added to the list. -[7:31:2] [Rustic Sash][586c] Added to the list. -[7:31:2] [Two-Stone Ring][505.25c] Added to the list. -[7:31:2] [Citrine Amulet][357.7c] Added to the list. -[7:31:2] [Rustic Sash][356.52c] Added to the list. -[7:31:2] [Amber Amulet][304.87c] Added to the list. -[7:31:2] [Amber Amulet][300c] Added to the list. -[7:31:2] [Onyx Amulet][260c] Added to the list. -[7:31:2] [Moonstone Ring][185.28c] Added to the list. -[7:31:2] [Agate Amulet][135c] Added to the list. -[7:31:2] [Topaz Ring][119.48c] Added to the list. -[7:31:2] [Onyx Amulet][90c] Added to the list. -[7:31:2] [Two-Stone Ring][70c] Added to the list. -[7:31:2] [Gold Amulet][63.73c] Added to the list. -[7:31:2] [Jade Amulet][62.64c] Added to the list. -[7:31:2] [Two-Stone Ring][55.88c] Added to the list. -[7:31:2] [Ruby Amulet][50.89c] Added to the list. -[7:31:2] [Diamond Ring][48.1c] Added to the list. -[7:31:2] [Turquoise Amulet][47.78c] Added to the list. -[7:31:2] [Jade Amulet][45.12c] Added to the list. -[7:31:2] [Unset Ring][34.86c] Added to the list. -[7:31:2] [Wereclaw Talisman][34.2c] Added to the list. -[7:31:2] [Onyx Amulet][29.26c] Added to the list. -[7:31:2] [Sapphire Ring][29.15c] Added to the list. -[7:31:2] [Lapis Amulet][25c] Added to the list. -[7:31:2] Generating Maps... -[7:31:2] [Chateau Map][715.41c] Added to the list. -[7:31:2] [Museum Map][95c] Added to the list. -[7:31:2] [Courtyard Map][60.48c] Added to the list. -[7:31:2] [Harbinger Map][30c] Added to the list. -[7:31:2] [Harbinger Map][25.61c] Added to the list. -[7:31:2] [Harbinger Map][25c] Added to the list. -[7:31:2] Generating Cards... -[7:31:2] [House of Mirrors][1271.84c] Added to the list. -[7:31:2] [The Doctor][667.72c] Added to the list. -[7:31:2] [The Fiend][476.94c] Added to the list. -[7:31:2] [The Spark and the Flame][238.47c] Added to the list. -[7:31:2] [Mawr Blaidd][199.47c] Added to the list. -[7:31:2] [Hunter's Reward][198.83c] Added to the list. -[7:31:2] [The Queen][181.84c] Added to the list. -[7:31:2] [The Immortal][129.62c] Added to the list. -[7:31:2] [The Wolf][62.76c] Added to the list. -[7:31:2] [The Standoff][49.83c] Added to the list. -[7:31:2] [Abandoned Wealth][47c] Added to the list. -[7:31:2] [The Wolven King's Bite][41.7c] Added to the list. -[7:31:2] [The Dragon's Heart][37.44c] Added to the list. -[7:31:2] [Pride Before the Fall][30.7c] Added to the list. -[7:31:2] [Wealth and Power][30.07c] Added to the list. -[7:31:2] [The King's Heart][30c] Added to the list. -[7:31:2] [Last Hope][28c] Added to the list. -[7:31:2] [The Celestial Justicar][24c] Added to the list. -[7:31:2] [Heterochromia][20c] Added to the list. -[7:31:2] [The Last One Standing][20c] Added to the list. -[7:54:17] API: http://poe.ninja/api/Data/ -[7:54:17] League: Harbinger -[7:54:17] Confidence: 5 -[7:54:17] Minimum Value: 20c -[7:54:17] Generating Weapons... -[7:54:17] [Midnight Blade][1227.33c] Added to the list. -[7:54:17] [Ritual Sceptre][294.62c] Added to the list. -[7:54:17] [Cutlass][279.13c] Added to the list. -[7:54:17] [Vaal Axe][245c] Added to the list. -[7:54:17] [Infernal Sword][135c] Added to the list. -[7:54:17] [Prophecy Wand][95.73c] Added to the list. -[7:54:17] [Vaal Blade][85c] Added to the list. -[7:54:17] [Imperial Bow][85c] Added to the list. -[7:54:17] [Royal Bow][54c] Added to the list. -[7:54:17] [Jewelled Foil][45c] Added to the list. -[7:54:17] [Steelhead][40c] Added to the list. -[7:54:17] [Maelström Staff][35c] Added to the list. -[7:54:17] [Despot Axe][24.61c] Added to the list. -[7:54:17] [Sage Wand][20c] Added to the list. -[7:54:17] Generating Armours... -[7:54:17] [Vaal Gauntlets][3338.58c] Added to the list. -[7:54:17] [Sorcerer Boots][675.66c] Added to the list. -[7:54:17] [Sacrificial Garb][636.8c] Added to the list. -[7:54:18] [Sage's Robe][636.56c] Added to the list. -[7:54:18] [Astral Plate][635.92c] Added to the list. -[7:54:18] [Ebony Tower Shield][635.92c] Added to the list. -[7:54:18] [Lacquered Garb][622.5c] Added to the list. -[7:54:18] [Widowsilk Robe][611.91c] Added to the list. -[7:54:18] [Sacrificial Garb][598.77c] Added to the list. -[7:54:18] [Occultist's Vestment][596.18c] Added to the list. -[7:54:18] [Necromancer Silks][596.18c] Added to the list. -[7:54:18] [Sacrificial Garb][591.47c] Added to the list. -[7:54:18] [Cutthroat's Garb][556.43c] Added to the list. -[7:54:18] [Savant's Robe][556.43c] Added to the list. -[7:54:18] [Zodiac Leather][556.43c] Added to the list. -[7:54:18] [Exquisite Leather][556.43c] Added to the list. -[7:54:18] [Spidersilk Robe][555.83c] Added to the list. -[7:54:18] [Zodiac Leather][554.36c] Added to the list. -[7:54:18] [Full Wyrmscale][551.38c] Added to the list. -[7:54:18] [Saintly Chainmail][542.2c] Added to the list. -[7:54:18] [Crusader Plate][536.56c] Added to the list. -[7:54:18] [Elegant Ringmail][529.24c] Added to the list. -[7:54:18] [Destiny Leather][516.68c] Added to the list. -[7:54:18] [Sacrificial Garb][513.2c] Added to the list. -[7:54:18] [Varnished Coat][486.81c] Added to the list. -[7:54:18] [Lacquered Garb][476.94c] Added to the list. -[7:54:18] [Golden Plate][476.94c] Added to the list. -[7:54:18] [Exquisite Leather][476.94c] Added to the list. -[7:54:18] [Two-Point Arrow Quiver][476.94c] Added to the list. -[7:54:18] [Gladiator Plate][476.94c] Added to the list. -[7:54:18] [Sentinel Jacket][476.94c] Added to the list. -[7:54:18] [Wyrmscale Doublet][465.19c] Added to the list. -[7:54:18] [Triumphant Lamellar][451.14c] Added to the list. -[7:54:18] [Sadist Garb][437.2c] Added to the list. -[7:54:18] [Full Dragonscale][397.45c] Added to the list. -[7:54:18] [Vaal Regalia][397.45c] Added to the list. -[7:54:18] [Spidersilk Robe][397.45c] Added to the list. -[7:54:18] [Holy Chainmail][396.72c] Added to the list. -[7:54:18] [Destroyer Regalia][395.53c] Added to the list. -[7:54:18] [Desert Brigandine][388.51c] Added to the list. -[7:54:18] [Assassin's Garb][380c] Added to the list. -[7:54:18] [Buckskin Tunic][356.91c] Added to the list. -[7:54:18] [Hubris Circlet][314.58c] Added to the list. -[7:54:18] [Crusader Boots][295.64c] Added to the list. -[7:54:18] [Legion Gloves][266.37c] Added to the list. -[7:54:18] [Glorious Plate][254.38c] Added to the list. -[7:54:18] [Scholar's Robe][238.47c] Added to the list. -[7:54:18] [Goathide Boots][190c] Added to the list. -[7:54:18] [Rawhide Boots][180c] Added to the list. -[7:54:18] [Mind Cage][130c] Added to the list. -[7:54:18] [Sacrificial Garb][130c] Added to the list. -[7:54:18] [Clasped Mitts][113.41c] Added to the list. -[7:54:18] [Callous Mask][97.44c] Added to the list. -[7:54:18] [Sacrificial Garb][90.25c] Added to the list. -[7:54:18] [Raven Mask][89.36c] Added to the list. -[7:54:18] [Exquisite Leather][79.65c] Added to the list. -[7:54:18] [Ezomyte Tower Shield][79.49c] Added to the list. -[7:54:18] [Occultist's Vestment][75c] Added to the list. -[7:54:18] [Sacrificial Garb][73.81c] Added to the list. -[7:54:18] [Sacrificial Garb][70c] Added to the list. -[7:54:18] [Wyrmscale Doublet][70c] Added to the list. -[7:54:18] [Sage's Robe][70c] Added to the list. -[7:54:18] [Exquisite Leather][61.18c] Added to the list. -[7:54:18] [Sacrificial Garb][60c] Added to the list. -[7:54:18] [Ezomyte Tower Shield][54.68c] Added to the list. -[7:54:18] [Elegant Ringmail][50c] Added to the list. -[7:54:18] [Sacrificial Garb][50c] Added to the list. -[7:54:18] [Cutthroat's Garb][49.77c] Added to the list. -[7:54:18] [Arcanist Slippers][49.59c] Added to the list. -[7:54:18] [Full Wyrmscale][44.26c] Added to the list. -[7:54:18] [Lacquered Garb][44.18c] Added to the list. -[7:54:18] [Cedar Tower Shield][44c] Added to the list. -[7:54:18] [Lacquered Garb][43.02c] Added to the list. -[7:54:18] [Necromancer Silks][42.35c] Added to the list. -[7:54:18] [Occultist's Vestment][40.94c] Added to the list. -[7:54:18] [Savant's Robe][40c] Added to the list. -[7:54:18] [Vaal Regalia][40c] Added to the list. -[7:54:18] [Destroyer Regalia][40c] Added to the list. -[7:54:18] [Sage's Robe][40c] Added to the list. -[7:54:18] [Sacrificial Garb][39.68c] Added to the list. -[7:54:18] [Assassin's Garb][39.52c] Added to the list. -[7:54:18] [Simple Robe][39.14c] Added to the list. -[7:54:18] [Saintly Chainmail][37.29c] Added to the list. -[7:54:18] [Zodiac Leather][37.23c] Added to the list. -[7:54:18] [Astral Plate][35c] Added to the list. -[7:54:18] [Gladiator Plate][35c] Added to the list. -[7:54:18] [Wyrmscale Doublet][35c] Added to the list. -[7:54:18] [Spidersilk Robe][34.95c] Added to the list. -[7:54:18] [Sadist Garb][31.59c] Added to the list. -[7:54:18] [Plate Vest][31.56c] Added to the list. -[7:54:18] [Callous Mask Piece][30.57c] Added to the list. -[7:54:18] [Triumphant Lamellar][30c] Added to the list. -[7:54:18] [Golden Plate][30c] Added to the list. -[7:54:18] [Zodiac Leather][30c] Added to the list. -[7:54:18] [Crusader Plate][30c] Added to the list. -[7:54:18] [Destiny Leather][30c] Added to the list. -[7:54:18] [Sentinel Jacket][30c] Added to the list. -[7:54:18] [Callous Mask Piece][29c] Added to the list. -[7:54:18] [Varnished Coat][28.92c] Added to the list. -[7:54:18] [Fire Arrow Quiver][28.43c] Added to the list. -[7:54:18] [Spidersilk Robe][28c] Added to the list. -[7:54:18] [Holy Chainmail][28c] Added to the list. -[7:54:18] [Sacrificial Garb][27.6c] Added to the list. -[7:54:18] [Latticed Ringmail][27.47c] Added to the list. -[7:54:18] [Callous Mask Piece][27c] Added to the list. -[7:54:18] [Widowsilk Robe][25c] Added to the list. -[7:54:18] [Exquisite Leather][25c] Added to the list. -[7:54:18] [Buckskin Tunic][23.9c] Added to the list. -[7:54:18] [Conquest Chainmail][23.88c] Added to the list. -[7:54:18] [Close Helmet][23.19c] Added to the list. -[7:54:18] [Desert Brigandine][22.66c] Added to the list. -[7:54:18] [Full Dragonscale][22c] Added to the list. -[7:54:19] [Carnal Armour][21.36c] Added to the list. -[7:54:19] [Scholar's Robe][20c] Added to the list. -[7:54:19] [Copper Plate][20c] Added to the list. -[7:54:19] Generating Accessories... -[7:54:19] [Leather Belt][5422.33c] Added to the list. -[7:54:19] [Greatwolf Talisman][5132.29c] Added to the list. -[7:54:19] [Rustic Sash][1112.86c] Added to the list. -[7:54:19] [Prismatic Ring][635.92c] Added to the list. -[7:54:19] [Rustic Sash][586.6c] Added to the list. -[7:54:19] [Two-Stone Ring][516.68c] Added to the list. -[7:54:19] [Rustic Sash][358c] Added to the list. -[7:54:19] [Citrine Amulet][357.7c] Added to the list. -[7:54:19] [Amber Amulet][304.87c] Added to the list. -[7:54:19] [Amber Amulet][300c] Added to the list. -[7:54:19] [Onyx Amulet][261.07c] Added to the list. -[7:54:19] [Moonstone Ring][186.24c] Added to the list. -[7:54:19] [Agate Amulet][132.16c] Added to the list. -[7:54:19] [Topaz Ring][119.48c] Added to the list. -[7:54:19] [Onyx Amulet][90c] Added to the list. -[7:54:19] [Two-Stone Ring][70c] Added to the list. -[7:54:19] [Jade Amulet][62.72c] Added to the list. -[7:54:19] [Gold Amulet][60c] Added to the list. -[7:54:19] [Two-Stone Ring][55.88c] Added to the list. -[7:54:19] [Ruby Amulet][50.89c] Added to the list. -[7:54:19] [Diamond Ring][48.11c] Added to the list. -[7:54:19] [Turquoise Amulet][47.94c] Added to the list. -[7:54:19] [Jade Amulet][46c] Added to the list. -[7:54:19] [Unset Ring][35.43c] Added to the list. -[7:54:19] [Wereclaw Talisman][34.32c] Added to the list. -[7:54:19] [Onyx Amulet][30c] Added to the list. -[7:54:19] [Sapphire Ring][29.15c] Added to the list. -[7:54:19] [Lapis Amulet][25c] Added to the list. -[7:54:19] Generating Maps... -[7:54:19] [Chateau Map][715.41c] Added to the list. -[7:54:19] [Museum Map][95c] Added to the list. -[7:54:19] [Courtyard Map][60.48c] Added to the list. -[7:54:19] [Harbinger Map][30c] Added to the list. -[7:54:19] [Harbinger Map][25c] Added to the list. -[7:54:19] [Harbinger Map][25c] Added to the list. -[7:54:19] Generating Cards... -[7:54:19] [House of Mirrors][1271.84c] Added to the list. -[7:54:19] [The Doctor][667.72c] Added to the list. -[7:54:19] [The Fiend][476.94c] Added to the list. -[7:54:19] [The Spark and the Flame][238.47c] Added to the list. -[7:54:19] [Mawr Blaidd][199.47c] Added to the list. -[7:54:19] [Hunter's Reward][198.83c] Added to the list. -[7:54:19] [The Queen][181.84c] Added to the list. -[7:54:19] [The Immortal][129.62c] Added to the list. -[7:54:19] [The Wolf][62.76c] Added to the list. -[7:54:19] [The Standoff][49.83c] Added to the list. -[7:54:19] [Abandoned Wealth][47c] Added to the list. -[7:54:19] [The Wolven King's Bite][41.7c] Added to the list. -[7:54:19] [The Dragon's Heart][37.44c] Added to the list. -[7:54:19] [Pride Before the Fall][30.7c] Added to the list. -[7:54:19] [Wealth and Power][30.07c] Added to the list. -[7:54:19] [The King's Heart][30c] Added to the list. -[7:54:19] [Last Hope][28c] Added to the list. -[7:54:19] [The Celestial Justicar][24c] Added to the list. -[7:54:19] [Heterochromia][20c] Added to the list. -[7:54:19] [The Last One Standing][20c] Added to the list. diff --git a/PoE-MxFilterGen/bin/Debug/mxfiltergen.pdb b/PoE-MxFilterGen/bin/Debug/mxfiltergen.pdb deleted file mode 100644 index 38a073a..0000000 Binary files a/PoE-MxFilterGen/bin/Debug/mxfiltergen.pdb and /dev/null differ diff --git a/PoE-MxFilterGen/bin/Debug/settings.json b/PoE-MxFilterGen/bin/Debug/settings.json deleted file mode 100644 index 0d9e57b..0000000 --- a/PoE-MxFilterGen/bin/Debug/settings.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "api":"http://poe.ninja/api/Data/", - "league":"Harbinger", - "confidence":5, - "minimumValue":20 -} \ No newline at end of file