Created
August 24, 2017 11:33
-
-
Save miaoles/9afc5a04c76f8f8c4fe6e069f1fe5eea to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"query": { | |
"attributes.league": "hardcore harbinger", | |
"attributes.itemType": "Amulet", | |
"mods": [ | |
{ | |
"mods": { | |
"total.+# to maximum Life": [ | |
"50", | |
null | |
], | |
"explicit.+# to Accuracy Rating": [ | |
"300", | |
null | |
] | |
}, | |
"type": "and" | |
}, | |
{ | |
"mods": { | |
"explicit.Adds # to # Fire Damage to Attacks": [ | |
null, | |
null | |
], | |
"explicit.#% increased Elemental Damage with Attack Skills": [ | |
null, | |
null | |
] | |
}, | |
"type": "sum", | |
"range": [ | |
"20", | |
null | |
] | |
} | |
] | |
}, | |
"_id": "Undeniable Juggernaut Amulet" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment