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":"