From c25192e6fe33d7c06a5cb6a70819ca1b08d3fd74 Mon Sep 17 00:00:00 2001 From: Kvan7 <71402892+Kvan7@users.noreply.github.com> Date: Thu, 19 Dec 2024 15:44:09 -0600 Subject: [PATCH] Dev (#128) * Changes wordig for one vs two hand items (#120) * [PoE2] - Rune type mod showing as "filters.tag_rune" instead of "RUNE" #108 * [PoE2] Missing Total / Elemental DPS on weapon #109 * [PoE2] no option to change from divine currency to exalt in price check #119 * Adds + to all ele res * version bump * also version bump --- docs/.vitepress/config.js | 2 +- main/package-lock.json | 4 +- main/package.json | 2 +- renderer/public/data/en/app_i18n.json | 10 +- renderer/public/data/en/client_strings.js | 3 + renderer/public/data/pseudo-pseudo.json | 70 + renderer/src/assets/data/interfaces.ts | 4 + renderer/src/parser/Parser.ts | 54 + renderer/src/parser/en/app_i18n.json | 323 -- renderer/src/parser/en/client_strings.js | 112 - renderer/src/parser/en/interfaces.ts | 187 - renderer/src/parser/en/item-drop.json | 1286 ------- renderer/src/parser/en/items.ndjson | 3059 ----------------- renderer/src/parser/en/patrons.json | 191 - renderer/src/parser/en/stats.ndjson | 2910 ---------------- renderer/src/parser/en/testLoader.ts | 253 -- renderer/src/parser/meta.ts | 12 +- renderer/src/web/background/Leagues.ts | 3 +- .../web/price-check/trade/OnlineFilter.vue | 13 +- 19 files changed, 158 insertions(+), 8340 deletions(-) delete mode 100644 renderer/src/parser/en/app_i18n.json delete mode 100644 renderer/src/parser/en/client_strings.js delete mode 100644 renderer/src/parser/en/interfaces.ts delete mode 100644 renderer/src/parser/en/item-drop.json delete mode 100644 renderer/src/parser/en/items.ndjson delete mode 100644 renderer/src/parser/en/patrons.json delete mode 100644 renderer/src/parser/en/stats.ndjson delete mode 100644 renderer/src/parser/en/testLoader.ts diff --git a/docs/.vitepress/config.js b/docs/.vitepress/config.js index 4b1852c8..eb442c74 100644 --- a/docs/.vitepress/config.js +++ b/docs/.vitepress/config.js @@ -20,7 +20,7 @@ export default defineConfig({ }, themeConfig: { // logo: 'TODO', https://github.com/vuejs/vitepress/issues/1401 - appVersion: '0.1.1', + appVersion: '0.1.2', github: { releasesUrl: 'https://github.com/Kvan7/Exiled-Exchange-2/releases' }, diff --git a/main/package-lock.json b/main/package-lock.json index 434a1152..5ab6100f 100644 --- a/main/package-lock.json +++ b/main/package-lock.json @@ -1,12 +1,12 @@ { "name": "exiled-exchange-2", - "version": "0.1.1", + "version": "0.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "exiled-exchange-2", - "version": "0.1.1", + "version": "0.1.2", "dependencies": { "electron-overlay-window": "3.3.0", "uiohook-napi": "1.5.x" diff --git a/main/package.json b/main/package.json index a686805d..8c756e17 100644 --- a/main/package.json +++ b/main/package.json @@ -1,6 +1,6 @@ { "name": "exiled-exchange-2", - "version": "0.1.1", + "version": "0.1.2", "private": true, "scripts": { "dev": "node build/script.mjs", diff --git a/renderer/public/data/en/app_i18n.json b/renderer/public/data/en/app_i18n.json index 2725f39e..83ae2eb8 100644 --- a/renderer/public/data/en/app_i18n.json +++ b/renderer/public/data/en/app_i18n.json @@ -131,7 +131,8 @@ "accessory_trinket": "Trinket", "sanctum_relic": "Sanctum Relic", "tincture": "Tincture", - "azmeri_charm": "Charm" + "azmeri_charm": "Charm", + "weapon_crossbow": "Crossbow" }, "filters": { "selected_some": "{0} of {1}, stats", @@ -170,7 +171,8 @@ "tag_explicit_warlord": "Warlord", "tag_explicit_delve": "Delve", "tag_explicit_veiled": "Veiled", - "tag_explicit_incursion": "Incursion" + "tag_explicit_incursion": "Incursion", + "tag_rune": "Rune" }, "online_filter": { "offline_toggle": "Offline & Online", @@ -185,7 +187,9 @@ "currency_any": "Any Currency", "currency_only_chaos": "Chaos Orb", "currency_only_div": "Divine Orb", - "currency_chaos_div": "Both Orbs" + "currency_chaos_div": "Both Orbs", + "currency_exalted_div": "Both Orbs", + "currency_only_exalted": "Exalted Orbs" }, "widget": { "title": "widget title", diff --git a/renderer/public/data/en/client_strings.js b/renderer/public/data/en/client_strings.js index e4fd1a31..73f2625b 100644 --- a/renderer/public/data/en/client_strings.js +++ b/renderer/public/data/en/client_strings.js @@ -21,6 +21,9 @@ export default { QUALITY: 'Quality: ', PHYSICAL_DAMAGE: 'Physical Damage: ', ELEMENTAL_DAMAGE: 'Elemental Damage: ', + LIGHTNING_DAMAGE: 'Lightning Damage: ', + COLD_DAMAGE: 'Cold Damage: ', + FIRE_DAMAGE: 'Fire Damage: ', CRIT_CHANCE: 'Critical Strike Chance: ', ATTACK_SPEED: 'Attacks per Second: ', ARMOUR: 'Armour: ', diff --git a/renderer/public/data/pseudo-pseudo.json b/renderer/public/data/pseudo-pseudo.json index 6f094145..2c8c2e2c 100644 --- a/renderer/public/data/pseudo-pseudo.json +++ b/renderer/public/data/pseudo-pseudo.json @@ -1,6 +1,20 @@ { "pseudo.pseudo_total_elemental_resistance": { "filters": [ + { + "id": "explicit.stat_2901986750", + "value": { + "weight": 1 + }, + "disabled": false + }, + { + "id": "implicit.stat_2901986750", + "value": { + "weight": 1 + }, + "disabled": false + }, { "id": "explicit.stat_3372524247", "value": { @@ -51,6 +65,20 @@ }, "pseudo.pseudo_total_resistance": { "filters": [ + { + "id": "explicit.stat_2901986750", + "value": { + "weight": 1 + }, + "disabled": false + }, + { + "id": "implicit.stat_2901986750", + "value": { + "weight": 1 + }, + "disabled": false + }, { "id": "explicit.stat_3372524247", "value": { @@ -115,6 +143,20 @@ }, "pseudo.pseudo_total_fire_resistance": { "filters": [ + { + "id": "explicit.stat_2901986750", + "value": { + "weight": 1 + }, + "disabled": false + }, + { + "id": "implicit.stat_2901986750", + "value": { + "weight": 1 + }, + "disabled": false + }, { "id": "explicit.stat_3372524247", "value": { @@ -137,6 +179,20 @@ }, "pseudo.pseudo_total_cold_resistance": { "filters": [ + { + "id": "explicit.stat_2901986750", + "value": { + "weight": 1 + }, + "disabled": false + }, + { + "id": "implicit.stat_2901986750", + "value": { + "weight": 1 + }, + "disabled": false + }, { "id": "explicit.stat_4220027924", "value": { @@ -159,6 +215,20 @@ }, "pseudo.pseudo_total_lightning_resistance": { "filters": [ + { + "id": "explicit.stat_2901986750", + "value": { + "weight": 1 + }, + "disabled": false + }, + { + "id": "implicit.stat_2901986750", + "value": { + "weight": 1 + }, + "disabled": false + }, { "id": "explicit.stat_1671376347", "value": { diff --git a/renderer/src/assets/data/interfaces.ts b/renderer/src/assets/data/interfaces.ts index fde457fc..66a27b76 100644 --- a/renderer/src/assets/data/interfaces.ts +++ b/renderer/src/assets/data/interfaces.ts @@ -190,6 +190,10 @@ export interface TranslationDict { CHAT_WHISPER_TO: RegExp; CHAT_WHISPER_FROM: RegExp; CHAT_WEBTRADE_GEM: RegExp; + // --- + FIRE_DAMAGE: string; + LIGHTNING_DAMAGE: string; + COLD_DAMAGE: string; } export interface Filter { diff --git a/renderer/src/parser/Parser.ts b/renderer/src/parser/Parser.ts index 328d542f..f7aad2a0 100644 --- a/renderer/src/parser/Parser.ts +++ b/renderer/src/parser/Parser.ts @@ -635,6 +635,60 @@ function parseWeapon(section: string[], item: ParsedItem) { isParsed = "SECTION_PARSED"; continue; } + if (line.startsWith(_$.FIRE_DAMAGE)) { + const fireDamage = line + .slice(_$.FIRE_DAMAGE.length) + .split(", ") + .map((element) => + getRollOrMinmaxAvg( + element.split("-").map((str) => parseInt(str, 10)), + ), + ) + .reduce((sum, x) => sum + x, 0); + if (item.weaponELEMENTAL) { + item.weaponELEMENTAL = fireDamage + item.weaponELEMENTAL; + } else { + item.weaponELEMENTAL = fireDamage; + } + isParsed = "SECTION_PARSED"; + continue; + } + if (line.startsWith(_$.COLD_DAMAGE)) { + const coldDamage = line + .slice(_$.COLD_DAMAGE.length) + .split(", ") + .map((element) => + getRollOrMinmaxAvg( + element.split("-").map((str) => parseInt(str, 10)), + ), + ) + .reduce((sum, x) => sum + x, 0); + if (item.weaponELEMENTAL) { + item.weaponELEMENTAL = coldDamage + item.weaponELEMENTAL; + } else { + item.weaponELEMENTAL = coldDamage; + } + isParsed = "SECTION_PARSED"; + continue; + } + if (line.startsWith(_$.LIGHTNING_DAMAGE)) { + const lightningDamage = line + .slice(_$.LIGHTNING_DAMAGE.length) + .split(", ") + .map((element) => + getRollOrMinmaxAvg( + element.split("-").map((str) => parseInt(str, 10)), + ), + ) + .reduce((sum, x) => sum + x, 0); + if (item.weaponELEMENTAL) { + item.weaponELEMENTAL = lightningDamage + item.weaponELEMENTAL; + } else { + item.weaponELEMENTAL = lightningDamage; + } + isParsed = "SECTION_PARSED"; + continue; + } } if (isParsed === "SECTION_PARSED") { diff --git a/renderer/src/parser/en/app_i18n.json b/renderer/src/parser/en/app_i18n.json deleted file mode 100644 index dff2983e..00000000 --- a/renderer/src/parser/en/app_i18n.json +++ /dev/null @@ -1,323 +0,0 @@ -{ - "please_wait": "Please wait\u2026", - "choose_file": "Choose File", - "app_is_ready": "Is ready and running in background", - "reopen_settings": "Press {0} to continue editing.", - "seconds": "seconds", - "league": "League", - "realm": "Realm", - "realm_intl": "International", - "app": { - "leagues_loading": "Loading leagues\u2026", - "leagues_failed": "Failed to load leagues", - "leagues_failed_help": "Make sure the realm is not under maintenance. Also try clicking on the \"Browser\" button, you may need to complete a CAPTCHA there.", - "leagues_failed_help_alt": "Price check an Item, and follow the instructions in the error description there.", - "thanks_3rd_party": "This tool relies on {0} and {1}, consider supporting them as well", - "toggle_browser_hint": "Press {0} to switch between browser and game.", - "contact_me": "Contact me on one of the PoE Discords,", - "version": "Version {0}", - "release_notes": "Release notes", - "report_bug": "Report a bug on GitHub", - "quit": "Quit" - }, - "map.mods.heist": "heist", - "map.mods.uber": "T17", - "map.mods.outdated": "outdated", - "Support development on": "Support development\u00A0on", - "Blighted": "Blighted", - "Blight-ravaged": "Blight-ravaged", - "Magic": "Magic", - "Shaper": "Shaper", - "Elder": "Elder", - "Crusader": "Crusader", - "Hunter": "Hunter", - "Redeemer": "Redeemer", - "Warlord": "Warlord", - "Superior": "Superior", - "Anomalous": "Anomalous", - "Divergent": "Divergent", - "Phantasmal": "Phantasmal", - "item": { - "prop_quality": "Q {0}%", - "base_percentile": "Base Percentile: {0}%", - "armour": "Armour: {0}", - "evasion_rating": "Evasion Rating: {0}", - "energy_shield": "Energy Shield: {0}", - "block": "Block: {0}%", - "total_dps": "Total DPS: {0}", - "physical_dps": "Physical DPS: {0}", - "elemental_dps": "Elemental DPS: {0}", - "crit": "Critical Strike Chance: {0}%", - "aps": "Attacks per Second: {0}", - "spirit": "Spirit: {0}", - "has_empty_modifier": "1 Empty or Crafted Modifier", - "has_empty_affix": "Any", - "has_empty_prefix": "Prefix", - "has_empty_suffix": "Suffix", - "item_level": "Item Level: {0}", - "stock": "Stock: {0}", - "map_tier": "Map Tier: {0}", - "area_level": "Area Level: {0}", - "heist_wings_revealed": "Wings Revealed: {0}", - "linked_sockets": "Links: {0}", - "white_sockets": "White: {0}", - "quality": "Quality: {0}", - "gem_level": "Level: {0}", - "gem_sockets": "Sockets: {0}", - "rune_sockets": "Sockets: {0}", - "sentinel_charge": "Charge: {0}", - "find_in_stash": "Find in Stash", - "parse_error": "An error occurred while parsing the item", - "parse_error_help": "This is probably a bug and you can report it on GitHub.", - "unknown": "Unknown Item", - "unknown_help": "If this Item was introduced in this League, it will likely be supported in the next app update.", - "identification": "You are trying to price check unidentified Unique item with base type \"{0}\". Which one?", - "open_on_wiki": "Open item on wiki", - "open_on_poedb": "Open item on PoEDB", - "info": "Item info", - "corrupted": "Corrupted", - "not_corrupted": "Not Corrupted", - "mod_tier": "Tier: {0}", - "mod_rank": "Rank: {0}", - "mod_pseudo": "Pseudo", - "mod_implicit": "Implicit", - "mod_fractured": "Fractured", - "mod_explicit": "Explicit", - "mod_crafted": "Crafted", - "mod_scourge": "Scourge", - "unidentified": "Unidentified", - "veiled": "Veiled", - "foil_unique": "Foil Unique", - "mirrored": "Mirrored", - "not_mirrored": "Not Mirrored" - }, - "item_category": { - "prop": "Category: {0}", - "map": "Map", - "jewel_abyss": "Abyss Jewel", - "accessory_amulet": "Amulet", - "accessory_belt": "Belt", - "armour_chest": "Body Armour", - "armour_boots": "Boots", - "weapon_bow": "Bow", - "weapon_claw": "Claw", - "weapon_dagger": "Dagger", - "weapon_rod": "Fishing Rod", - "flask": "Flask", - "armour_gloves": "Gloves", - "armour_helmet": "Helmet", - "jewel": "Jewel", - "weapon_oneaxe": "One-Handed Axe", - "weapon_onemace": "One-Handed Mace", - "weapon_onesword": "One-Handed Sword", - "armour_quiver": "Quiver", - "accessory_ring": "Ring", - "weapon_runedagger": "Rune Dagger", - "weapon_sceptre": "Sceptre", - "armour_shield": "Shield", - "weapon_staff": "Staff", - "weapon_twoaxe": "Two-Handed Axe", - "weapon_twomace": "Two-Handed Mace", - "weapon_twosword": "Two-Handed Sword", - "weapon_wand": "Wand", - "weapon_warstaff": "Warstaff", - "jewel_cluster": "Cluster Jewel", - "heistmission_blueprint": "Heist Blueprint", - "heistmission_contract": "Heist Contract", - "heistequipment_heisttool": "Heist Tool", - "heistequipment_heistreward": "Heist Brooch", - "heistequipment_heistweapon": "Heist Gear", - "heistequipment_heistutility": "Heist Cloak", - "accessory_trinket": "Trinket", - "sanctum_relic": "Sanctum Relic", - "tincture": "Tincture", - "azmeri_charm": "Charm" - }, - "filters": { - "selected_some": "{0} of {1}, stats", - "selected_none": "Stats ignored", - "hidden_toggle": "Hidden", - "collapse": "Collapse", - "mods_toggle": "Mods", - "empty": "No relevant stats were found", - "tier": "Tier {0}", - "preset_pseudo": "Pseudo", - "preset_base_item": "Base item", - "hide_const_roll": "Roll is not variable", - "hide_ele_dps": "Elemental damage is not the main source of DPS", - "hide_phys_dps": "Physical damage is not the main source of DPS", - "hide_ele_res": "Filtering by exact Elemental Resistance unreasonably increases the price", - "hide_crafted_chaos": "Crafted Chaos Resistance without Explicit mod has no value", - "hide_anointment": "Buyer will likely change anointment", - "hide_for_crafting": "Select only if price-checking as base item for crafting", - "hide_empty_mod": "Select only if item has 6 modifiers (1 of which is crafted) or if it has 5 modifiers", - "tag_implicit": "implicit", - "tag_fractured": "fractured", - "tag_crafted": "crafted", - "tag_scourge": "scourge", - "tag_enchant": "enchant", - "tag_variant": "variant", - "tag_corrupted": "corrupted", - "tag_synthesised": "synthesised", - "tag_eldritch": "eldritch", - "tag_pseudo": "pseudo", - "tag_explicit": "explicit", - "tag_explicit_shaper": "Shaper", - "tag_explicit_elder": "Elder", - "tag_explicit_crusader": "Crusader", - "tag_explicit_hunter": "Hunter", - "tag_explicit_redeemer": "Redeemer", - "tag_explicit_warlord": "Warlord", - "tag_explicit_delve": "Delve", - "tag_explicit_veiled": "Veiled", - "tag_explicit_incursion": "Incursion" - }, - "online_filter": { - "offline_toggle": "Offline & Online", - "in_league_toggle": "In League", - "listed_any_time": "Listed: Any Time", - "listed_1day": "1 Day Ago", - "listed_3days": "3 Days Ago", - "listed_1week": "1 Week Ago", - "listed_2weeks": "2 Weeks Ago", - "listed_1month": "1 Month Ago", - "listed_2months": "2 Months Ago", - "currency_any": "Any Currency", - "currency_only_chaos": "Chaos Orb", - "currency_only_div": "Divine Orb", - "currency_chaos_div": "Both Orbs" - }, - "widget": { - "title": "widget title", - "hide": "hide", - "edit": "edit", - "move": "move", - "delete": "delete" - }, - "updates": { - "maybe_outdated": "You may have an outdated version", - "latest": "You have the latest version", - "error": "Error while checking for updates", - "checking": "Checking for updates", - "downloading": "Downloading\u2026", - "available": "Update available: {0}", - "never_checked": "Last checked: never", - "last_checked": "Last checked: {0}", - "check_now": "Check now", - "install_now": "Install now", - "downloads_page": "Open the Downloads page", - "installed_on_exit": "It will be installed automatically on exit", - "download_manually": "You can download it from GitHub", - "download_disabled": "You have disabled automatic updates download" - }, - "widget_menu": { - "add": "add widget\u2026", - "always_show": "Show button for active widgets", - "price_check": "Price check (Ctrl + V)" - }, - "stopwatch": { - "name": "Stopwatch", - "paused": "paused", - "toggle_key": "Start and Pause", - "reset_key": "Reset" - }, - "stash_search": { - "enable_keys": "Keys", - "name": "Stash search", - "search_text": "search text or regex", - "friendly_name": "friendly name" - }, - "image_strip": { - "name": "Image strip" - }, - "item_search": { - "name": "Item search", - "input": "Search by name\u2026", - "reset": "Reset items", - "heist_target": "Heist target:", - "target_gem": "Skill Gem", - "target_replica": "Replicas", - "too_many": "Too many items found, enter the name more precisely.", - "not_found": "No items found.", - "ocr_gems_key": "Perform an OCR for a Skill Gem" - }, - "map_check": { - "name": "Map check", - "has_outdated": "Wording of some stats has been changed. Check and update dangerous map mods in the settings. (This message will be hidden as soon as you remove all outdated stats)", - "no_mods": "Item has no modifiers.", - "profile": "Profile", - "search_selected": "Only selected", - "search_stat_col": "Stat (found: {0})", - "new_mods_icon": "Show icon for new mods" - }, - "trade_result": { - "error": "Trade site request failed", - "matched": "Matched: {0}", - "trade": "Trade", - "price": "Price", - "bulk": "bulk", - "stock": "Stock", - "fulfill": "Fulfill", - "listed": "Listed", - "seller": "Seller", - "item_level": "iLvl", - "gem_level": "Level", - "quality": "Quality", - "base_item": "Base item", - "graph_7d": "Last 7 days", - "getting_price": "Getting price {0}", - "getting_price_from": "from poe.ninja \u2026", - "you_have": "You have", - "stack": "Stack" - }, - "settings": { - "title": "Settings - Exiled Exchange 2", - "language": "Language", - "private_league": "or Private League", - "account_name": "Account name", - "last_char_name": "Last character name", - "chat_cmd_add": "Add command", - "chat_cmd_send": "press Enter", - "no_key": "Not Set", - "clear_hotkey": "You can clear hotkey by pressing Backspace", - "overlay": "Overlay", - "stash_scroll": "Stash tab scrolling", - "delve_grid": "Grid for Delve Chart", - "window_title": "PoE window title", - "thank_you": "App development continues thanks to:", - "hotkeys": "Hotkeys", - "chat": "Chat", - "general": "General", - "debug": "Debug", - "about": "About", - "font_size": "Font size", - "overlay_bg": "Background when the Overlay is clickable", - "overlay_bg_none": "Transparent", - "overlay_bg_focus_game": "Clicking on the background focuses the game", - "overlay_always_close": "Always fully close the overlay instead of hiding it", - "poe_log_file": "PoE log file", - "poe_cfg_file": "PoE config file", - "restore_clipboard": "Restore clipboard", - "show_overlay_ready": "Show a notification when the Overlay detects a PoE window", - "debug_hotkeys": "Record all key presses" - }, - "price_check": { - "name": "Price check", - "hotkey": "Auto-hide Mode", - "hotkey_locked": "Open without auto-hide", - "enable_browser": "Enable builtin browser", - "builtin_browser_warning": "I am aware that future releases can potentially contain malicious code that can steal my POESESSID.", - "highlight_hint": "Your items will be highlighted even if this setting is off", - "show_seller": "Show seller", - "fill_rolls": "Fill stat values", - "fill_roll_exact": "Exact value", - "cursor_pos": "Show memorized cursor position", - "extra_delay": "Extra time to prevent spurious Rate limiting", - "warn_expensive": "Settings below are a compromise between increasing load on PoE website and convenient price checking / more accurate search.", - "accurate_collapsed": "Show indication on collapsed listings", - "auto_search": "Perform an auto search, when pressing", - "select_stock": "Always select \"Stock\" filter", - "show_prediction": "Show price prediction", - "remember_currency": "Remember the Buyout Currency filter" - } -} \ No newline at end of file diff --git a/renderer/src/parser/en/client_strings.js b/renderer/src/parser/en/client_strings.js deleted file mode 100644 index e4fd1a31..00000000 --- a/renderer/src/parser/en/client_strings.js +++ /dev/null @@ -1,112 +0,0 @@ -// @ts-check -/** @type{import('../../../src/assets/data/interfaces').TranslationDict} */ -export default { - RARITY_NORMAL: 'Normal', - RARITY_MAGIC: 'Magic', - RARITY_RARE: 'Rare', - RARITY_UNIQUE: 'Unique', - RARITY_GEM: 'Gem', - RARITY_CURRENCY: 'Currency', - RARITY_DIVCARD: 'Divination Card', - RARITY_QUEST: 'Quest', - MAP_TIER: 'Map Tier: ', - RARITY: 'Rarity: ', - ITEM_CLASS: 'Item Class: ', - ITEM_LEVEL: 'Item Level: ', - CORPSE_LEVEL: 'Corpse Level: ', - TALISMAN_TIER: 'Talisman Tier: ', - GEM_LEVEL: 'Level: ', - STACK_SIZE: 'Stack Size: ', - SOCKETS: 'Sockets: ', - QUALITY: 'Quality: ', - PHYSICAL_DAMAGE: 'Physical Damage: ', - ELEMENTAL_DAMAGE: 'Elemental Damage: ', - CRIT_CHANCE: 'Critical Strike Chance: ', - ATTACK_SPEED: 'Attacks per Second: ', - ARMOUR: 'Armour: ', - EVASION: 'Evasion Rating: ', - ENERGY_SHIELD: 'Energy Shield: ', - BLOCK_CHANCE: 'Chance to Block: ', - CORRUPTED: 'Corrupted', - UNIDENTIFIED: 'Unidentified', - ITEM_SUPERIOR: /^Superior (.*)$/, - MAP_BLIGHTED: /^Blighted (.*)$/, - MAP_BLIGHT_RAVAGED: /^Blight-ravaged (.*)$/, - INFLUENCE_SHAPER: 'Shaper Item', - INFLUENCE_ELDER: 'Elder Item', - INFLUENCE_CRUSADER: 'Crusader Item', - INFLUENCE_HUNTER: 'Hunter Item', - INFLUENCE_REDEEMER: 'Redeemer Item', - INFLUENCE_WARLORD: 'Warlord Item', - SECTION_SYNTHESISED: 'Synthesised Item', - ITEM_SYNTHESISED: /^Synthesised (.*)$/, - VEILED_PREFIX: 'Veiled Prefix', - VEILED_SUFFIX: 'Veiled Suffix', - FLASK_CHARGES: /^Currently has \d+ Charges$/, - METAMORPH_HELP: "Combine this with four other different samples in Tane's Laboratory.", - BEAST_HELP: 'Right-click to add this to your bestiary.', - VOIDSTONE_HELP: 'Socket this into your Atlas to increase the Tier of all Maps.', - METAMORPH_BRAIN: /^.* Brain$/, - METAMORPH_EYE: /^.* Eye$/, - METAMORPH_LUNG: /^.* Lung$/, - METAMORPH_HEART: /^.* Heart$/, - METAMORPH_LIVER: /^.* Liver$/, - CANNOT_USE_ITEM: 'You cannot use this item. Its stats will be ignored', - QUALITY_ANOMALOUS: /^Anomalous (.*)$/, - QUALITY_DIVERGENT: /^Divergent (.*)$/, - QUALITY_PHANTASMAL: /^Phantasmal (.*)$/, - AREA_LEVEL: 'Area Level: ', - HEIST_WINGS_REVEALED: 'Wings Revealed: ', - HEIST_TARGET: 'Heist Target: ', - HEIST_BLUEPRINT_ENCHANTS: 'Enchanted Armaments', - HEIST_BLUEPRINT_TRINKETS: 'Thieves\' Trinkets or Currency', - HEIST_BLUEPRINT_GEMS: 'Unusual Gems', - HEIST_BLUEPRINT_REPLICAS: 'Replicas or Experimented Items', - MIRRORED: 'Mirrored', - MODIFIER_LINE: /^(?[^"]+)(?:\s+"(?[^"]+)")?(?:\s+\(Tier: (?\d+)\))?(?:\s+\(Rank: (?\d+)\))?$/, - PREFIX_MODIFIER: 'Prefix Modifier', - SUFFIX_MODIFIER: 'Suffix Modifier', - CRAFTED_PREFIX: 'Master Crafted Prefix Modifier', - CRAFTED_SUFFIX: 'Master Crafted Suffix Modifier', - UNSCALABLE_VALUE: ' — Unscalable Value', - CORRUPTED_IMPLICIT: 'Corruption Implicit Modifier', - MODIFIER_INCREASED: /^(.+?)% Increased$/, - INCURSION_OPEN: 'Open Rooms:', - INCURSION_OBSTRUCTED: 'Obstructed Rooms:', - EATER_IMPLICIT: /^Eater of Worlds Implicit Modifier \((?.+)\)$/, - EXARCH_IMPLICIT: /^Searing Exarch Implicit Modifier \((?.+)\)$/, - ELDRITCH_MOD_R1: 'Lesser', - ELDRITCH_MOD_R2: 'Greater', - ELDRITCH_MOD_R3: 'Grand', - ELDRITCH_MOD_R4: 'Exceptional', - ELDRITCH_MOD_R5: 'Exquisite', - ELDRITCH_MOD_R6: 'Perfect', - SENTINEL_CHARGE: 'Charge: ', - SHAPER_MODS: ['of Shaping', "The Shaper's"], - ELDER_MODS: ['of the Elder', "The Elder's"], - CRUSADER_MODS: ["Crusader's", 'of the Crusade'], - HUNTER_MODS: ["Hunter's", 'of the Hunt'], - REDEEMER_MODS: ['of Redemption', "Redeemer's"], - WARLORD_MODS: ["Warlord's", 'of the Conquest'], - DELVE_MODS: ['Subterranean', 'of the Underground'], - VEILED_MODS: ['Chosen', 'of the Order'], - INCURSION_MODS: ["Guatelitzi's", "Xopec's", "Topotante's", "Tacati's", "Matatl's", 'of Matatl', "Citaqualotl's", 'of Citaqualotl', 'of Tacati', 'of Guatelitzi', 'of Puhuarte'], - FOIL_UNIQUE: 'Foil Unique', - UNMODIFIABLE: 'Unmodifiable', - // --- - CHAT_SYSTEM: /^: (?.+)$/, - CHAT_TRADE: /^\$(?:<(?.+?)> )?(?.+?): (?.+)$/, - CHAT_GLOBAL: /^#(?:<(?.+?)> )?(?.+?): (?.+)$/, - CHAT_PARTY: /^%(?:<(?.+?)> )?(?.+?): (?.+)$/, - CHAT_GUILD: /^&(?:<(?.+?)> )?(?.+?): (?.+)$/, - CHAT_WHISPER_TO: /^@To (?.+?): (?.+)$/, - CHAT_WHISPER_FROM: /^@From (?:<(?.+?)> )?(?.+?): (?.+)$/, - CHAT_WEBTRADE_GEM: /^level (?\d+) (?\d+)% (?.+)$/, - REQUIREMENTS: 'Requirements', - CHARM_SLOTS: 'Charm Slots:', - BASE_SPIRIT: 'Spirit:', - QUIVER_HELP_TEXT: 'Can only be equipped', - FLASK_HELP_TEXT: 'Right click to drink.', - CHARM_HELP_TEXT: 'Used automatically when condition' -} - diff --git a/renderer/src/parser/en/interfaces.ts b/renderer/src/parser/en/interfaces.ts deleted file mode 100644 index fb69c393..00000000 --- a/renderer/src/parser/en/interfaces.ts +++ /dev/null @@ -1,187 +0,0 @@ -import type { ItemCategory } from "@/parser"; - -export interface StatMatcher { - string: string; - advanced?: string; - negate?: true; - value?: number; - oils?: string; // Amulet anointment -} - -export enum StatBetter { - NegativeRoll = -1, - PositiveRoll = 1, - NotComparable = 0, -} - -export interface Stat { - ref: string; - dp?: true; - matchers: StatMatcher[]; - better: StatBetter; - fromAreaMods?: true; - fromUberAreaMods?: true; - fromHeistAreaMods?: true; - anointments?: Array<{ roll: number; oils: string }>; // Ring anointments - trade: { - inverted?: true; - option?: true; - ids: { - [type: string]: string[]; - }; - }; -} - -export interface DropEntry { - query: string[]; - items: string[]; -} - -export interface BaseType { - name: string; - refName: string; - namespace: "DIVINATION_CARD" | "CAPTURED_BEAST" | "UNIQUE" | "ITEM" | "GEM"; - icon: string; - w?: number; - h?: number; - tradeTag?: string; - tradeDisc?: string; - disc?: { - propAR?: true; - propEV?: true; - propES?: true; - hasImplicit?: { ref: Stat["ref"] }; - hasExplicit?: { ref: Stat["ref"] }; - sectionText?: string; - mapTier?: "W" | "Y" | "R"; - }; - // extra info - craftable?: { - category: ItemCategory; - corrupted?: true; - uniqueOnly?: true; - }; - unique?: { - base: BaseType["refName"]; - fixedStats?: Array; - }; - map?: { - screenshot?: string; - }; - gem?: { - vaal?: true; - awakened?: true; - transfigured?: true; - normalVariant?: BaseType["refName"]; - }; - armour?: { - ar?: [min: number, max: number]; - ev?: [min: number, max: number]; - es?: [min: number, max: number]; - }; -} - -export interface TranslationDict { - RARITY_NORMAL: string; - RARITY_MAGIC: string; - RARITY_RARE: string; - RARITY_UNIQUE: string; - RARITY_GEM: string; - RARITY_CURRENCY: string; - RARITY_DIVCARD: string; - RARITY_QUEST: string; - MAP_TIER: string; - RARITY: string; - ITEM_CLASS: string; - ITEM_LEVEL: string; - CORPSE_LEVEL: string; - TALISMAN_TIER: string; - GEM_LEVEL: string; - STACK_SIZE: string; - SOCKETS: string; - QUALITY: string; - PHYSICAL_DAMAGE: string; - ELEMENTAL_DAMAGE: string; - CRIT_CHANCE: string; - ATTACK_SPEED: string; - ARMOUR: string; - EVASION: string; - ENERGY_SHIELD: string; - BLOCK_CHANCE: string; - CORRUPTED: string; - UNIDENTIFIED: string; - ITEM_SUPERIOR: RegExp; - MAP_BLIGHTED: RegExp; - MAP_BLIGHT_RAVAGED: RegExp; - INFLUENCE_SHAPER: string; - INFLUENCE_ELDER: string; - INFLUENCE_CRUSADER: string; - INFLUENCE_HUNTER: string; - INFLUENCE_REDEEMER: string; - INFLUENCE_WARLORD: string; - SECTION_SYNTHESISED: string; - ITEM_SYNTHESISED: RegExp; - VEILED_PREFIX: string; - VEILED_SUFFIX: string; - FLASK_CHARGES: RegExp; - METAMORPH_HELP: string; - BEAST_HELP: string; - VOIDSTONE_HELP: string; - METAMORPH_BRAIN: RegExp; - METAMORPH_EYE: RegExp; - METAMORPH_LUNG: RegExp; - METAMORPH_HEART: RegExp; - METAMORPH_LIVER: RegExp; - CANNOT_USE_ITEM: string; - QUALITY_ANOMALOUS: RegExp; - QUALITY_DIVERGENT: RegExp; - QUALITY_PHANTASMAL: RegExp; - AREA_LEVEL: string; - HEIST_WINGS_REVEALED: string; - HEIST_TARGET: string; - HEIST_BLUEPRINT_ENCHANTS: string; - HEIST_BLUEPRINT_TRINKETS: string; - HEIST_BLUEPRINT_GEMS: string; - HEIST_BLUEPRINT_REPLICAS: string; - MIRRORED: string; - MODIFIER_LINE: RegExp; - PREFIX_MODIFIER: string; - SUFFIX_MODIFIER: string; - CRAFTED_PREFIX: string; - CRAFTED_SUFFIX: string; - UNSCALABLE_VALUE: string; - CORRUPTED_IMPLICIT: string; - MODIFIER_INCREASED: RegExp; - INCURSION_OPEN: string; - INCURSION_OBSTRUCTED: string; - EATER_IMPLICIT: RegExp; - EXARCH_IMPLICIT: RegExp; - ELDRITCH_MOD_R1: string; - ELDRITCH_MOD_R2: string; - ELDRITCH_MOD_R3: string; - ELDRITCH_MOD_R4: string; - ELDRITCH_MOD_R5: string; - ELDRITCH_MOD_R6: string; - SENTINEL_CHARGE: string; - SHAPER_MODS: string[]; - ELDER_MODS: string[]; - CRUSADER_MODS: string[]; - HUNTER_MODS: string[]; - REDEEMER_MODS: string[]; - WARLORD_MODS: string[]; - DELVE_MODS: string[]; - VEILED_MODS: string[]; - INCURSION_MODS: string[]; - FOIL_UNIQUE: string; - UNMODIFIABLE: string; - REQUIREMENTS: string; - // --- - CHAT_SYSTEM: RegExp; - CHAT_TRADE: RegExp; - CHAT_GLOBAL: RegExp; - CHAT_PARTY: RegExp; - CHAT_GUILD: RegExp; - CHAT_WHISPER_TO: RegExp; - CHAT_WHISPER_FROM: RegExp; - CHAT_WEBTRADE_GEM: RegExp; -} diff --git a/renderer/src/parser/en/item-drop.json b/renderer/src/parser/en/item-drop.json deleted file mode 100644 index a3c71b7d..00000000 --- a/renderer/src/parser/en/item-drop.json +++ /dev/null @@ -1,1286 +0,0 @@ -[ - { - "query": [ - "ITEM::Splinter of Uul-Netol", - "ITEM::Uul-Netol's Breachstone" - ], - "items": [ - "ITEM::Blessing of Uul-Netol", - "ITEM::Uul-Netol's Flawless Breachstone", - "UNIQUE::The Infinite Pursuit // Goliath Greaves", - "UNIQUE::Uul-Netol's Kiss // Labrys", - "UNIQUE::The Anticipation // Ezomyte Tower Shield" - ] - }, - { - "query": [ - "ITEM::Splinter of Xoph", - "ITEM::Xoph's Breachstone" - ], - "items": [ - "ITEM::Blessing of Xoph", - "ITEM::Xoph's Flawless Breachstone", - "UNIQUE::The Formless Flame // Siege Helmet", - "UNIQUE::Xoph's Heart // Amber Amulet", - "UNIQUE::Xoph's Inception // Bone Bow", - "DIVINATION_CARD::The Escape" - ] - }, - { - "query": [ - "ITEM::Splinter of Tul", - "ITEM::Tul's Breachstone" - ], - "items": [ - "ITEM::Blessing of Tul", - "ITEM::Tul's Flawless Breachstone", - "UNIQUE::Tulborn // Opal Wand", - "UNIQUE::The Halcyon // Jade Amulet", - "UNIQUE::The Snowblind Grace // Coronal Leather", - "DIVINATION_CARD::The Escape" - ] - }, - { - "query": [ - "ITEM::Splinter of Esh", - "ITEM::Esh's Breachstone" - ], - "items": [ - "ITEM::Blessing of Esh", - "ITEM::Esh's Flawless Breachstone", - "UNIQUE::Voice of the Storm // Lapis Amulet", - "UNIQUE::Hand of Thought and Motion // Blinder", - "UNIQUE::Esh's Mirror // Thorium Spirit Shield", - "DIVINATION_CARD::The Escape" - ] - }, - { - "query": [ - "ITEM::Splinter of Chayula", - "ITEM::Chayula's Breachstone" - ], - "items": [ - "ITEM::Blessing of Chayula", - "ITEM::Chayula's Flawless Breachstone", - "UNIQUE::Skin of the Loyal // Simple Robe, 6L", - "UNIQUE::Severed in Sleep // Cutlass", - "UNIQUE::The Blue Dream // Cobalt Jewel", - "UNIQUE::The Green Dream // Viridian Jewel", - "UNIQUE::The Red Dream // Crimson Jewel" - ] - }, - { - "query": [ - "ITEM::Sacrifice at Dawn", - "ITEM::Sacrifice at Midnight", - "ITEM::Sacrifice at Noon", - "ITEM::Sacrifice at Dusk" - ], - "items": [ - "UNIQUE::Atziri's Promise", - "UNIQUE::Doryani's Catalyst // Vaal Sceptre", - "ITEM::Mortal Ignorance", - "ITEM::Mortal Hope", - "ITEM::Mortal Rage", - "ITEM::Mortal Grief", - "DIVINATION_CARD::Alluring Bounty", - "DIVINATION_CARD::The Ethereal" - ] - }, - { - "query": [ - "ITEM::Mortal Ignorance", - "ITEM::Mortal Hope", - "ITEM::Mortal Rage", - "ITEM::Mortal Grief" - ], - "items": [ - "UNIQUE::Atziri's Acuity // Vaal Gauntlets", - "UNIQUE::Atziri's Disfavour // Vaal Axe", - "UNIQUE::The Vertex // Vaal Mask", - "UNIQUE::Atziri's Splendour // ES, Sacrificial Garb", - "UNIQUE::Atziri's Splendour // Evasion/ES/Life, Sacrificial Garb", - "DIVINATION_CARD::Alluring Bounty", - "DIVINATION_CARD::House of Mirrors" - ] - }, - { - "query": [ - "ITEM::Fragment of the Minotaur", - "ITEM::Fragment of the Chimera", - "ITEM::Fragment of the Phoenix", - "ITEM::Fragment of the Hydra" - ], - "items": [ - "ITEM::Orb of Dominance", - "UNIQUE::Dying Sun", - "ITEM::Fragment of Knowledge", - "ITEM::Fragment of Shape", - "UNIQUE::Shaper's Touch // Crusader Gloves", - "UNIQUE::Solstice Vigil // Onyx Amulet", - "UNIQUE::Voidwalker // Murder Boots" - ] - }, - { - "query": [ - "ITEM::Cosmic Fragment" - ], - "items": [ - "UNIQUE::Starforge // Infernal Sword", - "UNIQUE::Echoes of Creation // Royal Burgonet", - "UNIQUE::Entropic Devastation // Assassin's Mitts", - "UNIQUE::The Tides of Time // Vanguard Belt", - "UNIQUE::Sublime Vision // Prismatic Jewel", - "ITEM::Cosmic Reliquary Key" - ] - }, - { - "query": [ - "ITEM::Fragment of Eradication", - "ITEM::Fragment of Enslavement", - "ITEM::Fragment of Purification", - "ITEM::Fragment of Constriction" - ], - "items": [ - "ITEM::Orb of Dominance", - "UNIQUE::Watcher's Eye // Prismatic Jewel", - "ITEM::Fragment of Terror", - "ITEM::Fragment of Emptiness", - "UNIQUE::Impresence // Chaos, Onyx Amulet", - "UNIQUE::Cyclopean Coil // Leather Belt", - "UNIQUE::Hopeshredder // Ranger Bow", - "UNIQUE::Blasphemer's Grasp // Assassin's Mitts", - "UNIQUE::Nebuloch // Nightmare Mace", - "UNIQUE::Shimmeron // Tornado Wand" - ] - }, - { - "query": [ - "ITEM::Fragment of Knowledge", - "ITEM::Fragment of Shape", - "ITEM::Fragment of Terror", - "ITEM::Fragment of Emptiness" - ], - "items": [ - "ITEM::Orb of Dominance", - "UNIQUE::Watcher's Eye // Prismatic Jewel", - "UNIQUE::Disintegrator // Maelström Staff", - "UNIQUE::Voidfletcher // Primal Arrow Quiver", - "UNIQUE::Indigon // Hubris Circlet", - "UNIQUE::Mark of the Elder // Steel Ring", - "UNIQUE::Mark of the Shaper // Opal Ring" - ] - }, - { - "query": [ - "ITEM::Decaying Fragment" - ], - "items": [ - "UNIQUE::Voidforge // Infernal Sword", - "UNIQUE::The Eternity Shroud // Blood Raiment", - "UNIQUE::Call of the Void // Sapphire Ring", - "UNIQUE::Soul Ascension // Carnal Mitts", - "UNIQUE::The Devourer of Minds // Pig-Faced Bascinet", - "UNIQUE::Sublime Vision // Prismatic Jewel", - "UNIQUE::Curio of Decay // Primordial Fragment", - "ITEM::Decaying Reliquary Key" - ] - }, - { - "query": [ - "ITEM::Golden Oil", - "ITEM::Silver Oil", - "ITEM::Opalescent Oil", - "ITEM::Black Oil", - "ITEM::Crimson Oil", - "ITEM::Violet Oil", - "ITEM::Indigo Oil", - "ITEM::Azure Oil", - "ITEM::Teal Oil", - "ITEM::Verdant Oil", - "ITEM::Amber Oil", - "ITEM::Sepia Oil", - "ITEM::Clear Oil" - ], - "items": [ - "ITEM::Reflective Oil", - "ITEM::Tainted Oil", - "ITEM::Prismatic Oil" - ] - }, - { - "query": [ - "ITEM::Tainted Divine Teardrop", - "ITEM::Tainted Orb of Fusing", - "ITEM::Tainted Mythic Orb", - "ITEM::Tainted Exalted Orb", - "ITEM::Tainted Chaos Orb", - "ITEM::Tainted Chromatic Orb", - "ITEM::Tainted Jeweller's Orb" - ], - "items": [] - }, - { - "query": [ - "ITEM::Lesser Eldritch Ember", - "ITEM::Greater Eldritch Ember", - "ITEM::Grand Eldritch Ember", - "ITEM::Exceptional Eldritch Ember" - ], - "items": [ - "ITEM::Lesser Eldritch Ichor", - "ITEM::Greater Eldritch Ichor", - "ITEM::Grand Eldritch Ichor", - "ITEM::Exceptional Eldritch Ichor", - "ITEM::Orb of Conflict" - ] - }, - { - "query": [ - "ITEM::Lesser Eldritch Ichor", - "ITEM::Greater Eldritch Ichor", - "ITEM::Grand Eldritch Ichor", - "ITEM::Exceptional Eldritch Ichor" - ], - "items": [ - "ITEM::Lesser Eldritch Ember", - "ITEM::Greater Eldritch Ember", - "ITEM::Grand Eldritch Ember", - "ITEM::Exceptional Eldritch Ember", - "ITEM::Orb of Conflict" - ] - }, - { - "query": [ - "ITEM::Al-Hezmin's Crest", - "ITEM::Baran's Crest", - "ITEM::Veritania's Crest", - "ITEM::Drox's Crest" - ], - "items": [ - "ITEM::Awakener's Orb", - "ITEM::Orb of Dominance", - "UNIQUE::Crown of the Inward Eye // Prophet Crown", - "UNIQUE::Hands of the High Templar // Crusader Gloves", - "UNIQUE::Thread of Hope // Crimson Jewel", - "UNIQUE::The Burden of Truth // Crystal Belt" - ] - }, - { - "query": [ - "ITEM::Awakening Fragment" - ], - "items": [ - "UNIQUE::The Saviour // Legion Sword", - "UNIQUE::Oriath's End", - "UNIQUE::The Tempest Rising // Goliath Greaves", - "ITEM::Oubliette Reliquary Key" - ] - }, - { - "query": [ - "ITEM::Polaric Invitation" - ], - "items": [ - "UNIQUE::Polaric Devastation // Opal Ring", - "UNIQUE::Sudden Dawn // Steel Circlet", - "UNIQUE::The Eternal Struggle // Onyx Amulet" - ] - }, - { - "query": [ - "ITEM::Incandescent Invitation" - ], - "items": [ - "UNIQUE::Forbidden Flame // Crimson Jewel", - "UNIQUE::Dissolution of the Flesh // Crimson Jewel", - "UNIQUE::Dawnbreaker // Colossal Tower Shield", - "UNIQUE::Dawnstrider // Vaal Greaves", - "ITEM::Exceptional Eldritch Ember" - ] - }, - { - "query": [ - "ITEM::Blazing Fragment" - ], - "items": [ - "UNIQUE::Crystallised Omniscience // Onyx Amulet", - "UNIQUE::The Annihilating Light // Quarterstaff", - "UNIQUE::Annihilation's Approach // Dragonscale Boots", - "UNIQUE::The Celestial Brace // Goliath Gauntlets", - "UNIQUE::Curio of Absorption // Primordial Fragment", - "ITEM::Archive Reliquary Key" - ] - }, - { - "query": [ - "ITEM::Writhing Invitation" - ], - "items": [ - "UNIQUE::Ceaseless Feast // Spiked Gloves", - "UNIQUE::Black Zenith // Fingerless Silk Gloves", - "UNIQUE::The Eternal Struggle // Onyx Amulet", - "DIVINATION_CARD::Choking Guilt" - ] - }, - { - "query": [ - "ITEM::Screaming Invitation" - ], - "items": [ - "UNIQUE::Forbidden Flesh // Cobalt Jewel", - "UNIQUE::Melding of the Flesh // Cobalt Jewel", - "UNIQUE::The Gluttonous Tide // Citadel Bow", - "UNIQUE::Inextricable Fate // Fugitive Boots", - "ITEM::Exceptional Eldritch Ichor" - ] - }, - { - "query": [ - "ITEM::Devouring Fragment" - ], - "items": [ - "UNIQUE::Nimis // Topaz Ring", - "UNIQUE::Ashes of the Stars // Onyx Amulet", - "UNIQUE::Ravenous Passion // Zealot Helmet", - "UNIQUE::Curio of Consumption // Primordial Fragment", - "ITEM::Visceral Reliquary Key" - ] - }, - { - "query": [ - "ITEM::Crescent Splinter", - "ITEM::The Maven's Writ" - ], - "items": [ - "ITEM::Orb of Conflict", - "UNIQUE::Doppelgänger Guise // Sadist Garb", - "UNIQUE::Echoforge // Infernal Sword", - "UNIQUE::Arn's Anguish // Cloth Belt", - "UNIQUE::Graven's Secret // Cloth Belt", - "UNIQUE::Olesya's Delight // Cloth Belt", - "UNIQUE::Legacy of Fury // Wyrmscale Boots" - ] - }, - { - "query": [ - "ITEM::Reality Fragment" - ], - "items": [ - "UNIQUE::Impossible Escape // Viridian Jewel", - "UNIQUE::Viridi's Veil // Praetor Crown", - "UNIQUE::Progenesis", - "UNIQUE::Grace of the Goddess // Prophecy Wand", - "UNIQUE::Curio of Potential // Primordial Fragment", - "ITEM::Shiny Reliquary Key" - ] - }, - { - "query": [ - "ITEM::Abrasive Catalyst", - "ITEM::Fertile Catalyst", - "ITEM::Imbued Catalyst", - "ITEM::Intrinsic Catalyst", - "ITEM::Prismatic Catalyst", - "ITEM::Tempering Catalyst", - "ITEM::Turbulent Catalyst", - "ITEM::Unstable Catalyst", - "ITEM::Accelerating Catalyst", - "ITEM::Noxious Catalyst" - ], - "items": [] - }, - { - "query": [ - "ITEM::Timeless Eternal Empire Splinter", - "ITEM::Timeless Karui Splinter", - "ITEM::Timeless Maraketh Splinter", - "ITEM::Timeless Templar Splinter", - "ITEM::Timeless Vaal Splinter" - ], - "items": [ - "ITEM::Timeless Eternal Emblem", - "ITEM::Timeless Karui Emblem", - "ITEM::Timeless Maraketh Emblem", - "ITEM::Timeless Templar Emblem", - "ITEM::Timeless Vaal Emblem" - ] - }, - { - "query": [ - "ITEM::Timeless Eternal Emblem", - "ITEM::Timeless Karui Emblem", - "ITEM::Timeless Maraketh Emblem", - "ITEM::Timeless Templar Emblem", - "ITEM::Timeless Vaal Emblem" - ], - "items": [] - }, - { - "query": [ - "ITEM::Prime Chaotic Resonator", - "ITEM::Powerful Chaotic Resonator", - "ITEM::Potent Chaotic Resonator", - "ITEM::Primitive Chaotic Resonator" - ], - "items": [] - }, - { - "query": [ - "UNIQUE::The Beachhead // T15" - ], - "items": [ - "UNIQUE::Infused Beachhead // T16" - ] - }, - { - "query": [ - "ITEM::Sacred Blossom" - ], - "items": [ - "ITEM::Sacred Crystallised Lifeforce", - "UNIQUE::Forbidden Shako // Great Crown", - "UNIQUE::Abhorrent Interrogation // Ambush Mitts", - "UNIQUE::Law of the Wilds // Hellion's Paw", - "UNIQUE::Witchhunter's Judgment // Highborn Staff", - "DIVINATION_CARD::The Bitter Blossom", - "DIVINATION_CARD::The Aspirant" - ] - }, - { - "query": [ - "UNIQUE::Farrul's Bite // Harlequin Mask", - "UNIQUE::Farrul's Pounce // Hydrascale Gauntlets", - "UNIQUE::Farrul's Fur // Triumphant Lamellar", - "UNIQUE::Farrul's Chase // Slink Boots" - ], - "items": [] - }, - { - "query": [ - "UNIQUE::Craiceann's Chitin // Magistrate Crown", - "UNIQUE::Craiceann's Carapace // Golden Plate", - "UNIQUE::Craiceann's Pincers // Titan Gauntlets", - "UNIQUE::Craiceann's Tracks // Goliath Greaves" - ], - "items": [] - }, - { - "query": [ - "UNIQUE::Fenumus' Toxins // Necromancer Circlet", - "UNIQUE::Fenumus' Shroud // Widowsilk Robe", - "UNIQUE::Fenumus' Weave // Carnal Mitts", - "UNIQUE::Fenumus' Spinnerets // Assassin's Boots" - ], - "items": [] - }, - { - "query": [ - "UNIQUE::Saqawal's Flock // Silken Hood", - "UNIQUE::Saqawal's Nest // Blood Raiment", - "UNIQUE::Saqawal's Winds // Soldier Gloves", - "UNIQUE::Saqawal's Talons // Hydrascale Boots" - ], - "items": [] - }, - { - "query": [ - "ITEM::Simulacrum Splinter", - "ITEM::Simulacrum" - ], - "items": [ - "UNIQUE::Split Personality // Crimson Jewel", - "UNIQUE::Megalomaniac // Medium Cluster Jewel", - "UNIQUE::Voices // 5 passives, Large Cluster Jewel", - "UNIQUE::Voices // 7 passives, Large Cluster Jewel" - ] - }, - { - "query": [ - "ITEM::Ancient Orb", - "ITEM::Astragali", - "ITEM::Voidborn Reliquary Key" - ], - "items": [ - "UNIQUE::Headhunter // Leather Belt", - "UNIQUE::Mageblood // Heavy Belt", - "UNIQUE::The Squire // Elegant Round Shield" - ] - }, - { - "query": [ - "DIVINATION_CARD::The Doctor", - "DIVINATION_CARD::The Nurse", - "DIVINATION_CARD::The Patient" - ], - "items": [ - "UNIQUE::Headhunter // Leather Belt" - ] - }, - { - "query": [ - "UNIQUE::Hall of Grandmasters // T6" - ], - "items": [ - "DIVINATION_CARD::The Immortal" - ] - }, - { - "query": [ - "DIVINATION_CARD::House of Mirrors", - "DIVINATION_CARD::Seven Years Bad Luck" - ], - "items": [ - "ITEM::Mirror of Kalandra", - "ITEM::Mirror Shard" - ] - }, - { - "query": [ - "ITEM::Offering to the Goddess", - "ITEM::Gift to the Goddess", - "ITEM::Dedication to the Goddess", - "ITEM::Tribute to the Goddess" - ], - "items": [] - }, - { - "query": [ - "ITEM::Eldritch Orb of Annulment", - "ITEM::Eldritch Chaos Orb", - "ITEM::Eldritch Exalted Orb", - "ITEM::Orb of Annulment", - "ITEM::Exalted Orb", - "ITEM::Veiled Orb" - ], - "items": [] - }, - { - "query": [ - "ITEM::Hunter's Exalted Orb", - "ITEM::Warlord's Exalted Orb", - "ITEM::Crusader's Exalted Orb", - "ITEM::Redeemer's Exalted Orb", - "ITEM::Awakener's Orb", - "ITEM::Orb of Dominance" - ], - "items": [] - }, - { - "query": [ - "UNIQUE::Cortex // T11" - ], - "items": [ - "UNIQUE::Bottled Faith", - "UNIQUE::Garb of the Ephemeral // Savant's Robe", - "UNIQUE::Perepiteia // Ezomyte Spiked Shield", - "UNIQUE::Offering to the Serpent // Legion Gloves", - "DIVINATION_CARD::Imperfect Memories" - ] - }, - { - "query": [ - "ITEM::Synthesising Fragment" - ], - "items": [ - "UNIQUE::Rational Doctrine // Cobalt Jewel", - "UNIQUE::The Apostate // Cabalist Regalia", - "UNIQUE::Mask of the Tribunal // Magistrate Crown", - "UNIQUE::Nebulis // Void Sceptre", - "UNIQUE::Circle of Ambition // Prismatic Ring", - "ITEM::Forgotten Reliquary Key" - ] - }, - { - "query": [ - "UNIQUE::Rewritten Distant Memory // T11", - "UNIQUE::Augmented Distant Memory // T11", - "UNIQUE::Altered Distant Memory // T11", - "UNIQUE::Twisted Distant Memory // T11" - ], - "items": [ - "UNIQUE::Circle of Anguish // Ruby Ring", - "UNIQUE::Circle of Fear // Sapphire Ring", - "UNIQUE::Circle of Guilt // Iron Ring", - "UNIQUE::Circle of Nostalgia // Amethyst Ring", - "UNIQUE::Circle of Regret // Topaz Ring", - "UNIQUE::Cortex // T11" - ] - }, - { - "query": [ - "UNIQUE::Contract: Breaking the Unbreakable // Preventative Contract" - ], - "items": [ - "UNIQUE::Apex Mode // Cobalt Jewel", - "UNIQUE::Nadir Mode // Cobalt Jewel" - ] - }, - { - "query": [ - "UNIQUE::Contract: Death to Darnaw // Naval Contract" - ], - "items": [ - "UNIQUE::The Admiral // Varnished Coat" - ] - }, - { - "query": [ - "UNIQUE::Contract: Heart of Glory // Familial Contract" - ], - "items": [ - "UNIQUE::The Fledgling // Lacquered Helmet" - ] - }, - { - "query": [ - "UNIQUE::Contract: The Slaver King // Vigilante Contract" - ], - "items": [ - "UNIQUE::Chains of Emancipation // Chain Belt" - ] - }, - { - "query": [ - "UNIQUE::Contract: The Twins // Vengeful Contract" - ], - "items": [ - "UNIQUE::Leadership's Price // Onyx Amulet" - ] - }, - - - - - - - - - { - "query": [ - "ITEM::Orb of Fusing", - "ITEM::Omen of Connections", - "ITEM::Bestiary Scarab of the Shadowed Crow", - "CAPTURED_BEAST::Black Mórrigan", - "CAPTURED_BEAST::Craicic Sand Spitter" - ], - "items": [] - }, - { - "query": [ - "UNIQUE::Curio of Absorption // Primordial Fragment", - "UNIQUE::Curio of Consumption // Primordial Fragment", - "UNIQUE::Curio of Decay // Primordial Fragment", - "UNIQUE::Curio of Potential // Primordial Fragment" - ], - "items": [ - "UNIQUE::The Utmost // Gold Amulet" - ] - }, - { - "query": [ - "UNIQUE::Primordial Might // Crimson Jewel", - "UNIQUE::Primordial Harmony // Cobalt Jewel", - "UNIQUE::Primordial Eminence // Viridian Jewel" - ], - "items": [ - "UNIQUE::The Anima Stone // Prismatic Jewel" - ] - }, - { - "query": [ - "UNIQUE::Grelwood Shank // Eternal Sword", - "UNIQUE::Beltimber Blade // Eternal Sword" - ], - "items": [ - "UNIQUE::Arborix // Assassin Bow" - ] - }, - { - "query": [ - "UNIQUE::Shade of Solaris // Sage Wand", - "UNIQUE::Light of Lunaris // Jingling Spirit Shield" - ], - "items": [ - "UNIQUE::Duskdawn // Maelström Staff" - ] - }, - { - "query": [ - "UNIQUE::The Goddess Bound // Whalebone Rapier" - ], - "items": [ - "UNIQUE::The Goddess Scorned // Elegant Sword" - ] - }, - { - "query": [ - "UNIQUE::Soul Taker // Siege Axe", - "UNIQUE::Heartbreaker // Royal Skean" - ], - "items": [ - "UNIQUE::Kingmaker // Despot Axe" - ] - }, - { - "query": [ - "UNIQUE::Invictus Solaris // Archon Kite Shield", - "UNIQUE::Vix Lunaris // Cardinal Round Shield" - ], - "items": [ - "UNIQUE::Magna Eclipsis // Pinnacle Tower Shield" - ] - }, - { - "query": [ - "UNIQUE::Feastbind // Rustic Sash", - "UNIQUE::Faminebind // Rustic Sash" - ], - "items": [ - "UNIQUE::The Retch // Rustic Sash" - ] - }, - { - "query": [ - "UNIQUE::Berek's Grip // Two-Stone Ring", - "UNIQUE::Berek's Pass // Two-Stone Ring", - "UNIQUE::Berek's Respite // Two-Stone Ring" - ], - "items": [ - "UNIQUE::The Taming // Prismatic Ring" - ] - }, - { - "query": [ - "UNIQUE::Beauty // Vaal Aspect", - "UNIQUE::Ambition // Vaal Aspect", - "UNIQUE::Cooperation // Vaal Aspect", - "UNIQUE::Curiosity // Vaal Aspect" - ], - "items": [ - "UNIQUE::The Adorned // Crimson Jewel" - ] - }, - { - "query": [ - "UNIQUE::The Tower of Ordeals // T16" - ], - "items": [ - "UNIQUE::Relic of the Pact // Sage Wand", - "UNIQUE::Mahuxotl's Machination // Steel Kite Shield", - "UNIQUE::Temptation Step // Shagreen Boots", - "UNIQUE::Glimpse of Chaos // Vaal Mask", - "UNIQUE::Yaomac's Accord // Vaal Sceptre", - "UNIQUE::Hateforge // Ancient Gauntlets" - ] - }, - { - "query": [ - "UNIQUE::First Piece of Brutality // Imperial Staff Piece", - "UNIQUE::Second Piece of Brutality // Imperial Staff Piece", - "UNIQUE::Third Piece of Brutality // Imperial Staff Piece" - ], - "items": [ - "UNIQUE::The Enmity Divine // Imperial Staff" - ] - }, - { - "query": [ - "UNIQUE::The Enmity Divine // Imperial Staff", - "ITEM::Haemocombustion Scroll" - ], - "items": [ - "UNIQUE::The Yielding Mortality // Imperial Staff" - ] - }, - { - "query": [ - "UNIQUE::First Piece of Directions // Blunt Arrow Quiver Piece", - "UNIQUE::Second Piece of Directions // Blunt Arrow Quiver Piece", - "UNIQUE::Third Piece of Directions // Blunt Arrow Quiver Piece" - ], - "items": [ - "UNIQUE::The Fracturing Spinner // Blunt Arrow Quiver" - ] - }, - { - "query": [ - "UNIQUE::The Fracturing Spinner // Blunt Arrow Quiver", - "ITEM::Fragmentation Scroll" - ], - "items": [ - "UNIQUE::The Shattered Divinity // Blunt Arrow Quiver" - ] - }, - { - "query": [ - "UNIQUE::First Piece of Focus // Archon Kite Shield Piece", - "UNIQUE::Second Piece of Focus // Archon Kite Shield Piece", - "UNIQUE::Third Piece of Focus // Archon Kite Shield Piece", - "UNIQUE::Fourth Piece of Focus // Archon Kite Shield Piece" - ], - "items": [ - "UNIQUE::The Unshattered Will // Archon Kite Shield" - ] - }, - { - "query": [ - "UNIQUE::The Unshattered Will // Archon Kite Shield", - "ITEM::Specularity Scroll" - ], - "items": [ - "UNIQUE::The Immortal Will // Archon Kite Shield" - ] - }, - { - "query": [ - "UNIQUE::First Piece of Storms // Callous Mask Piece", - "UNIQUE::Second Piece of Storms // Callous Mask Piece", - "UNIQUE::Third Piece of Storms // Callous Mask Piece" - ], - "items": [ - "UNIQUE::The Tempest's Binding // Callous Mask" - ] - }, - { - "query": [ - "UNIQUE::The Tempest's Binding // Callous Mask", - "ITEM::Deregulation Scroll" - ], - "items": [ - "UNIQUE::The Tempest's Liberation // Callous Mask" - ] - }, - { - "query": [ - "UNIQUE::First Piece of the Arcane // Legion Sword Piece", - "UNIQUE::Second Piece of the Arcane // Legion Sword Piece", - "UNIQUE::Third Piece of the Arcane // Legion Sword Piece" - ], - "items": [ - "UNIQUE::The Rippling Thoughts // Legion Sword" - ] - }, - { - "query": [ - "UNIQUE::The Rippling Thoughts // Legion Sword", - "ITEM::Electroshock Scroll" - ], - "items": [ - "UNIQUE::The Surging Thoughts // Legion Sword" - ] - }, - { - "query": [ - "UNIQUE::First Piece of Time // Cloth Belt Piece", - "UNIQUE::Second Piece of Time // Cloth Belt Piece" - ], - "items": [ - "UNIQUE::The Flow Untethered // Cloth Belt" - ] - }, - { - "query": [ - "UNIQUE::The Flow Untethered // Cloth Belt", - "ITEM::Time-light Scroll" - ], - "items": [ - "UNIQUE::The Torrent's Reclamation // Cloth Belt" - ] - }, - { - "query": [ - "UNIQUE::The Blue Dream // Cobalt Jewel", - "UNIQUE::Skin of the Loyal // Simple Robe, 6L", - "UNIQUE::The Red Dream // Crimson Jewel", - "UNIQUE::Severed in Sleep // Cutlass", - "UNIQUE::Eye of Chayula // Onyx Amulet", - "UNIQUE::The Green Dream // Viridian Jewel", - "ITEM::Blessing of Chayula" - ], - "items": [ - "UNIQUE::The Blue Nightmare // Cobalt Jewel", - "UNIQUE::Skin of the Lords // Simple Robe", - "UNIQUE::The Red Nightmare // Crimson Jewel", - "UNIQUE::United in Dream // Cutlass", - "UNIQUE::Presence of Chayula // Onyx Amulet", - "UNIQUE::The Green Nightmare // Viridian Jewel" - ] - }, - { - "query": [ - "UNIQUE::Esh's Mirror // Thorium Spirit Shield", - "UNIQUE::Voice of the Storm // Lapis Amulet", - "UNIQUE::Hand of Thought and Motion // Blinder", - "ITEM::Blessing of Esh" - ], - "items": [ - "UNIQUE::Esh's Visage // Vaal Spirit Shield", - "UNIQUE::Choir of the Storm // Lapis Amulet", - "UNIQUE::Hand of Wisdom and Action // Imperial Claw" - ] - }, - { - "query": [ - "UNIQUE::Tulborn // Opal Wand", - "UNIQUE::The Snowblind Grace // Coronal Leather", - "UNIQUE::The Halcyon // Jade Amulet", - "ITEM::Blessing of Tul" - ], - "items": [ - "UNIQUE::Tulfall // Opal Wand", - "UNIQUE::The Perfect Form // Zodiac Leather", - "UNIQUE::The Pandemonius // Jade Amulet" - ] - }, - { - "query": [ - "UNIQUE::The Infinite Pursuit // Goliath Greaves", - "UNIQUE::The Anticipation // Ezomyte Tower Shield", - "UNIQUE::Uul-Netol's Kiss // Labrys", - "ITEM::Blessing of Uul-Netol" - ], - "items": [ - "UNIQUE::The Red Trail // Titan Greaves", - "UNIQUE::The Surrender // Ezomyte Tower Shield", - "UNIQUE::Uul-Netol's Embrace // Vaal Axe" - ] - }, - { - "query": [ - "UNIQUE::The Formless Flame // Siege Helmet", - "UNIQUE::Xoph's Inception // Bone Bow", - "UNIQUE::Xoph's Heart // Amber Amulet", - "ITEM::Blessing of Xoph" - ], - "items": [ - "UNIQUE::The Formless Inferno // Royal Burgonet", - "UNIQUE::Xoph's Nurture // Citadel Bow", - "UNIQUE::Xoph's Blood // Amber Amulet" - ] - }, - { - "query": [ - "ITEM::Vial of Awakening", - "UNIQUE::Apep's Slumber // Vaal Spirit Shield" - ], - "items": [ - "UNIQUE::Apep's Supremacy // Vaal Spirit Shield" - ] - }, - { - "query": [ - "ITEM::Vial of Consequence", - "UNIQUE::Coward's Chains // Chain Belt" - ], - "items": [ - "UNIQUE::Coward's Legacy // Chain Belt" - ] - }, - { - "query": [ - "ITEM::Vial of Dominance", - "UNIQUE::Architect's Hand // Ambush Mitts" - ], - "items": [ - "UNIQUE::Slavedriver's Hand // Ambush Mitts" - ] - }, - { - "query": [ - "ITEM::Vial of Fate", - "UNIQUE::Story of the Vaal // Gemstone Sword" - ], - "items": [ - "UNIQUE::Fate of the Vaal // Gemstone Sword" - ] - }, - { - "query": [ - "ITEM::Vial of Summoning", - "UNIQUE::Mask of the Spirit Drinker // Magistrate Crown" - ], - "items": [ - "UNIQUE::Mask of the Stitched Demon // Magistrate Crown" - ] - }, - { - "query": [ - "ITEM::Vial of the Ritual", - "UNIQUE::Dance of the Offered // Carnal Boots" - ], - "items": [ - "UNIQUE::Omeyocan // Carnal Boots" - ] - }, - { - "query": [ - "UNIQUE::Tempered Flesh // Crimson Jewel", - "UNIQUE::Tempered Spirit // Viridian Jewel", - "UNIQUE::Tempered Mind // Cobalt Jewel", - "ITEM::Vial of Transcendence" - ], - "items": [ - "UNIQUE::Transcendent Flesh // Crimson Jewel", - "UNIQUE::Transcendent Spirit // Viridian Jewel", - "UNIQUE::Transcendent Mind // Cobalt Jewel" - ] - }, - { - "query": [ - "ITEM::Vial of Sacrifice", - "UNIQUE::Sacrificial Heart // Paua Amulet" - ], - "items": [ - "UNIQUE::Zerphi's Heart // Paua Amulet" - ] - }, - { - "query": [ - "ITEM::Vial of the Ghost", - "UNIQUE::Soul Catcher" - ], - "items": [ - "UNIQUE::Soul Ripper" - ] - }, - - { - "query": [ - "ITEM::Deafening Essence of Greed", - "ITEM::Shrieking Essence of Greed", - "ITEM::Screaming Essence of Greed" - ], - "items": [] - }, - { - "query": [ - "ITEM::Deafening Essence of Contempt", - "ITEM::Shrieking Essence of Contempt", - "ITEM::Screaming Essence of Contempt" - ], - "items": [] - }, - { - "query": [ - "ITEM::Deafening Essence of Hatred", - "ITEM::Shrieking Essence of Hatred", - "ITEM::Screaming Essence of Hatred" - ], - "items": [] - }, - { - "query": [ - "ITEM::Deafening Essence of Woe", - "ITEM::Shrieking Essence of Woe", - "ITEM::Screaming Essence of Woe" - ], - "items": [] - }, - { - "query": [ - "ITEM::Deafening Essence of Fear", - "ITEM::Shrieking Essence of Fear", - "ITEM::Screaming Essence of Fear" - ], - "items": [] - }, - { - "query": [ - "ITEM::Deafening Essence of Anger", - "ITEM::Shrieking Essence of Anger", - "ITEM::Screaming Essence of Anger" - ], - "items": [] - }, - { - "query": [ - "ITEM::Deafening Essence of Torment", - "ITEM::Shrieking Essence of Torment", - "ITEM::Screaming Essence of Torment" - ], - "items": [] - }, - { - "query": [ - "ITEM::Deafening Essence of Sorrow", - "ITEM::Shrieking Essence of Sorrow", - "ITEM::Screaming Essence of Sorrow" - ], - "items": [] - }, - { - "query": [ - "ITEM::Deafening Essence of Rage", - "ITEM::Shrieking Essence of Rage", - "ITEM::Screaming Essence of Rage" - ], - "items": [] - }, - { - "query": [ - "ITEM::Deafening Essence of Suffering", - "ITEM::Shrieking Essence of Suffering", - "ITEM::Screaming Essence of Suffering" - ], - "items": [] - }, - { - "query": [ - "ITEM::Deafening Essence of Wrath", - "ITEM::Shrieking Essence of Wrath", - "ITEM::Screaming Essence of Wrath" - ], - "items": [] - }, - { - "query": [ - "ITEM::Deafening Essence of Doubt", - "ITEM::Shrieking Essence of Doubt", - "ITEM::Screaming Essence of Doubt" - ], - "items": [] - }, - { - "query": [ - "ITEM::Deafening Essence of Loathing", - "ITEM::Shrieking Essence of Loathing", - "ITEM::Screaming Essence of Loathing" - ], - "items": [] - }, - { - "query": [ - "ITEM::Deafening Essence of Zeal", - "ITEM::Shrieking Essence of Zeal", - "ITEM::Screaming Essence of Zeal" - ], - "items": [] - }, - { - "query": [ - "ITEM::Deafening Essence of Anguish", - "ITEM::Shrieking Essence of Anguish", - "ITEM::Screaming Essence of Anguish" - ], - "items": [] - }, - { - "query": [ - "ITEM::Deafening Essence of Spite", - "ITEM::Shrieking Essence of Spite", - "ITEM::Screaming Essence of Spite" - ], - "items": [] - }, - { - "query": [ - "ITEM::Deafening Essence of Scorn", - "ITEM::Shrieking Essence of Scorn", - "ITEM::Screaming Essence of Scorn" - ], - "items": [] - }, - { - "query": [ - "ITEM::Deafening Essence of Envy", - "ITEM::Shrieking Essence of Envy", - "ITEM::Screaming Essence of Envy" - ], - "items": [] - }, - { - "query": [ - "ITEM::Deafening Essence of Misery", - "ITEM::Shrieking Essence of Misery", - "ITEM::Screaming Essence of Misery" - ], - "items": [] - }, - { - "query": [ - "ITEM::Deafening Essence of Dread", - "ITEM::Shrieking Essence of Dread", - "ITEM::Screaming Essence of Dread" - ], - "items": [] - }, - { - "query": [ - "ITEM::Remnant of Corruption" - ], - "items": [ - "ITEM::Essence of Insanity", - "ITEM::Essence of Horror", - "ITEM::Essence of Delirium", - "ITEM::Essence of Hysteria" - ] - }, - { - "query": [ - "ITEM::Essence of Insanity", - "ITEM::Essence of Horror", - "ITEM::Essence of Delirium", - "ITEM::Essence of Hysteria" - ], - "items": [ - "ITEM::Remnant of Corruption" - ] - }, - { - "query": [ - "ITEM::Sacred Crystallised Lifeforce", - "ITEM::Primal Crystallised Lifeforce", - "ITEM::Wild Crystallised Lifeforce", - "ITEM::Vivid Crystallised Lifeforce" - ], - "items": [] - }, - { - "query": [ - "UNIQUE::Ventor's Gamble // Gold Ring", - "UNIQUE::Sadima's Touch // Wool Gloves", - "UNIQUE::Bisco's Leash // Heavy Belt", - "UNIQUE::Goldwyrm // Nubuck Boots", - "UNIQUE::Divination Distillate", - "UNIQUE::The Ascetic // Gold Amulet", - "UNIQUE::Greed's Embrace // Golden Plate", - "UNIQUE::Sentari's Answer // Brass Spirit Shield" - ], - "items": [] - }, - { - "query": [ - "GEM::Cast on Death Support", - "UNIQUE::Goldrim // Leather Cap", - "UNIQUE::Tabula Rasa // Simple Robe, 6L", - "UNIQUE::Lochtonial Caress // Iron Gauntlets", - "UNIQUE::Wanderlust // Wool Shoes", - "UNIQUE::Lifesprig // Driftwood Wand", - "UNIQUE::Karui Ward // Jade Amulet" - ], - "items": [] - }, - { - "query": [ - "UNIQUE::The Original Scripture // Relic", - "UNIQUE::The Power and the Promise // Relic", - "UNIQUE::The Blood of Innocence // Relic", - "UNIQUE::The Chains of Castigation // Relic", - "UNIQUE::The Second Sacrament // Relic", - "ITEM::Forbidden Tome" - ], - "items": [ - "UNIQUE::Original Sin // Amethyst Ring", - "UNIQUE::Eternal Damnation // Agate Amulet", - "UNIQUE::The Balance of Terror // Cobalt Jewel", - "UNIQUE::Sandstorm Visage // Necromancer Circlet", - "UNIQUE::The Winds of Fate // Foul Staff", - "UNIQUE::The Gilded Chalice // Relic", - "UNIQUE::The Hour of Divinity // Relic", - "UNIQUE::The First Crest // Relics, Relic", - "UNIQUE::The Night Lamp // Relic", - "UNIQUE::The Broken Censer // Relic" - ] - } -] \ No newline at end of file diff --git a/renderer/src/parser/en/items.ndjson b/renderer/src/parser/en/items.ndjson deleted file mode 100644 index 50491688..00000000 --- a/renderer/src/parser/en/items.ndjson +++ /dev/null @@ -1,3059 +0,0 @@ -{"name": "\"O' Eternal\"", "refName": "\"O' Eternal\"", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "\"The Kiss Goodnight\"", "refName": "\"The Kiss Goodnight\"", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "\"The Nameless Play\"", "refName": "\"The Nameless Play\"", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Abberathine Horns", "refName": "Abberathine Horns", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "HeistObjective"}, "w": 2, "h": 2} -{"name": "Aberrant Fossil", "refName": "Aberrant Fossil", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGVsdmUvQWJiZXJhbnRGb3NzaWwiLCJzY2FsZSI6MX1d/0ebc664beb/AbberantFossil.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Ablation", "refName": "Ablation", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Abyssal Cuirass", "refName": "Abyssal Cuirass", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ar": [445, 445]}, "w": 2, "h": 3} -{"name": "Abyssal Flail", "refName": "Abyssal Flail", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Flail"}, "w": 2, "h": 3} -{"name": "Abyssal Incubator", "refName": "Abyssal Incubator", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5jdWJhdGlvbi9JbmN1YmF0aW9uQWJ5c3MiLCJzY2FsZSI6MX1d/f3c36d1eb4/IncubationAbyss.png", "craftable": {"category": "Incubator"}, "w": 1, "h": 1} -{"name": "Abyssal Incubator", "refName": "Abyssal Incubator", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5jdWJhdGlvbi9JbmN1YmF0aW9uQWJ5c3MiLCJzY2FsZSI6MX1d/f3c36d1eb4/IncubationAbyss.png", "craftable": {"category": "Incubator"}, "w": 1, "h": 1} -{"name": "Acceleration", "refName": "Acceleration", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Acrid Wand", "refName": "Acrid Wand", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Wand"}, "w": 1, "h": 3} -{"name": "Adaptive Catalyst", "refName": "Adaptive Catalyst", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQnJlYWNoL0JyZWFjaENhdGFseXN0QXR0cmlidXRlIiwic2NhbGUiOjEsInJlYWxtIjoicG9lMiJ9XQ/015f6c9ac8/BreachCatalystAttribute.png", "tradeTag": "adaptive-catalyst", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Admiral Darnaw", "refName": "Admiral Darnaw", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Admiral Darnaw's Papers", "refName": "Admiral Darnaw's Papers", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Admiral Darnaw's Papers", "refName": "Admiral Darnaw's Papers", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Admiral Proclar's Pipe", "refName": "Admiral Proclar's Pipe", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "HeistObjective"}, "w": 2, "h": 2} -{"name": "Adorned Gloves", "refName": "Adorned Gloves", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Gloves"}, "armour": {"es": [42, 42]}, "w": 2, "h": 2} -{"name": "Advanced Aged Cuffs", "refName": "Advanced Aged Cuffs", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Gloves"}, "armour": {"ar": [54, 54], "es": [19, 19]}, "w": 2, "h": 2} -{"name": "Advanced Altar Robe", "refName": "Advanced Altar Robe", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"es": [123, 123]}, "w": 2, "h": 3} -{"name": "Advanced Anchorite Garb", "refName": "Advanced Anchorite Garb", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ev": [170, 170], "es": [65, 65]}, "w": 2, "h": 3} -{"name": "Advanced Antler Focus", "refName": "Advanced Antler Focus", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Focus"}, "armour": {"es": [42, 42]}, "w": 2, "h": 3} -{"name": "Advanced Barrier Quarterstaff", "refName": "Advanced Barrier Quarterstaff", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Warstaff"}, "w": 2, "h": 4} -{"name": "Advanced Beaded Circlet", "refName": "Advanced Beaded Circlet", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"es": [71, 71]}, "w": 2, "h": 2} -{"name": "Advanced Blazon Crest Shield", "refName": "Advanced Blazon Crest Shield", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Shield"}, "armour": {"ar": [61, 61], "es": [22, 22]}, "w": 2, "h": 3} -{"name": "Advanced Bolstered Mitts", "refName": "Advanced Bolstered Mitts", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Gloves"}, "armour": {"ar": [105, 105]}, "w": 2, "h": 2} -{"name": "Advanced Bombard Crossbow", "refName": "Advanced Bombard Crossbow", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Crossbow"}, "w": 2, "h": 4} -{"name": "Advanced Bound Bracers", "refName": "Advanced Bound Bracers", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Gloves"}, "armour": {"ev": [89, 89]}, "w": 2, "h": 2} -{"name": "Advanced Braced Sabatons", "refName": "Advanced Braced Sabatons", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Boots"}, "armour": {"ar": [81, 81], "ev": [73, 73]}, "w": 2, "h": 2} -{"name": "Advanced Braced Tower Shield", "refName": "Advanced Braced Tower Shield", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Shield"}, "armour": {"ar": [116, 116]}, "w": 2, "h": 4} -{"name": "Advanced Brigand Mace", "refName": "Advanced Brigand Mace", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "One Hand Mace"}, "w": 2, "h": 3} -{"name": "Advanced Brimmed Helm", "refName": "Advanced Brimmed Helm", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"ar": [97, 97], "ev": [87, 87]}, "w": 2, "h": 2} -{"name": "Advanced Bronze Greaves", "refName": "Advanced Bronze Greaves", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Boots"}, "armour": {"ar": [147, 147]}, "w": 2, "h": 2} -{"name": "Advanced Chain Mail", "refName": "Advanced Chain Mail", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ar": [148, 148], "ev": [133, 133]}, "w": 2, "h": 3} -{"name": "Advanced Chain Tiara", "refName": "Advanced Chain Tiara", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"es": [74, 74]}, "w": 2, "h": 2} -{"name": "Advanced Chiseled Targe", "refName": "Advanced Chiseled Targe", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Shield"}, "armour": {"ar": [77, 77], "ev": [70, 70]}, "w": 2, "h": 3} -{"name": "Advanced Cloaked Mail", "refName": "Advanced Cloaked Mail", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ar": [176, 176], "ev": [159, 159]}, "w": 2, "h": 3} -{"name": "Advanced Composite Bow", "refName": "Advanced Composite Bow", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Bow"}, "w": 2, "h": 4} -{"name": "Advanced Construct Hammer", "refName": "Advanced Construct Hammer", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "One Hand Mace"}, "w": 2, "h": 3} -{"name": "Advanced Cowled Helm", "refName": "Advanced Cowled Helm", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"ar": [115, 115], "ev": [105, 105]}, "w": 2, "h": 2} -{"name": "Advanced Crackling Quarterstaff", "refName": "Advanced Crackling Quarterstaff", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Warstaff"}, "w": 2, "h": 4} -{"name": "Advanced Crescent Quarterstaff", "refName": "Advanced Crescent Quarterstaff", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Warstaff"}, "w": 2, "h": 4} -{"name": "Advanced Crescent Targe", "refName": "Advanced Crescent Targe", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Shield"}, "armour": {"ar": [72, 72], "ev": [65, 65]}, "w": 2, "h": 3} -{"name": "Advanced Crumbling Maul", "refName": "Advanced Crumbling Maul", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Two Hand Mace"}, "w": 2, "h": 4} -{"name": "Advanced Crystal Focus", "refName": "Advanced Crystal Focus", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Focus"}, "armour": {"es": [46, 46]}, "w": 2, "h": 3} -{"name": "Advanced Cultist Bow", "refName": "Advanced Cultist Bow", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Bow"}, "w": 2, "h": 4} -{"name": "Advanced Cultist Crown", "refName": "Advanced Cultist Crown", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"ar": [108, 108], "es": [38, 38]}, "w": 2, "h": 2} -{"name": "Advanced Cultist Greathammer", "refName": "Advanced Cultist Greathammer", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Two Hand Mace"}, "w": 2, "h": 4} -{"name": "Advanced Doubled Gauntlets", "refName": "Advanced Doubled Gauntlets", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Gloves"}, "armour": {"ar": [61, 61], "ev": [56, 56]}, "w": 2, "h": 2} -{"name": "Advanced Dualstring Bow", "refName": "Advanced Dualstring Bow", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Bow"}, "w": 2, "h": 4} -{"name": "Advanced Dyad Crossbow", "refName": "Advanced Dyad Crossbow", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Crossbow"}, "w": 2, "h": 4} -{"name": "Advanced Edged Buckler", "refName": "Advanced Edged Buckler", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Shield"}, "armour": {"ev": [131, 131]}, "w": 2, "h": 2} -{"name": "Advanced Effigial Tower Shield", "refName": "Advanced Effigial Tower Shield", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Shield"}, "armour": {"ar": [123, 123]}, "w": 2, "h": 4} -{"name": "Advanced Elite Greathelm", "refName": "Advanced Elite Greathelm", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"ar": [223, 223]}, "w": 2, "h": 2} -{"name": "Advanced Emblem Crest Shield", "refName": "Advanced Emblem Crest Shield", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Shield"}, "armour": {"ar": [67, 67], "es": [24, 24]}, "w": 2, "h": 3} -{"name": "Advanced Embossed Boots", "refName": "Advanced Embossed Boots", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Boots"}, "armour": {"ev": [133, 133]}, "w": 2, "h": 2} -{"name": "Advanced Explorer Armour", "refName": "Advanced Explorer Armour", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ar": [187, 187], "ev": [170, 170]}, "w": 2, "h": 3} -{"name": "Advanced Face Mask", "refName": "Advanced Face Mask", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"ev": [92, 92], "es": [37, 37]}, "w": 2, "h": 2} -{"name": "Advanced Feathered Robe", "refName": "Advanced Feathered Robe", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"es": [97, 97]}, "w": 2, "h": 3} -{"name": "Advanced Feathered Sandals", "refName": "Advanced Feathered Sandals", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Boots"}, "armour": {"es": [58, 58]}, "w": 2, "h": 2} -{"name": "Advanced Feathered Targe", "refName": "Advanced Feathered Targe", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Shield"}, "armour": {"ar": [80, 80], "ev": [73, 73]}, "w": 2, "h": 3} -{"name": "Advanced Feathered Tiara", "refName": "Advanced Feathered Tiara", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"es": [78, 78]}, "w": 2, "h": 2} -{"name": "Advanced Felt Cap", "refName": "Advanced Felt Cap", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"ev": [168, 168]}, "w": 2, "h": 2} -{"name": "Advanced Firm Bracers", "refName": "Advanced Firm Bracers", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Gloves"}, "armour": {"ev": [79, 79]}, "w": 2, "h": 2} -{"name": "Advanced Forge Maul", "refName": "Advanced Forge Maul", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Two Hand Mace"}, "w": 2, "h": 4} -{"name": "Advanced Forlorn Crossbow", "refName": "Advanced Forlorn Crossbow", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Crossbow"}, "w": 2, "h": 4} -{"name": "Advanced Frayed Shoes", "refName": "Advanced Frayed Shoes", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Boots"}, "armour": {"ev": [65, 65], "es": [26, 26]}, "w": 2, "h": 2} -{"name": "Advanced Full Plate", "refName": "Advanced Full Plate", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ar": [340, 340]}, "w": 2, "h": 3} -{"name": "Advanced Fur Plate", "refName": "Advanced Fur Plate", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ar": [269, 269]}, "w": 2, "h": 3} -{"name": "Advanced Gauze Wraps", "refName": "Advanced Gauze Wraps", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Gloves"}, "armour": {"ev": [44, 44], "es": [17, 17]}, "w": 2, "h": 2} -{"name": "Advanced Goldcast Cuffs", "refName": "Advanced Goldcast Cuffs", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Gloves"}, "armour": {"ar": [61, 61], "es": [21, 21]}, "w": 2, "h": 2} -{"name": "Advanced Gothic Quarterstaff", "refName": "Advanced Gothic Quarterstaff", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Warstaff"}, "w": 2, "h": 4} -{"name": "Advanced Guarded Helm", "refName": "Advanced Guarded Helm", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"ar": [102, 102], "ev": [92, 92]}, "w": 2, "h": 2} -{"name": "Advanced Hardwood Targe", "refName": "Advanced Hardwood Targe", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Shield"}, "armour": {"ar": [61, 61], "ev": [54, 54]}, "w": 2, "h": 3} -{"name": "Advanced Heavy Crown", "refName": "Advanced Heavy Crown", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"ar": [123, 123], "es": [43, 43]}, "w": 2, "h": 2} -{"name": "Advanced Heraldric Tower Shield", "refName": "Advanced Heraldric Tower Shield", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Shield"}, "armour": {"ar": [139, 139]}, "w": 2, "h": 4} -{"name": "Advanced Hermit Garb", "refName": "Advanced Hermit Garb", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ev": [133, 133], "es": [53, 53]}, "w": 2, "h": 3} -{"name": "Advanced Hewn Mask", "refName": "Advanced Hewn Mask", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"ev": [87, 87], "es": [35, 35]}, "w": 2, "h": 2} -{"name": "Advanced Hexer's Robe", "refName": "Advanced Hexer's Robe", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"es": [101, 101]}, "w": 2, "h": 3} -{"name": "Advanced Hooded Mask", "refName": "Advanced Hooded Mask", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"ev": [98, 98], "es": [38, 38]}, "w": 2, "h": 2} -{"name": "Advanced Horned Crown", "refName": "Advanced Horned Crown", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"ar": [102, 102], "es": [37, 37]}, "w": 2, "h": 2} -{"name": "Advanced Hunter Hood", "refName": "Advanced Hunter Hood", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"ev": [203, 203]}, "w": 2, "h": 2} -{"name": "Advanced Hunting Shoes", "refName": "Advanced Hunting Shoes", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Boots"}, "armour": {"ev": [84, 84], "es": [32, 32]}, "w": 2, "h": 2} -{"name": "Advanced Intricate Gloves", "refName": "Advanced Intricate Gloves", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Gloves"}, "armour": {"es": [39, 39]}, "w": 2, "h": 2} -{"name": "Advanced Iron Crown", "refName": "Advanced Iron Crown", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"ar": [97, 97], "es": [35, 35]}, "w": 2, "h": 2} -{"name": "Advanced Iron Cuirass", "refName": "Advanced Iron Cuirass", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ar": [284, 284]}, "w": 2, "h": 3} -{"name": "Advanced Iron Greaves", "refName": "Advanced Iron Greaves", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Boots"}, "armour": {"ar": [132, 132]}, "w": 2, "h": 2} -{"name": "Advanced Ironclad Vestments", "refName": "Advanced Ironclad Vestments", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ar": [187, 187], "es": [65, 65]}, "w": 2, "h": 3} -{"name": "Advanced Jewelled Gloves", "refName": "Advanced Jewelled Gloves", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Gloves"}, "armour": {"es": [37, 37]}, "w": 2, "h": 2} -{"name": "Advanced Jingling Crest Shield", "refName": "Advanced Jingling Crest Shield", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Shield"}, "armour": {"ar": [72, 72], "es": [25, 25]}, "w": 2, "h": 3} -{"name": "Advanced Keth Raiment", "refName": "Advanced Keth Raiment", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"es": [112, 112]}, "w": 2, "h": 3} -{"name": "Advanced Lace Hood", "refName": "Advanced Lace Hood", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"ev": [177, 177]}, "w": 2, "h": 2} -{"name": "Advanced Laced Boots", "refName": "Advanced Laced Boots", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Boots"}, "armour": {"ev": [119, 119]}, "w": 2, "h": 2} -{"name": "Advanced Lattice Sandals", "refName": "Advanced Lattice Sandals", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Boots"}, "armour": {"es": [52, 52]}, "w": 2, "h": 2} -{"name": "Advanced Layered Gauntlets", "refName": "Advanced Layered Gauntlets", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Gloves"}, "armour": {"ar": [54, 54], "ev": [49, 49]}, "w": 2, "h": 2} -{"name": "Advanced Leaden Greathammer", "refName": "Advanced Leaden Greathammer", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Two Hand Mace"}, "w": 2, "h": 4} -{"name": "Advanced Linen Wraps", "refName": "Advanced Linen Wraps", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Gloves"}, "armour": {"ev": [49, 49], "es": [19, 19]}, "w": 2, "h": 2} -{"name": "Advanced Lizardscale Boots", "refName": "Advanced Lizardscale Boots", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Boots"}, "armour": {"ev": [152, 152]}, "w": 2, "h": 2} -{"name": "Advanced Long Quarterstaff", "refName": "Advanced Long Quarterstaff", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Warstaff"}, "w": 2, "h": 4} -{"name": "Advanced Mail Sabatons", "refName": "Advanced Mail Sabatons", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Boots"}, "armour": {"ar": [73, 73], "ev": [65, 65]}, "w": 2, "h": 2} -{"name": "Advanced Mail Vestments", "refName": "Advanced Mail Vestments", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ar": [165, 165], "es": [58, 58]}, "w": 2, "h": 3} -{"name": "Advanced Marabout Garb", "refName": "Advanced Marabout Garb", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ev": [149, 149], "es": [58, 58]}, "w": 2, "h": 3} -{"name": "Advanced Maraketh Cuirass", "refName": "Advanced Maraketh Cuirass", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ar": [299, 299]}, "w": 2, "h": 3} -{"name": "Advanced Martyr Crown", "refName": "Advanced Martyr Crown", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"ar": [115, 115], "es": [41, 41]}, "w": 2, "h": 2} -{"name": "Advanced Moulded Mitts", "refName": "Advanced Moulded Mitts", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Gloves"}, "armour": {"ar": [111, 111]}, "w": 2, "h": 2} -{"name": "Advanced Oak Greathammer", "refName": "Advanced Oak Greathammer", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Two Hand Mace"}, "w": 2, "h": 4} -{"name": "Advanced Omen Crest Shield", "refName": "Advanced Omen Crest Shield", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Shield"}, "armour": {"ar": [80, 80], "es": [28, 28]}, "w": 2, "h": 3} -{"name": "Advanced Padded Leggings", "refName": "Advanced Padded Leggings", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Boots"}, "armour": {"ar": [73, 73], "es": [26, 26]}, "w": 2, "h": 2} -{"name": "Advanced Painted Tower Shield", "refName": "Advanced Painted Tower Shield", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Shield"}, "armour": {"ar": [110, 110]}, "w": 2, "h": 4} -{"name": "Advanced Pathfinder Coat", "refName": "Advanced Pathfinder Coat", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ev": [256, 256]}, "w": 2, "h": 3} -{"name": "Advanced Pelage Targe", "refName": "Advanced Pelage Targe", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Shield"}, "armour": {"ar": [64, 64], "ev": [58, 58]}, "w": 2, "h": 3} -{"name": "Advanced Pelt Leggings", "refName": "Advanced Pelt Leggings", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Boots"}, "armour": {"ar": [92, 92], "es": [32, 32]}, "w": 2, "h": 2} -{"name": "Advanced Pelt Mantle", "refName": "Advanced Pelt Mantle", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ar": [156, 156], "es": [56, 56]}, "w": 2, "h": 3} -{"name": "Advanced Pilgrim Vestments", "refName": "Advanced Pilgrim Vestments", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ar": [148, 148], "es": [53, 53]}, "w": 2, "h": 3} -{"name": "Advanced Plated Buckler", "refName": "Advanced Plated Buckler", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Shield"}, "armour": {"ev": [105, 105]}, "w": 2, "h": 2} -{"name": "Advanced Plated Mace", "refName": "Advanced Plated Mace", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "One Hand Mace"}, "w": 2, "h": 3} -{"name": "Advanced Plumed Focus", "refName": "Advanced Plumed Focus", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Focus"}, "armour": {"es": [50, 50]}, "w": 2, "h": 3} -{"name": "Advanced Quilted Vest", "refName": "Advanced Quilted Vest", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ev": [242, 242]}, "w": 2, "h": 3} -{"name": "Advanced Rampart Tower Shield", "refName": "Advanced Rampart Tower Shield", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Shield"}, "armour": {"ar": [131, 131]}, "w": 2, "h": 4} -{"name": "Advanced Rhoahide Coat", "refName": "Advanced Rhoahide Coat", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ev": [271, 271]}, "w": 2, "h": 3} -{"name": "Advanced Ridged Buckler", "refName": "Advanced Ridged Buckler", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Shield"}, "armour": {"ev": [111, 111]}, "w": 2, "h": 2} -{"name": "Advanced Ringed Buckler", "refName": "Advanced Ringed Buckler", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Shield"}, "armour": {"ev": [127, 127]}, "w": 2, "h": 2} -{"name": "Advanced Ringmail Gauntlets", "refName": "Advanced Ringmail Gauntlets", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Gloves"}, "armour": {"ar": [48, 48], "ev": [44, 44]}, "w": 2, "h": 2} -{"name": "Advanced Riveted Mitts", "refName": "Advanced Riveted Mitts", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Gloves"}, "armour": {"ar": [88, 88]}, "w": 2, "h": 2} -{"name": "Advanced Rogue Armour", "refName": "Advanced Rogue Armour", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ar": [156, 156], "ev": [141, 141]}, "w": 2, "h": 3} -{"name": "Advanced Rope Cuffs", "refName": "Advanced Rope Cuffs", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Gloves"}, "armour": {"ar": [48, 48], "es": [17, 17]}, "w": 2, "h": 2} -{"name": "Advanced Rusted Greathelm", "refName": "Advanced Rusted Greathelm", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"ar": [176, 176]}, "w": 2, "h": 2} -{"name": "Advanced Sacrificial Mantle", "refName": "Advanced Sacrificial Mantle", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ar": [195, 195], "es": [68, 68]}, "w": 2, "h": 3} -{"name": "Advanced Scale Mail", "refName": "Advanced Scale Mail", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ar": [195, 195], "ev": [178, 178]}, "w": 2, "h": 3} -{"name": "Advanced Scalper's Jacket", "refName": "Advanced Scalper's Jacket", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ev": [178, 178], "es": [68, 68]}, "w": 2, "h": 3} -{"name": "Advanced Scout's Vest", "refName": "Advanced Scout's Vest", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ev": [309, 309]}, "w": 2, "h": 3} -{"name": "Advanced Sectarian Crest Shield", "refName": "Advanced Sectarian Crest Shield", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Shield"}, "armour": {"ar": [77, 77], "es": [27, 27]}, "w": 2, "h": 3} -{"name": "Advanced Sectioned Bracers", "refName": "Advanced Sectioned Bracers", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Gloves"}, "armour": {"ev": [95, 95]}, "w": 2, "h": 2} -{"name": "Advanced Secured Leggings", "refName": "Advanced Secured Leggings", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Boots"}, "armour": {"ar": [81, 81], "es": [29, 29]}, "w": 2, "h": 2} -{"name": "Advanced Serpentscale Coat", "refName": "Advanced Serpentscale Coat", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ev": [324, 324]}, "w": 2, "h": 3} -{"name": "Advanced Shabby Hood", "refName": "Advanced Shabby Hood", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"ev": [158, 158]}, "w": 2, "h": 2} -{"name": "Advanced Shaman Mantle", "refName": "Advanced Shaman Mantle", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ar": [176, 176], "es": [62, 62]}, "w": 2, "h": 3} -{"name": "Advanced Shielded Helm", "refName": "Advanced Shielded Helm", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"ar": [123, 123], "ev": [111, 111]}, "w": 2, "h": 2} -{"name": "Advanced Shortbow", "refName": "Advanced Shortbow", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Bow"}, "w": 2, "h": 4} -{"name": "Advanced Sigil Crest Shield", "refName": "Advanced Sigil Crest Shield", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Shield"}, "armour": {"ar": [64, 64], "es": [23, 23]}, "w": 2, "h": 3} -{"name": "Advanced Silk Robe", "refName": "Advanced Silk Robe", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"es": [106, 106]}, "w": 2, "h": 3} -{"name": "Advanced Silk Slippers", "refName": "Advanced Silk Slippers", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Boots"}, "armour": {"es": [55, 55]}, "w": 2, "h": 2} -{"name": "Advanced Slicing Quarterstaff", "refName": "Advanced Slicing Quarterstaff", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Warstaff"}, "w": 2, "h": 4} -{"name": "Advanced Slim Mace", "refName": "Advanced Slim Mace", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "One Hand Mace"}, "w": 2, "h": 3} -{"name": "Advanced Smithing Hammer", "refName": "Advanced Smithing Hammer", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "One Hand Mace"}, "w": 2, "h": 3} -{"name": "Advanced Soldier Greathelm", "refName": "Advanced Soldier Greathelm", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"ar": [186, 186]}, "w": 2, "h": 2} -{"name": "Advanced Sombre Gloves", "refName": "Advanced Sombre Gloves", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Gloves"}, "armour": {"es": [32, 32]}, "w": 2, "h": 2} -{"name": "Advanced Spiked Buckler", "refName": "Advanced Spiked Buckler", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Shield"}, "armour": {"ev": [119, 119]}, "w": 2, "h": 2} -{"name": "Advanced Spined Bracers", "refName": "Advanced Spined Bracers", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Gloves"}, "armour": {"ev": [101, 101]}, "w": 2, "h": 2} -{"name": "Advanced Spiral Wraps", "refName": "Advanced Spiral Wraps", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Gloves"}, "armour": {"ev": [56, 56], "es": [21, 21]}, "w": 2, "h": 2} -{"name": "Advanced Spired Greathelm", "refName": "Advanced Spired Greathelm", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"ar": [210, 210]}, "w": 2, "h": 2} -{"name": "Advanced Stacked Sabatons", "refName": "Advanced Stacked Sabatons", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Boots"}, "armour": {"ar": [92, 92], "ev": [84, 84]}, "w": 2, "h": 2} -{"name": "Advanced Steel Plate", "refName": "Advanced Steel Plate", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ar": [320, 320]}, "w": 2, "h": 3} -{"name": "Advanced Steeltoe Boots", "refName": "Advanced Steeltoe Boots", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Boots"}, "armour": {"ev": [143, 143]}, "w": 2, "h": 2} -{"name": "Advanced Stitched Gloves", "refName": "Advanced Stitched Gloves", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Gloves"}, "armour": {"es": [35, 35]}, "w": 2, "h": 2} -{"name": "Advanced Stone Greaves", "refName": "Advanced Stone Greaves", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Boots"}, "armour": {"ar": [167, 167]}, "w": 2, "h": 2} -{"name": "Advanced Stone Tower Shield", "refName": "Advanced Stone Tower Shield", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Shield"}, "armour": {"ar": [144, 144]}, "w": 2, "h": 4} -{"name": "Advanced Studded Targe", "refName": "Advanced Studded Targe", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Shield"}, "armour": {"ar": [67, 67], "ev": [61, 61]}, "w": 2, "h": 3} -{"name": "Advanced Studded Vest", "refName": "Advanced Studded Vest", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ev": [290, 290]}, "w": 2, "h": 3} -{"name": "Advanced Sturdy Crossbow", "refName": "Advanced Sturdy Crossbow", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Crossbow"}, "w": 2, "h": 4} -{"name": "Advanced Swathed Cap", "refName": "Advanced Swathed Cap", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"ev": [190, 190]}, "w": 2, "h": 2} -{"name": "Advanced Tempered Mitts", "refName": "Advanced Tempered Mitts", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Gloves"}, "armour": {"ar": [98, 98]}, "w": 2, "h": 2} -{"name": "Advanced Temple Maul", "refName": "Advanced Temple Maul", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Two Hand Mace"}, "w": 2, "h": 4} -{"name": "Advanced Tense Crossbow", "refName": "Advanced Tense Crossbow", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Crossbow"}, "w": 2, "h": 4} -{"name": "Advanced Threaded Shoes", "refName": "Advanced Threaded Shoes", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Boots"}, "armour": {"ev": [73, 73], "es": [29, 29]}, "w": 2, "h": 2} -{"name": "Advanced Tonal Focus", "refName": "Advanced Tonal Focus", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Focus"}, "armour": {"es": [43, 43]}, "w": 2, "h": 3} -{"name": "Advanced Tribal Mask", "refName": "Advanced Tribal Mask", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"ev": [111, 111], "es": [43, 43]}, "w": 2, "h": 2} -{"name": "Advanced Trimmed Greaves", "refName": "Advanced Trimmed Greaves", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Boots"}, "armour": {"ar": [157, 157]}, "w": 2, "h": 2} -{"name": "Advanced Twig Circlet", "refName": "Advanced Twig Circlet", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"es": [63, 63]}, "w": 2, "h": 2} -{"name": "Advanced Vaal Cuirass", "refName": "Advanced Vaal Cuirass", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ar": [355, 355]}, "w": 2, "h": 3} -{"name": "Advanced Vagabond Armour", "refName": "Advanced Vagabond Armour", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ar": [165, 165], "ev": [149, 149]}, "w": 2, "h": 3} -{"name": "Advanced Varnished Crossbow", "refName": "Advanced Varnished Crossbow", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Crossbow"}, "w": 2, "h": 4} -{"name": "Advanced Veiled Mask", "refName": "Advanced Veiled Mask", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"ev": [105, 105], "es": [41, 41]}, "w": 2, "h": 2} -{"name": "Advanced Visored Helm", "refName": "Advanced Visored Helm", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"ar": [108, 108], "ev": [98, 98]}, "w": 2, "h": 2} -{"name": "Advanced Voodoo Focus", "refName": "Advanced Voodoo Focus", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Focus"}, "armour": {"es": [49, 49]}, "w": 2, "h": 3} -{"name": "Advanced Votive Raiment", "refName": "Advanced Votive Raiment", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"es": [119, 119]}, "w": 2, "h": 3} -{"name": "Advanced Warden Bow", "refName": "Advanced Warden Bow", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Bow"}, "w": 2, "h": 4} -{"name": "Advanced Warpick", "refName": "Advanced Warpick", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "One Hand Mace"}, "w": 2, "h": 3} -{"name": "Advanced Waxed Jacket", "refName": "Advanced Waxed Jacket", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ev": [141, 141], "es": [56, 56]}, "w": 2, "h": 3} -{"name": "Advanced Wayfarer Jacket", "refName": "Advanced Wayfarer Jacket", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ev": [159, 159], "es": [62, 62]}, "w": 2, "h": 3} -{"name": "Advanced Wicker Tiara", "refName": "Advanced Wicker Tiara", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"es": [67, 67]}, "w": 2, "h": 2} -{"name": "Advanced Wooden Buckler", "refName": "Advanced Wooden Buckler", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Shield"}, "armour": {"ev": [99, 99]}, "w": 2, "h": 2} -{"name": "Advanced Woven Focus", "refName": "Advanced Woven Focus", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Focus"}, "armour": {"es": [40, 40]}, "w": 2, "h": 3} -{"name": "Advanced Wrapped Greathelm", "refName": "Advanced Wrapped Greathelm", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"ar": [196, 196]}, "w": 2, "h": 2} -{"name": "Advanced Wrapped Sandals", "refName": "Advanced Wrapped Sandals", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Boots"}, "armour": {"es": [48, 48]}, "w": 2, "h": 2} -{"name": "Advanced Zealot Bow", "refName": "Advanced Zealot Bow", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Bow"}, "w": 2, "h": 4} -{"name": "Aegis Buckler", "refName": "Aegis Buckler", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Shield"}, "armour": {"ev": [139, 139]}, "w": 2, "h": 2} -{"name": "Aetheric Fossil", "refName": "Aetheric Fossil", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGVsdmUvQWV0aGVyaWNGb3NzaWwiLCJzY2FsZSI6MX1d/4c874e6fa9/AethericFossil.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Aftershock", "refName": "Aftershock", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Aged Cuffs", "refName": "Aged Cuffs", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Gloves"}, "armour": {"ar": [22, 22], "es": [9, 9]}, "w": 2, "h": 2} -{"name": "Aggregator Charm", "refName": "Aggregator Charm", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGVpc3QvQWdncmVnYXRvckNoYXJtTWFnaWNTdG9uZSIsInciOjIsImgiOjIsInNjYWxlIjoxfV0/18dabef4ca/AggregatorCharmMagicStone.png", "craftable": {"category": "HeistEquipmentWeapon"}, "w": 2, "h": 2} -{"name": "Al-Hezmin's Crest", "refName": "Al-Hezmin's Crest", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9IdW50ZXJGcmFnbWVudCIsInNjYWxlIjoxfV0/3ad268c533/HunterFragment.png", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Albino Rhoa Feather", "refName": "Albino Rhoa Feather", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQ3VycmVuY3lSaG9hRmVhdGhlciIsInciOjEsImgiOjEsInNjYWxlIjoxfV0/a6c81de02d/CurrencyRhoaFeather.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Alchemical Chalice", "refName": "Alchemical Chalice", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "HeistObjective"}, "w": 2, "h": 2} -{"name": "Alchemical Supplies", "refName": "Alchemical Supplies", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Alchemist's Boon", "refName": "Alchemist's Boon", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Alchemy Shard", "refName": "Alchemy Shard", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Alloy Crossbow", "refName": "Alloy Crossbow", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Crossbow"}, "w": 2, "h": 4} -{"name": "Altar Robe", "refName": "Altar Robe", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"es": [89, 89]}, "w": 2, "h": 3} -{"name": "Alteration Shard", "refName": "Alteration Shard", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Alva's Memory", "refName": "Alva's Memory", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvTWVtb3J5TGluZS9BbHZhTWVtb3J5SXRlbSIsInciOjEsImgiOjEsInNjYWxlIjoxfV0/5adc01981d/AlvaMemoryItem.png", "craftable": {"category": "MemoryLine"}, "w": 1, "h": 1} -{"name": "Amber Amulet", "refName": "Amber Amulet", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQW11bGV0cy9BbXVsZXQzIiwidyI6MSwiaCI6MSwic2NhbGUiOjF9XQ/abb6811fa1/Amulet3.png", "craftable": {"category": "Amulet"}, "w": 1, "h": 1} -{"name": "Ambush", "refName": "Ambush", "namespace": "GEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvR2Vtcy9BbWJ1c2hTa2lsbEdlbSIsInciOjEsImgiOjEsInNjYWxlIjoxfV0/92a4cb4028/AmbushSkillGem.png", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Amethyst Charm", "refName": "Amethyst Charm", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Charm"}, "w": 1, "h": 1} -{"name": "Amethyst Ring", "refName": "Amethyst Ring", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvUmluZ3MvQW1ldGh5c3RSaW5nIiwidyI6MSwiaCI6MSwic2NhbGUiOjF9XQ/804d781735/AmethystRing.png", "craftable": {"category": "Ring"}, "w": 1, "h": 1} -{"name": "Ammo Conservation", "refName": "Ammo Conservation", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Amphora Relic", "refName": "Amphora Relic", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Relic"}, "w": 1, "h": 3} -{"name": "Amplifying Power Core", "refName": "Amplifying Power Core", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "An Audience with the King", "refName": "An Audience with the King", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvUml0dWFsL1Zvb2Rvb0tpbmdFZmZpZ3kiLCJzY2FsZSI6MSwicmVhbG0iOiJwb2UyIn1d/0b02c113cc/VoodooKingEffigy.png", "tradeTag": "an-audience-with-the-king", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Ancestor Tower Shield", "refName": "Ancestor Tower Shield", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Shield"}, "armour": {"ar": [121, 121]}, "w": 2, "h": 4} -{"name": "Ancestral Mail", "refName": "Ancestral Mail", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ar": [162, 162], "ev": [146, 146]}, "w": 2, "h": 3} -{"name": "Ancestral Spirits", "refName": "Ancestral Spirits", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Ancestral Steel", "refName": "Ancestral Steel", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 1} -{"name": "Ancestral Urgency", "refName": "Ancestral Urgency", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Ancestral Warrior Totem", "refName": "Ancestral Warrior Totem", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MetaSkillGem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Anchorite Garb", "refName": "Anchorite Garb", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ev": [101, 101], "es": [43, 43]}, "w": 2, "h": 3} -{"name": "Ancient Apex Sentinel", "refName": "Ancient Apex Sentinel", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "SentinelDrone"}, "w": 2, "h": 2} -{"name": "Ancient Crisis Fragment", "refName": "Ancient Crisis Fragment", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvUXVlc3RJdGVtcy9QaW5uYWNsZUtleTEiLCJzY2FsZSI6MSwicmVhbG0iOiJwb2UyIn1d/ef329c74d1/PinnacleKey1.png", "tradeTag": "ancient-crisis-fragment", "w": 1, "h": 1} -{"name": "Ancient Greatblade", "refName": "Ancient Greatblade", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Two Hand Sword"}, "w": 2, "h": 4} -{"name": "Ancient Orb", "refName": "Ancient Orb", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQW5jaWVudE9yYiIsInNjYWxlIjoxfV0/83015d0dc9/AncientOrb.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Ancient Pandemonium Sentinel", "refName": "Ancient Pandemonium Sentinel", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "SentinelDrone"}, "w": 2, "h": 2} -{"name": "Ancient Reliquary Key", "refName": "Ancient Reliquary Key", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9WYXVsdE1hcCIsInNjYWxlIjoxfV0/e1342052dd/VaultMap.png", "craftable": {"category": "VaultKey"}, "w": 1, "h": 1} -{"name": "Ancient Seal", "refName": "Ancient Seal", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "HeistObjective"}, "w": 2, "h": 4} -{"name": "Ancient Shard", "refName": "Ancient Shard", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQW5jaWVudFNoYXJkIiwic2NhbGUiOjF9XQ/3695589639/AncientShard.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Ancient Stalker Sentinel", "refName": "Ancient Stalker Sentinel", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "SentinelDrone"}, "w": 2, "h": 2} -{"name": "Anima Quarterstaff", "refName": "Anima Quarterstaff", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Warstaff"}, "w": 2, "h": 4} -{"name": "Annulment Shard", "refName": "Annulment Shard", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQW5udWxsU2hhcmQiLCJzY2FsZSI6MX1d/1cf9962d97/AnnullShard.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Antidote Charm", "refName": "Antidote Charm", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Charm"}, "w": 1, "h": 1} -{"name": "Antler Focus", "refName": "Antler Focus", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Focus"}, "armour": {"es": [17, 17]}, "w": 2, "h": 3} -{"name": "Apprentice Cartographer's Seal", "refName": "Apprentice Cartographer's Seal", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Arbiter's Book of Knowledge I", "refName": "Arbiter's Book of Knowledge I", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "Arbiter's Book of Knowledge II", "refName": "Arbiter's Book of Knowledge II", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "Arbiter's Book of Knowledge III", "refName": "Arbiter's Book of Knowledge III", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "Arbiter's Book of Knowledge IV", "refName": "Arbiter's Book of Knowledge IV", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "Arc", "refName": "Arc", "namespace": "GEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvR2Vtcy9BcmMiLCJ3IjoxLCJoIjoxLCJzY2FsZSI6MX1d/3778fcf505/Arc.png", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Arcane Dirk", "refName": "Arcane Dirk", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Dagger"}, "w": 1, "h": 3} -{"name": "Arcane Robe", "refName": "Arcane Robe", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"es": [153, 153]}, "w": 2, "h": 3} -{"name": "Arcane Surge", "refName": "Arcane Surge", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Arcane Tempo", "refName": "Arcane Tempo", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Arcanist's Etcher", "refName": "Arcanist's Etcher", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQ3VycmVuY3lXZWFwb25NYWdpY1F1YWxpdHkiLCJzY2FsZSI6MSwicmVhbG0iOiJwb2UyIn1d/516e8f1131/CurrencyWeaponMagicQuality.png", "tradeTag": "etcher", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Arced Claw", "refName": "Arced Claw", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Claw"}, "w": 2, "h": 2} -{"name": "Arced Longsword", "refName": "Arced Longsword", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Two Hand Sword"}, "w": 2, "h": 4} -{"name": "Arched Greataxe", "refName": "Arched Greataxe", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Two Hand Axe"}, "w": 2, "h": 4} -{"name": "Archive Reliquary Key", "refName": "Archive Reliquary Key", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9TZWFyaW5nRXhhcmNoRm9pbCIsInNjYWxlIjoxfV0/76bce43f6c/SearingExarchFoil.png", "craftable": {"category": "VaultKey"}, "w": 1, "h": 1} -{"name": "Archmage", "refName": "Archmage", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Archnemesis Mod", "refName": "Archnemesis Mod", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 1, "h": 1} -{"name": "Archon Kite Shield Piece", "refName": "Archon Kite Shield Piece", "namespace": "ITEM", "icon": "", "craftable": {"category": "UniqueFragment"}, "w": 1, "h": 2} -{"name": "Archon Kite Shield Piece", "refName": "Archon Kite Shield Piece", "namespace": "ITEM", "icon": "", "craftable": {"category": "UniqueFragment"}, "w": 1, "h": 2} -{"name": "Archon Kite Shield Piece", "refName": "Archon Kite Shield Piece", "namespace": "ITEM", "icon": "", "craftable": {"category": "UniqueFragment"}, "w": 1, "h": 1} -{"name": "Archon Kite Shield Piece", "refName": "Archon Kite Shield Piece", "namespace": "ITEM", "icon": "", "craftable": {"category": "UniqueFragment"}, "w": 1, "h": 1} -{"name": "Arctic Armour", "refName": "Arctic Armour", "namespace": "GEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvR2Vtcy9JY2VTaGllbGQiLCJ3IjoxLCJoIjoxLCJzY2FsZSI6MX1d/22044364a7/IceShield.png", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Armour Breaker", "refName": "Armour Breaker", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Armour Explosion", "refName": "Armour Explosion", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Armour Piercing Rounds", "refName": "Armour Piercing Rounds", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Armour Recombinator", "refName": "Armour Recombinator", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Armoured Cap", "refName": "Armoured Cap", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"ev": [222, 222]}, "w": 2, "h": 2} -{"name": "Armoured Claw", "refName": "Armoured Claw", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Claw"}, "w": 2, "h": 2} -{"name": "Armoured Vest", "refName": "Armoured Vest", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ev": [406, 406]}, "w": 2, "h": 3} -{"name": "Armourer's Scrap", "refName": "Armourer's Scrap", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQ3VycmVuY3lBcm1vdXJRdWFsaXR5Iiwic2NhbGUiOjEsInJlYWxtIjoicG9lMiJ9XQ/d5868f596d/CurrencyArmourQuality.png", "tradeTag": "scrap", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Aromatic Sceptre", "refName": "Aromatic Sceptre", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Sceptre"}, "w": 2, "h": 3} -{"name": "Array Buckler", "refName": "Array Buckler", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Shield"}, "armour": {"ev": [119, 119]}, "w": 2, "h": 2} -{"name": "Artificer's Orb", "refName": "Artificer's Orb", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQ3VycmVuY3lBZGRFcXVpcG1lbnRTb2NrZXQiLCJzY2FsZSI6MSwicmVhbG0iOiJwb2UyIn1d/5131fd4774/CurrencyAddEquipmentSocket.png", "tradeTag": "artificers", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Artificer's Shard", "refName": "Artificer's Shard", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQ3VycmVuY3lBZGRFcXVpcG1lbnRTb2NrZXRTaGFyZCIsInNjYWxlIjoxLCJyZWFsbSI6InBvZTIifV0/cdcdd8bf3f/CurrencyAddEquipmentSocketShard.png", "tradeTag": "artificers-shard", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Artillery Ballista", "refName": "Artillery Ballista", "namespace": "GEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvR2Vtcy9Nb3J0YXJUb3RlbUJvd1NraWxsR2VtIiwidyI6MSwiaCI6MSwic2NhbGUiOjF9XQ/5636ae404e/MortarTotemBowSkillGem.png", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Artillery Bow", "refName": "Artillery Bow", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Bow"}, "w": 2, "h": 4} -{"name": "Ascetic Garb", "refName": "Ascetic Garb", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ev": [149, 149], "es": [58, 58]}, "w": 2, "h": 3} -{"name": "Ashen Staff", "refName": "Ashen Staff", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Staff"}, "w": 1, "h": 4} -{"name": "Asinia's Memorial Key Piece", "refName": "Asinia's Memorial Key Piece", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 1} -{"name": "Assassin Garb", "refName": "Assassin Garb", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ev": [223, 223], "es": [84, 84]}, "w": 2, "h": 3} -{"name": "Astral Projection", "refName": "Astral Projection", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Atlas Book of Skill", "refName": "Atlas Book of Skill", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "Atlas Book of Skill", "refName": "Atlas Book of Skill", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "Atlas Book of Skill", "refName": "Atlas Book of Skill", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "Atlas Book of Skill", "refName": "Atlas Book of Skill", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "Atlas Book of Skill", "refName": "Atlas Book of Skill", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "Atlas Book of Skill", "refName": "Atlas Book of Skill", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "Attrition", "refName": "Attrition", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Attuned Focus", "refName": "Attuned Focus", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Focus"}, "armour": {"es": [47, 47]}, "w": 2, "h": 3} -{"name": "Attuned Wand", "refName": "Attuned Wand", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Wand"}, "w": 1, "h": 3} -{"name": "Augmenting Power Core", "refName": "Augmenting Power Core", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Aureate Targe", "refName": "Aureate Targe", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Shield"}, "armour": {"ar": [74, 74], "ev": [68, 68]}, "w": 2, "h": 3} -{"name": "Auto Reload", "refName": "Auto Reload", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Awakened Sextant", "refName": "Awakened Sextant", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Awakener's Orb", "refName": "Awakener's Orb", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvVHJhbnNmZXJPcmIiLCJzY2FsZSI6MX1d/f3b1c1566f/TransferOrb.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Axe Slash", "refName": "Axe Slash", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Axe Slash", "refName": "Axe Slash", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Axe Slash", "refName": "Axe Slash", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Azure Amulet", "refName": "Azure Amulet", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Amulet"}, "w": 1, "h": 1} -{"name": "Azurite Flashpowder", "refName": "Azurite Flashpowder", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGVpc3QvQXp1cml0ZUZsYXNocG93ZGVyIiwidyI6MiwiaCI6Miwic2NhbGUiOjF9XQ/b8addc416a/AzuriteFlashpowder.png", "craftable": {"category": "HeistEquipmentTool"}, "w": 2, "h": 2} -{"name": "Baffling Blueprints", "refName": "Baffling Blueprints", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Balbala's Barya", "refName": "Balbala's Barya", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Ball Lightning", "refName": "Ball Lightning", "namespace": "GEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvR2Vtcy9CYWxsTGlnaHRuaW5nIiwidyI6MSwiaCI6MSwic2NhbGUiOjF9XQ/6c73d5c555/BallLightning.png", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Bandit Hatchet", "refName": "Bandit Hatchet", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "One Hand Axe"}, "w": 2, "h": 3} -{"name": "Baran's Crest", "refName": "Baran's Crest", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9DcnVzYWRlckZyYWdtZW50Iiwic2NhbGUiOjF9XQ/3e2fecf3bc/CrusaderFragment.png", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Barbed Spear", "refName": "Barbed Spear", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Spear"}, "w": 1, "h": 4} -{"name": "Barrage", "refName": "Barrage", "namespace": "GEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvR2Vtcy9CYXJyYWdlIiwidyI6MSwiaCI6MSwic2NhbGUiOjF9XQ/0669bef74e/Barrage.png", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Barricade Tower Shield", "refName": "Barricade Tower Shield", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Shield"}, "armour": {"ar": [50, 50]}, "w": 2, "h": 4} -{"name": "Barrier Invocation", "refName": "Barrier Invocation", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MetaSkillGem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Barrier Quarterstaff", "refName": "Barrier Quarterstaff", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Warstaff"}, "w": 2, "h": 4} -{"name": "Basic Disguise Kit", "refName": "Basic Disguise Kit", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGVpc3QvQmFzaWNEaXNndWlzZUtpdCIsInciOjIsImgiOjIsInNjYWxlIjoxfV0/7be5d4947a/BasicDisguiseKit.png", "craftable": {"category": "HeistEquipmentTool"}, "w": 2, "h": 2} -{"name": "Battle Axe", "refName": "Battle Axe", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "One Hand Axe"}, "w": 2, "h": 3} -{"name": "Beaded Circlet", "refName": "Beaded Circlet", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"es": [34, 34]}, "w": 2, "h": 2} -{"name": "Bearded Axe", "refName": "Bearded Axe", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "One Hand Axe"}, "w": 2, "h": 3} -{"name": "Behead", "refName": "Behead", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Berserk", "refName": "Berserk", "namespace": "GEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvR2Vtcy9CZXNlcmtHZW0iLCJ3IjoxLCJoIjoxLCJzY2FsZSI6MX1d/fb31554c78/BeserkGem.png", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Bestiary Orb", "refName": "Bestiary Orb", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQmVzdGlhcnlPcmJFbXB0eSIsInciOjEsImgiOjEsInNjYWxlIjoxfV0/023527ca4e/BestiaryOrbEmpty.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Bind Spectre", "refName": "Bind Spectre", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Binding Shard", "refName": "Binding Shard", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQmluZGluZ1NoYXJkIiwic2NhbGUiOjF9XQ/569d09ac86/BindingShard.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Biting Frost", "refName": "Biting Frost", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Black Scythe Artifact", "refName": "Black Scythe Artifact", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXhwZWRpdGlvbi9SdW5lNiIsInNjYWxlIjoxLCJyZWFsbSI6InBvZTIifV0/2260f34070/Rune6.png", "tradeTag": "black-scythe-artifact", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Blackfire Crossbow", "refName": "Blackfire Crossbow", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Crossbow"}, "w": 2, "h": 4} -{"name": "Blackguard Personnel Files", "refName": "Blackguard Personnel Files", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Blacksmith's Whetstone", "refName": "Blacksmith's Whetstone", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQ3VycmVuY3lXZWFwb25RdWFsaXR5Iiwic2NhbGUiOjEsInJlYWxtIjoicG9lMiJ9XQ/18715ea7be/CurrencyWeaponQuality.png", "tradeTag": "whetstone", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Blacksteel Tower Shield", "refName": "Blacksteel Tower Shield", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Shield"}, "armour": {"ar": [152, 152]}, "w": 2, "h": 4} -{"name": "Bladed Shoes", "refName": "Bladed Shoes", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Boots"}, "armour": {"ev": [91, 91], "es": [35, 35]}, "w": 2, "h": 2} -{"name": "Bladed Trap", "refName": "Bladed Trap", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "TrapTool"}, "w": 2, "h": 2} -{"name": "Blasphemy", "refName": "Blasphemy", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MetaSkillGem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Blazing Lance", "refName": "Blazing Lance", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Blazon Crest Shield", "refName": "Blazon Crest Shield", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Shield"}, "armour": {"ar": [10, 10], "es": [6, 6]}, "w": 2, "h": 3} -{"name": "Bleeding Concoction", "refName": "Bleeding Concoction", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Blessed Claymore", "refName": "Blessed Claymore", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Two Hand Sword"}, "w": 2, "h": 4} -{"name": "Blessed Orb", "refName": "Blessed Orb", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQ3VycmVuY3lJbXBsaWNpdE1vZCIsInNjYWxlIjoxfV0/48e700cc20/CurrencyImplicitMod.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Blessing of Chayula", "refName": "Blessing of Chayula", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQnJlYWNoL0JyZWFjaFVwZ3JhZGVyQ2hhb3MiLCJzY2FsZSI6MX1d/45e8da717e/BreachUpgraderChaos.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Blessing of Esh", "refName": "Blessing of Esh", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQnJlYWNoL0JyZWFjaFVwZ3JhZGVyTGlnaHRuaW5nIiwic2NhbGUiOjF9XQ/3d1db83ad2/BreachUpgraderLightning.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Blessing of Tul", "refName": "Blessing of Tul", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQnJlYWNoL0JyZWFjaFVwZ3JhZGVyQ29sZCIsInNjYWxlIjoxfV0/3573fedbf3/BreachUpgraderCold.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Blessing of Uul-Netol", "refName": "Blessing of Uul-Netol", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQnJlYWNoL0JyZWFjaFVwZ3JhZGVyUGh5c2ljYWwiLCJzY2FsZSI6MX1d/f230a19a13/BreachUpgraderPhysical.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Blessing of Xoph", "refName": "Blessing of Xoph", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQnJlYWNoL0JyZWFjaFVwZ3JhZGVyRmlyZSIsInNjYWxlIjoxfV0/16a58db13d/BreachUpgraderFire.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Blighted Incubator", "refName": "Blighted Incubator", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5jdWJhdGlvbi9JbmN1YmF0aW9uQmxpZ2h0Iiwic2NhbGUiOjF9XQ/0f1872598d/IncubationBlight.png", "craftable": {"category": "Incubator"}, "w": 1, "h": 1} -{"name": "Blighted Incubator", "refName": "Blighted Incubator", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5jdWJhdGlvbi9JbmN1YmF0aW9uQmxpZ2h0Iiwic2NhbGUiOjF9XQ/0f1872598d/IncubationBlight.png", "craftable": {"category": "Incubator"}, "w": 1, "h": 1} -{"name": "Blighted Scouting Report", "refName": "Blighted Scouting Report", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvU2NvdXRpbmdSZXBvcnQiLCJ3IjoxLCJoIjoxLCJzY2FsZSI6MX1d/584635f3c8/ScoutingReport.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Blind", "refName": "Blind", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Blink", "refName": "Blink", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Blink", "refName": "Blink", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Blood Crucible", "refName": "Blood Crucible", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "Blood of Innocence", "refName": "Blood of Innocence", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "HeistObjective"}, "w": 2, "h": 4} -{"name": "Blood-filled Vessel", "refName": "Blood-filled Vessel", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvUml0dWFsL0Jsb29kU29ha2VkRWZmaWd5IiwidyI6MSwiaCI6MSwic2NhbGUiOjF9XQ/1adc81c853/BloodSoakedEffigy.png", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Bloodletting Dagger", "refName": "Bloodletting Dagger", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Dagger"}, "w": 1, "h": 3} -{"name": "Bloodlust", "refName": "Bloodlust", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Bloodstained Fossil", "refName": "Bloodstained Fossil", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGVsdmUvQmxvb2RzdGFpbmVkRm9zc2lsIiwic2NhbGUiOjF9XQ/91236983e9/BloodstainedFossil.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Bloodstone Amulet", "refName": "Bloodstone Amulet", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Amulet"}, "w": 1, "h": 1} -{"name": "Bludgeon", "refName": "Bludgeon", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Blue Mushroom", "refName": "Blue Mushroom", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 3} -{"name": "Blueprint: Bunker", "refName": "Blueprint: Bunker", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGVpc3QvQmx1ZXByaW50Tm90QXBwcm92ZWQiLCJ3IjoxLCJoIjoxLCJzY2FsZSI6MX1d/03e0a85e57/BlueprintNotApproved.png", "craftable": {"category": "HeistBlueprint"}, "w": 1, "h": 1} -{"name": "Blueprint: Laboratory", "refName": "Blueprint: Laboratory", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGVpc3QvQmx1ZXByaW50Tm90QXBwcm92ZWQzIiwidyI6MSwiaCI6MSwic2NhbGUiOjF9XQ/fd4cd3685e/BlueprintNotApproved3.png", "craftable": {"category": "HeistBlueprint"}, "w": 1, "h": 1} -{"name": "Blueprint: Mansion", "refName": "Blueprint: Mansion", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGVpc3QvQmx1ZXByaW50Tm90QXBwcm92ZWQ5IiwidyI6MSwiaCI6MSwic2NhbGUiOjF9XQ/c6b8f5dbc2/BlueprintNotApproved9.png", "craftable": {"category": "HeistBlueprint"}, "w": 1, "h": 1} -{"name": "Blueprint: Prohibited Library", "refName": "Blueprint: Prohibited Library", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGVpc3QvQmx1ZXByaW50Tm90QXBwcm92ZWQ1IiwidyI6MSwiaCI6MSwic2NhbGUiOjF9XQ/78c1f7c667/BlueprintNotApproved5.png", "craftable": {"category": "HeistBlueprint"}, "w": 1, "h": 1} -{"name": "Blueprint: Records Office", "refName": "Blueprint: Records Office", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGVpc3QvQmx1ZXByaW50Tm90QXBwcm92ZWQ4IiwidyI6MSwiaCI6MSwic2NhbGUiOjF9XQ/cc90ce9113/BlueprintNotApproved8.png", "craftable": {"category": "HeistBlueprint"}, "w": 1, "h": 1} -{"name": "Blueprint: Repository", "refName": "Blueprint: Repository", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGVpc3QvQmx1ZXByaW50Tm90QXBwcm92ZWQ0IiwidyI6MSwiaCI6MSwic2NhbGUiOjF9XQ/2705c5829f/BlueprintNotApproved4.png", "craftable": {"category": "HeistBlueprint"}, "w": 1, "h": 1} -{"name": "Blueprint: Smuggler's Den", "refName": "Blueprint: Smuggler's Den", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGVpc3QvQmx1ZXByaW50Tm90QXBwcm92ZWQyIiwidyI6MSwiaCI6MSwic2NhbGUiOjF9XQ/cbd577605e/BlueprintNotApproved2.png", "craftable": {"category": "HeistBlueprint"}, "w": 1, "h": 1} -{"name": "Blueprint: Tunnels", "refName": "Blueprint: Tunnels", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGVpc3QvQmx1ZXByaW50Tm90QXBwcm92ZWQ2IiwidyI6MSwiaCI6MSwic2NhbGUiOjF9XQ/f2e3a9ec0f/BlueprintNotApproved6.png", "craftable": {"category": "HeistBlueprint"}, "w": 1, "h": 1} -{"name": "Blueprint: Underbelly", "refName": "Blueprint: Underbelly", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGVpc3QvQmx1ZXByaW50Tm90QXBwcm92ZWQ3IiwidyI6MSwiaCI6MSwic2NhbGUiOjF9XQ/bafd718e24/BlueprintNotApproved7.png", "craftable": {"category": "HeistBlueprint"}, "w": 1, "h": 1} -{"name": "Blunt Arrow Quiver Piece", "refName": "Blunt Arrow Quiver Piece", "namespace": "ITEM", "icon": "", "craftable": {"category": "UniqueFragment"}, "w": 1, "h": 2} -{"name": "Blunt Arrow Quiver Piece", "refName": "Blunt Arrow Quiver Piece", "namespace": "ITEM", "icon": "", "craftable": {"category": "UniqueFragment"}, "w": 1, "h": 2} -{"name": "Blunt Arrow Quiver Piece", "refName": "Blunt Arrow Quiver Piece", "namespace": "ITEM", "icon": "", "craftable": {"category": "UniqueFragment"}, "w": 2, "h": 1} -{"name": "Blunt Quiver", "refName": "Blunt Quiver", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Quiver"}, "w": 2, "h": 3} -{"name": "Boarding Hatchet", "refName": "Boarding Hatchet", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "One Hand Axe"}, "w": 2, "h": 3} -{"name": "Body Rune", "refName": "Body Rune", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvUnVuZXMvTGlmZVJ1bmUiLCJzY2FsZSI6MSwicmVhbG0iOiJwb2UyIn1d/a09dcb651b/LifeRune.png", "tradeTag": "body-rune", "craftable": {"category": "SoulCore"}, "w": 1, "h": 1} -{"name": "Bold Sabatons", "refName": "Bold Sabatons", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Boots"}, "armour": {"ar": [100, 100], "ev": [91, 91]}, "w": 2, "h": 2} -{"name": "Bolstered Mitts", "refName": "Bolstered Mitts", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Gloves"}, "armour": {"ar": [58, 58]}, "w": 2, "h": 2} -{"name": "Bombard Crossbow", "refName": "Bombard Crossbow", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Crossbow"}, "w": 2, "h": 4} -{"name": "Bone Blast", "refName": "Bone Blast", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Bone Cage", "refName": "Bone Cage", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Bone Offering", "refName": "Bone Offering", "namespace": "GEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvR2Vtcy9Cb25lT2ZmZXJpbmciLCJ3IjoxLCJoIjoxLCJzY2FsZSI6MX1d/9918a40b8a/BoneOffering.png", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Bone Raiment", "refName": "Bone Raiment", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"es": [52, 52]}, "w": 2, "h": 3} -{"name": "Bone Wand", "refName": "Bone Wand", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Wand"}, "w": 1, "h": 3} -{"name": "Boneshatter", "refName": "Boneshatter", "namespace": "GEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvR2Vtcy9Cb25lc2hhdHRlclNraWxsR2VtIiwidyI6MSwiaCI6MSwic2NhbGUiOjF9XQ/9c37514f07/BoneshatterSkillGem.png", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Bonestorm", "refName": "Bonestorm", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Book of Knowledge I", "refName": "Book of Knowledge I", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "Book of Knowledge II", "refName": "Book of Knowledge II", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "Book of Knowledge III", "refName": "Book of Knowledge III", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "Book of Knowledge IV", "refName": "Book of Knowledge IV", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "Book of Knowledge IX", "refName": "Book of Knowledge IX", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "Book of Knowledge V", "refName": "Book of Knowledge V", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "Book of Knowledge VI", "refName": "Book of Knowledge VI", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "Book of Knowledge VII", "refName": "Book of Knowledge VII", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "Book of Knowledge VIII", "refName": "Book of Knowledge VIII", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "Book of Knowledge X", "refName": "Book of Knowledge X", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "Book of Knowledge XI", "refName": "Book of Knowledge XI", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "Book of Knowledge XII", "refName": "Book of Knowledge XII", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "Book of Knowledge XIII", "refName": "Book of Knowledge XIII", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "Book of Knowledge XIV", "refName": "Book of Knowledge XIV", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "Book of Knowledge XV", "refName": "Book of Knowledge XV", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "Book of Regression", "refName": "Book of Regression", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "Book of Regrets", "refName": "Book of Regrets", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "Book of Regrets", "refName": "Book of Regrets", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "Book of Skill", "refName": "Book of Skill", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "Book of Skill", "refName": "Book of Skill", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "Book of Skill", "refName": "Book of Skill", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "Book of Skill", "refName": "Book of Skill", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "Book of Skill", "refName": "Book of Skill", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "Book of Skill", "refName": "Book of Skill", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "Book of Skill", "refName": "Book of Skill", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "Book of Skill", "refName": "Book of Skill", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "Book of Skill", "refName": "Book of Skill", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "Book of Skill", "refName": "Book of Skill", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "Book of Skill", "refName": "Book of Skill", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "Book of Specialisation", "refName": "Book of Specialisation", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "Book of Specialisation", "refName": "Book of Specialisation", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "Book of Specialisation", "refName": "Book of Specialisation", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "Book of Specialisation", "refName": "Book of Specialisation", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "Book of Specialisation", "refName": "Book of Specialisation", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "Book of Specialisation", "refName": "Book of Specialisation", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "Bound Bracers", "refName": "Bound Bracers", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Gloves"}, "armour": {"ev": [33, 33]}, "w": 2, "h": 2} -{"name": "Bound Fossil", "refName": "Bound Fossil", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGVsdmUvUmVzb25hdGluZ0Zvc3NpbCIsInNjYWxlIjoxfV0/9db0326ecc/ResonatingFossil.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Bow Shot", "refName": "Bow Shot", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Box of Tripyxis", "refName": "Box of Tripyxis", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "HeistObjective"}, "w": 2, "h": 2} -{"name": "Braced Sabatons", "refName": "Braced Sabatons", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Boots"}, "armour": {"ar": [33, 33], "ev": [28, 28]}, "w": 2, "h": 2} -{"name": "Braced Tower Shield", "refName": "Braced Tower Shield", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Shield"}, "armour": {"ar": [41, 41]}, "w": 2, "h": 4} -{"name": "Breach Precursor Tablet", "refName": "Breach Precursor Tablet", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvUHJlY3Vyc29yVGFibGV0cy9QcmVjdXJzb3JUYWJsZXRCcmVhY2giLCJzY2FsZSI6MSwicmVhbG0iOiJwb2UyIn1d/295c0839d7/PrecursorTabletBreach.png", "tradeTag": "breach-precursor-tablet", "craftable": {"category": "TowerAugment"}, "w": 1, "h": 1} -{"name": "Breach Ring", "refName": "Breach Ring", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvUmluZ3MvQnJlYWNoUmluZyIsInciOjEsImgiOjEsInNjYWxlIjoxfV0/c21b912df7/BreachRing.png", "craftable": {"category": "Ring"}, "w": 1, "h": 1} -{"name": "Breach Splinter", "refName": "Breach Splinter", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQnJlYWNoL0JyZWFjaHN0b25lU3BsaW50ZXIiLCJzY2FsZSI6MSwicmVhbG0iOiJwb2UyIn1d/4abb17ea8e/BreachstoneSplinter.png", "tradeTag": "breach-splinter", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Breachstone", "refName": "Breachstone", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQnJlYWNoL0JyZWFjaHN0b25lIiwic2NhbGUiOjEsInJlYWxtIjoicG9lMiJ9XQ/d60587d724/Breachstone.png", "tradeTag": "breachstone", "craftable": {"category": "Breachstone"}, "w": 1, "h": 1} -{"name": "Break Endurance", "refName": "Break Endurance", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Break Posture", "refName": "Break Posture", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Brigand Mace", "refName": "Brigand Mace", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "One Hand Mace"}, "w": 2, "h": 3} -{"name": "Brimmed Helm", "refName": "Brimmed Helm", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"ar": [23, 23], "ev": [18, 18]}, "w": 2, "h": 2} -{"name": "Brimstone Apex Sentinel", "refName": "Brimstone Apex Sentinel", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "SentinelDrone"}, "w": 2, "h": 2} -{"name": "Brimstone Pandemonium Sentinel", "refName": "Brimstone Pandemonium Sentinel", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "SentinelDrone"}, "w": 2, "h": 2} -{"name": "Brimstone Stalker Sentinel", "refName": "Brimstone Stalker Sentinel", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "SentinelDrone"}, "w": 2, "h": 2} -{"name": "Broad Greatsword", "refName": "Broad Greatsword", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Two Hand Sword"}, "w": 2, "h": 4} -{"name": "Broad Spear", "refName": "Broad Spear", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Spear"}, "w": 1, "h": 4} -{"name": "Broadhead Quiver", "refName": "Broadhead Quiver", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Quiver"}, "w": 2, "h": 3} -{"name": "Broadsword", "refName": "Broadsword", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "One Hand Sword"}, "w": 2, "h": 3} -{"name": "Broken Circle Artifact", "refName": "Broken Circle Artifact", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXhwZWRpdGlvbi9SdW5lMTYiLCJzY2FsZSI6MSwicmVhbG0iOiJwb2UyIn1d/46b487f53f/Rune16.png", "tradeTag": "broken-circle-artifact", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Bronze Apex Sentinel", "refName": "Bronze Apex Sentinel", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "SentinelDrone"}, "w": 2, "h": 2} -{"name": "Bronze Greaves", "refName": "Bronze Greaves", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Boots"}, "armour": {"ar": [60, 60]}, "w": 2, "h": 2} -{"name": "Bronze Key", "refName": "Bronze Key", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Bronze Key", "refName": "Bronze Key", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Bronze Pandemonium Sentinel", "refName": "Bronze Pandemonium Sentinel", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "SentinelDrone"}, "w": 2, "h": 2} -{"name": "Bronze Stalker Sentinel", "refName": "Bronze Stalker Sentinel", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "SentinelDrone"}, "w": 2, "h": 2} -{"name": "Brutality", "refName": "Brutality", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Buckled Wraps", "refName": "Buckled Wraps", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Gloves"}, "armour": {"ev": [44, 44], "es": [17, 17]}, "w": 2, "h": 2} -{"name": "Bullseye", "refName": "Bullseye", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Burning Heart", "refName": "Burning Heart", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "Burning Inscription", "refName": "Burning Inscription", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Burnished Gauntlets", "refName": "Burnished Gauntlets", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Gloves"}, "armour": {"ar": [55, 55], "ev": [50, 50]}, "w": 2, "h": 2} -{"name": "Burst Band", "refName": "Burst Band", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGVpc3QvQnVyc3RCYW5kTWFnaWNTdG9uZSIsInciOjIsImgiOjIsInNjYWxlIjoxfV0/01e87b79d4/BurstBandMagicStone.png", "craftable": {"category": "HeistEquipmentWeapon"}, "w": 2, "h": 2} -{"name": "Bursting Plague", "refName": "Bursting Plague", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Bust of Emperor Caspiro", "refName": "Bust of Emperor Caspiro", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "HeistObjective"}, "w": 2, "h": 2} -{"name": "Callous Mask Piece", "refName": "Callous Mask Piece", "namespace": "ITEM", "icon": "", "craftable": {"category": "UniqueFragment"}, "w": 1, "h": 1} -{"name": "Callous Mask Piece", "refName": "Callous Mask Piece", "namespace": "ITEM", "icon": "", "craftable": {"category": "UniqueFragment"}, "w": 1, "h": 1} -{"name": "Callous Mask Piece", "refName": "Callous Mask Piece", "namespace": "ITEM", "icon": "", "craftable": {"category": "UniqueFragment"}, "w": 2, "h": 1} -{"name": "Candlemass' Essence", "refName": "Candlemass' Essence", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "Candlemass' Essence", "refName": "Candlemass' Essence", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "Cannibalism", "refName": "Cannibalism", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Capacitor", "refName": "Capacitor", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Captured Soul of Captain Clayborne, The Accursed", "refName": "Captured Soul of Captain Clayborne, The Accursed", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "PantheonSoul"}, "w": 1, "h": 1} -{"name": "Captured Soul of Captain Tanner Lightfoot", "refName": "Captured Soul of Captain Tanner Lightfoot", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "PantheonSoul"}, "w": 1, "h": 1} -{"name": "Captured Soul of Drek, Apex Hunter", "refName": "Captured Soul of Drek, Apex Hunter", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "PantheonSoul"}, "w": 1, "h": 1} -{"name": "Captured Soul of Erebix, Light's Bane", "refName": "Captured Soul of Erebix, Light's Bane", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "PantheonSoul"}, "w": 1, "h": 1} -{"name": "Captured Soul of Gorulis, Will-Thief", "refName": "Captured Soul of Gorulis, Will-Thief", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "PantheonSoul"}, "w": 1, "h": 1} -{"name": "Captured Soul of Hybrid Widow", "refName": "Captured Soul of Hybrid Widow", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "PantheonSoul"}, "w": 1, "h": 1} -{"name": "Captured Soul of Jorus, Sky's Edge", "refName": "Captured Soul of Jorus, Sky's Edge", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "PantheonSoul"}, "w": 1, "h": 1} -{"name": "Captured Soul of Khor, Sister of Shadows", "refName": "Captured Soul of Khor, Sister of Shadows", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "PantheonSoul"}, "w": 1, "h": 1} -{"name": "Captured Soul of Maligaro the Mutilator", "refName": "Captured Soul of Maligaro the Mutilator", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "PantheonSoul"}, "w": 1, "h": 1} -{"name": "Captured Soul of Megaera", "refName": "Captured Soul of Megaera", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "PantheonSoul"}, "w": 1, "h": 1} -{"name": "Captured Soul of Pirate Treasure", "refName": "Captured Soul of Pirate Treasure", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "PantheonSoul"}, "w": 1, "h": 1} -{"name": "Captured Soul of Puruna, the Challenger", "refName": "Captured Soul of Puruna, the Challenger", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "PantheonSoul"}, "w": 1, "h": 1} -{"name": "Captured Soul of Queen of the Great Tangle", "refName": "Captured Soul of Queen of the Great Tangle", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "PantheonSoul"}, "w": 1, "h": 1} -{"name": "Captured Soul of Sebbert, Crescent's Point", "refName": "Captured Soul of Sebbert, Crescent's Point", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "PantheonSoul"}, "w": 1, "h": 1} -{"name": "Captured Soul of Stalker of the Endless Dunes", "refName": "Captured Soul of Stalker of the Endless Dunes", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "PantheonSoul"}, "w": 1, "h": 1} -{"name": "Captured Soul of Tahsin, Warmaker", "refName": "Captured Soul of Tahsin, Warmaker", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "PantheonSoul"}, "w": 1, "h": 1} -{"name": "Captured Soul of Terror of the Infinite Drifts", "refName": "Captured Soul of Terror of the Infinite Drifts", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "PantheonSoul"}, "w": 1, "h": 1} -{"name": "Captured Soul of The Infernal King", "refName": "Captured Soul of The Infernal King", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "PantheonSoul"}, "w": 1, "h": 1} -{"name": "Captured Soul of Varhesh, Shimmering Aberration", "refName": "Captured Soul of Varhesh, Shimmering Aberration", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "PantheonSoul"}, "w": 1, "h": 1} -{"name": "Captured Soul of a Redblade Warlord", "refName": "Captured Soul of a Redblade Warlord", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "PantheonSoul"}, "w": 1, "h": 1} -{"name": "Carapace Catalyst", "refName": "Carapace Catalyst", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQnJlYWNoL0JyZWFjaENhdGFseXN0RGVmZW5jZXMiLCJzY2FsZSI6MSwicmVhbG0iOiJwb2UyIn1d/568ca70b04/BreachCatalystDefences.png", "tradeTag": "carapace-catalyst", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Cartographer's Chisel", "refName": "Cartographer's Chisel", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQ3VycmVuY3lNYXBRdWFsaXR5Iiwic2NhbGUiOjF9XQ/0246313b99/CurrencyMapQuality.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Cartographer's Incubator", "refName": "Cartographer's Incubator", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5jdWJhdGlvbi9JbmN1YmF0aW9uTWFwcyIsInNjYWxlIjoxfV0/3d07c20be0/IncubationMaps.png", "craftable": {"category": "Incubator"}, "w": 1, "h": 1} -{"name": "Cartographer's Incubator", "refName": "Cartographer's Incubator", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5jdWJhdGlvbi9JbmN1YmF0aW9uTWFwcyIsInNjYWxlIjoxfV0/3d07c20be0/IncubationMaps.png", "craftable": {"category": "Incubator"}, "w": 1, "h": 1} -{"name": "Carved Targe", "refName": "Carved Targe", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Shield"}, "armour": {"ar": [63, 63], "ev": [57, 57]}, "w": 2, "h": 3} -{"name": "Carving Hatchet", "refName": "Carving Hatchet", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "One Hand Axe"}, "w": 2, "h": 3} -{"name": "Cast on Block", "refName": "Cast on Block", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MetaSkillGem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Cast on Critical", "refName": "Cast on Critical", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MetaSkillGem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Cast on Death", "refName": "Cast on Death", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MetaSkillGem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Cast on Dodge", "refName": "Cast on Dodge", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MetaSkillGem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Cast on Freeze", "refName": "Cast on Freeze", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MetaSkillGem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Cast on Ignite", "refName": "Cast on Ignite", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MetaSkillGem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Cast on Melee Kill", "refName": "Cast on Melee Kill", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MetaSkillGem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Cast on Melee Stun", "refName": "Cast on Melee Stun", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MetaSkillGem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Cast on Minion Death", "refName": "Cast on Minion Death", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MetaSkillGem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Cast on Shock", "refName": "Cast on Shock", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MetaSkillGem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Cast when Damage Taken", "refName": "Cast when Damage Taken", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MetaSkillGem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Cast when Stunned", "refName": "Cast when Stunned", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MetaSkillGem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Cast while Channelling", "refName": "Cast while Channelling", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MetaSkillGem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Celestial Armoursmith's Incubator", "refName": "Celestial Armoursmith's Incubator", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5jdWJhdGlvbi9JbmN1YmF0aW9uQXJtb3VyIiwic2NhbGUiOjF9XQ/8cd6cd0531/IncubationArmour.png", "craftable": {"category": "Incubator"}, "w": 1, "h": 1} -{"name": "Celestial Armoursmith's Incubator", "refName": "Celestial Armoursmith's Incubator", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5jdWJhdGlvbi9JbmN1YmF0aW9uQXJtb3VyIiwic2NhbGUiOjF9XQ/8cd6cd0531/IncubationArmour.png", "craftable": {"category": "Incubator"}, "w": 1, "h": 1} -{"name": "Celestial Blacksmith's Incubator", "refName": "Celestial Blacksmith's Incubator", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5jdWJhdGlvbi9JbmN1YmF0aW9uV2VhcG9ucyIsInNjYWxlIjoxfV0/4c2bb7d249/IncubationWeapons.png", "craftable": {"category": "Incubator"}, "w": 1, "h": 1} -{"name": "Celestial Blacksmith's Incubator", "refName": "Celestial Blacksmith's Incubator", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5jdWJhdGlvbi9JbmN1YmF0aW9uV2VhcG9ucyIsInNjYWxlIjoxfV0/4c2bb7d249/IncubationWeapons.png", "craftable": {"category": "Incubator"}, "w": 1, "h": 1} -{"name": "Celestial Jeweller's Incubator", "refName": "Celestial Jeweller's Incubator", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5jdWJhdGlvbi9JbmN1YmF0aW9uVHJpbmtldHMiLCJzY2FsZSI6MX1d/74b5811007/IncubationTrinkets.png", "craftable": {"category": "Incubator"}, "w": 1, "h": 1} -{"name": "Celestial Jeweller's Incubator", "refName": "Celestial Jeweller's Incubator", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5jdWJhdGlvbi9JbmN1YmF0aW9uVHJpbmtldHMiLCJzY2FsZSI6MX1d/74b5811007/IncubationTrinkets.png", "craftable": {"category": "Incubator"}, "w": 1, "h": 1} -{"name": "Celestial Stone", "refName": "Celestial Stone", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "HeistObjective"}, "w": 2, "h": 2} -{"name": "Census Records", "refName": "Census Records", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Ceremonial Goblet", "refName": "Ceremonial Goblet", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "HeistObjective"}, "w": 2, "h": 2} -{"name": "Ceremonial Halberd", "refName": "Ceremonial Halberd", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Two Hand Axe"}, "w": 2, "h": 4} -{"name": "Ceremonial Voidstone", "refName": "Ceremonial Voidstone", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "AtlasUpgradeItem"}, "w": 1, "h": 1} -{"name": "Chain", "refName": "Chain", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Chain Flail", "refName": "Chain Flail", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Flail"}, "w": 2, "h": 3} -{"name": "Chain Mail", "refName": "Chain Mail", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ar": [25, 25], "ev": [16, 16]}, "w": 2, "h": 3} -{"name": "Chain Tiara", "refName": "Chain Tiara", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"es": [44, 44]}, "w": 2, "h": 2} -{"name": "Champion Cuirass", "refName": "Champion Cuirass", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ar": [335, 335]}, "w": 2, "h": 3} -{"name": "Chance Shard", "refName": "Chance Shard", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Chance to Freeze", "refName": "Chance to Freeze", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Chaos Bolt", "refName": "Chaos Bolt", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Chaos Infusion", "refName": "Chaos Infusion", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Chaos Mastery", "refName": "Chaos Mastery", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Chaos Orb", "refName": "Chaos Orb", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQ3VycmVuY3lSZXJvbGxSYXJlIiwic2NhbGUiOjEsInJlYWxtIjoicG9lMiJ9XQ/c0ca392a78/CurrencyRerollRare.png", "tradeTag": "chaos", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Chaos Shard", "refName": "Chaos Shard", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQ2hhb3NTaGFyZCIsInNjYWxlIjoxfV0/db7041e193/ChaosShard.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Chaotic Freeze", "refName": "Chaotic Freeze", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Charge Infusion", "refName": "Charge Infusion", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Charged Compass", "refName": "Charged Compass", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Charged Staff", "refName": "Charged Staff", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Charred Shortsword", "refName": "Charred Shortsword", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "One Hand Sword"}, "w": 2, "h": 3} -{"name": "Chayula's Breachstone", "refName": "Chayula's Breachstone", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQnJlYWNoL0JyZWFjaEZyYWdtZW50c0NoYW9zIiwic2NhbGUiOjF9XQ/4c99b7dd49/BreachFragmentsChaos.png", "craftable": {"category": "Breachstone"}, "w": 1, "h": 1} -{"name": "Chayula's Catalyst", "refName": "Chayula's Catalyst", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQnJlYWNoL0JyZWFjaENhdGFseXN0Q2hhb3MiLCJzY2FsZSI6MSwicmVhbG0iOiJwb2UyIn1d/c80d8d7b1b/BreachCatalystChaos.png", "tradeTag": "chayulas-catalyst", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Chayula's Charged Breachstone", "refName": "Chayula's Charged Breachstone", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Breachstone"}, "w": 1, "h": 1} -{"name": "Chayula's Enriched Breachstone", "refName": "Chayula's Enriched Breachstone", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Breachstone"}, "w": 1, "h": 1} -{"name": "Chayula's Flawless Breachstone", "refName": "Chayula's Flawless Breachstone", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQnJlYWNoL0NoYXl1bGFzRmxhd2xlc3NCcmVhY2hzdG9uZSIsInNjYWxlIjoxfV0/daa631766b/ChayulasFlawlessBreachstone.png", "craftable": {"category": "Breachstone"}, "w": 1, "h": 1} -{"name": "Chayula's Pure Breachstone", "refName": "Chayula's Pure Breachstone", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Breachstone"}, "w": 1, "h": 1} -{"name": "Chieftain Cuirass", "refName": "Chieftain Cuirass", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ar": [294, 294]}, "w": 2, "h": 3} -{"name": "Chimeral Inscribed Ultimatum", "refName": "Chimeral Inscribed Ultimatum", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Chiming Staff", "refName": "Chiming Staff", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Staff"}, "w": 1, "h": 4} -{"name": "Chiseled Targe", "refName": "Chiseled Targe", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Shield"}, "armour": {"ar": [47, 47], "ev": [41, 41]}, "w": 2, "h": 3} -{"name": "Chromatic Orb", "refName": "Chromatic Orb", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQ3VycmVuY3lSZXJvbGxTb2NrZXRDb2xvdXJzIiwic2NhbGUiOjF9XQ/19c8ddae20/CurrencyRerollSocketColours.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Chromium Glennach Cairns Watchstone", "refName": "Chromium Glennach Cairns Watchstone", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "AtlasUpgradeItem"}, "w": 1, "h": 1} -{"name": "Chromium Haewark Hamlet Watchstone", "refName": "Chromium Haewark Hamlet Watchstone", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "AtlasUpgradeItem"}, "w": 1, "h": 1} -{"name": "Chromium Lex Ejoris Watchstone", "refName": "Chromium Lex Ejoris Watchstone", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "AtlasUpgradeItem"}, "w": 1, "h": 1} -{"name": "Chromium Lex Proxima Watchstone", "refName": "Chromium Lex Proxima Watchstone", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "AtlasUpgradeItem"}, "w": 1, "h": 1} -{"name": "Chromium Lira Arthain Watchstone", "refName": "Chromium Lira Arthain Watchstone", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "AtlasUpgradeItem"}, "w": 1, "h": 1} -{"name": "Chromium New Vastir Watchstone", "refName": "Chromium New Vastir Watchstone", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "AtlasUpgradeItem"}, "w": 1, "h": 1} -{"name": "Chromium Tirn's End Watchstone", "refName": "Chromium Tirn's End Watchstone", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "AtlasUpgradeItem"}, "w": 1, "h": 1} -{"name": "Chromium Valdo's Rest Watchstone", "refName": "Chromium Valdo's Rest Watchstone", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "AtlasUpgradeItem"}, "w": 1, "h": 1} -{"name": "Chronicle of Atzoatl", "refName": "Chronicle of Atzoatl", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9UZW1wbGVNYXAiLCJ3IjoxLCJoIjoxLCJzY2FsZSI6MX1d/9be10cc6b3/TempleMap.png", "craftable": {"category": "MiscMapItem"}, "w": 1, "h": 1} -{"name": "Cinquedea", "refName": "Cinquedea", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Dagger"}, "w": 1, "h": 3} -{"name": "Clamping Trap", "refName": "Clamping Trap", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "TrapTool"}, "w": 2, "h": 2} -{"name": "Clandestine Jacket", "refName": "Clandestine Jacket", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ev": [151, 151], "es": [59, 59]}, "w": 2, "h": 3} -{"name": "Clarity", "refName": "Clarity", "namespace": "GEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvR2Vtcy9DbGFyaXR5IiwidyI6MSwiaCI6MSwic2NhbGUiOjF9XQ/30046e480b/Clarity.png", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Clasped Sceptre", "refName": "Clasped Sceptre", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Sceptre"}, "w": 2, "h": 3} -{"name": "Claw Stab", "refName": "Claw Stab", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Claw Stab", "refName": "Claw Stab", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Clay Trap", "refName": "Clay Trap", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "TrapTool"}, "w": 2, "h": 2} -{"name": "Cleric Staff", "refName": "Cleric Staff", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Staff"}, "w": 1, "h": 4} -{"name": "Cleric Vestments", "refName": "Cleric Vestments", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ar": [148, 148], "es": [53, 53]}, "w": 2, "h": 3} -{"name": "Cloaked Mail", "refName": "Cloaked Mail", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ar": [95, 95], "ev": [83, 83]}, "w": 2, "h": 3} -{"name": "Close Combat", "refName": "Close Combat", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Closed Helm", "refName": "Closed Helm", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"ar": [97, 97], "ev": [87, 87]}, "w": 2, "h": 2} -{"name": "Cloth Belt Piece", "refName": "Cloth Belt Piece", "namespace": "ITEM", "icon": "", "craftable": {"category": "UniqueFragment"}, "w": 1, "h": 1} -{"name": "Cloth Belt Piece", "refName": "Cloth Belt Piece", "namespace": "ITEM", "icon": "", "craftable": {"category": "UniqueFragment"}, "w": 1, "h": 1} -{"name": "Cluster Grenade", "refName": "Cluster Grenade", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Cobalt Apex Sentinel", "refName": "Cobalt Apex Sentinel", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "SentinelDrone"}, "w": 2, "h": 2} -{"name": "Cobalt Pandemonium Sentinel", "refName": "Cobalt Pandemonium Sentinel", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "SentinelDrone"}, "w": 2, "h": 2} -{"name": "Cobalt Stalker Sentinel", "refName": "Cobalt Stalker Sentinel", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "SentinelDrone"}, "w": 2, "h": 2} -{"name": "Cobalt Watchstone", "refName": "Cobalt Watchstone", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "AtlasUpgradeItem"}, "w": 1, "h": 1} -{"name": "Cobalt Watchstone", "refName": "Cobalt Watchstone", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "AtlasUpgradeItem"}, "w": 1, "h": 1} -{"name": "Cobalt Watchstone", "refName": "Cobalt Watchstone", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "AtlasUpgradeItem"}, "w": 1, "h": 1} -{"name": "Cobalt Watchstone", "refName": "Cobalt Watchstone", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "AtlasUpgradeItem"}, "w": 1, "h": 1} -{"name": "Cobalt Watchstone", "refName": "Cobalt Watchstone", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "AtlasUpgradeItem"}, "w": 1, "h": 1} -{"name": "Cobalt Watchstone", "refName": "Cobalt Watchstone", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "AtlasUpgradeItem"}, "w": 1, "h": 1} -{"name": "Cobalt Watchstone", "refName": "Cobalt Watchstone", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "AtlasUpgradeItem"}, "w": 1, "h": 1} -{"name": "Cobalt Watchstone", "refName": "Cobalt Watchstone", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "AtlasUpgradeItem"}, "w": 1, "h": 1} -{"name": "Coffer Relic", "refName": "Coffer Relic", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvUmVsaWNzL1JlbGljQmFzZTJ4MiIsInciOjIsImgiOjIsInNjYWxlIjoxfV0/4d7c38a2ac/RelicBase2x2.png", "craftable": {"category": "Relic"}, "w": 2, "h": 2} -{"name": "Coiled Trap", "refName": "Coiled Trap", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "TrapTool"}, "w": 1, "h": 3} -{"name": "Cold Exposure", "refName": "Cold Exposure", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Cold Infusion", "refName": "Cold Infusion", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Cold Mastery", "refName": "Cold Mastery", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Cold Penetration", "refName": "Cold Penetration", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Cold Snap", "refName": "Cold Snap", "namespace": "GEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvR2Vtcy9Db2xkU25hcCIsInciOjEsImgiOjEsInNjYWxlIjoxfV0/889f6cb1fd/ColdSnap.png", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Colossal Life Flask", "refName": "Colossal Life Flask", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzksMTQseyJmIjoiMkRJdGVtcy9GbGFza3MvbGlmZWZsYXNrNyIsInciOjEsImgiOjIsInNjYWxlIjoxLCJsZXZlbCI6MX1d/a3a05678ea/lifeflask7.png", "craftable": {"category": "Flask"}, "w": 1, "h": 2} -{"name": "Colossal Mana Flask", "refName": "Colossal Mana Flask", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzksMTQseyJmIjoiMkRJdGVtcy9GbGFza3MvbWFuYWZsYXNrNyIsInciOjEsImgiOjIsInNjYWxlIjoxLCJsZXZlbCI6MX1d/da16d2d8c3/manaflask7.png", "craftable": {"category": "Flask"}, "w": 1, "h": 2} -{"name": "Colosseum Plate", "refName": "Colosseum Plate", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQXJtb3Vycy9Cb2R5QXJtb3Vycy9Cb2R5U3RyMkMiLCJ3IjoyLCJoIjozLCJzY2FsZSI6MX1d/429eee131d/BodyStr2C.png", "craftable": {"category": "Body Armour"}, "armour": {"ar": [304, 304]}, "w": 2, "h": 3} -{"name": "Combat Frenzy", "refName": "Combat Frenzy", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Combo Finisher", "refName": "Combo Finisher", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Comet", "refName": "Comet", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Coming Soon", "refName": "Coming Soon", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Coming Soon", "refName": "Coming Soon", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Coming Soon", "refName": "Coming Soon", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Coming Soon", "refName": "Coming Soon", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Coming Soon", "refName": "Coming Soon", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Coming Soon", "refName": "Coming Soon", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Coming Soon", "refName": "Coming Soon", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Coming Soon", "refName": "Coming Soon", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Coming Soon", "refName": "Coming Soon", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Coming Soon", "refName": "Coming Soon", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Coming Soon", "refName": "Coming Soon", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Coming Soon", "refName": "Coming Soon", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Coming Soon", "refName": "Coming Soon", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Coming Soon", "refName": "Coming Soon", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Coming Soon", "refName": "Coming Soon", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Coming Soon", "refName": "Coming Soon", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Coming Soon", "refName": "Coming Soon", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Coming Soon", "refName": "Coming Soon", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Coming Soon", "refName": "Coming Soon", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Coming Soon", "refName": "Coming Soon", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Coming Soon", "refName": "Coming Soon", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Coming Soon", "refName": "Coming Soon", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Coming Soon", "refName": "Coming Soon", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Coming Soon", "refName": "Coming Soon", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Coming Soon", "refName": "Coming Soon", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Coming Soon", "refName": "Coming Soon", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Coming Soon", "refName": "Coming Soon", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Coming Soon", "refName": "Coming Soon", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Coming Soon", "refName": "Coming Soon", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Coming Soon", "refName": "Coming Soon", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Coming Soon", "refName": "Coming Soon", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Coming Soon", "refName": "Coming Soon", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Coming Soon", "refName": "Coming Soon", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Coming Soon", "refName": "Coming Soon", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Coming Soon", "refName": "Coming Soon", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Coming Soon", "refName": "Coming Soon", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Coming Soon", "refName": "Coming Soon", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Coming Soon", "refName": "Coming Soon", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Coming Soon", "refName": "Coming Soon", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Coming Soon", "refName": "Coming Soon", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Coming Soon", "refName": "Coming Soon", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Coming Soon", "refName": "Coming Soon", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Coming Soon", "refName": "Coming Soon", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Coming Soon", "refName": "Coming Soon", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Coming Soon", "refName": "Coming Soon", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Commander Greathelm", "refName": "Commander Greathelm", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"ar": [176, 176]}, "w": 2, "h": 2} -{"name": "Commander Sword", "refName": "Commander Sword", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "One Hand Sword"}, "w": 2, "h": 3} -{"name": "Comorbidity", "refName": "Comorbidity", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Composite Bow", "refName": "Composite Bow", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvV2VhcG9ucy9Ud29IYW5kV2VhcG9ucy9Cb3dzL0JvdzQiLCJ3IjoyLCJoIjo0LCJzY2FsZSI6MX1d/d7cd8910cc/Bow4.png", "craftable": {"category": "Bow"}, "w": 2, "h": 4} -{"name": "Comprehensive Scouting Report", "refName": "Comprehensive Scouting Report", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvU2NvdXRpbmdSZXBvcnQiLCJ3IjoxLCJoIjoxLCJzY2FsZSI6MX1d/584635f3c8/ScoutingReport.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Concentrated Effect", "refName": "Concentrated Effect", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Conduction", "refName": "Conduction", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Conductivity", "refName": "Conductivity", "namespace": "GEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvR2Vtcy9Db25kdWN0aXZpdHkiLCJ3IjoxLCJoIjoxLCJzY2FsZSI6MX1d/1d64a0439e/Conductivity.png", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Conduit Line", "refName": "Conduit Line", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGVpc3QvQ29uZHVpdExpbmVNYWdpY1N0b25lIiwidyI6MiwiaCI6Miwic2NhbGUiOjF9XQ/a7c30a541b/ConduitLineMagicStone.png", "craftable": {"category": "HeistEquipmentWeapon"}, "w": 2, "h": 2} -{"name": "Confront Nashta", "refName": "Confront Nashta", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Conqueror Plate", "refName": "Conqueror Plate", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ar": [445, 445]}, "w": 2, "h": 3} -{"name": "Consecrate", "refName": "Consecrate", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Considered Casting", "refName": "Considered Casting", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Construct Crossbow", "refName": "Construct Crossbow", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Crossbow"}, "w": 2, "h": 4} -{"name": "Construct Hammer", "refName": "Construct Hammer", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "One Hand Mace"}, "w": 2, "h": 3} -{"name": "Contagion", "refName": "Contagion", "namespace": "GEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvR2Vtcy9Db250YWdpb25HZW0iLCJ3IjoxLCJoIjoxLCJzY2FsZSI6MX1d/a93197f89a/ContagionGem.png", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Contract: A Matter of Honour", "refName": "Contract: A Matter of Honour", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Contract: A Mundane Sample", "refName": "Contract: A Mundane Sample", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Contract: Bunker", "refName": "Contract: Bunker", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGVpc3QvQ29udHJhY3RJdGVtIiwidyI6MSwiaCI6MSwic2NhbGUiOjF9XQ/8262f2ca0e/ContractItem.png", "craftable": {"category": "HeistContract"}, "w": 1, "h": 1} -{"name": "Contract: Credit Where Credit's Due", "refName": "Contract: Credit Where Credit's Due", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Contract: Disengagement", "refName": "Contract: Disengagement", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Contract: Enoch's Remains", "refName": "Contract: Enoch's Remains", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Contract: Enoch's Whereabouts", "refName": "Contract: Enoch's Whereabouts", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Contract: Finding Opal", "refName": "Contract: Finding Opal", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Contract: Findings for Fidium", "refName": "Contract: Findings for Fidium", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Contract: Flying False Colours", "refName": "Contract: Flying False Colours", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Contract: Follow the Paper Trail", "refName": "Contract: Follow the Paper Trail", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Contract: Grocery List", "refName": "Contract: Grocery List", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Contract: Hyrri's Gift", "refName": "Contract: Hyrri's Gift", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Contract: Isla's Designs", "refName": "Contract: Isla's Designs", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Contract: Isla's Prototypes", "refName": "Contract: Isla's Prototypes", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Contract: Karst's Revenge", "refName": "Contract: Karst's Revenge", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Contract: Laboratory", "refName": "Contract: Laboratory", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGVpc3QvQ29udHJhY3RJdGVtMyIsInciOjEsImgiOjEsInNjYWxlIjoxfV0/8838f281b6/ContractItem3.png", "craftable": {"category": "HeistContract"}, "w": 1, "h": 1} -{"name": "Contract: Mansion", "refName": "Contract: Mansion", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGVpc3QvQ29udHJhY3RJdGVtOSIsInciOjEsImgiOjEsInNjYWxlIjoxfV0/24220667d4/ContractItem9.png", "craftable": {"category": "HeistContract"}, "w": 1, "h": 1} -{"name": "Contract: Opal's Jewels", "refName": "Contract: Opal's Jewels", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Contract: Prohibited Library", "refName": "Contract: Prohibited Library", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGVpc3QvQ29udHJhY3RJdGVtNSIsInciOjEsImgiOjEsInNjYWxlIjoxfV0/fd1a9eb91f/ContractItem5.png", "craftable": {"category": "HeistContract"}, "w": 1, "h": 1} -{"name": "Contract: Rational Tools", "refName": "Contract: Rational Tools", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Contract: Records Office", "refName": "Contract: Records Office", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGVpc3QvQ29udHJhY3RJdGVtOCIsInciOjEsImgiOjEsInNjYWxlIjoxfV0/d28f52922a/ContractItem8.png", "craftable": {"category": "HeistContract"}, "w": 1, "h": 1} -{"name": "Contract: Repository", "refName": "Contract: Repository", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGVpc3QvQ29udHJhY3RJdGVtNCIsInciOjEsImgiOjEsInNjYWxlIjoxfV0/d555dbf890/ContractItem4.png", "craftable": {"category": "HeistContract"}, "w": 1, "h": 1} -{"name": "Contract: Slaver's Revenge", "refName": "Contract: Slaver's Revenge", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Contract: Smuggler's Den", "refName": "Contract: Smuggler's Den", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGVpc3QvQ29udHJhY3RJdGVtMiIsInciOjEsImgiOjEsInNjYWxlIjoxfV0/f755c71433/ContractItem2.png", "craftable": {"category": "HeistContract"}, "w": 1, "h": 1} -{"name": "Contract: Stolen Lockpicks", "refName": "Contract: Stolen Lockpicks", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Contract: The Admiral's Records", "refName": "Contract: The Admiral's Records", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Contract: The Book of Jamanra", "refName": "Contract: The Book of Jamanra", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Contract: The Finest Costumes", "refName": "Contract: The Finest Costumes", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Contract: The Nameless Play", "refName": "Contract: The Nameless Play", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Contract: The Negotiation", "refName": "Contract: The Negotiation", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Contract: The Rescue", "refName": "Contract: The Rescue", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Contract: The Vinderi Bomb", "refName": "Contract: The Vinderi Bomb", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Contract: The Wedding Dress", "refName": "Contract: The Wedding Dress", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Contract: Trial Run", "refName": "Contract: Trial Run", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Contract: Tunnels", "refName": "Contract: Tunnels", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGVpc3QvQ29udHJhY3RJdGVtNiIsInciOjEsImgiOjEsInNjYWxlIjoxfV0/fda76bd516/ContractItem6.png", "craftable": {"category": "HeistContract"}, "w": 1, "h": 1} -{"name": "Contract: Underbelly", "refName": "Contract: Underbelly", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGVpc3QvQ29udHJhY3RJdGVtNyIsInciOjEsImgiOjEsInNjYWxlIjoxfV0/aa8fd5bde5/ContractItem7.png", "craftable": {"category": "HeistContract"}, "w": 1, "h": 1} -{"name": "Controlled Destruction", "refName": "Controlled Destruction", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Convention Treasure", "refName": "Convention Treasure", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 2} -{"name": "Convention Treasure", "refName": "Convention Treasure", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 2} -{"name": "Convention Treasure", "refName": "Convention Treasure", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 2} -{"name": "Convention Treasure", "refName": "Convention Treasure", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 2} -{"name": "Convention Treasure", "refName": "Convention Treasure", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 2} -{"name": "Convention Treasure", "refName": "Convention Treasure", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 2} -{"name": "Convention Treasure", "refName": "Convention Treasure", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 2} -{"name": "Convention Treasure", "refName": "Convention Treasure", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 2} -{"name": "Convention Treasure", "refName": "Convention Treasure", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 2} -{"name": "Convention Treasure", "refName": "Convention Treasure", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 2} -{"name": "Convention Treasure", "refName": "Convention Treasure", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 2} -{"name": "Convention Treasure", "refName": "Convention Treasure", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 2} -{"name": "Convention Treasure", "refName": "Convention Treasure", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 2} -{"name": "Convention Treasure", "refName": "Convention Treasure", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 2} -{"name": "Convention Treasure", "refName": "Convention Treasure", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 2} -{"name": "Convention Treasure", "refName": "Convention Treasure", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 2} -{"name": "Convention Treasure", "refName": "Convention Treasure", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 2} -{"name": "Convention Treasure", "refName": "Convention Treasure", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 2} -{"name": "Convention Treasure", "refName": "Convention Treasure", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 2} -{"name": "Convention Treasure", "refName": "Convention Treasure", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 2} -{"name": "Convention Treasure", "refName": "Convention Treasure", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 2} -{"name": "Convention Treasure", "refName": "Convention Treasure", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 2} -{"name": "Convention Treasure", "refName": "Convention Treasure", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 2} -{"name": "Convention Treasure", "refName": "Convention Treasure", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 2} -{"name": "Convention Treasure", "refName": "Convention Treasure", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 2} -{"name": "Convention Treasure", "refName": "Convention Treasure", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 2} -{"name": "Convention Treasure", "refName": "Convention Treasure", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 2} -{"name": "Convention Treasure", "refName": "Convention Treasure", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 2} -{"name": "Convention Treasure", "refName": "Convention Treasure", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 2} -{"name": "Convention Treasure", "refName": "Convention Treasure", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 2} -{"name": "Convention Treasure", "refName": "Convention Treasure", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 2} -{"name": "Coral Circlet", "refName": "Coral Circlet", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"es": [63, 63]}, "w": 2, "h": 2} -{"name": "Corpse Conservation", "refName": "Corpse Conservation", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Corpse-snake Venom", "refName": "Corpse-snake Venom", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "Corroded Fossil", "refName": "Corroded Fossil", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGVsdmUvQ29ycm9kZWRGb3NzaWwiLCJzY2FsZSI6MX1d/7578bf6bab/CorrodedFossil.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Corroded Longsword", "refName": "Corroded Longsword", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Two Hand Sword"}, "w": 2, "h": 4} -{"name": "Corrosion", "refName": "Corrosion", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Corrupt", "refName": "Corrupt", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Corrupt", "refName": "Corrupt", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Corrupt", "refName": "Corrupt", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Corrupting Cry", "refName": "Corrupting Cry", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Corsair Cap", "refName": "Corsair Cap", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"ev": [158, 158]}, "w": 2, "h": 2} -{"name": "Corsair Vest", "refName": "Corsair Vest", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ev": [242, 242]}, "w": 2, "h": 3} -{"name": "Corvus Mantle", "refName": "Corvus Mantle", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ar": [245, 245], "es": [84, 84]}, "w": 2, "h": 3} -{"name": "Cosmic Apex Sentinel", "refName": "Cosmic Apex Sentinel", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "SentinelDrone"}, "w": 2, "h": 2} -{"name": "Cosmic Reliquary Key", "refName": "Cosmic Reliquary Key", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9TaGFwZXJGb2lsIiwic2NhbGUiOjF9XQ/5c88f39bc3/ShaperFoil.png", "craftable": {"category": "VaultKey"}, "w": 1, "h": 1} -{"name": "Count Lachlann's Ring", "refName": "Count Lachlann's Ring", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Coursing Current", "refName": "Coursing Current", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Covered Sabatons", "refName": "Covered Sabatons", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Boots"}, "armour": {"ar": [73, 73], "ev": [65, 65]}, "w": 2, "h": 2} -{"name": "Covert Hood", "refName": "Covert Hood", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"ev": [193, 193]}, "w": 2, "h": 2} -{"name": "Cowardly Fate", "refName": "Cowardly Fate", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvU291bENvcmVzL1RyaWFsbWFzdGVyS2V5MSIsInNjYWxlIjoxLCJyZWFsbSI6InBvZTIifV0/661ab60074/TrialmasterKey1.png", "tradeTag": "cowardly-fate", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Cowled Helm", "refName": "Cowled Helm", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"ar": [62, 62], "ev": [54, 54]}, "w": 2, "h": 2} -{"name": "Crackling Quarterstaff", "refName": "Crackling Quarterstaff", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Warstaff"}, "w": 2, "h": 4} -{"name": "Craicic Lure", "refName": "Craicic Lure", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Crescendo", "refName": "Crescendo", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Crescent Axe", "refName": "Crescent Axe", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "One Hand Axe"}, "w": 2, "h": 3} -{"name": "Crescent Quarterstaff", "refName": "Crescent Quarterstaff", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Warstaff"}, "w": 2, "h": 4} -{"name": "Crescent Splinter", "refName": "Crescent Splinter", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQXRsYXMvTWF2ZW5LZXlGcmFnbWVudCIsInNjYWxlIjoxfV0/014d46c630/MavenKeyFragment.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Crescent Targe", "refName": "Crescent Targe", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Shield"}, "armour": {"ar": [39, 39], "ev": [34, 34]}, "w": 2, "h": 3} -{"name": "Crest of Ezomyr", "refName": "Crest of Ezomyr", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "HeistObjective"}, "w": 2, "h": 2} -{"name": "Crest of the Elderslayers", "refName": "Crest of the Elderslayers", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Crested Golden Idol", "refName": "Crested Golden Idol", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "HeistObjective"}, "w": 2, "h": 2} -{"name": "Crimson Amulet", "refName": "Crimson Amulet", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Amulet"}, "w": 1, "h": 1} -{"name": "Crimson Watchstone", "refName": "Crimson Watchstone", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "AtlasUpgradeItem"}, "w": 1, "h": 1} -{"name": "Crimson Watchstone", "refName": "Crimson Watchstone", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "AtlasUpgradeItem"}, "w": 1, "h": 1} -{"name": "Crimson Watchstone", "refName": "Crimson Watchstone", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "AtlasUpgradeItem"}, "w": 1, "h": 1} -{"name": "Crimson Watchstone", "refName": "Crimson Watchstone", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "AtlasUpgradeItem"}, "w": 1, "h": 1} -{"name": "Crimson Watchstone", "refName": "Crimson Watchstone", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "AtlasUpgradeItem"}, "w": 1, "h": 1} -{"name": "Crimson Watchstone", "refName": "Crimson Watchstone", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "AtlasUpgradeItem"}, "w": 1, "h": 1} -{"name": "Crimson Watchstone", "refName": "Crimson Watchstone", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "AtlasUpgradeItem"}, "w": 1, "h": 1} -{"name": "Crimson Watchstone", "refName": "Crimson Watchstone", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "AtlasUpgradeItem"}, "w": 1, "h": 1} -{"name": "Critical Wand", "refName": "Critical Wand", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Wand"}, "w": 1, "h": 3} -{"name": "Crone Knife", "refName": "Crone Knife", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Dagger"}, "w": 1, "h": 3} -{"name": "Crossblade Spear", "refName": "Crossblade Spear", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Spear"}, "w": 1, "h": 4} -{"name": "Crossbow Shot", "refName": "Crossbow Shot", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Crucible Tower Shield", "refName": "Crucible Tower Shield", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Shield"}, "armour": {"ar": [110, 110]}, "w": 2, "h": 4} -{"name": "Crude Bow", "refName": "Crude Bow", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvV2VhcG9ucy9Ud29IYW5kV2VhcG9ucy9Cb3dzL0JvdzEiLCJ3IjoyLCJoIjozLCJzY2FsZSI6MX1d/50dd0fd6ac/Bow1.png", "craftable": {"category": "Bow"}, "w": 2, "h": 4} -{"name": "Crude Claw", "refName": "Crude Claw", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Claw"}, "w": 2, "h": 2} -{"name": "Crude Sensing Charm", "refName": "Crude Sensing Charm", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGVpc3QvQ3J1ZGVTZW5zaW5nQ2hhcm0iLCJ3IjoyLCJoIjoyLCJzY2FsZSI6MX1d/207cf61525/CrudeSensingCharm.png", "craftable": {"category": "HeistEquipmentTool"}, "w": 2, "h": 2} -{"name": "Crude Ward", "refName": "Crude Ward", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGVpc3QvQ3J1ZGVXYXJkIiwidyI6MiwiaCI6Miwic2NhbGUiOjF9XQ/0308021b23/CrudeWard.png", "craftable": {"category": "HeistEquipmentTool"}, "w": 2, "h": 2} -{"name": "Crumbling Maul", "refName": "Crumbling Maul", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Two Hand Mace"}, "w": 2, "h": 4} -{"name": "Crusader's Exalted Orb", "refName": "Crusader's Exalted Orb", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5mbHVlbmNlIEV4YWx0cy9DcnVzYWRlck9yYiIsInNjYWxlIjoxfV0/8b48230188/CrusaderOrb.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Cryptic Apex Sentinel", "refName": "Cryptic Apex Sentinel", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "SentinelDrone"}, "w": 2, "h": 2} -{"name": "Cryptic Pandemonium Sentinel", "refName": "Cryptic Pandemonium Sentinel", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "SentinelDrone"}, "w": 2, "h": 2} -{"name": "Cryptic Stalker Sentinel", "refName": "Cryptic Stalker Sentinel", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "SentinelDrone"}, "w": 2, "h": 2} -{"name": "Crystal Focus", "refName": "Crystal Focus", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Focus"}, "armour": {"es": [28, 28]}, "w": 2, "h": 3} -{"name": "Culling Strike", "refName": "Culling Strike", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Culmination", "refName": "Culmination", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Cultist Bow", "refName": "Cultist Bow", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Bow"}, "w": 2, "h": 4} -{"name": "Cultist Crown", "refName": "Cultist Crown", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"ar": [44, 44], "es": [19, 19]}, "w": 2, "h": 2} -{"name": "Cultist Greathammer", "refName": "Cultist Greathammer", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Two Hand Mace"}, "w": 2, "h": 4} -{"name": "Cumbrous Crossbow", "refName": "Cumbrous Crossbow", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Crossbow"}, "w": 2, "h": 4} -{"name": "Cursed Ground", "refName": "Cursed Ground", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Cutlass", "refName": "Cutlass", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvV2VhcG9ucy9PbmVIYW5kV2VhcG9ucy9PbmVIYW5kU3dvcmRzL09uZUhhbmRTd29yZDMiLCJ3IjoxLCJoIjozLCJzY2FsZSI6MX1d/0aa55ff7a1/OneHandSword3.png", "craftable": {"category": "One Hand Sword"}, "w": 2, "h": 3} -{"name": "Dagger Stab", "refName": "Dagger Stab", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Dagger Stab", "refName": "Dagger Stab", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Dance - Duelist", "refName": "Dance - Duelist", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 2} -{"name": "Dance - Marauder", "refName": "Dance - Marauder", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 2} -{"name": "Dance - Ranger", "refName": "Dance - Ranger", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 2} -{"name": "Dance - Scion", "refName": "Dance - Scion", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 2} -{"name": "Dance - Shadow", "refName": "Dance - Shadow", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 2} -{"name": "Dance - Templar", "refName": "Dance - Templar", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 2} -{"name": "Dance - Witch", "refName": "Dance - Witch", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 2} -{"name": "Danse Macabre", "refName": "Danse Macabre", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Dark Blade", "refName": "Dark Blade", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "One Hand Sword"}, "w": 2, "h": 3} -{"name": "Dark Effigy", "refName": "Dark Effigy", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Dark Pact", "refName": "Dark Pact", "namespace": "GEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvR2Vtcy9Ta2VsZXRhbENoYWlucyIsInciOjEsImgiOjEsInNjYWxlIjoxfV0/5976d42537/SkeletalChains.png", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Dark Staff", "refName": "Dark Staff", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Staff"}, "w": 1, "h": 4} -{"name": "Dart Trap", "refName": "Dart Trap", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "TrapTool"}, "w": 1, "h": 3} -{"name": "Dazing Cry", "refName": "Dazing Cry", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Deadly Fate", "refName": "Deadly Fate", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvU291bENvcmVzL1RyaWFsbWFzdGVyS2V5MiIsInNjYWxlIjoxLCJyZWFsbSI6InBvZTIifV0/cccae44832/TrialmasterKey2.png", "tradeTag": "deadly-fate", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Deadly Herald", "refName": "Deadly Herald", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Deadly Poison", "refName": "Deadly Poison", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Death Mask", "refName": "Death Mask", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"ev": [122, 122], "es": [46, 46]}, "w": 2, "h": 2} -{"name": "Decayed Voidstone", "refName": "Decayed Voidstone", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "AtlasUpgradeItem"}, "w": 1, "h": 1} -{"name": "Decaying Hex", "refName": "Decaying Hex", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Decaying Reliquary Key", "refName": "Decaying Reliquary Key", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9FbGRlckZvaWwiLCJzY2FsZSI6MX1d/cbb24273c1/ElderFoil.png", "craftable": {"category": "VaultKey"}, "w": 1, "h": 1} -{"name": "Deceleration", "refName": "Deceleration", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Decompose", "refName": "Decompose", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Decompose", "refName": "Decompose", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Decorated Helm", "refName": "Decorated Helm", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"ar": [110, 110], "ev": [99, 99]}, "w": 2, "h": 2} -{"name": "Dedalian Crossbow", "refName": "Dedalian Crossbow", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Crossbow"}, "w": 2, "h": 4} -{"name": "Dedication to the Goddess", "refName": "Dedication to the Goddess", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9MYWJ5cmludGhIYXJ2ZXN0SW5mdXNlZDIiLCJzY2FsZSI6MX1d/31d582aac1/LabyrinthHarvestInfused2.png", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Deep Cuts", "refName": "Deep Cuts", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Deep Freeze", "refName": "Deep Freeze", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Defiance Banner", "refName": "Defiance Banner", "namespace": "GEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvR2Vtcy9Bcm1vdXJhbmRFdmFzaW9uQmFubmVyIiwidyI6MSwiaCI6MSwic2NhbGUiOjF9XQ/b1f3dcfaa6/ArmourandEvasionBanner.png", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Defiant Tower Shield", "refName": "Defiant Tower Shield", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Shield"}, "armour": {"ar": [137, 137]}, "w": 2, "h": 4} -{"name": "Deft Fossil", "refName": "Deft Fossil", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGVsdmUvRW5jaGFudGVkRm9zc2lsIiwic2NhbGUiOjF9XQ/299ee9bcb8/EnchantedFossil.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Deified Crest Shield", "refName": "Deified Crest Shield", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Shield"}, "armour": {"ar": [84, 84], "es": [29, 29]}, "w": 2, "h": 3} -{"name": "Dekhara's Resolve", "refName": "Dekhara's Resolve", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "HeistObjective"}, "w": 2, "h": 4} -{"name": "Delirious Scouting Report", "refName": "Delirious Scouting Report", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvU2NvdXRpbmdSZXBvcnQiLCJ3IjoxLCJoIjoxLCJzY2FsZSI6MX1d/584635f3c8/ScoutingReport.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Delirium Precursor Tablet", "refName": "Delirium Precursor Tablet", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvUHJlY3Vyc29yVGFibGV0cy9QcmVjdXJzb3JUYWJsZXREZWxpcml1bSIsInNjYWxlIjoxLCJyZWFsbSI6InBvZTIifV0/81acb86b9f/PrecursorTabletDelirium.png", "tradeTag": "delirium-precursor-tablet", "craftable": {"category": "TowerAugment"}, "w": 1, "h": 1} -{"name": "Demolisher", "refName": "Demolisher", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Demon Form", "refName": "Demon Form", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Demon Magus", "refName": "Demon Magus", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MetaSkillGem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Dense Fossil", "refName": "Dense Fossil", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGVsdmUvRGVuc2VGb3NzaWwiLCJzY2FsZSI6MX1d/ac39aaf3cd/DenseFossil.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Deranging Book of Knowledge I", "refName": "Deranging Book of Knowledge I", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "Deranging Book of Knowledge II", "refName": "Deranging Book of Knowledge II", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "Deranging Book of Knowledge III", "refName": "Deranging Book of Knowledge III", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "Deranging Book of Knowledge IV", "refName": "Deranging Book of Knowledge IV", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "Deregulation Scroll", "refName": "Deregulation Scroll", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGFydmVzdC9IYXJiaW5nZXJUb2tlbkhlbG0iLCJ3IjoxLCJoIjoxLCJzY2FsZSI6MX1d/ee0bd282eb/HarbingerTokenHelm.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Desert Rune", "refName": "Desert Rune", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvUnVuZXMvRmlyZVJ1bmUiLCJzY2FsZSI6MSwicmVhbG0iOiJwb2UyIn1d/eeabf0e7a0/FireRune.png", "tradeTag": "desert-rune", "craftable": {"category": "SoulCore"}, "w": 1, "h": 1} -{"name": "Despair", "refName": "Despair", "namespace": "GEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvR2Vtcy9EZXNwYWlyIiwidyI6MSwiaCI6MSwic2NhbGUiOjF9XQ/b4dbf071cd/Despair.png", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Despoiler", "refName": "Despoiler", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Detailed Mitts", "refName": "Detailed Mitts", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Gloves"}, "armour": {"ar": [88, 88]}, "w": 2, "h": 2} -{"name": "Detonate Dead", "refName": "Detonate Dead", "namespace": "GEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvR2Vtcy9EZXRvbmF0ZURlYWQiLCJ3IjoxLCJoIjoxLCJzY2FsZSI6MX1d/109199fc84/DetonateDead.png", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Detonate Minion", "refName": "Detonate Minion", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Detonating Arrow", "refName": "Detonating Arrow", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Devastate", "refName": "Devastate", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Devotional Sceptre", "refName": "Devotional Sceptre", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Sceptre"}, "w": 2, "h": 3} -{"name": "Devouring Sceptre", "refName": "Devouring Sceptre", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Sceptre"}, "w": 2, "h": 3} -{"name": "Devout Garb", "refName": "Devout Garb", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ev": [223, 223], "es": [84, 84]}, "w": 2, "h": 3} -{"name": "Diamond", "refName": "Diamond", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Jewel"}, "w": 1, "h": 1} -{"name": "Discipline", "refName": "Discipline", "namespace": "GEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvR2Vtcy9EaXNjaXBsaW5lIiwidyI6MSwiaCI6MSwic2NhbGUiOjF9XQ/8fb38b53f4/Discipline.png", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Discombobulate", "refName": "Discombobulate", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Distilled Despair", "refName": "Distilled Despair", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGlzdGlsbGVkRW1vdGlvbnMvRGlzdGlsbGVkRGVzcGFpciIsInNjYWxlIjoxLCJyZWFsbSI6InBvZTIifV0/c676bf7dae/DistilledDespair.png", "tradeTag": "distilled-despair", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Distilled Disgust", "refName": "Distilled Disgust", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGlzdGlsbGVkRW1vdGlvbnMvRGlzdGlsbGVkRGlzZ3VzdCIsInNjYWxlIjoxLCJyZWFsbSI6InBvZTIifV0/f462426de0/DistilledDisgust.png", "tradeTag": "distilled-disgust", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Distilled Envy", "refName": "Distilled Envy", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGlzdGlsbGVkRW1vdGlvbnMvRGlzdGlsbGVkRW52eSIsInNjYWxlIjoxLCJyZWFsbSI6InBvZTIifV0/abf219916e/DistilledEnvy.png", "tradeTag": "distilled-envy", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Distilled Fear", "refName": "Distilled Fear", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGlzdGlsbGVkRW1vdGlvbnMvRGlzdGlsbGVkRmVhciIsInNjYWxlIjoxLCJyZWFsbSI6InBvZTIifV0/8cffdae445/DistilledFear.png", "tradeTag": "distilled-fear", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Distilled Greed", "refName": "Distilled Greed", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGlzdGlsbGVkRW1vdGlvbnMvRGlzdGlsbGVkR3JlZWQiLCJzY2FsZSI6MSwicmVhbG0iOiJwb2UyIn1d/5888a4ae61/DistilledGreed.png", "tradeTag": "distilled-greed", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Distilled Guilt", "refName": "Distilled Guilt", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGlzdGlsbGVkRW1vdGlvbnMvRGlzdGlsbGVkR3VpbHQiLCJzY2FsZSI6MSwicmVhbG0iOiJwb2UyIn1d/21cd0fd17b/DistilledGuilt.png", "tradeTag": "distilled-guilt", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Distilled Ire", "refName": "Distilled Ire", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGlzdGlsbGVkRW1vdGlvbnMvRGlzdGlsbGVkSXJlIiwic2NhbGUiOjEsInJlYWxtIjoicG9lMiJ9XQ/cbd99f0eff/DistilledIre.png", "tradeTag": "distilled-ire", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Distilled Isolation", "refName": "Distilled Isolation", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGlzdGlsbGVkRW1vdGlvbnMvRGlzdGlsbGVkSXNvbGF0aW9uIiwic2NhbGUiOjEsInJlYWxtIjoicG9lMiJ9XQ/997a6a442e/DistilledIsolation.png", "tradeTag": "distilled-isolation", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Distilled Paranoia", "refName": "Distilled Paranoia", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGlzdGlsbGVkRW1vdGlvbnMvRGlzdGlsbGVkUGFyYW5vaWEiLCJzY2FsZSI6MSwicmVhbG0iOiJwb2UyIn1d/279e807e8f/DistilledParanoia.png", "tradeTag": "distilled-paranoia", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Distilled Suffering", "refName": "Distilled Suffering", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGlzdGlsbGVkRW1vdGlvbnMvRGlzdGlsbGVkU3VmZmVyaW5nIiwic2NhbGUiOjEsInJlYWxtIjoicG9lMiJ9XQ/801a53662a/DistilledSuffering.png", "tradeTag": "distilled-suffering", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Divine Orb", "refName": "Divine Orb", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQ3VycmVuY3lNb2RWYWx1ZXMiLCJzY2FsZSI6MSwicmVhbG0iOiJwb2UyIn1d/2986e220b3/CurrencyModValues.png", "tradeTag": "divine", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Divine Vessel", "refName": "Divine Vessel", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9TaW5GbGFza0VtcHR5Iiwic2NhbGUiOjF9XQ/3a2d49608a/SinFlaskEmpty.png", "craftable": {"category": "MapFragment"}, "w": 1, "h": 2} -{"name": "Divine Vessel", "refName": "Divine Vessel", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9TaW5GbGFza0VtcHR5Iiwic2NhbGUiOjF9XQ/3a2d49608a/SinFlaskEmpty.png", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Diviner Cuffs", "refName": "Diviner Cuffs", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Gloves"}, "armour": {"ar": [48, 48], "es": [17, 17]}, "w": 2, "h": 2} -{"name": "Diviner's Incubator", "refName": "Diviner's Incubator", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5jdWJhdGlvbi9JbmN1YmF0aW9uRGl2aW5hdGlvbkNhcmRzIiwic2NhbGUiOjF9XQ/e14c3ef7f9/IncubationDivinationCards.png", "craftable": {"category": "Incubator"}, "w": 1, "h": 1} -{"name": "Diviner's Incubator", "refName": "Diviner's Incubator", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5jdWJhdGlvbi9JbmN1YmF0aW9uRGl2aW5hdGlvbkNhcmRzIiwic2NhbGUiOjF9XQ/e14c3ef7f9/IncubationDivinationCards.png", "craftable": {"category": "Incubator"}, "w": 1, "h": 1} -{"name": "Djinn Barya", "refName": "Djinn Barya", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MiscMapItem"}, "w": 1, "h": 1} -{"name": "Double Barrel", "refName": "Double Barrel", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Double Belt", "refName": "Double Belt", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Belt"}, "w": 2, "h": 1} -{"name": "Double Limb Bow", "refName": "Double Limb Bow", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Bow"}, "w": 2, "h": 4} -{"name": "Doubled Gauntlets", "refName": "Doubled Gauntlets", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Gloves"}, "armour": {"ar": [37, 37], "ev": [33, 33]}, "w": 2, "h": 2} -{"name": "Dousing Charm", "refName": "Dousing Charm", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Charm"}, "w": 1, "h": 1} -{"name": "Drain Ailments", "refName": "Drain Ailments", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Draven's Memorial Key Piece", "refName": "Draven's Memorial Key Piece", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 1} -{"name": "Dread Banner", "refName": "Dread Banner", "namespace": "GEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvR2Vtcy9EcmVhZEJhbm5lciIsInciOjEsImgiOjEsInNjYWxlIjoxfV0/cbb87b80fb/DreadBanner.png", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Dread Hatchet", "refName": "Dread Hatchet", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "One Hand Axe"}, "w": 2, "h": 3} -{"name": "Dream Furnace", "refName": "Dream Furnace", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "Drox's Crest", "refName": "Drox's Crest", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9XYXJsb3JkRnJhZ21lbnQiLCJzY2FsZSI6MX1d/3d735a8303/WarlordFragment.png", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Dualstring Bow", "refName": "Dualstring Bow", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Bow"}, "w": 2, "h": 4} -{"name": "Dueling Greathelm", "refName": "Dueling Greathelm", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"ar": [200, 200]}, "w": 2, "h": 2} -{"name": "Dueling Wand", "refName": "Dueling Wand", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Wand"}, "w": 1, "h": 3} -{"name": "Dull Hatchet", "refName": "Dull Hatchet", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "One Hand Axe"}, "w": 2, "h": 3} -{"name": "Dyad Crossbow", "refName": "Dyad Crossbow", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Crossbow"}, "w": 2, "h": 4} -{"name": "Earthquake", "refName": "Earthquake", "namespace": "GEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvR2Vtcy9RdWFrZVNsYW0iLCJ3IjoxLCJoIjoxLCJzY2FsZSI6MX1d/3a3c0f1c46/QuakeSlam.png", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Earthshatter", "refName": "Earthshatter", "namespace": "GEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvR2Vtcy9TcGlrZVNsYW1HZW0iLCJ3IjoxLCJoIjoxLCJzY2FsZSI6MX1d/f366aab2cf/SpikeSlamGem.png", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Eber's Key", "refName": "Eber's Key", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Eber's Key", "refName": "Eber's Key", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Edged Buckler", "refName": "Edged Buckler", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Shield"}, "armour": {"ev": [87, 87]}, "w": 2, "h": 2} -{"name": "Edged Claw", "refName": "Edged Claw", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Claw"}, "w": 2, "h": 2} -{"name": "Eelskin Sole", "refName": "Eelskin Sole", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGVpc3QvRWVsc2tpblNvbGUiLCJ3IjoyLCJoIjoyLCJzY2FsZSI6MX1d/38cd92718b/EelskinSole.png", "craftable": {"category": "HeistEquipmentTool"}, "w": 2, "h": 2} -{"name": "Effigial Tower Shield", "refName": "Effigial Tower Shield", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Shield"}, "armour": {"ar": [60, 60]}, "w": 2, "h": 4} -{"name": "Einhar's Memory", "refName": "Einhar's Memory", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvTWVtb3J5TGluZS9FaW5oYXJNZW1vcnlJdGVtIiwidyI6MSwiaCI6MSwic2NhbGUiOjF9XQ/5e4c7a8f89/EinharMemoryItem.png", "craftable": {"category": "MemoryLine"}, "w": 1, "h": 1} -{"name": "Elaborate Sandals", "refName": "Elaborate Sandals", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Boots"}, "armour": {"es": [63, 63]}, "w": 2, "h": 2} -{"name": "Elder's Orb", "refName": "Elder's Orb", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Eldritch Chaos Orb", "refName": "Eldritch Chaos Orb", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRWxkcml0Y2hDaGFvc09yYiIsInNjYWxlIjoxfV0/98091fc653/EldritchChaosOrb.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Eldritch Exalted Orb", "refName": "Eldritch Exalted Orb", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRWxkcml0Y2hFeGFsdGVkT3JiIiwic2NhbGUiOjF9XQ/2da131e652/EldritchExaltedOrb.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Eldritch Incubator", "refName": "Eldritch Incubator", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5jdWJhdGlvbi9JbmN1YmF0aW9uTWFwcyIsInNjYWxlIjoxfV0/3d07c20be0/IncubationMaps.png", "craftable": {"category": "Incubator"}, "w": 1, "h": 1} -{"name": "Eldritch Incubator", "refName": "Eldritch Incubator", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5jdWJhdGlvbi9JbmN1YmF0aW9uTWFwcyIsInNjYWxlIjoxfV0/3d07c20be0/IncubationMaps.png", "craftable": {"category": "Incubator"}, "w": 1, "h": 1} -{"name": "Eldritch Orb of Annulment", "refName": "Eldritch Orb of Annulment", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRWxkcml0Y2hBbm51bG1lbnRPcmIiLCJzY2FsZSI6MX1d/b58add03eb/EldritchAnnulmentOrb.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Electrocute", "refName": "Electrocute", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Electrocuting Arrow", "refName": "Electrocuting Arrow", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Electroshock Scroll", "refName": "Electroshock Scroll", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGFydmVzdC9IYXJiaW5nZXJUb2tlblN3b3JkIiwidyI6MSwiaCI6MSwic2NhbGUiOjF9XQ/e3cec18702/HarbingerTokenSword.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Elegant Focus", "refName": "Elegant Focus", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Focus"}, "armour": {"es": [44, 44]}, "w": 2, "h": 3} -{"name": "Elegant Glaive", "refName": "Elegant Glaive", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Two Hand Axe"}, "w": 2, "h": 4} -{"name": "Elegant Idol", "refName": "Elegant Idol", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "Elemental Army", "refName": "Elemental Army", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Elemental Conflux", "refName": "Elemental Conflux", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Elemental Discharge", "refName": "Elemental Discharge", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Elemental Expression", "refName": "Elemental Expression", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Elemental Focus", "refName": "Elemental Focus", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Elemental Invocation", "refName": "Elemental Invocation", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MetaSkillGem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Elemental Storm", "refName": "Elemental Storm", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Elementalist Robe", "refName": "Elementalist Robe", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"es": [97, 97]}, "w": 2, "h": 3} -{"name": "Elevated Sextant", "refName": "Elevated Sextant", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Elite Greathelm", "refName": "Elite Greathelm", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"ar": [136, 136]}, "w": 2, "h": 2} -{"name": "Ember Fusillade", "refName": "Ember Fusillade", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Ember Fusillade", "refName": "Ember Fusillade", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Ember Greataxe", "refName": "Ember Greataxe", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Two Hand Axe"}, "w": 2, "h": 4} -{"name": "Emberstone Apex Sentinel", "refName": "Emberstone Apex Sentinel", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "SentinelDrone"}, "w": 2, "h": 2} -{"name": "Emberstone Pandemonium Sentinel", "refName": "Emberstone Pandemonium Sentinel", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "SentinelDrone"}, "w": 2, "h": 2} -{"name": "Emberstone Stalker Sentinel", "refName": "Emberstone Stalker Sentinel", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "SentinelDrone"}, "w": 2, "h": 2} -{"name": "Emblem Crest Shield", "refName": "Emblem Crest Shield", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Shield"}, "armour": {"ar": [27, 27], "es": [12, 12]}, "w": 2, "h": 3} -{"name": "Embossed Boots", "refName": "Embossed Boots", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Boots"}, "armour": {"ev": [50, 50]}, "w": 2, "h": 2} -{"name": "Embroidered Boots", "refName": "Embroidered Boots", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Boots"}, "armour": {"ev": [166, 166]}, "w": 2, "h": 2} -{"name": "Embroidered Gloves", "refName": "Embroidered Gloves", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQXJtb3Vycy9HbG92ZXMvR2xvdmVzSW50NCIsInciOjIsImgiOjIsInNjYWxlIjoxfV0/484e9bd879/GlovesInt4.png", "craftable": {"category": "Gloves"}, "armour": {"es": [35, 35]}, "w": 2, "h": 2} -{"name": "Emerald", "refName": "Emerald", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Jewel"}, "w": 1, "h": 1} -{"name": "Emerald Ring", "refName": "Emerald Ring", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Ring"}, "w": 1, "h": 1} -{"name": "Emergency Reload", "refName": "Emergency Reload", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Empty Decanter Djinnus", "refName": "Empty Decanter Djinnus", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 2} -{"name": "Empyreal Crest Shield", "refName": "Empyreal Crest Shield", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Shield"}, "armour": {"ar": [74, 74], "es": [26, 26]}, "w": 2, "h": 3} -{"name": "Enamel Brooch", "refName": "Enamel Brooch", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGVpc3QvRW5hbWVsQnJvb2NoIiwidyI6MSwiaCI6MSwic2NhbGUiOjF9XQ/0d1e9c956e/EnamelBrooch.png", "craftable": {"category": "HeistEquipmentReward"}, "w": 1, "h": 1} -{"name": "Encase in Jade", "refName": "Encase in Jade", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Enchanted Incubator", "refName": "Enchanted Incubator", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5jdWJhdGlvbi9JbmN1YmF0aW9uTGFieXJpbnRoIiwic2NhbGUiOjF9XQ/755a289f04/IncubationLabyrinth.png", "craftable": {"category": "Incubator"}, "w": 1, "h": 1} -{"name": "Enchanted Incubator", "refName": "Enchanted Incubator", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5jdWJhdGlvbi9JbmN1YmF0aW9uTGFieXJpbnRoIiwic2NhbGUiOjF9XQ/755a289f04/IncubationLabyrinth.png", "craftable": {"category": "Incubator"}, "w": 1, "h": 1} -{"name": "Encumbrance", "refName": "Encumbrance", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Energy Barrier", "refName": "Energy Barrier", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Energy Blade", "refName": "Energy Blade", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvR2Vtcy9TdG9ybUJsYWRlR2VtIiwidyI6MSwiaCI6MSwic2NhbGUiOjF9XQ/387697170b/StormBladeGem.png", "craftable": {"category": "One Hand Sword"}, "w": 2, "h": 3} -{"name": "Energy Blade", "refName": "Energy Blade", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvR2Vtcy9TdG9ybUJsYWRlR2VtIiwidyI6MSwiaCI6MSwic2NhbGUiOjF9XQ/387697170b/StormBladeGem.png", "craftable": {"category": "Two Hand Sword"}, "w": 2, "h": 4} -{"name": "Energy Retention", "refName": "Energy Retention", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Enervation", "refName": "Enervation", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Enfeeble", "refName": "Enfeeble", "namespace": "GEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvR2Vtcy9FbmZlZWJsZSIsInciOjEsImgiOjEsInNjYWxlIjoxfV0/e85edd0ad5/Enfeeble.png", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Engineer's Orb", "refName": "Engineer's Orb", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRW5naW5lZXJzT3JiIiwic2NhbGUiOjF9XQ/114b671d41/EngineersOrb.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Engineer's Shard", "refName": "Engineer's Shard", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRW5naW5lZXJzU2hhcmQiLCJzY2FsZSI6MX1d/9fe1384ff9/EngineersShard.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Engraved Bracers", "refName": "Engraved Bracers", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Gloves"}, "armour": {"ev": [111, 111]}, "w": 2, "h": 2} -{"name": "Engraved Focus", "refName": "Engraved Focus", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Focus"}, "armour": {"es": [21, 21]}, "w": 2, "h": 3} -{"name": "Engraved Knife", "refName": "Engraved Knife", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Dagger"}, "w": 1, "h": 3} -{"name": "Enigmatic Assembly A4", "refName": "Enigmatic Assembly A4", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "HeistObjective"}, "w": 2, "h": 2} -{"name": "Enigmatic Assembly B2", "refName": "Enigmatic Assembly B2", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "HeistObjective"}, "w": 2, "h": 2} -{"name": "Enigmatic Assembly C5", "refName": "Enigmatic Assembly C5", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "HeistObjective"}, "w": 2, "h": 2} -{"name": "Enigmatic Assembly D1", "refName": "Enigmatic Assembly D1", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "HeistObjective"}, "w": 2, "h": 2} -{"name": "Enkindling Orb", "refName": "Enkindling Orb", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXhwZWRpdGlvbi9GbGFza1BsYXRlIiwic2NhbGUiOjF9XQ/7c1a584a8d/FlaskPlate.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Enlightened Robe", "refName": "Enlightened Robe", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"es": [153, 153]}, "w": 2, "h": 3} -{"name": "Enoch's Tags", "refName": "Enoch's Tags", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Enraged Warcry", "refName": "Enraged Warcry", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Envenom", "refName": "Envenom", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Escape Shot", "refName": "Escape Shot", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Esh's Breachstone", "refName": "Esh's Breachstone", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQnJlYWNoL0JyZWFjaEZyYWdtZW50c0xpZ2h0bmluZyIsInNjYWxlIjoxfV0/a281438d22/BreachFragmentsLightning.png", "craftable": {"category": "Breachstone"}, "w": 1, "h": 1} -{"name": "Esh's Catalyst", "refName": "Esh's Catalyst", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQnJlYWNoL0JyZWFjaENhdGFseXN0TGlnaHRuaW5nIiwic2NhbGUiOjEsInJlYWxtIjoicG9lMiJ9XQ/299e62fc33/BreachCatalystLightning.png", "tradeTag": "eshs-catalyst", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Esh's Charged Breachstone", "refName": "Esh's Charged Breachstone", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Breachstone"}, "w": 1, "h": 1} -{"name": "Esh's Enriched Breachstone", "refName": "Esh's Enriched Breachstone", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Breachstone"}, "w": 1, "h": 1} -{"name": "Esh's Flawless Breachstone", "refName": "Esh's Flawless Breachstone", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQnJlYWNoL0VzaHNGbGF3bGVzc0JyZWFjaHN0b25lIiwic2NhbGUiOjF9XQ/bd6b28f988/EshsFlawlessBreachstone.png", "craftable": {"category": "Breachstone"}, "w": 1, "h": 1} -{"name": "Esh's Pure Breachstone", "refName": "Esh's Pure Breachstone", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Breachstone"}, "w": 1, "h": 1} -{"name": "Esoteric Crossbow", "refName": "Esoteric Crossbow", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Crossbow"}, "w": 2, "h": 4} -{"name": "Espionage Disguise Kit", "refName": "Espionage Disguise Kit", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGVpc3QvUmVnaWNpZGVEaXNndWlzZUtpdCIsInciOjIsImgiOjIsInNjYWxlIjoxfV0/e52bff7d39/RegicideDisguiseKit.png", "craftable": {"category": "HeistEquipmentTool"}, "w": 2, "h": 2} -{"name": "Essence Burner", "refName": "Essence Burner", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "HeistObjective"}, "w": 2, "h": 4} -{"name": "Essence Drain", "refName": "Essence Drain", "namespace": "GEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvR2Vtcy9TaXBob25HZW0iLCJ3IjoxLCJoIjoxLCJzY2FsZSI6MX1d/97ff6075bf/SiphonGem.png", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Essence Harvest", "refName": "Essence Harvest", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Essence of Battle", "refName": "Essence of Battle", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9BdHRhY2tFc3NlbmNlIiwic2NhbGUiOjEsInJlYWxtIjoicG9lMiJ9XQ/3cece29e19/AttackEssence.png", "tradeTag": "essence-of-battle", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Essence of Electricity", "refName": "Essence of Electricity", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9MaWdodG5pbmdFc3NlbmNlIiwic2NhbGUiOjEsInJlYWxtIjoicG9lMiJ9XQ/2c3725fdad/LightningEssence.png", "tradeTag": "essence-of-electricity", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Essence of Enhancement", "refName": "Essence of Enhancement", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9EZWZlbmNlc0Vzc2VuY2UiLCJzY2FsZSI6MSwicmVhbG0iOiJwb2UyIn1d/e1e5c1ccb8/DefencesEssence.png", "tradeTag": "essence-of-enhancement", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Essence of Flames", "refName": "Essence of Flames", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9GaXJlRXNzZW5jZSIsInNjYWxlIjoxLCJyZWFsbSI6InBvZTIifV0/add6c12f64/FireEssence.png", "tradeTag": "essence-of-flames", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Essence of Haste", "refName": "Essence of Haste", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9TcGVlZEVzc2VuY2UiLCJzY2FsZSI6MSwicmVhbG0iOiJwb2UyIn1d/affda36f07/SpeedEssence.png", "tradeTag": "essence-of-haste", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Essence of Ice", "refName": "Essence of Ice", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9Db2xkRXNzZW5jZSIsInNjYWxlIjoxLCJyZWFsbSI6InBvZTIifV0/73d9fd8619/ColdEssence.png", "tradeTag": "essence-of-ice", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Essence of Ruin", "refName": "Essence of Ruin", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9DaGFvc0Vzc2VuY2UiLCJzY2FsZSI6MSwicmVhbG0iOiJwb2UyIn1d/5f0d3c7014/ChaosEssence.png", "tradeTag": "essence-of-ruin", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Essence of Sorcery", "refName": "Essence of Sorcery", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9DYXN0ZXJFc3NlbmNlIiwic2NhbGUiOjEsInJlYWxtIjoicG9lMiJ9XQ/6bb099115a/CasterEssence.png", "tradeTag": "essence-of-sorcery", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Essence of Torment", "refName": "Essence of Torment", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9QaHlzaWNhbEVzc2VuY2UiLCJzY2FsZSI6MSwicmVhbG0iOiJwb2UyIn1d/e52cd05eeb/PhysicalEssence.png", "tradeTag": "essence-of-torment", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Essence of the Body", "refName": "Essence of the Body", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9MaWZlRXNzZW5jZSIsInNjYWxlIjoxLCJyZWFsbSI6InBvZTIifV0/638d6c4cbe/LifeEssence.png", "tradeTag": "essence-of-the-body", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Essence of the Infinite", "refName": "Essence of the Infinite", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9BdHRyaWJ1dGVFc3NlbmNlIiwic2NhbGUiOjEsInJlYWxtIjoicG9lMiJ9XQ/58f9516082/AttributeEssence.png", "tradeTag": "essence-of-the-infinite", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Essence of the Mind", "refName": "Essence of the Mind", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9NYW5hRXNzZW5jZSIsInNjYWxlIjoxLCJyZWFsbSI6InBvZTIifV0/c881e6273c/ManaEssence.png", "tradeTag": "essence-of-the-mind", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Essential Keyring", "refName": "Essential Keyring", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGVpc3QvRXNzZW50aWFsS2V5cmluZyIsInciOjIsImgiOjIsInNjYWxlIjoxfV0/03fd96aa15/EssentialKeyring.png", "craftable": {"category": "HeistEquipmentTool"}, "w": 2, "h": 2} -{"name": "Eternal Flame", "refName": "Eternal Flame", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Eternal Orb", "refName": "Eternal Orb", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Ethereal Blade", "refName": "Ethereal Blade", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Dagger"}, "w": 1, "h": 3} -{"name": "Exalted Orb", "refName": "Exalted Orb", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQ3VycmVuY3lBZGRNb2RUb1JhcmUiLCJzY2FsZSI6MSwicmVhbG0iOiJwb2UyIn1d/ad7c366789/CurrencyAddModToRare.png", "tradeTag": "exalted", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Exalted Shard", "refName": "Exalted Shard", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXhhbHRlZFNoYXJkIiwic2NhbGUiOjF9XQ/b9e4013af5/ExaltedShard.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Exceptional Eldritch Ember", "refName": "Exceptional Eldritch Ember", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQ2xlYW5zaW5nRmlyZU9yYlJhbms0Iiwic2NhbGUiOjF9XQ/c2c828fa16/CleansingFireOrbRank4.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Exceptional Eldritch Ichor", "refName": "Exceptional Eldritch Ichor", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvVGFuZ2xlT3JiUmFuazQiLCJzY2FsZSI6MX1d/dcf73ecd8e/TangleOrbRank4.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Exceptional Idol", "refName": "Exceptional Idol", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "Excise", "refName": "Excise", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Execrate", "refName": "Execrate", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Execratus Hammer", "refName": "Execratus Hammer", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "One Hand Mace"}, "w": 2, "h": 3} -{"name": "Execute", "refName": "Execute", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Executioner Greataxe", "refName": "Executioner Greataxe", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Two Hand Axe"}, "w": 2, "h": 4} -{"name": "Exotic Coinage", "refName": "Exotic Coinage", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXhwZWRpdGlvbi9CYXJ0ZXJSZWZyZXNoQ3VycmVuY3kiLCJzY2FsZSI6MSwicmVhbG0iOiJwb2UyIn1d/8a4fe1f468/BarterRefreshCurrency.png", "tradeTag": "exotic-coinage", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Expanding Ground", "refName": "Expanding Ground", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Expanse", "refName": "Expanse", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Expedition Logbook", "refName": "Expedition Logbook", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9FeHBlZGl0aW9uQ2hyb25pY2xlMyIsInciOjEsImgiOjEsInNjYWxlIjoxfV0/2802fe605e/ExpeditionChronicle3.png", "craftable": {"category": "ExpeditionLogbook"}, "w": 1, "h": 1} -{"name": "Expedition Precursor Tablet", "refName": "Expedition Precursor Tablet", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvUHJlY3Vyc29yVGFibGV0cy9QcmVjdXJzb3JUYWJsZXRFeHBlZGl0aW9uIiwic2NhbGUiOjEsInJlYWxtIjoicG9lMiJ9XQ/4450dac451/PrecursorTabletExpedition.png", "tradeTag": "expedition-precursor-tablet", "craftable": {"category": "TowerAugment"}, "w": 1, "h": 1} -{"name": "Expert Aged Cuffs", "refName": "Expert Aged Cuffs", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Gloves"}, "armour": {"ar": [74, 74], "es": [25, 25]}, "w": 2, "h": 2} -{"name": "Expert Altar Robe", "refName": "Expert Altar Robe", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"es": [153, 153]}, "w": 2, "h": 3} -{"name": "Expert Antler Focus", "refName": "Expert Antler Focus", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Focus"}, "armour": {"es": [52, 52]}, "w": 2, "h": 3} -{"name": "Expert Barrier Quarterstaff", "refName": "Expert Barrier Quarterstaff", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Warstaff"}, "w": 2, "h": 4} -{"name": "Expert Bolstered Mitts", "refName": "Expert Bolstered Mitts", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Gloves"}, "armour": {"ar": [134, 134]}, "w": 2, "h": 2} -{"name": "Expert Bombard Crossbow", "refName": "Expert Bombard Crossbow", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Crossbow"}, "w": 2, "h": 4} -{"name": "Expert Braced Sabatons", "refName": "Expert Braced Sabatons", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Boots"}, "armour": {"ar": [110, 110], "ev": [101, 101]}, "w": 2, "h": 2} -{"name": "Expert Braced Tower Shield", "refName": "Expert Braced Tower Shield", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Shield"}, "armour": {"ar": [152, 152]}, "w": 2, "h": 4} -{"name": "Expert Brigand Mace", "refName": "Expert Brigand Mace", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "One Hand Mace"}, "w": 2, "h": 3} -{"name": "Expert Chain Tiara", "refName": "Expert Chain Tiara", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"es": [92, 92]}, "w": 2, "h": 2} -{"name": "Expert Cloaked Mail", "refName": "Expert Cloaked Mail", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ar": [245, 245], "ev": [223, 223]}, "w": 2, "h": 3} -{"name": "Expert Cloaked Mail", "refName": "Expert Cloaked Mail", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ar": [245, 245], "ev": [223, 223]}, "w": 2, "h": 3} -{"name": "Expert Cloaked Mail", "refName": "Expert Cloaked Mail", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ar": [245, 245], "ev": [223, 223]}, "w": 2, "h": 3} -{"name": "Expert Composite Bow", "refName": "Expert Composite Bow", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Bow"}, "w": 2, "h": 4} -{"name": "Expert Construct Hammer", "refName": "Expert Construct Hammer", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "One Hand Mace"}, "w": 2, "h": 3} -{"name": "Expert Cowled Helm", "refName": "Expert Cowled Helm", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"ar": [147, 147], "ev": [134, 134]}, "w": 2, "h": 2} -{"name": "Expert Crackling Quarterstaff", "refName": "Expert Crackling Quarterstaff", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Warstaff"}, "w": 2, "h": 4} -{"name": "Expert Crescent Quarterstaff", "refName": "Expert Crescent Quarterstaff", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Warstaff"}, "w": 2, "h": 4} -{"name": "Expert Crescent Targe", "refName": "Expert Crescent Targe", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Shield"}, "armour": {"ar": [92, 92], "ev": [84, 84]}, "w": 2, "h": 3} -{"name": "Expert Crumbling Maul", "refName": "Expert Crumbling Maul", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Two Hand Mace"}, "w": 2, "h": 4} -{"name": "Expert Crystal Focus", "refName": "Expert Crystal Focus", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Focus"}, "armour": {"es": [58, 58]}, "w": 2, "h": 3} -{"name": "Expert Cultist Bow", "refName": "Expert Cultist Bow", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Bow"}, "w": 2, "h": 4} -{"name": "Expert Cultist Greathammer", "refName": "Expert Cultist Greathammer", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Two Hand Mace"}, "w": 2, "h": 4} -{"name": "Expert Doubled Gauntlets", "refName": "Expert Doubled Gauntlets", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Gloves"}, "armour": {"ar": [80, 80], "ev": [73, 73]}, "w": 2, "h": 2} -{"name": "Expert Dualstring Bow", "refName": "Expert Dualstring Bow", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Bow"}, "w": 2, "h": 4} -{"name": "Expert Dyad Crossbow", "refName": "Expert Dyad Crossbow", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Crossbow"}, "w": 2, "h": 4} -{"name": "Expert Edged Buckler", "refName": "Expert Edged Buckler", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Shield"}, "armour": {"ev": [166, 166]}, "w": 2, "h": 2} -{"name": "Expert Elite Greathelm", "refName": "Expert Elite Greathelm", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"ar": [292, 292]}, "w": 2, "h": 2} -{"name": "Expert Face Mask", "refName": "Expert Face Mask", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"ev": [122, 122], "es": [46, 46]}, "w": 2, "h": 2} -{"name": "Expert Feathered Sandals", "refName": "Expert Feathered Sandals", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Boots"}, "armour": {"es": [75, 75]}, "w": 2, "h": 2} -{"name": "Expert Feathered Targe", "refName": "Expert Feathered Targe", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Shield"}, "armour": {"ar": [100, 100], "ev": [91, 91]}, "w": 2, "h": 3} -{"name": "Expert Feathered Tiara", "refName": "Expert Feathered Tiara", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"es": [101, 101]}, "w": 2, "h": 2} -{"name": "Expert Felt Cap", "refName": "Expert Felt Cap", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"ev": [222, 222]}, "w": 2, "h": 2} -{"name": "Expert Firm Bracers", "refName": "Expert Firm Bracers", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Gloves"}, "armour": {"ev": [111, 111]}, "w": 2, "h": 2} -{"name": "Expert Forge Maul", "refName": "Expert Forge Maul", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Two Hand Mace"}, "w": 2, "h": 4} -{"name": "Expert Forlorn Crossbow", "refName": "Expert Forlorn Crossbow", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Crossbow"}, "w": 2, "h": 4} -{"name": "Expert Frayed Shoes", "refName": "Expert Frayed Shoes", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Boots"}, "armour": {"ev": [91, 91], "es": [35, 35]}, "w": 2, "h": 2} -{"name": "Expert Gauze Wraps", "refName": "Expert Gauze Wraps", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Gloves"}, "armour": {"ev": [61, 61], "es": [23, 23]}, "w": 2, "h": 2} -{"name": "Expert Goldcast Cuffs", "refName": "Expert Goldcast Cuffs", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Gloves"}, "armour": {"ar": [80, 80], "es": [28, 28]}, "w": 2, "h": 2} -{"name": "Expert Gothic Quarterstaff", "refName": "Expert Gothic Quarterstaff", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Warstaff"}, "w": 2, "h": 4} -{"name": "Expert Guarded Helm", "refName": "Expert Guarded Helm", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"ar": [134, 134], "ev": [122, 122]}, "w": 2, "h": 2} -{"name": "Expert Heavy Crown", "refName": "Expert Heavy Crown", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"ar": [160, 160], "es": [55, 55]}, "w": 2, "h": 2} -{"name": "Expert Hexer's Robe", "refName": "Expert Hexer's Robe", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"es": [184, 184]}, "w": 2, "h": 3} -{"name": "Expert Horned Crown", "refName": "Expert Horned Crown", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"ar": [134, 134], "es": [46, 46]}, "w": 2, "h": 2} -{"name": "Expert Hunter Hood", "refName": "Expert Hunter Hood", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"ev": [266, 266]}, "w": 2, "h": 2} -{"name": "Expert Hunting Shoes", "refName": "Expert Hunting Shoes", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Boots"}, "armour": {"ev": [110, 110], "es": [42, 42]}, "w": 2, "h": 2} -{"name": "Expert Intricate Gloves", "refName": "Expert Intricate Gloves", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Gloves"}, "armour": {"es": [50, 50]}, "w": 2, "h": 2} -{"name": "Expert Iron Cuirass", "refName": "Expert Iron Cuirass", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ar": [534, 534]}, "w": 2, "h": 3} -{"name": "Expert Iron Greaves", "refName": "Expert Iron Greaves", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Boots"}, "armour": {"ar": [182, 182]}, "w": 2, "h": 2} -{"name": "Expert Jewelled Gloves", "refName": "Expert Jewelled Gloves", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Gloves"}, "armour": {"es": [46, 46]}, "w": 2, "h": 2} -{"name": "Expert Jingling Crest Shield", "refName": "Expert Jingling Crest Shield", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Shield"}, "armour": {"ar": [92, 92], "es": [32, 32]}, "w": 2, "h": 3} -{"name": "Expert Keth Raiment", "refName": "Expert Keth Raiment", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"es": [153, 153]}, "w": 2, "h": 3} -{"name": "Expert Laced Boots", "refName": "Expert Laced Boots", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Boots"}, "armour": {"ev": [166, 166]}, "w": 2, "h": 2} -{"name": "Expert Layered Gauntlets", "refName": "Expert Layered Gauntlets", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Gloves"}, "armour": {"ar": [74, 74], "ev": [67, 67]}, "w": 2, "h": 2} -{"name": "Expert Leaden Greathammer", "refName": "Expert Leaden Greathammer", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Two Hand Mace"}, "w": 2, "h": 4} -{"name": "Expert Linen Wraps", "refName": "Expert Linen Wraps", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Gloves"}, "armour": {"ev": [67, 67], "es": [25, 25]}, "w": 2, "h": 2} -{"name": "Expert Lizardscale Boots", "refName": "Expert Lizardscale Boots", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Boots"}, "armour": {"ev": [200, 200]}, "w": 2, "h": 2} -{"name": "Expert Long Quarterstaff", "refName": "Expert Long Quarterstaff", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Warstaff"}, "w": 2, "h": 4} -{"name": "Expert Mail Sabatons", "refName": "Expert Mail Sabatons", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Boots"}, "armour": {"ar": [100, 100], "ev": [91, 91]}, "w": 2, "h": 2} -{"name": "Expert Martyr Crown", "refName": "Expert Martyr Crown", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"ar": [147, 147], "es": [51, 51]}, "w": 2, "h": 2} -{"name": "Expert Moulded Mitts", "refName": "Expert Moulded Mitts", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Gloves"}, "armour": {"ar": [146, 146]}, "w": 2, "h": 2} -{"name": "Expert Oak Greathammer", "refName": "Expert Oak Greathammer", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Two Hand Mace"}, "w": 2, "h": 4} -{"name": "Expert Omen Crest Shield", "refName": "Expert Omen Crest Shield", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Shield"}, "armour": {"ar": [100, 100], "es": [35, 35]}, "w": 2, "h": 3} -{"name": "Expert Padded Leggings", "refName": "Expert Padded Leggings", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Boots"}, "armour": {"ar": [100, 100], "es": [35, 35]}, "w": 2, "h": 2} -{"name": "Expert Pathfinder Coat", "refName": "Expert Pathfinder Coat", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ev": [406, 406]}, "w": 2, "h": 3} -{"name": "Expert Pelage Targe", "refName": "Expert Pelage Targe", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Shield"}, "armour": {"ar": [84, 84], "ev": [76, 76]}, "w": 2, "h": 3} -{"name": "Expert Pelt Leggings", "refName": "Expert Pelt Leggings", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Boots"}, "armour": {"ar": [120, 120], "es": [42, 42]}, "w": 2, "h": 2} -{"name": "Expert Pelt Mantle", "refName": "Expert Pelt Mantle", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ar": [294, 294], "es": [101, 101]}, "w": 2, "h": 3} -{"name": "Expert Plated Buckler", "refName": "Expert Plated Buckler", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Shield"}, "armour": {"ev": [139, 139]}, "w": 2, "h": 2} -{"name": "Expert Plated Mace", "refName": "Expert Plated Mace", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "One Hand Mace"}, "w": 2, "h": 3} -{"name": "Expert Plumed Focus", "refName": "Expert Plumed Focus", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Focus"}, "armour": {"es": [63, 63]}, "w": 2, "h": 3} -{"name": "Expert Rampart Tower Shield", "refName": "Expert Rampart Tower Shield", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Shield"}, "armour": {"ar": [167, 167]}, "w": 2, "h": 4} -{"name": "Expert Ringmail Gauntlets", "refName": "Expert Ringmail Gauntlets", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Gloves"}, "armour": {"ar": [67, 67], "ev": [61, 61]}, "w": 2, "h": 2} -{"name": "Expert Riveted Mitts", "refName": "Expert Riveted Mitts", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Gloves"}, "armour": {"ar": [122, 122]}, "w": 2, "h": 2} -{"name": "Expert Rogue Armour", "refName": "Expert Rogue Armour", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ar": [245, 245], "ev": [223, 223]}, "w": 2, "h": 3} -{"name": "Expert Rope Cuffs", "refName": "Expert Rope Cuffs", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Gloves"}, "armour": {"ar": [67, 67], "es": [23, 23]}, "w": 2, "h": 2} -{"name": "Expert Sacrificial Mantle", "refName": "Expert Sacrificial Mantle", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ar": [245, 245], "es": [84, 84]}, "w": 2, "h": 3} -{"name": "Expert Scale Mail", "refName": "Expert Scale Mail", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ar": [294, 294], "ev": [268, 268]}, "w": 2, "h": 3} -{"name": "Expert Scalper's Jacket", "refName": "Expert Scalper's Jacket", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ev": [223, 223], "es": [84, 84]}, "w": 2, "h": 3} -{"name": "Expert Sectioned Bracers", "refName": "Expert Sectioned Bracers", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Gloves"}, "armour": {"ev": [122, 122]}, "w": 2, "h": 2} -{"name": "Expert Secured Leggings", "refName": "Expert Secured Leggings", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Boots"}, "armour": {"ar": [110, 110], "es": [38, 38]}, "w": 2, "h": 2} -{"name": "Expert Serpentscale Coat", "refName": "Expert Serpentscale Coat", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ev": [406, 406]}, "w": 2, "h": 3} -{"name": "Expert Shaman Mantle", "refName": "Expert Shaman Mantle", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ar": [245, 245], "es": [84, 84]}, "w": 2, "h": 3} -{"name": "Expert Shielded Helm", "refName": "Expert Shielded Helm", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"ar": [160, 160], "ev": [146, 146]}, "w": 2, "h": 2} -{"name": "Expert Shortbow", "refName": "Expert Shortbow", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Bow"}, "w": 2, "h": 4} -{"name": "Expert Sigil Crest Shield", "refName": "Expert Sigil Crest Shield", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Shield"}, "armour": {"ar": [84, 84], "es": [29, 29]}, "w": 2, "h": 3} -{"name": "Expert Silk Slippers", "refName": "Expert Silk Slippers", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Boots"}, "armour": {"es": [69, 69]}, "w": 2, "h": 2} -{"name": "Expert Slicing Quarterstaff", "refName": "Expert Slicing Quarterstaff", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Warstaff"}, "w": 2, "h": 4} -{"name": "Expert Slim Mace", "refName": "Expert Slim Mace", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "One Hand Mace"}, "w": 2, "h": 3} -{"name": "Expert Smithing Hammer", "refName": "Expert Smithing Hammer", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "One Hand Mace"}, "w": 2, "h": 3} -{"name": "Expert Soldier Greathelm", "refName": "Expert Soldier Greathelm", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"ar": [243, 243]}, "w": 2, "h": 2} -{"name": "Expert Sombre Gloves", "refName": "Expert Sombre Gloves", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Gloves"}, "armour": {"es": [42, 42]}, "w": 2, "h": 2} -{"name": "Expert Spiked Buckler", "refName": "Expert Spiked Buckler", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Shield"}, "armour": {"ev": [152, 152]}, "w": 2, "h": 2} -{"name": "Expert Spined Bracers", "refName": "Expert Spined Bracers", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Gloves"}, "armour": {"ev": [133, 133]}, "w": 2, "h": 2} -{"name": "Expert Spiral Wraps", "refName": "Expert Spiral Wraps", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Gloves"}, "armour": {"ev": [73, 73], "es": [28, 28]}, "w": 2, "h": 2} -{"name": "Expert Spired Greathelm", "refName": "Expert Spired Greathelm", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"ar": [267, 267]}, "w": 2, "h": 2} -{"name": "Expert Stacked Sabatons", "refName": "Expert Stacked Sabatons", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Boots"}, "armour": {"ar": [120, 120], "ev": [110, 110]}, "w": 2, "h": 2} -{"name": "Expert Steel Plate", "refName": "Expert Steel Plate", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ar": [445, 445]}, "w": 2, "h": 3} -{"name": "Expert Steeltoe Boots", "refName": "Expert Steeltoe Boots", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Boots"}, "armour": {"ev": [183, 183]}, "w": 2, "h": 2} -{"name": "Expert Stone Greaves", "refName": "Expert Stone Greaves", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Boots"}, "armour": {"ar": [219, 219]}, "w": 2, "h": 2} -{"name": "Expert Stone Tower Shield", "refName": "Expert Stone Tower Shield", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Shield"}, "armour": {"ar": [182, 182]}, "w": 2, "h": 4} -{"name": "Expert Studded Vest", "refName": "Expert Studded Vest", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ev": [487, 487]}, "w": 2, "h": 3} -{"name": "Expert Sturdy Crossbow", "refName": "Expert Sturdy Crossbow", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Crossbow"}, "w": 2, "h": 4} -{"name": "Expert Swathed Cap", "refName": "Expert Swathed Cap", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"ev": [244, 244]}, "w": 2, "h": 2} -{"name": "Expert Temple Maul", "refName": "Expert Temple Maul", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Two Hand Mace"}, "w": 2, "h": 4} -{"name": "Expert Tense Crossbow", "refName": "Expert Tense Crossbow", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Crossbow"}, "w": 2, "h": 4} -{"name": "Expert Threaded Shoes", "refName": "Expert Threaded Shoes", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Boots"}, "armour": {"ev": [101, 101], "es": [38, 38]}, "w": 2, "h": 2} -{"name": "Expert Tribal Mask", "refName": "Expert Tribal Mask", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"ev": [146, 146], "es": [55, 55]}, "w": 2, "h": 2} -{"name": "Expert Trimmed Greaves", "refName": "Expert Trimmed Greaves", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Boots"}, "armour": {"ar": [200, 200]}, "w": 2, "h": 2} -{"name": "Expert Vaal Cuirass", "refName": "Expert Vaal Cuirass", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ar": [445, 445]}, "w": 2, "h": 3} -{"name": "Expert Varnished Crossbow", "refName": "Expert Varnished Crossbow", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Crossbow"}, "w": 2, "h": 4} -{"name": "Expert Veiled Mask", "refName": "Expert Veiled Mask", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"ev": [134, 134], "es": [51, 51]}, "w": 2, "h": 2} -{"name": "Expert Warden Bow", "refName": "Expert Warden Bow", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Bow"}, "w": 2, "h": 4} -{"name": "Expert Warpick", "refName": "Expert Warpick", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "One Hand Mace"}, "w": 2, "h": 3} -{"name": "Expert Waxed Jacket", "refName": "Expert Waxed Jacket", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ev": [268, 268], "es": [101, 101]}, "w": 2, "h": 3} -{"name": "Expert Wayfarer Jacket", "refName": "Expert Wayfarer Jacket", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ev": [223, 223], "es": [84, 84]}, "w": 2, "h": 3} -{"name": "Expert Wicker Tiara", "refName": "Expert Wicker Tiara", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"es": [84, 84]}, "w": 2, "h": 2} -{"name": "Expert Wrapped Sandals", "refName": "Expert Wrapped Sandals", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Boots"}, "armour": {"es": [63, 63]}, "w": 2, "h": 2} -{"name": "Expert Zealot Bow", "refName": "Expert Zealot Bow", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Bow"}, "w": 2, "h": 4} -{"name": "Exploit Weakness", "refName": "Exploit Weakness", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Explorer Armour", "refName": "Explorer Armour", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ar": [114, 114], "ev": [101, 101]}, "w": 2, "h": 3} -{"name": "Explorer's Scouting Report", "refName": "Explorer's Scouting Report", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvU2NvdXRpbmdSZXBvcnQiLCJ3IjoxLCJoIjoxLCJzY2FsZSI6MX1d/584635f3c8/ScoutingReport.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Explosive Concoction", "refName": "Explosive Concoction", "namespace": "GEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvR2Vtcy9FeHBsb3NpdmVGbGFza1NraWxsR2VtIiwidyI6MSwiaCI6MSwic2NhbGUiOjF9XQ/9114018038/ExplosiveFlaskSkillGem.png", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Explosive Grenade", "refName": "Explosive Grenade", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Explosive Shot", "refName": "Explosive Shot", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Exquisite Idol", "refName": "Exquisite Idol", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "Exquisite Vest", "refName": "Exquisite Vest", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ev": [487, 487]}, "w": 2, "h": 3} -{"name": "Exsanguinate", "refName": "Exsanguinate", "namespace": "GEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvR2Vtcy9CbG9vZFRlbmRyaWxzU2tpbGxHZW0iLCJ3IjoxLCJoIjoxLCJzY2FsZSI6MX1d/d421c5c70e/BloodTendrilsSkillGem.png", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Extended Cleaver", "refName": "Extended Cleaver", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "One Hand Axe"}, "w": 2, "h": 3} -{"name": "Extraction", "refName": "Extraction", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Eye of Winter", "refName": "Eye of Winter", "namespace": "GEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvR2Vtcy9Gcm96ZW5TcGhlcmVTa2lsbEdlbSIsInciOjEsImgiOjEsInNjYWxlIjoxfV0/b51924877e/FrozenSphereSkillGem.png", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Ez Myrae Tome", "refName": "Ez Myrae Tome", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "HeistObjective"}, "w": 2, "h": 2} -{"name": "Face Mask", "refName": "Face Mask", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"ev": [26, 26], "es": [15, 15]}, "w": 2, "h": 2} -{"name": "Faceted Fossil", "refName": "Faceted Fossil", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGVsdmUvRmFjZXRlZEZvc3NpbCIsInNjYWxlIjoxfV0/473889cafb/FacetedFossil.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Facetor's Lens", "refName": "Facetor's Lens", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQ3VycmVuY3lHZW1FeHBlcmllbmNlIiwic2NhbGUiOjF9XQ/7011b1ed48/CurrencyGemExperience.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Faded Crisis Fragment", "refName": "Faded Crisis Fragment", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvUXVlc3RJdGVtcy9QaW5uYWNsZUtleTIiLCJzY2FsZSI6MSwicmVhbG0iOiJwb2UyIn1d/5709c39ee7/PinnacleKey2.png", "tradeTag": "faded-crisis-fragment", "w": 1, "h": 1} -{"name": "Falchion", "refName": "Falchion", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "One Hand Sword"}, "w": 2, "h": 3} -{"name": "Falling Thunder", "refName": "Falling Thunder", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Familial Contract", "refName": "Familial Contract", "namespace": "ITEM", "icon": "", "craftable": {"category": "HeistContract"}, "w": 1, "h": 1} -{"name": "Farric Lure", "refName": "Farric Lure", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Fast Forward", "refName": "Fast Forward", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Feathered Robe", "refName": "Feathered Robe", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"es": [35, 35]}, "w": 2, "h": 3} -{"name": "Feathered Sandals", "refName": "Feathered Sandals", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Boots"}, "armour": {"es": [38, 38]}, "w": 2, "h": 2} -{"name": "Feathered Targe", "refName": "Feathered Targe", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Shield"}, "armour": {"ar": [51, 51], "ev": [46, 46]}, "w": 2, "h": 3} -{"name": "Feathered Tiara", "refName": "Feathered Tiara", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"es": [51, 51]}, "w": 2, "h": 2} -{"name": "Feeding Frenzy", "refName": "Feeding Frenzy", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Felled Greatclub", "refName": "Felled Greatclub", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Two Hand Mace"}, "w": 2, "h": 4} -{"name": "Felt Cap", "refName": "Felt Cap", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"ev": [48, 48]}, "w": 2, "h": 2} -{"name": "Fenumal Lure", "refName": "Fenumal Lure", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Feral Incubator", "refName": "Feral Incubator", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5jdWJhdGlvbi9JbmN1YmF0aW9uQmVzdGlhcnkiLCJzY2FsZSI6MX1d/7c98be601d/IncubationBestiary.png", "craftable": {"category": "Incubator"}, "w": 1, "h": 1} -{"name": "Feral Incubator", "refName": "Feral Incubator", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5jdWJhdGlvbi9JbmN1YmF0aW9uQmVzdGlhcnkiLCJzY2FsZSI6MX1d/7c98be601d/IncubationBestiary.png", "craftable": {"category": "Incubator"}, "w": 1, "h": 1} -{"name": "Ferocious Roar", "refName": "Ferocious Roar", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MetaSkillGem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Ferocity", "refName": "Ferocity", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Fierce Greathelm", "refName": "Fierce Greathelm", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"ar": [196, 196]}, "w": 2, "h": 2} -{"name": "Fiery Death", "refName": "Fiery Death", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Final Letter", "refName": "Final Letter", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "Fine Belt", "refName": "Fine Belt", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Belt"}, "w": 2, "h": 1} -{"name": "Fine Bracers", "refName": "Fine Bracers", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Gloves"}, "armour": {"ev": [79, 79]}, "w": 2, "h": 2} -{"name": "Fine Incubator", "refName": "Fine Incubator", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5jdWJhdGlvbi9JbmN1YmF0aW9uQ3VycmVuY3kiLCJzY2FsZSI6MX1d/e8a6d32623/IncubationCurrency.png", "craftable": {"category": "Incubator"}, "w": 1, "h": 1} -{"name": "Fine Incubator", "refName": "Fine Incubator", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5jdWJhdGlvbi9JbmN1YmF0aW9uQ3VycmVuY3kiLCJzY2FsZSI6MX1d/e8a6d32623/IncubationCurrency.png", "craftable": {"category": "Incubator"}, "w": 1, "h": 1} -{"name": "Fine Lockpick", "refName": "Fine Lockpick", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGVpc3QvRmluZUxvY2twaWNrIiwidyI6MiwiaCI6Miwic2NhbGUiOjF9XQ/c894ea53b2/FineLockpick.png", "craftable": {"category": "HeistEquipmentTool"}, "w": 2, "h": 2} -{"name": "Fine Sensing Charm", "refName": "Fine Sensing Charm", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGVpc3QvRmluZVNlbnNpbmdDaGFybSIsInciOjIsImgiOjIsInNjYWxlIjoxfV0/5725075134/FineSensingCharm.png", "craftable": {"category": "HeistEquipmentTool"}, "w": 2, "h": 2} -{"name": "Fine Sharpening Stone", "refName": "Fine Sharpening Stone", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGVpc3QvRmluZVNoYXJwZW5pbmdTdG9uZSIsInciOjIsImgiOjIsInNjYWxlIjoxfV0/eee568b5c8/FineSharpeningStone.png", "craftable": {"category": "HeistEquipmentWeapon"}, "w": 2, "h": 2} -{"name": "Fire Exposure", "refName": "Fire Exposure", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Fire Infusion", "refName": "Fire Infusion", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Fire Mastery", "refName": "Fire Mastery", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Fire Penetration", "refName": "Fire Penetration", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Fire Quiver", "refName": "Fire Quiver", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Quiver"}, "w": 2, "h": 3} -{"name": "Fireball", "refName": "Fireball", "namespace": "GEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvR2Vtcy9GaXJlYmFsbCIsInciOjEsImgiOjEsInNjYWxlIjoxfV0/8f374db219/Fireball.png", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Firebolt", "refName": "Firebolt", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Firestorm", "refName": "Firestorm", "namespace": "GEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvR2Vtcy9GaXJlc3Rvcm0iLCJ3IjoxLCJoIjoxLCJzY2FsZSI6MX1d/86d85233c1/Firestorm.png", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Firm Bracers", "refName": "Firm Bracers", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Gloves"}, "armour": {"ev": [26, 26]}, "w": 2, "h": 2} -{"name": "Fishing Rod", "refName": "Fishing Rod", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvV2VhcG9ucy9Ud29IYW5kV2VhcG9ucy9GaXNoaW5nUm9kcy9GaXNoaW5nUm9kMSIsInciOjEsImgiOjQsInNjYWxlIjoxfV0/d2a4a8b57a/FishingRod1.png", "craftable": {"category": "FishingRod"}, "w": 1, "h": 4} -{"name": "Fist of War", "refName": "Fist of War", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Flail Strike", "refName": "Flail Strike", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Flame Wall", "refName": "Flame Wall", "namespace": "GEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvR2Vtcy9GaXJld2FsbCIsInciOjEsImgiOjEsInNjYWxlIjoxfV0/d3c69ec0a3/Firewall.png", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Flameblast", "refName": "Flameblast", "namespace": "GEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvR2Vtcy9DaGFyZ2VkQmxhc3QiLCJ3IjoxLCJoIjoxLCJzY2FsZSI6MX1d/90adc64f44/ChargedBlast.png", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Flammability", "refName": "Flammability", "namespace": "GEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvR2Vtcy9GbGFtbWFiaWxpdHkiLCJ3IjoxLCJoIjoxLCJzY2FsZSI6MX1d/ba43e87752/Flammability.png", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Flanged Arrowhead", "refName": "Flanged Arrowhead", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGVpc3QvQXJyb3doZWFkRmxhbmdlZCIsInciOjIsImgiOjIsInNjYWxlIjoxfV0/2f2fd20710/ArrowheadFlanged.png", "craftable": {"category": "HeistEquipmentWeapon"}, "w": 2, "h": 2} -{"name": "Flanged Drill", "refName": "Flanged Drill", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGVpc3QvRHJpbGxBZHYiLCJ3IjoyLCJoIjoyLCJzY2FsZSI6MX1d/bf2c8d3b0b/DrillAdv.png", "craftable": {"category": "HeistEquipmentTool"}, "w": 2, "h": 2} -{"name": "Flanged Greatblade", "refName": "Flanged Greatblade", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Two Hand Sword"}, "w": 2, "h": 4} -{"name": "Flared Boots", "refName": "Flared Boots", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Boots"}, "armour": {"ev": [119, 119]}, "w": 2, "h": 2} -{"name": "Flash Grenade", "refName": "Flash Grenade", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Flashpowder Keg", "refName": "Flashpowder Keg", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "IncursionItem"}, "w": 1, "h": 1} -{"name": "Flask of Welakath", "refName": "Flask of Welakath", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "HeistObjective"}, "w": 2, "h": 2} -{"name": "Flax Sandals", "refName": "Flax Sandals", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Boots"}, "armour": {"es": [48, 48]}, "w": 2, "h": 2} -{"name": "Fleet Orders", "refName": "Fleet Orders", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Flesh Catalyst", "refName": "Flesh Catalyst", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQnJlYWNoL0JyZWFjaENhdGFseXN0TGlmZSIsInNjYWxlIjoxLCJyZWFsbSI6InBvZTIifV0/06ec489870/BreachCatalystLife.png", "tradeTag": "flesh-catalyst", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Flesh Compass", "refName": "Flesh Compass", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Flexile Sabatons", "refName": "Flexile Sabatons", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Boots"}, "armour": {"ar": [82, 82], "ev": [74, 74]}, "w": 2, "h": 2} -{"name": "Flicker Strike", "refName": "Flicker Strike", "namespace": "GEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvR2Vtcy9GbGlja2VyU3RyaWtlIiwidyI6MSwiaCI6MSwic2NhbGUiOjF9XQ/4d16009413/FlickerStrike.png", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Focal Stone", "refName": "Focal Stone", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGVpc3QvRm9jYWxNYWdpY1N0b25lIiwidyI6MiwiaCI6Miwic2NhbGUiOjF9XQ/65ffdbcd59/FocalMagicStone.png", "craftable": {"category": "HeistEquipmentWeapon"}, "w": 2, "h": 2} -{"name": "Focused Curse", "refName": "Focused Curse", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Foliate Brooch", "refName": "Foliate Brooch", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGVpc3QvRm9saWF0ZUJyb29jaCIsInciOjEsImgiOjEsInNjYWxlIjoxfV0/72a57eb200/FoliateBrooch.png", "craftable": {"category": "HeistEquipmentReward"}, "w": 1, "h": 1} -{"name": "Font of Blood", "refName": "Font of Blood", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Font of Mana", "refName": "Font of Mana", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Font of Rage", "refName": "Font of Rage", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Forbidden Contract", "refName": "Forbidden Contract", "namespace": "ITEM", "icon": "", "craftable": {"category": "HeistContract"}, "w": 1, "h": 1} -{"name": "Forbidden Lamp", "refName": "Forbidden Lamp", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "HeistObjective"}, "w": 2, "h": 2} -{"name": "Foreboding Incubator", "refName": "Foreboding Incubator", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5jdWJhdGlvbi9JbmN1YmF0aW9uSGFyYmluZ2VyIiwic2NhbGUiOjF9XQ/11f4bcf0ee/IncubationHarbinger.png", "craftable": {"category": "Incubator"}, "w": 1, "h": 1} -{"name": "Foreboding Incubator", "refName": "Foreboding Incubator", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5jdWJhdGlvbi9JbmN1YmF0aW9uSGFyYmluZ2VyIiwic2NhbGUiOjF9XQ/11f4bcf0ee/IncubationHarbinger.png", "craftable": {"category": "Incubator"}, "w": 1, "h": 1} -{"name": "Forge Maul", "refName": "Forge Maul", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Two Hand Mace"}, "w": 2, "h": 4} -{"name": "Forgotten Reliquary Key", "refName": "Forgotten Reliquary Key", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9WZW5hcml1c0ZvaWwiLCJzY2FsZSI6MX1d/ba2d66a470/VenariusFoil.png", "craftable": {"category": "VaultKey"}, "w": 1, "h": 1} -{"name": "Fork", "refName": "Fork", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Forked Claw", "refName": "Forked Claw", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Claw"}, "w": 2, "h": 2} -{"name": "Forked Spear", "refName": "Forked Spear", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Spear"}, "w": 1, "h": 4} -{"name": "Fortress", "refName": "Fortress", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Fossilised Incubator", "refName": "Fossilised Incubator", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5jdWJhdGlvbi9JbmN1YmF0aW9uRm9zc2lscyIsInNjYWxlIjoxfV0/bb7663432d/IncubationFossils.png", "craftable": {"category": "Incubator"}, "w": 1, "h": 1} -{"name": "Fossilised Incubator", "refName": "Fossilised Incubator", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5jdWJhdGlvbi9JbmN1YmF0aW9uRm9zc2lscyIsInNjYWxlIjoxfV0/bb7663432d/IncubationFossils.png", "craftable": {"category": "Incubator"}, "w": 1, "h": 1} -{"name": "Foxhide Sole", "refName": "Foxhide Sole", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGVpc3QvRm94aGlkZVNvbGUiLCJ3IjoyLCJoIjoyLCJzY2FsZSI6MX1d/55215f9d79/FoxhideSole.png", "craftable": {"category": "HeistEquipmentTool"}, "w": 2, "h": 2} -{"name": "Fractured Fossil", "refName": "Fractured Fossil", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGVsdmUvRnJhY3R1cmVkRm9zc2lsIiwic2NhbGUiOjF9XQ/328d2256ce/FracturedFossil.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Fracturing Orb", "refName": "Fracturing Orb", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRnJhY3R1cmluZ09yYkNvbWJpbmVkIiwic2NhbGUiOjF9XQ/3fb18e8a5b/FracturingOrbCombined.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Fracturing Shard", "refName": "Fracturing Shard", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRnJhY3R1cmluZ09yYlNoYXJkIiwic2NhbGUiOjF9XQ/34fdc6a813/FracturingOrbShard.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Fragment of Constriction", "refName": "Fragment of Constriction", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9BdGxhc01hcEd1YXJkaWFuSG9seSIsInNjYWxlIjoxfV0/b9ef66f983/AtlasMapGuardianHoly.png", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Fragment of Emptiness", "refName": "Fragment of Emptiness", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9VYmVyRWxkZXIwMiIsInNjYWxlIjoxfV0/085f7abd0b/UberElder02.png", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Fragment of Enslavement", "refName": "Fragment of Enslavement", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9BdGxhc01hcEd1YXJkaWFuRmlyZSIsInNjYWxlIjoxfV0/7497ffd64d/AtlasMapGuardianFire.png", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Fragment of Eradication", "refName": "Fragment of Eradication", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9BdGxhc01hcEd1YXJkaWFuTGlnaHRuaW5nIiwic2NhbGUiOjF9XQ/e6e792e80e/AtlasMapGuardianLightning.png", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Fragment of Knowledge", "refName": "Fragment of Knowledge", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9VYmVyRWxkZXIwNCIsInNjYWxlIjoxfV0/096ec774b0/UberElder04.png", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Fragment of Purification", "refName": "Fragment of Purification", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9BdGxhc01hcEd1YXJkaWFuQ2hhb3MiLCJzY2FsZSI6MX1d/7938e7a7ee/AtlasMapGuardianChaos.png", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Fragment of Shape", "refName": "Fragment of Shape", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9VYmVyRWxkZXIwMyIsInNjYWxlIjoxfV0/4a8c196777/UberElder03.png", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Fragment of Terror", "refName": "Fragment of Terror", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9VYmVyRWxkZXIwMSIsInNjYWxlIjoxfV0/322988dd38/UberElder01.png", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Fragment of the Chimera", "refName": "Fragment of the Chimera", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9BdGxhc01hcHMvRnJhZ21lbnRDaGltZXJhIiwic2NhbGUiOjF9XQ/191b838e55/FragmentChimera.png", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Fragment of the Chimera", "refName": "Fragment of the Chimera", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9BdGxhc01hcHMvRnJhZ21lbnRDaGltZXJhIiwic2NhbGUiOjF9XQ/191b838e55/FragmentChimera.png", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Fragment of the Hydra", "refName": "Fragment of the Hydra", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9BdGxhc01hcHMvRnJhZ21lbnRIeWRyYSIsInNjYWxlIjoxfV0/975dcd6b1c/FragmentHydra.png", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Fragment of the Hydra", "refName": "Fragment of the Hydra", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9BdGxhc01hcHMvRnJhZ21lbnRIeWRyYSIsInNjYWxlIjoxfV0/975dcd6b1c/FragmentHydra.png", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Fragment of the Minotaur", "refName": "Fragment of the Minotaur", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9BdGxhc01hcHMvRnJhZ21lbnRNaW5vdGF1ciIsInNjYWxlIjoxfV0/e976236f7a/FragmentMinotaur.png", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Fragment of the Minotaur", "refName": "Fragment of the Minotaur", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9BdGxhc01hcHMvRnJhZ21lbnRNaW5vdGF1ciIsInNjYWxlIjoxfV0/e976236f7a/FragmentMinotaur.png", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Fragment of the Phoenix", "refName": "Fragment of the Phoenix", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9BdGxhc01hcHMvRnJhZ21lbnRQaG9lbml4Iiwic2NhbGUiOjF9XQ/3091d971ad/FragmentPhoenix.png", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Fragment of the Phoenix", "refName": "Fragment of the Phoenix", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9BdGxhc01hcHMvRnJhZ21lbnRQaG9lbml4Iiwic2NhbGUiOjF9XQ/3091d971ad/FragmentPhoenix.png", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Fragmentation Rounds", "refName": "Fragmentation Rounds", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Fragmentation Scroll", "refName": "Fragmentation Scroll", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGFydmVzdC9IYXJiaW5nZXJUb2tlblF1aXZlciIsInciOjEsImgiOjEsInNjYWxlIjoxfV0/a6017fd37d/HarbingerTokenQuiver.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Fragmented Incubator", "refName": "Fragmented Incubator", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5jdWJhdGlvbi9JbmN1YmF0aW9uRnJhZ21lbnRzIiwic2NhbGUiOjF9XQ/a3cf9d4a10/IncubationFragments.png", "craftable": {"category": "Incubator"}, "w": 1, "h": 1} -{"name": "Fragmented Incubator", "refName": "Fragmented Incubator", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5jdWJhdGlvbi9JbmN1YmF0aW9uRnJhZ21lbnRzIiwic2NhbGUiOjF9XQ/a3cf9d4a10/IncubationFragments.png", "craftable": {"category": "Incubator"}, "w": 1, "h": 1} -{"name": "Fragmenting Arrowhead", "refName": "Fragmenting Arrowhead", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGVpc3QvQXJyb3doZWFkRnJhZ21lbnRpbmciLCJ3IjoyLCJoIjoyLCJzY2FsZSI6MX1d/14b9a9dba3/ArrowheadFragmenting.png", "craftable": {"category": "HeistEquipmentWeapon"}, "w": 2, "h": 2} -{"name": "Frayed Shoes", "refName": "Frayed Shoes", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Boots"}, "armour": {"ev": [13, 13], "es": [9, 9]}, "w": 2, "h": 2} -{"name": "Freezing Mark", "refName": "Freezing Mark", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Freezing Salvo", "refName": "Freezing Salvo", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Freezing Shards", "refName": "Freezing Shards", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Fresh Clip", "refName": "Fresh Clip", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Frigid Fossil", "refName": "Frigid Fossil", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGVsdmUvQW1iZXJGYW5nIiwic2NhbGUiOjF9XQ/2e63199a3e/AmberFang.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Frigid Wand", "refName": "Frigid Wand", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Wand"}, "w": 1, "h": 3} -{"name": "Frost Bomb", "refName": "Frost Bomb", "namespace": "GEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvR2Vtcy9Gcm9zdEJvbWIiLCJ3IjoxLCJoIjoxLCJzY2FsZSI6MX1d/c8aeb75684/FrostBomb.png", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Frost Core", "refName": "Frost Core", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "InstanceLocalItem"}, "w": 1, "h": 2} -{"name": "Frost Core", "refName": "Frost Core", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "InstanceLocalItem"}, "w": 1, "h": 2} -{"name": "Frost Nexus", "refName": "Frost Nexus", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Frost Wall", "refName": "Frost Wall", "namespace": "GEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvR2Vtcy9Gcm9zdFdhbGwiLCJ3IjoxLCJoIjoxLCJzY2FsZSI6MX1d/6b6d630e19/FrostWall.png", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Frostbolt", "refName": "Frostbolt", "namespace": "GEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvR2Vtcy9Gcm9zdEJvbHQiLCJ3IjoxLCJoIjoxLCJzY2FsZSI6MX1d/33202c1f22/FrostBolt.png", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Frostfire", "refName": "Frostfire", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Frozen Locus", "refName": "Frozen Locus", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Frozen Vortex", "refName": "Frozen Vortex", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Full Decanter Djinnus", "refName": "Full Decanter Djinnus", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 2} -{"name": "Full Plate", "refName": "Full Plate", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQXJtb3Vycy9Cb2R5QXJtb3Vycy9Cb2R5U3RyMUMiLCJ3IjoyLCJoIjozLCJzY2FsZSI6MX1d/94a3d5d98e/BodyStr1C.png", "craftable": {"category": "Body Armour"}, "armour": {"ar": [208, 208]}, "w": 2, "h": 3} -{"name": "Fulminating Concoction", "refName": "Fulminating Concoction", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Fumarole Tar", "refName": "Fumarole Tar", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Fundamental Fossil", "refName": "Fundamental Fossil", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGVsdmUvRW5jcnVzdGVkRm9zc2lsIiwic2NhbGUiOjF9XQ/17b85500f2/EncrustedFossil.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Fur Plate", "refName": "Fur Plate", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ar": [60, 60]}, "w": 2, "h": 3} -{"name": "Furious Slam", "refName": "Furious Slam", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Furtive Wraps", "refName": "Furtive Wraps", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Gloves"}, "armour": {"ev": [50, 50], "es": [19, 19]}, "w": 2, "h": 2} -{"name": "Fury Cleaver", "refName": "Fury Cleaver", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "One Hand Axe"}, "w": 2, "h": 3} -{"name": "Fusillade", "refName": "Fusillade", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Gallant Helm", "refName": "Gallant Helm", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"ar": [134, 134], "ev": [122, 122]}, "w": 2, "h": 2} -{"name": "Galvanic Field", "refName": "Galvanic Field", "namespace": "GEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvR2Vtcy9HYWx2YW5pY0ZpZWxkU2tpbGxHZW0iLCJ3IjoxLCJoIjoxLCJzY2FsZSI6MX1d/8aa27ccb46/GalvanicFieldSkillGem.png", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Galvanic Shards", "refName": "Galvanic Shards", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Galvanic Wand", "refName": "Galvanic Wand", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Wand"}, "w": 1, "h": 3} -{"name": "Gargantuan Life Flask", "refName": "Gargantuan Life Flask", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Flask"}, "w": 1, "h": 2} -{"name": "Gargantuan Mana Flask", "refName": "Gargantuan Mana Flask", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Flask"}, "w": 1, "h": 2} -{"name": "Garment", "refName": "Garment", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "w": 2, "h": 3} -{"name": "Gas Arrow", "refName": "Gas Arrow", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Gas Filled Bladder", "refName": "Gas Filled Bladder", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 1} -{"name": "Gas Grenade", "refName": "Gas Grenade", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Gathering Storm", "refName": "Gathering Storm", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Gauze Wraps", "refName": "Gauze Wraps", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Gloves"}, "armour": {"ev": [8, 8], "es": [6, 6]}, "w": 2, "h": 2} -{"name": "Gelid Staff", "refName": "Gelid Staff", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Staff"}, "w": 1, "h": 4} -{"name": "Gembloom Skull", "refName": "Gembloom Skull", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "Gemcrust Skull", "refName": "Gemcrust Skull", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "Gemcutter's Incubator", "refName": "Gemcutter's Incubator", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5jdWJhdGlvbi9JbmN1YmF0aW9uR2VtcyIsInNjYWxlIjoxfV0/7df785d740/IncubationGems.png", "craftable": {"category": "Incubator"}, "w": 1, "h": 1} -{"name": "Gemcutter's Incubator", "refName": "Gemcutter's Incubator", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5jdWJhdGlvbi9JbmN1YmF0aW9uR2VtcyIsInNjYWxlIjoxfV0/7df785d740/IncubationGems.png", "craftable": {"category": "Incubator"}, "w": 1, "h": 1} -{"name": "Gemcutter's Prism", "refName": "Gemcutter's Prism", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQ3VycmVuY3lHZW1RdWFsaXR5Iiwic2NhbGUiOjEsInJlYWxtIjoicG9lMiJ9XQ/f4bace18d7/CurrencyGemQuality.png", "tradeTag": "gcp", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Gemrot Skull", "refName": "Gemrot Skull", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "Geomancer's Incubator", "refName": "Geomancer's Incubator", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5jdWJhdGlvbi9JbmN1YmF0aW9uQXJtb3VyIiwic2NhbGUiOjF9XQ/8cd6cd0531/IncubationArmour.png", "craftable": {"category": "Incubator"}, "w": 1, "h": 1} -{"name": "Geomancer's Incubator", "refName": "Geomancer's Incubator", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5jdWJhdGlvbi9JbmN1YmF0aW9uQXJtb3VyIiwic2NhbGUiOjF9XQ/8cd6cd0531/IncubationArmour.png", "craftable": {"category": "Incubator"}, "w": 1, "h": 1} -{"name": "Ghost Dance", "refName": "Ghost Dance", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Giant Life Flask", "refName": "Giant Life Flask", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzksMTQseyJmIjoiMkRJdGVtcy9GbGFza3MvbGlmZWZsYXNrNiIsInciOjEsImgiOjIsInNjYWxlIjoxLCJsZXZlbCI6MX1d/13cd1c8a08/lifeflask6.png", "craftable": {"category": "Flask"}, "w": 1, "h": 2} -{"name": "Giant Mana Flask", "refName": "Giant Mana Flask", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzksMTQseyJmIjoiMkRJdGVtcy9GbGFza3MvbWFuYWZsYXNrNiIsInciOjEsImgiOjIsInNjYWxlIjoxLCJsZXZlbCI6MX1d/61993fdd4b/manaflask6.png", "craftable": {"category": "Flask"}, "w": 1, "h": 2} -{"name": "Giant Maul", "refName": "Giant Maul", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Two Hand Mace"}, "w": 2, "h": 4} -{"name": "Gift to the Goddess", "refName": "Gift to the Goddess", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9MYWJ5cmludGhIYXJ2ZXN0SW5mdXNlZDEiLCJzY2FsZSI6MX1d/a5254d7933/LabyrinthHarvestInfused1.png", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Gilded Abyss Scarab", "refName": "Gilded Abyss Scarab", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Gilded Ambush Scarab", "refName": "Gilded Ambush Scarab", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Gilded Bestiary Scarab", "refName": "Gilded Bestiary Scarab", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Gilded Blight Scarab", "refName": "Gilded Blight Scarab", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Gilded Breach Scarab", "refName": "Gilded Breach Scarab", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Gilded Cartography Scarab", "refName": "Gilded Cartography Scarab", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Gilded Divination Scarab", "refName": "Gilded Divination Scarab", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Gilded Elder Scarab", "refName": "Gilded Elder Scarab", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Gilded Expedition Scarab", "refName": "Gilded Expedition Scarab", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Gilded Fossil", "refName": "Gilded Fossil", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGVsdmUvU2FuY3RpZmllZEZvc3NpbCIsInNjYWxlIjoxfV0/7240f907f2/SanctifiedFossil.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Gilded Harbinger Scarab", "refName": "Gilded Harbinger Scarab", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Gilded Legion Scarab", "refName": "Gilded Legion Scarab", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Gilded Metamorph Scarab", "refName": "Gilded Metamorph Scarab", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Gilded Reliquary Scarab", "refName": "Gilded Reliquary Scarab", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Gilded Shaper Scarab", "refName": "Gilded Shaper Scarab", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Gilded Sulphite Scarab", "refName": "Gilded Sulphite Scarab", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Gilded Torment Scarab", "refName": "Gilded Torment Scarab", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Gilded Vestments", "refName": "Gilded Vestments", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ar": [167, 167], "es": [59, 59]}, "w": 2, "h": 3} -{"name": "Gilt Leggings", "refName": "Gilt Leggings", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Boots"}, "armour": {"ar": [82, 82], "es": [29, 29]}, "w": 2, "h": 2} -{"name": "Glacial Bolt", "refName": "Glacial Bolt", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Glacial Cascade", "refName": "Glacial Cascade", "namespace": "GEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvR2Vtcy9VcGhlYXZhbCIsInciOjEsImgiOjEsInNjYWxlIjoxfV0/e29730bc66/Upheaval.png", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Glacial Rune", "refName": "Glacial Rune", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvUnVuZXMvQ29sZFJ1bmUiLCJzY2FsZSI6MSwicmVhbG0iOiJwb2UyIn1d/499bfe179a/ColdRune.png", "tradeTag": "glacial-rune", "craftable": {"category": "SoulCore"}, "w": 1, "h": 1} -{"name": "Glaciation", "refName": "Glaciation", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Glacier", "refName": "Glacier", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Gladiator Armour", "refName": "Gladiator Armour", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ar": [184, 184], "ev": [167, 167]}, "w": 2, "h": 3} -{"name": "Glass Shank", "refName": "Glass Shank", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvV2VhcG9ucy9PbmVIYW5kV2VhcG9ucy9EYWdnZXJzL0RhZ2dlcjEiLCJ3IjoxLCJoIjozLCJzY2FsZSI6MX1d/aeb581e270/Dagger1.png", "craftable": {"category": "Dagger"}, "w": 1, "h": 3} -{"name": "Glassblower's Bauble", "refName": "Glassblower's Bauble", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQ3VycmVuY3lGbGFza1F1YWxpdHkiLCJzY2FsZSI6MSwicmVhbG0iOiJwb2UyIn1d/1cec279e01/CurrencyFlaskQuality.png", "tradeTag": "bauble", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Glorious Idol", "refName": "Glorious Idol", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "Glorious Plate", "refName": "Glorious Plate", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQXJtb3Vycy9Cb2R5QXJtb3Vycy9Cb2R5U3RyM0MiLCJ3IjoyLCJoIjozLCJzY2FsZSI6MX1d/09903268a5/BodyStr3C.png", "craftable": {"category": "Body Armour"}, "armour": {"ar": [534, 534]}, "w": 2, "h": 3} -{"name": "Glyphic Fossil", "refName": "Glyphic Fossil", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGVsdmUvR2x5cGhpY0Zvc3NpbCIsInNjYWxlIjoxfV0/3e6fb90b9d/GlyphicFossil.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Gold", "refName": "Gold", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Gold Amulet", "refName": "Gold Amulet", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQW11bGV0cy9BbXVsZXQ2IiwidyI6MSwiaCI6MSwic2NhbGUiOjF9XQ/9c1412b6dd/Amulet6.png", "craftable": {"category": "Amulet"}, "w": 1, "h": 1} -{"name": "Gold Circlet", "refName": "Gold Circlet", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"es": [58, 58]}, "w": 2, "h": 2} -{"name": "Gold Key", "refName": "Gold Key", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Gold Key", "refName": "Gold Key", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Gold Ring", "refName": "Gold Ring", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvUmluZ3MvUmluZzQiLCJ3IjoxLCJoIjoxLCJzY2FsZSI6MX1d/2164e44179/Ring4.png", "craftable": {"category": "Ring"}, "w": 1, "h": 1} -{"name": "Goldcast Cuffs", "refName": "Goldcast Cuffs", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Gloves"}, "armour": {"ar": [37, 37], "es": [14, 14]}, "w": 2, "h": 2} -{"name": "Golden Blade", "refName": "Golden Blade", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvV2VhcG9ucy9PbmVIYW5kV2VhcG9ucy9PbmVIYW5kU3dvcmRzL0RlbWlnb2RzQXV0aG9yaXR5IiwidyI6MiwiaCI6Mywic2NhbGUiOjF9XQ/be10fa5951/DemigodsAuthority.png", "craftable": {"category": "One Hand Sword"}, "w": 2, "h": 3} -{"name": "Golden Bracers", "refName": "Golden Bracers", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQXJtb3Vycy9HbG92ZXMvRGVtaWdvZHNUb3VjaCIsInciOjIsImgiOjIsInNjYWxlIjoxfV0/f0cc5eee0b/DemigodsTouch.png", "craftable": {"category": "Gloves"}, "w": 2, "h": 2} -{"name": "Golden Brooch", "refName": "Golden Brooch", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGVpc3QvR29sZGVuQnJvb2NoIiwidyI6MSwiaCI6MSwic2NhbGUiOjF9XQ/ef48504f78/GoldenBrooch.png", "craftable": {"category": "HeistEquipmentReward"}, "w": 1, "h": 1} -{"name": "Golden Caligae", "refName": "Golden Caligae", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQXJtb3Vycy9Cb290cy9EZW1pZ29kc1N0cmlkZSIsInciOjIsImgiOjIsInNjYWxlIjoxfV0/b58f10a704/DemigodsStride.png", "craftable": {"category": "Boots"}, "w": 2, "h": 2} -{"name": "Golden Ceremonial Mask", "refName": "Golden Ceremonial Mask", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "HeistObjective"}, "w": 2, "h": 2} -{"name": "Golden Charm", "refName": "Golden Charm", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Charm"}, "w": 1, "h": 1} -{"name": "Golden Flame", "refName": "Golden Flame", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQXJtb3Vycy9TaGllbGRzL0RlbWlnb2RzU2hpZWxkIiwidyI6MiwiaCI6Mywic2NhbGUiOjF9XQ/c838c8c4a7/DemigodsShield.png", "craftable": {"category": "Shield"}, "w": 2, "h": 3} -{"name": "Golden Grotesque", "refName": "Golden Grotesque", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "HeistObjective"}, "w": 2, "h": 2} -{"name": "Golden Hetzapal Idol", "refName": "Golden Hetzapal Idol", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "HeistObjective"}, "w": 2, "h": 2} -{"name": "Golden Hoop", "refName": "Golden Hoop", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvUmluZ3MvRGVtaWdvZHNCYW5kIiwidyI6MSwiaCI6MSwic2NhbGUiOjF9XQ/ed7fdf1fb6/DemigodsBand.png", "craftable": {"category": "Ring"}, "w": 1, "h": 1} -{"name": "Golden Idol", "refName": "Golden Idol", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "Golden Mantle", "refName": "Golden Mantle", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQXJtb3Vycy9Cb2R5QXJtb3Vycy9EZW1pZ29kc0FybW91ciIsInciOjIsImgiOjMsInNjYWxlIjoxfV0/c491aef3bb/DemigodsArmour.png", "craftable": {"category": "Body Armour"}, "armour": {"ar": [51, 51], "ev": [44, 44], "es": [21, 21]}, "w": 2, "h": 3} -{"name": "Golden Matatl Idol", "refName": "Golden Matatl Idol", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "HeistObjective"}, "w": 2, "h": 2} -{"name": "Golden Napuatzi Idol", "refName": "Golden Napuatzi Idol", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "HeistObjective"}, "w": 2, "h": 2} -{"name": "Golden Obi", "refName": "Golden Obi", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQmVsdHMvRGVtaWJlbHQxIiwidyI6MiwiaCI6MSwic2NhbGUiOjF9XQ/aff71be0d1/Demibelt1.png", "craftable": {"category": "Belt"}, "w": 2, "h": 1} -{"name": "Golden Prayer Idol", "refName": "Golden Prayer Idol", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "HeistObjective"}, "w": 2, "h": 2} -{"name": "Golden Sacrificial Glyph", "refName": "Golden Sacrificial Glyph", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "HeistObjective"}, "w": 2, "h": 2} -{"name": "Golden Slave Idol", "refName": "Golden Slave Idol", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "HeistObjective"}, "w": 2, "h": 2} -{"name": "Golden Visage", "refName": "Golden Visage", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQXJtb3Vycy9IZWxtZXRzL0RlbWlnb2RzSW1tb3J0YWxpdHkiLCJ3IjoyLCJoIjoyLCJzY2FsZSI6MX1d/49ce309a2f/DemigodsImmortality.png", "craftable": {"category": "Helmet"}, "w": 2, "h": 2} -{"name": "Golden Watchstone", "refName": "Golden Watchstone", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "AtlasUpgradeItem"}, "w": 1, "h": 1} -{"name": "Golden Watchstone", "refName": "Golden Watchstone", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "AtlasUpgradeItem"}, "w": 1, "h": 1} -{"name": "Golden Watchstone", "refName": "Golden Watchstone", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "AtlasUpgradeItem"}, "w": 1, "h": 1} -{"name": "Golden Watchstone", "refName": "Golden Watchstone", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "AtlasUpgradeItem"}, "w": 1, "h": 1} -{"name": "Golden Watchstone", "refName": "Golden Watchstone", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "AtlasUpgradeItem"}, "w": 1, "h": 1} -{"name": "Golden Watchstone", "refName": "Golden Watchstone", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "AtlasUpgradeItem"}, "w": 1, "h": 1} -{"name": "Golden Watchstone", "refName": "Golden Watchstone", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "AtlasUpgradeItem"}, "w": 1, "h": 1} -{"name": "Golden Watchstone", "refName": "Golden Watchstone", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "AtlasUpgradeItem"}, "w": 1, "h": 1} -{"name": "Golden Wreath", "refName": "Golden Wreath", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQXJtb3Vycy9IZWxtZXRzL0RlbWlnb2RzdHJpdW1waCIsInciOjIsImgiOjIsInNjYWxlIjoxfV0/4af6a35515/Demigodstriumph.png", "craftable": {"category": "Helmet"}, "w": 2, "h": 2} -{"name": "Golden Xoplotli Idol", "refName": "Golden Xoplotli Idol", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "HeistObjective"}, "w": 2, "h": 2} -{"name": "Goliath Greathelm", "refName": "Goliath Greathelm", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"ar": [216, 216]}, "w": 2, "h": 2} -{"name": "Gothic Quarterstaff", "refName": "Gothic Quarterstaff", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Warstaff"}, "w": 2, "h": 4} -{"name": "Graceful Quarterstaff", "refName": "Graceful Quarterstaff", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Warstaff"}, "w": 2, "h": 4} -{"name": "Grand Cuisses", "refName": "Grand Cuisses", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Boots"}, "armour": {"ar": [66, 66], "ev": [60, 60], "es": [23, 23]}, "w": 2, "h": 2} -{"name": "Grand Eldritch Ember", "refName": "Grand Eldritch Ember", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQ2xlYW5zaW5nRmlyZU9yYlJhbmszIiwic2NhbGUiOjF9XQ/0486f1ac82/CleansingFireOrbRank3.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Grand Eldritch Ichor", "refName": "Grand Eldritch Ichor", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvVGFuZ2xlT3JiUmFuazMiLCJzY2FsZSI6MX1d/199f3b36f3/TangleOrbRank3.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Grand Idol", "refName": "Grand Idol", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "Grand Life Flask", "refName": "Grand Life Flask", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzksMTQseyJmIjoiMkRJdGVtcy9GbGFza3MvbGlmZWZsYXNrNSIsInciOjEsImgiOjIsInNjYWxlIjoxLCJsZXZlbCI6MX1d/52f0b42c56/lifeflask5.png", "craftable": {"category": "Flask"}, "w": 1, "h": 2} -{"name": "Grand Mana Flask", "refName": "Grand Mana Flask", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzksMTQseyJmIjoiMkRJdGVtcy9GbGFza3MvbWFuYWZsYXNrNSIsInciOjEsImgiOjIsInNjYWxlIjoxLCJsZXZlbCI6MX1d/035910bcbc/manaflask5.png", "craftable": {"category": "Flask"}, "w": 1, "h": 2} -{"name": "Grand Manchettes", "refName": "Grand Manchettes", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Gloves"}, "armour": {"ar": [44, 44], "ev": [40, 40], "es": [15, 15]}, "w": 2, "h": 2} -{"name": "Grand Mitts", "refName": "Grand Mitts", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Gloves"}, "armour": {"ar": [122, 122]}, "w": 2, "h": 2} -{"name": "Grand Regalia", "refName": "Grand Regalia", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ar": [135, 135], "ev": [123, 123], "es": [46, 46]}, "w": 2, "h": 3} -{"name": "Grand Targe", "refName": "Grand Targe", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Shield"}, "armour": {"ar": [84, 84], "ev": [76, 76]}, "w": 2, "h": 3} -{"name": "Grand Visage", "refName": "Grand Visage", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"ar": [88, 88], "ev": [80, 80], "es": [30, 30]}, "w": 2, "h": 2} -{"name": "Grandmaster Keyring", "refName": "Grandmaster Keyring", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGVpc3QvR3JhbmRtYXN0ZXJLZXlyaW5nIiwidyI6MiwiaCI6Miwic2NhbGUiOjF9XQ/0c53c85ef3/GrandmasterKeyring.png", "craftable": {"category": "HeistEquipmentTool"}, "w": 2, "h": 2} -{"name": "Grasping Voidstone", "refName": "Grasping Voidstone", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "AtlasUpgradeItem"}, "w": 1, "h": 1} -{"name": "Great Flail", "refName": "Great Flail", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Flail"}, "w": 2, "h": 3} -{"name": "Greatbow", "refName": "Greatbow", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Bow"}, "w": 2, "h": 4} -{"name": "Greater Eldritch Ember", "refName": "Greater Eldritch Ember", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQ2xlYW5zaW5nRmlyZU9yYlJhbmsyIiwic2NhbGUiOjF9XQ/698817b93d/CleansingFireOrbRank2.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Greater Eldritch Ichor", "refName": "Greater Eldritch Ichor", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvVGFuZ2xlT3JiUmFuazIiLCJzY2FsZSI6MX1d/689d1897c7/TangleOrbRank2.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Greater Essence of Battle", "refName": "Greater Essence of Battle", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9HcmVhdGVyQXR0YWNrRXNzZW5jZSIsInNjYWxlIjoxLCJyZWFsbSI6InBvZTIifV0/e2bb5332b8/GreaterAttackEssence.png", "tradeTag": "greater-essence-of-battle", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Greater Essence of Electricity", "refName": "Greater Essence of Electricity", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9HcmVhdGVyTGlnaHRuaW5nRXNzZW5jZSIsInNjYWxlIjoxLCJyZWFsbSI6InBvZTIifV0/c6df464bb9/GreaterLightningEssence.png", "tradeTag": "greater-essence-of-electricity", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Greater Essence of Enhancement", "refName": "Greater Essence of Enhancement", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9HcmVhdGVyRGVmZW5jZXNFc3NlbmNlIiwic2NhbGUiOjEsInJlYWxtIjoicG9lMiJ9XQ/a0ed2df82c/GreaterDefencesEssence.png", "tradeTag": "greater-essence-of-enhancement", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Greater Essence of Flames", "refName": "Greater Essence of Flames", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9HcmVhdGVyRmlyZUVzc2VuY2UiLCJzY2FsZSI6MSwicmVhbG0iOiJwb2UyIn1d/9b8d6e7b4e/GreaterFireEssence.png", "tradeTag": "greater-essence-of-flames", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Greater Essence of Haste", "refName": "Greater Essence of Haste", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9HcmVhdGVyU3BlZWRFc3NlbmNlIiwic2NhbGUiOjEsInJlYWxtIjoicG9lMiJ9XQ/5a72f95c24/GreaterSpeedEssence.png", "tradeTag": "greater-essence-of-haste", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Greater Essence of Ice", "refName": "Greater Essence of Ice", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9HcmVhdGVyQ29sZEVzc2VuY2UiLCJzY2FsZSI6MSwicmVhbG0iOiJwb2UyIn1d/e5224bace0/GreaterColdEssence.png", "tradeTag": "greater-essence-of-ice", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Greater Essence of Ruin", "refName": "Greater Essence of Ruin", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9HcmVhdGVyQ2hhb3NFc3NlbmNlIiwic2NhbGUiOjEsInJlYWxtIjoicG9lMiJ9XQ/5c71ec7418/GreaterChaosEssence.png", "tradeTag": "greater-essence-of-ruin", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Greater Essence of Sorcery", "refName": "Greater Essence of Sorcery", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9HcmVhdGVyQ2FzdGVyRXNzZW5jZSIsInNjYWxlIjoxLCJyZWFsbSI6InBvZTIifV0/14b7e4c8ef/GreaterCasterEssence.png", "tradeTag": "greater-essence-of-sorcery", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Greater Essence of Torment", "refName": "Greater Essence of Torment", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9HcmVhdGVyUGh5c2ljYWxFc3NlbmNlIiwic2NhbGUiOjEsInJlYWxtIjoicG9lMiJ9XQ/a28c932def/GreaterPhysicalEssence.png", "tradeTag": "greater-essence-of-torment", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Greater Essence of the Body", "refName": "Greater Essence of the Body", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9HcmVhdGVyTGlmZUVzc2VuY2UiLCJzY2FsZSI6MSwicmVhbG0iOiJwb2UyIn1d/8906b401fe/GreaterLifeEssence.png", "tradeTag": "greater-essence-of-the-body", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Greater Essence of the Infinite", "refName": "Greater Essence of the Infinite", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9HcmVhdGVyQXR0cmlidXRlRXNzZW5jZSIsInNjYWxlIjoxLCJyZWFsbSI6InBvZTIifV0/8a8cb823af/GreaterAttributeEssence.png", "tradeTag": "greater-essence-of-the-infinite", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Greater Essence of the Mind", "refName": "Greater Essence of the Mind", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXNzZW5jZS9HcmVhdGVyTWFuYUVzc2VuY2UiLCJzY2FsZSI6MSwicmVhbG0iOiJwb2UyIn1d/f9e17e6d47/GreaterManaEssence.png", "tradeTag": "greater-essence-of-the-mind", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Greater Jeweller's Orb", "refName": "Greater Jeweller's Orb", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Greater Life Flask", "refName": "Greater Life Flask", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzksMTQseyJmIjoiMkRJdGVtcy9GbGFza3MvbGlmZWZsYXNrNCIsInciOjEsImgiOjIsInNjYWxlIjoxLCJsZXZlbCI6MX1d/2601beea57/lifeflask4.png", "craftable": {"category": "Flask"}, "w": 1, "h": 2} -{"name": "Greater Mana Flask", "refName": "Greater Mana Flask", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzksMTQseyJmIjoiMkRJdGVtcy9GbGFza3MvbWFuYWZsYXNrNCIsInciOjEsImgiOjIsInNjYWxlIjoxLCJsZXZlbCI6MX1d/54e8624da7/manaflask4.png", "craftable": {"category": "Flask"}, "w": 1, "h": 2} -{"name": "Greatmace", "refName": "Greatmace", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Two Hand Mace"}, "w": 2, "h": 4} -{"name": "Green Mushroom", "refName": "Green Mushroom", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 2} -{"name": "Grim Feast", "refName": "Grim Feast", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Grounding Charm", "refName": "Grounding Charm", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Charm"}, "w": 1, "h": 1} -{"name": "Guarded Flail", "refName": "Guarded Flail", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Flail"}, "w": 2, "h": 3} -{"name": "Guarded Helm", "refName": "Guarded Helm", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"ar": [34, 34], "ev": [28, 28]}, "w": 2, "h": 2} -{"name": "Guardian Greathelm", "refName": "Guardian Greathelm", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"ar": [243, 243]}, "w": 2, "h": 2} -{"name": "Haemocombustion Scroll", "refName": "Haemocombustion Scroll", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGFydmVzdC9IYXJiaW5nZXJUb2tlblN0YWZmIiwidyI6MSwiaCI6MSwic2NhbGUiOjF9XQ/3bac452156/HarbingerTokenStaff.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Hailstorm Rounds", "refName": "Hailstorm Rounds", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Hallowed Sceptre", "refName": "Hallowed Sceptre", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Sceptre"}, "w": 2, "h": 3} -{"name": "Hammer of the Gods", "refName": "Hammer of the Gods", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Hand of Arimor", "refName": "Hand of Arimor", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "HeistObjective"}, "w": 2, "h": 2} -{"name": "Hand of Chayula", "refName": "Hand of Chayula", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MetaSkillGem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Hapihapi's Charm", "refName": "Hapihapi's Charm", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Harbinger's Orb", "refName": "Harbinger's Orb", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGFyYmluZ2VyT3JiIiwic2NhbGUiOjF9XQ/0a26e01f15/HarbingerOrb.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Harbinger's Shard", "refName": "Harbinger's Shard", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGFyYmluZ2VyU2hhcmQiLCJzY2FsZSI6MX1d/ad19e27b2f/HarbingerShard.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Hardened Bracers", "refName": "Hardened Bracers", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Gloves"}, "armour": {"ev": [90, 90]}, "w": 2, "h": 2} -{"name": "Hardleather Coat", "refName": "Hardleather Coat", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ev": [295, 295]}, "w": 2, "h": 3} -{"name": "Hardwood Spear", "refName": "Hardwood Spear", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Spear"}, "w": 1, "h": 4} -{"name": "Hardwood Targe", "refName": "Hardwood Targe", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Shield"}, "armour": {"ar": [10, 10], "ev": [7, 7]}, "w": 2, "h": 3} -{"name": "Havoc Raiment", "refName": "Havoc Raiment", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"es": [184, 184]}, "w": 2, "h": 3} -{"name": "Head of the Winter Wolf", "refName": "Head of the Winter Wolf", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "Heart Coil", "refName": "Heart Coil", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "HeistObjective"}, "w": 2, "h": 2} -{"name": "Heavy Belt", "refName": "Heavy Belt", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQmVsdHMvQmVsdDUiLCJ3IjoyLCJoIjoxLCJzY2FsZSI6MSwiZWxkZXIiOnRydWV9XQ/440fb77647/Belt5.png", "craftable": {"category": "Belt"}, "w": 2, "h": 1} -{"name": "Heavy Bow", "refName": "Heavy Bow", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Bow"}, "w": 2, "h": 4} -{"name": "Heavy Crown", "refName": "Heavy Crown", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"ar": [75, 75], "es": [28, 28]}, "w": 2, "h": 2} -{"name": "Heavy Swing", "refName": "Heavy Swing", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Heft", "refName": "Heft", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Hefty Quarterstaff", "refName": "Hefty Quarterstaff", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Warstaff"}, "w": 2, "h": 4} -{"name": "Heightened Curse", "refName": "Heightened Curse", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Helix Spear", "refName": "Helix Spear", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Spear"}, "w": 1, "h": 4} -{"name": "Herald of Ash", "refName": "Herald of Ash", "namespace": "GEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvR2Vtcy9IZXJhbGRvZkFzaCIsInciOjEsImgiOjEsInNjYWxlIjoxfV0/10697bcbfe/HeraldofAsh.png", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Herald of Ice", "refName": "Herald of Ice", "namespace": "GEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvR2Vtcy9IZXJhbGRvZkljZSIsInciOjEsImgiOjEsInNjYWxlIjoxfV0/ce4dc073c8/HeraldofIce.png", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Herald of Plague", "refName": "Herald of Plague", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Herald of Thunder", "refName": "Herald of Thunder", "namespace": "GEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvR2Vtcy9IZXJhbGRvZlRodW5kZXIiLCJ3IjoxLCJoIjoxLCJzY2FsZSI6MX1d/567f7d8ad4/HeraldofThunder.png", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Heraldric Tower Shield", "refName": "Heraldric Tower Shield", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Shield"}, "armour": {"ar": [85, 85]}, "w": 2, "h": 4} -{"name": "Herbalism", "refName": "Herbalism", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Hermit Garb", "refName": "Hermit Garb", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ev": [16, 16], "es": [16, 16]}, "w": 2, "h": 3} -{"name": "Heroic Armour", "refName": "Heroic Armour", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ar": [245, 245], "ev": [223, 223]}, "w": 2, "h": 3} -{"name": "Hewn Mask", "refName": "Hewn Mask", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"ev": [18, 18], "es": [12, 12]}, "w": 2, "h": 2} -{"name": "Hex Bloom", "refName": "Hex Bloom", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Hexblast", "refName": "Hexblast", "namespace": "GEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvR2Vtcy9Eb29tQmxhc3RTa2lsbEdlbSIsInciOjEsImgiOjEsInNjYWxlIjoxfV0/1866f44c9d/DoomBlastSkillGem.png", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Hexer's Robe", "refName": "Hexer's Robe", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"es": [44, 44]}, "w": 2, "h": 3} -{"name": "Hidden Item", "refName": "Hidden Item", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 1, "h": 1} -{"name": "Hidden Item", "refName": "Hidden Item", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 1, "h": 2} -{"name": "Hidden Item", "refName": "Hidden Item", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 1, "h": 3} -{"name": "Hidden Item", "refName": "Hidden Item", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 1, "h": 4} -{"name": "Hidden Item", "refName": "Hidden Item", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 1} -{"name": "Hidden Item", "refName": "Hidden Item", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 2} -{"name": "Hidden Item", "refName": "Hidden Item", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 3} -{"name": "Hidden Item", "refName": "Hidden Item", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 4} -{"name": "Hidden Item", "refName": "Hidden Item", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 3, "h": 2} -{"name": "Hidden Item", "refName": "Hidden Item", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 3, "h": 1} -{"name": "Hidden Item", "refName": "Hidden Item", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 4, "h": 1} -{"name": "Hidden Item", "refName": "Hidden Item", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 1, "h": 1} -{"name": "Hidden Item", "refName": "Hidden Item", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 1, "h": 2} -{"name": "Hidden Item", "refName": "Hidden Item", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 1, "h": 3} -{"name": "Hidden Item", "refName": "Hidden Item", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 1, "h": 4} -{"name": "Hidden Item", "refName": "Hidden Item", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 1} -{"name": "Hidden Item", "refName": "Hidden Item", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 2} -{"name": "Hidden Item", "refName": "Hidden Item", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 3} -{"name": "Hidden Item", "refName": "Hidden Item", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 4} -{"name": "Hidden Item", "refName": "Hidden Item", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 3, "h": 2} -{"name": "Hidden Item", "refName": "Hidden Item", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 3, "h": 1} -{"name": "Hidden Item", "refName": "Hidden Item", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 4, "h": 1} -{"name": "High Velocity Rounds", "refName": "High Velocity Rounds", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Hinder", "refName": "Hinder", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Hollow Fossil", "refName": "Hollow Fossil", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGVsdmUvQW1iZXJFeWUiLCJzY2FsZSI6MX1d/542a2b7b0a/AmberEye.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Hollowpoint Arrowhead", "refName": "Hollowpoint Arrowhead", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGVpc3QvQXJyb3doZWFkSG9sbG93cG9pbnQiLCJ3IjoyLCJoIjoyLCJzY2FsZSI6MX1d/517705408e/ArrowheadHollowpoint.png", "craftable": {"category": "HeistEquipmentWeapon"}, "w": 2, "h": 2} -{"name": "Holy Descent", "refName": "Holy Descent", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Holy Flail", "refName": "Holy Flail", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Flail"}, "w": 2, "h": 3} -{"name": "Hooded Cloak", "refName": "Hooded Cloak", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGVpc3QvSG9vZGVkQ2xvYWsiLCJ3IjoyLCJoIjoyLCJzY2FsZSI6MX1d/cc1771375c/HoodedCloak.png", "craftable": {"category": "HeistEquipmentUtility"}, "w": 2, "h": 2} -{"name": "Hooded Mask", "refName": "Hooded Mask", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"ev": [37, 37], "es": [19, 19]}, "w": 2, "h": 2} -{"name": "Hook Axe", "refName": "Hook Axe", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "One Hand Axe"}, "w": 2, "h": 3} -{"name": "Hooked Claw", "refName": "Hooked Claw", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Claw"}, "w": 2, "h": 2} -{"name": "Horizon Shard", "refName": "Horizon Shard", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSG9yaXpvblNoYXJkIiwic2NhbGUiOjF9XQ/627ae5f273/HorizonShard.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Horned Crown", "refName": "Horned Crown", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"ar": [33, 33], "es": [15, 15]}, "w": 2, "h": 2} -{"name": "Hourglass", "refName": "Hourglass", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Hunter Hood", "refName": "Hunter Hood", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQXJtb3Vycy9IZWxtZXRzL0hlbG1ldERleDUiLCJ3IjoyLCJoIjoyLCJzY2FsZSI6MX1d/00026e167c/HelmetDex5.png", "craftable": {"category": "Helmet"}, "armour": {"ev": [121, 121]}, "w": 2, "h": 2} -{"name": "Hunter's Exalted Orb", "refName": "Hunter's Exalted Orb", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5mbHVlbmNlIEV4YWx0cy9CYXNpbGlza09yYiIsInNjYWxlIjoxfV0/cd2131d564/BasiliskOrb.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Hunting Shoes", "refName": "Hunting Shoes", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Boots"}, "armour": {"ev": [50, 50], "es": [21, 21]}, "w": 2, "h": 2} -{"name": "Hunting Spear", "refName": "Hunting Spear", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Spear"}, "w": 1, "h": 4} -{"name": "Hydra Familiar", "refName": "Hydra Familiar", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MetaSkillGem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Hypothermia", "refName": "Hypothermia", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Ice Bite", "refName": "Ice Bite", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Ice Nova", "refName": "Ice Nova", "namespace": "GEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvR2Vtcy9JY2VOb3ZhIiwidyI6MSwiaCI6MSwic2NhbGUiOjF9XQ/65f9588dac/IceNova.png", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Ice Shards", "refName": "Ice Shards", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Ice Shot", "refName": "Ice Shot", "namespace": "GEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvR2Vtcy9JY2VTaG90IiwidyI6MSwiaCI6MSwic2NhbGUiOjF9XQ/6ebe439727/IceShot.png", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Ice Spear", "refName": "Ice Spear", "namespace": "GEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvR2Vtcy9JY2VTcGVhciIsInciOjEsImgiOjEsInNjYWxlIjoxfV0/1ba7d15d5d/IceSpear.png", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Ice Strike", "refName": "Ice Strike", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Icicle", "refName": "Icicle", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Icicle Flail", "refName": "Icicle Flail", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Flail"}, "w": 2, "h": 3} -{"name": "Icicle Staff", "refName": "Icicle Staff", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Staff"}, "w": 1, "h": 4} -{"name": "Ignagduk's Ghastly Spear", "refName": "Ignagduk's Ghastly Spear", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 3} -{"name": "Ignition", "refName": "Ignition", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Immolate", "refName": "Immolate", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Impact Shockwave", "refName": "Impact Shockwave", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Impale", "refName": "Impale", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Impending Doom", "refName": "Impending Doom", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Imperial Robe", "refName": "Imperial Robe", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"es": [108, 108]}, "w": 2, "h": 3} -{"name": "Imperial Staff Piece", "refName": "Imperial Staff Piece", "namespace": "ITEM", "icon": "", "craftable": {"category": "UniqueFragment"}, "w": 1, "h": 2} -{"name": "Imperial Staff Piece", "refName": "Imperial Staff Piece", "namespace": "ITEM", "icon": "", "craftable": {"category": "UniqueFragment"}, "w": 1, "h": 2} -{"name": "Imperial Staff Piece", "refName": "Imperial Staff Piece", "namespace": "ITEM", "icon": "", "craftable": {"category": "UniqueFragment"}, "w": 2, "h": 2} -{"name": "Impetus", "refName": "Impetus", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Impossible Crystal", "refName": "Impossible Crystal", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "HeistObjective"}, "w": 2, "h": 2} -{"name": "Imprint", "refName": "Imprint", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Imprinted Bestiary Orb", "refName": "Imprinted Bestiary Orb", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Incandescent Invitation", "refName": "Incandescent Invitation", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvUXVlc3RJdGVtcy9DbGVhbnNpbmdGaXJlT3JiUXVlc3Q1Iiwic2NhbGUiOjF9XQ/d5ac505898/CleansingFireOrbQuest5.png", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Incandescent Invitation", "refName": "Incandescent Invitation", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvUXVlc3RJdGVtcy9DbGVhbnNpbmdGaXJlT3JiUXVlc3Q1Iiwic2NhbGUiOjF9XQ/d5ac505898/CleansingFireOrbQuest5.png", "craftable": {"category": "MiscMapItem"}, "w": 1, "h": 1} -{"name": "Incendiary Shot", "refName": "Incendiary Shot", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Incense Relic", "refName": "Incense Relic", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Relic"}, "w": 4, "h": 1} -{"name": "Incense Trap", "refName": "Incense Trap", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "TrapTool"}, "w": 1, "h": 3} -{"name": "Incense of Keth", "refName": "Incense of Keth", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "HeistObjective"}, "w": 2, "h": 2} -{"name": "Incinerate", "refName": "Incinerate", "namespace": "GEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvR2Vtcy9GbGFtZXRocm93ZXIiLCJ3IjoxLCJoIjoxLCJzY2FsZSI6MX1d/d7c85f1aa4/Flamethrower.png", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Inevitable Critical", "refName": "Inevitable Critical", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Infernal Cry", "refName": "Infernal Cry", "namespace": "GEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvR2Vtcy9JbmZlcm5hbENyeSIsInciOjEsImgiOjEsInNjYWxlIjoxfV0/dccf976e24/InfernalCry.png", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Infernal Legion", "refName": "Infernal Legion", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Influenced Scouting Report", "refName": "Influenced Scouting Report", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvU2NvdXRpbmdSZXBvcnQiLCJ3IjoxLCJoIjoxLCJzY2FsZSI6MX1d/584635f3c8/ScoutingReport.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Infused Engineer's Orb", "refName": "Infused Engineer's Orb", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Infused Incubator", "refName": "Infused Incubator", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5jdWJhdGlvbi9JbmN1YmF0aW9uRXNzZW5jZSIsInNjYWxlIjoxfV0/839bf6cef9/IncubationEssence.png", "craftable": {"category": "Incubator"}, "w": 1, "h": 1} -{"name": "Infused Incubator", "refName": "Infused Incubator", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5jdWJhdGlvbi9JbmN1YmF0aW9uRXNzZW5jZSIsInNjYWxlIjoxfV0/839bf6cef9/IncubationEssence.png", "craftable": {"category": "Incubator"}, "w": 1, "h": 1} -{"name": "Infusion", "refName": "Infusion", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Ingenuity", "refName": "Ingenuity", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Innervate", "refName": "Innervate", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Inscribed Ultimatum", "refName": "Inscribed Ultimatum", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9VbHRpbWF0dW1UcmlhbEJhc2UiLCJ3IjoxLCJoIjoxLCJzY2FsZSI6MX1d/b65f1edffb/UltimatumTrialBase.png", "craftable": {"category": "MiscMapItem"}, "w": 1, "h": 1} -{"name": "Inscribed Ultimatum", "refName": "Inscribed Ultimatum", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9VbHRpbWF0dW1UcmlhbEJhc2UiLCJ3IjoxLCJoIjoxLCJzY2FsZSI6MX1d/b65f1edffb/UltimatumTrialBase.png", "craftable": {"category": "MiscMapItem"}, "w": 1, "h": 1} -{"name": "Inscribed Ultimatum", "refName": "Inscribed Ultimatum", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9VbHRpbWF0dW1UcmlhbEJhc2UiLCJ3IjoxLCJoIjoxLCJzY2FsZSI6MX1d/b65f1edffb/UltimatumTrialBase.png", "craftable": {"category": "MiscMapItem"}, "w": 1, "h": 1} -{"name": "Inspiration", "refName": "Inspiration", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Inspiration Rune", "refName": "Inspiration Rune", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvUnVuZXMvTWFuYVJlY292ZXJ5UnVuZSIsInNjYWxlIjoxLCJyZWFsbSI6InBvZTIifV0/5154db8cf8/ManaRecoveryRune.png", "tradeTag": "inspiration-rune", "craftable": {"category": "SoulCore"}, "w": 1, "h": 1} -{"name": "Instilling Orb", "refName": "Instilling Orb", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXhwZWRpdGlvbi9GbGFza0luamVjdG9yIiwic2NhbGUiOjF9XQ/efc518b1be/FlaskInjector.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Intense Agony", "refName": "Intense Agony", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Into the Breach", "refName": "Into the Breach", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Intricate Gloves", "refName": "Intricate Gloves", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Gloves"}, "armour": {"es": [26, 26]}, "w": 2, "h": 2} -{"name": "Intricate Trap", "refName": "Intricate Trap", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "TrapTool"}, "w": 1, "h": 3} -{"name": "Invocation", "refName": "Invocation", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Inya's Key", "refName": "Inya's Key", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Inya's Key", "refName": "Inya's Key", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Iron Buckler", "refName": "Iron Buckler", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Shield"}, "armour": {"ev": [42, 42]}, "w": 2, "h": 2} -{"name": "Iron Crown", "refName": "Iron Crown", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"ar": [23, 23], "es": [12, 12]}, "w": 2, "h": 2} -{"name": "Iron Cuirass", "refName": "Iron Cuirass", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ar": [96, 96]}, "w": 2, "h": 3} -{"name": "Iron Flail", "refName": "Iron Flail", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Flail"}, "w": 2, "h": 3} -{"name": "Iron Greatsword", "refName": "Iron Greatsword", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Two Hand Sword"}, "w": 2, "h": 4} -{"name": "Iron Greaves", "refName": "Iron Greaves", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQXJtb3Vycy9Cb290cy9Cb290c1N0cjEiLCJ3IjoyLCJoIjoyLCJzY2FsZSI6MX1d/10332346d1/BootsStr1.png", "craftable": {"category": "Boots"}, "armour": {"ar": [47, 47]}, "w": 2, "h": 2} -{"name": "Iron Ring", "refName": "Iron Ring", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvUmluZ3MvUmluZzEiLCJ3IjoxLCJoIjoxLCJzY2FsZSI6MX1d/bf29c9d45e/Ring1.png", "craftable": {"category": "Ring"}, "w": 1, "h": 1} -{"name": "Iron Rune", "refName": "Iron Rune", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvUnVuZXMvRW5oYW5jZVJ1bmUiLCJzY2FsZSI6MSwicmVhbG0iOiJwb2UyIn1d/cfeb426ee0/EnhanceRune.png", "tradeTag": "iron-rune", "craftable": {"category": "SoulCore"}, "w": 1, "h": 1} -{"name": "Ironclad Vestments", "refName": "Ironclad Vestments", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ar": [114, 114], "es": [43, 43]}, "w": 2, "h": 3} -{"name": "Ironhead Spear", "refName": "Ironhead Spear", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Spear"}, "w": 1, "h": 4} -{"name": "Ironwood", "refName": "Ironwood", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Ivory Watchstone", "refName": "Ivory Watchstone", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "AtlasUpgradeItem"}, "w": 1, "h": 1} -{"name": "Jade Amulet", "refName": "Jade Amulet", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQW11bGV0cy9BbXVsZXQ0IiwidyI6MSwiaCI6MSwic2NhbGUiOjF9XQ/ffc5888355/Amulet4.png", "craftable": {"category": "Amulet"}, "w": 1, "h": 1} -{"name": "Jade Club", "refName": "Jade Club", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "One Hand Mace"}, "w": 2, "h": 3} -{"name": "Jade Focus", "refName": "Jade Focus", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Focus"}, "armour": {"es": [40, 40]}, "w": 2, "h": 3} -{"name": "Jade Tiara", "refName": "Jade Tiara", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"es": [69, 69]}, "w": 2, "h": 2} -{"name": "Jagged Fossil", "refName": "Jagged Fossil", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGVsdmUvSmFnZ2VkRm9zc2lsIiwic2NhbGUiOjF9XQ/ca9c17d7d9/JaggedFossil.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Jagged Greataxe", "refName": "Jagged Greataxe", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Two Hand Axe"}, "w": 2, "h": 4} -{"name": "Jagged Ground", "refName": "Jagged Ground", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Jamanra, the Legendary Warrior", "refName": "Jamanra, the Legendary Warrior", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Jewelled Gloves", "refName": "Jewelled Gloves", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Gloves"}, "armour": {"es": [22, 22]}, "w": 2, "h": 2} -{"name": "Jewellery Recombinator", "refName": "Jewellery Recombinator", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Jingling Crest Shield", "refName": "Jingling Crest Shield", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Shield"}, "armour": {"ar": [41, 41], "es": [16, 16]}, "w": 2, "h": 3} -{"name": "Journeyman Cartographer's Seal", "refName": "Journeyman Cartographer's Seal", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Juggernaut Plate", "refName": "Juggernaut Plate", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ar": [269, 269]}, "w": 2, "h": 3} -{"name": "Kabala Clan Relic", "refName": "Kabala Clan Relic", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 2} -{"name": "Kalguuran Incubator", "refName": "Kalguuran Incubator", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5jdWJhdGlvbi9JbmN1YmF0aW9uRXhwZWRpdGlvbiIsInNjYWxlIjoxfV0/2916070090/IncubationExpedition.png", "craftable": {"category": "Incubator"}, "w": 1, "h": 1} -{"name": "Kalguuran Incubator", "refName": "Kalguuran Incubator", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5jdWJhdGlvbi9JbmN1YmF0aW9uRXhwZWRpdGlvbiIsInNjYWxlIjoxfV0/2916070090/IncubationExpedition.png", "craftable": {"category": "Incubator"}, "w": 1, "h": 1} -{"name": "Karst's Lockpicks", "refName": "Karst's Lockpicks", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "Keen Greatsword", "refName": "Keen Greatsword", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Two Hand Sword"}, "w": 2, "h": 4} -{"name": "Keth Raiment", "refName": "Keth Raiment", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"es": [70, 70]}, "w": 2, "h": 3} -{"name": "Key to Decay", "refName": "Key to Decay", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Key to the Crucible", "refName": "Key to the Crucible", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MapFragment"}, "w": 2, "h": 2} -{"name": "Keyblade", "refName": "Keyblade", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Two Hand Sword"}, "w": 2, "h": 4} -{"name": "Killing Palm", "refName": "Killing Palm", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Kirac's Memory", "refName": "Kirac's Memory", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvTWVtb3J5TGluZS9LaXJhY01lbW9yeUl0ZW0iLCJ3IjoxLCJoIjoxLCJzY2FsZSI6MX1d/def36e7b78/KiracMemoryItem.png", "craftable": {"category": "MemoryLine"}, "w": 1, "h": 1} -{"name": "Knight Armour", "refName": "Knight Armour", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ar": [148, 148], "ev": [133, 133]}, "w": 2, "h": 3} -{"name": "Kris Knife", "refName": "Kris Knife", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Dagger"}, "w": 1, "h": 3} -{"name": "Lace Hood", "refName": "Lace Hood", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"ev": [67, 67]}, "w": 2, "h": 2} -{"name": "Laced Boots", "refName": "Laced Boots", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Boots"}, "armour": {"ev": [38, 38]}, "w": 2, "h": 2} -{"name": "Lacerate", "refName": "Lacerate", "namespace": "GEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvR2Vtcy9Eb3VibGVTbGFzaCIsInciOjEsImgiOjEsInNjYWxlIjoxfV0/fb44a829bd/DoubleSlash.png", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Lamellar Mail", "refName": "Lamellar Mail", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ar": [167, 167], "ev": [151, 151]}, "w": 2, "h": 3} -{"name": "Laminate Buckler", "refName": "Laminate Buckler", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Shield"}, "armour": {"ev": [99, 99]}, "w": 2, "h": 2} -{"name": "Lapis Amulet", "refName": "Lapis Amulet", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQW11bGV0cy9BbXVsZXQ1IiwidyI6MSwiaCI6MSwic2NhbGUiOjF9XQ/998c42287b/Amulet5.png", "craftable": {"category": "Amulet"}, "w": 1, "h": 1} -{"name": "Large Soul Core", "refName": "Large Soul Core", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "Last Gasp", "refName": "Last Gasp", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Lasting Shock", "refName": "Lasting Shock", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Lattice Sandals", "refName": "Lattice Sandals", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Boots"}, "armour": {"es": [25, 25]}, "w": 2, "h": 2} -{"name": "Lavish Crown", "refName": "Lavish Crown", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"ar": [110, 110], "es": [39, 39]}, "w": 2, "h": 2} -{"name": "Layered Gauntlets", "refName": "Layered Gauntlets", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Gloves"}, "armour": {"ar": [22, 22], "ev": [18, 18]}, "w": 2, "h": 2} -{"name": "Lazuli Ring", "refName": "Lazuli Ring", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Ring"}, "w": 1, "h": 1} -{"name": "Lead Trap", "refName": "Lead Trap", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "TrapTool"}, "w": 2, "h": 2} -{"name": "Leaden Greathammer", "refName": "Leaden Greathammer", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Two Hand Mace"}, "w": 2, "h": 4} -{"name": "Leap Slam", "refName": "Leap Slam", "namespace": "GEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvR2Vtcy9MZWFwU2xhbSIsInciOjEsImgiOjEsInNjYWxlIjoxfV0/f65891de7a/LeapSlam.png", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Leather Bracers", "refName": "Leather Bracers", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGVpc3QvQnJhY2VyQmFzZVR5cGVfbGVhdGhlciIsInciOjIsImgiOjIsInNjYWxlIjoxfV0/863a42f603/BracerBaseType_leather.png", "craftable": {"category": "HeistEquipmentTool"}, "w": 2, "h": 2} -{"name": "Leather Buckler", "refName": "Leather Buckler", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Shield"}, "armour": {"ev": [12, 12]}, "w": 2, "h": 2} -{"name": "Leather Vest", "refName": "Leather Vest", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ev": [30, 30]}, "w": 2, "h": 3} -{"name": "Leatherbound Hood", "refName": "Leatherbound Hood", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"ev": [177, 177]}, "w": 2, "h": 2} -{"name": "Leatherplate Boots", "refName": "Leatherplate Boots", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Boots"}, "armour": {"ev": [135, 135]}, "w": 2, "h": 2} -{"name": "Legion Sword Piece", "refName": "Legion Sword Piece", "namespace": "ITEM", "icon": "", "craftable": {"category": "UniqueFragment"}, "w": 1, "h": 2} -{"name": "Legion Sword Piece", "refName": "Legion Sword Piece", "namespace": "ITEM", "icon": "", "craftable": {"category": "UniqueFragment"}, "w": 1, "h": 2} -{"name": "Legion Sword Piece", "refName": "Legion Sword Piece", "namespace": "ITEM", "icon": "", "craftable": {"category": "UniqueFragment"}, "w": 2, "h": 1} -{"name": "Lesser Eldritch Ember", "refName": "Lesser Eldritch Ember", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQ2xlYW5zaW5nRmlyZU9yYlJhbmsxIiwic2NhbGUiOjF9XQ/c7df0e0316/CleansingFireOrbRank1.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Lesser Eldritch Ichor", "refName": "Lesser Eldritch Ichor", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvVGFuZ2xlT3JiUmFuazEiLCJzY2FsZSI6MX1d/70e5e53590/TangleOrbRank1.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Lesser Jeweller's Orb", "refName": "Lesser Jeweller's Orb", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Lesser Life Flask", "refName": "Lesser Life Flask", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Flask"}, "w": 1, "h": 2} -{"name": "Lesser Mana Flask", "refName": "Lesser Mana Flask", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Flask"}, "w": 1, "h": 2} -{"name": "Leverage", "refName": "Leverage", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Life Bounty", "refName": "Life Bounty", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Life Drain", "refName": "Life Drain", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Life Remnants", "refName": "Life Remnants", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Life Thief", "refName": "Life Thief", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Lifetap", "refName": "Lifetap", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Light Halberd", "refName": "Light Halberd", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Two Hand Axe"}, "w": 2, "h": 4} -{"name": "Lightning Arrow", "refName": "Lightning Arrow", "namespace": "GEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvR2Vtcy9MaWdodG5pbmdBcnJvdyIsInciOjEsImgiOjEsInNjYWxlIjoxfV0/f5ad901f20/LightningArrow.png", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Lightning Bolt", "refName": "Lightning Bolt", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Lightning Bolt", "refName": "Lightning Bolt", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Lightning Conduit", "refName": "Lightning Conduit", "namespace": "GEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvR2Vtcy9FbmVyZ3lSZWxlYXNlU2tpbGxHZW0iLCJ3IjoxLCJoIjoxLCJzY2FsZSI6MX1d/5a89cebfb0/EnergyReleaseSkillGem.png", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Lightning Exposure", "refName": "Lightning Exposure", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Lightning Infusion", "refName": "Lightning Infusion", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Lightning Mastery", "refName": "Lightning Mastery", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Lightning Penetration", "refName": "Lightning Penetration", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Lightning Rod", "refName": "Lightning Rod", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Lightning Storm", "refName": "Lightning Storm", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Lightning Warp", "refName": "Lightning Warp", "namespace": "GEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvR2Vtcy9MaWdodG5pbmdXYXJwIiwidyI6MSwiaCI6MSwic2NhbGUiOjF9XQ/5f79874aa8/LightningWarp.png", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Linen Belt", "refName": "Linen Belt", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Belt"}, "w": 2, "h": 1} -{"name": "Linen Wraps", "refName": "Linen Wraps", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Gloves"}, "armour": {"ev": [18, 18], "es": [9, 9]}, "w": 2, "h": 2} -{"name": "Lingering Illusion", "refName": "Lingering Illusion", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Living Bomb", "refName": "Living Bomb", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Living Ice", "refName": "Living Ice", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "HeistObjective"}, "w": 2, "h": 2} -{"name": "Lizardscale Boots", "refName": "Lizardscale Boots", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Boots"}, "armour": {"ev": [90, 90]}, "w": 2, "h": 2} -{"name": "Lockdown", "refName": "Lockdown", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Long Belt", "refName": "Long Belt", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Belt"}, "w": 2, "h": 1} -{"name": "Long Fuse", "refName": "Long Fuse", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Long Quarterstaff", "refName": "Long Quarterstaff", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Warstaff"}, "w": 2, "h": 4} -{"name": "Longshot", "refName": "Longshot", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Lucent Fossil", "refName": "Lucent Fossil", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGVsdmUvTHVjZW50Rm9zc2lsIiwic2NhbGUiOjF9XQ/0cf6de72d4/LucentFossil.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Lumen Mace", "refName": "Lumen Mace", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "One Hand Mace"}, "w": 2, "h": 3} -{"name": "Luminous Astrolabe", "refName": "Luminous Astrolabe", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Lunar Amulet", "refName": "Lunar Amulet", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Amulet"}, "w": 1, "h": 1} -{"name": "Lupine Sceptre", "refName": "Lupine Sceptre", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Sceptre"}, "w": 2, "h": 3} -{"name": "Lustrous Ward", "refName": "Lustrous Ward", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGVpc3QvTHVtaW5vdXNXYXJkIiwidyI6MiwiaCI6Miwic2NhbGUiOjF9XQ/0be7aaf163/LuminousWard.png", "craftable": {"category": "HeistEquipmentTool"}, "w": 2, "h": 2} -{"name": "MTX Wrapper", "refName": "MTX Wrapper", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 1, "h": 1} -{"name": "MTX Wrapper", "refName": "MTX Wrapper", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 1, "h": 2} -{"name": "MTX Wrapper", "refName": "MTX Wrapper", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 1} -{"name": "MTX Wrapper", "refName": "MTX Wrapper", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 2} -{"name": "MTX Wrapper", "refName": "MTX Wrapper", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 3} -{"name": "Mace Strike", "refName": "Mace Strike", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Mace Strike", "refName": "Mace Strike", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Mace Strike", "refName": "Mace Strike", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Maddening Incubator", "refName": "Maddening Incubator", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5jdWJhdGlvbi9JbmN1YmF0aW9uRGVsaXJpdW0iLCJzY2FsZSI6MX1d/74f49a934c/IncubationDelirium.png", "craftable": {"category": "Incubator"}, "w": 1, "h": 1} -{"name": "Maddening Incubator", "refName": "Maddening Incubator", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5jdWJhdGlvbi9JbmN1YmF0aW9uRGVsaXJpdW0iLCJzY2FsZSI6MX1d/74f49a934c/IncubationDelirium.png", "craftable": {"category": "Incubator"}, "w": 1, "h": 1} -{"name": "Maddening Object", "refName": "Maddening Object", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Maggot Husk", "refName": "Maggot Husk", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 3} -{"name": "Magma Barrier", "refName": "Magma Barrier", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Magnetic Salvo", "refName": "Magnetic Salvo", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Magnified Effect", "refName": "Magnified Effect", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Magus Focus", "refName": "Magus Focus", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Focus"}, "armour": {"es": [52, 52]}, "w": 2, "h": 3} -{"name": "Magus Tiara", "refName": "Magus Tiara", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"es": [84, 84]}, "w": 2, "h": 2} -{"name": "Mail Belt", "refName": "Mail Belt", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Belt"}, "w": 2, "h": 1} -{"name": "Mail Breaker", "refName": "Mail Breaker", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Dagger"}, "w": 1, "h": 3} -{"name": "Mail Coat", "refName": "Mail Coat", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ev": [406, 406]}, "w": 2, "h": 3} -{"name": "Mail Sabatons", "refName": "Mail Sabatons", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Boots"}, "armour": {"ar": [19, 19], "ev": [15, 15]}, "w": 2, "h": 2} -{"name": "Mail Vestments", "refName": "Mail Vestments", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ar": [67, 67], "es": [28, 28]}, "w": 2, "h": 3} -{"name": "Maim", "refName": "Maim", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Makeshift Crossbow", "refName": "Makeshift Crossbow", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Crossbow"}, "w": 2, "h": 4} -{"name": "Malice", "refName": "Malice", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Mana Bounty", "refName": "Mana Bounty", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Mana Drain", "refName": "Mana Drain", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Mana Flare", "refName": "Mana Flare", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Mana Remnants", "refName": "Mana Remnants", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Mana Tempest", "refName": "Mana Tempest", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Mantra of Destruction", "refName": "Mantra of Destruction", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Marabout Garb", "refName": "Marabout Garb", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ev": [56, 56], "es": [28, 28]}, "w": 2, "h": 3} -{"name": "Maraketh Cuirass", "refName": "Maraketh Cuirass", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ar": [141, 141]}, "w": 2, "h": 3} -{"name": "Martial Tempo", "refName": "Martial Tempo", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Martyr Crown", "refName": "Martyr Crown", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"ar": [66, 66], "es": [25, 25]}, "w": 2, "h": 2} -{"name": "Master Cartographer's Seal", "refName": "Master Cartographer's Seal", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Master Key", "refName": "Master Key", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Master Lockpick", "refName": "Master Lockpick", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGVpc3QvTWFzdGVyTG9ja3BpY2siLCJ3IjoyLCJoIjoyLCJzY2FsZSI6MX1d/c0ac4addef/MasterLockpick.png", "craftable": {"category": "HeistEquipmentTool"}, "w": 2, "h": 2} -{"name": "Mastodon Tusks", "refName": "Mastodon Tusks", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 3, "h": 2} -{"name": "Maul", "refName": "Maul", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Maven's Invitation: Glennach Cairns", "refName": "Maven's Invitation: Glennach Cairns", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Maven's Invitation: Glennach Cairns", "refName": "Maven's Invitation: Glennach Cairns", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Maven's Invitation: Glennach Cairns", "refName": "Maven's Invitation: Glennach Cairns", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Maven's Invitation: Glennach Cairns", "refName": "Maven's Invitation: Glennach Cairns", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Maven's Invitation: Glennach Cairns", "refName": "Maven's Invitation: Glennach Cairns", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MiscMapItem"}, "w": 1, "h": 1} -{"name": "Maven's Invitation: Haewark Hamlet", "refName": "Maven's Invitation: Haewark Hamlet", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Maven's Invitation: Haewark Hamlet", "refName": "Maven's Invitation: Haewark Hamlet", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Maven's Invitation: Haewark Hamlet", "refName": "Maven's Invitation: Haewark Hamlet", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Maven's Invitation: Haewark Hamlet", "refName": "Maven's Invitation: Haewark Hamlet", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Maven's Invitation: Haewark Hamlet", "refName": "Maven's Invitation: Haewark Hamlet", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MiscMapItem"}, "w": 1, "h": 1} -{"name": "Maven's Invitation: Lex Ejoris", "refName": "Maven's Invitation: Lex Ejoris", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Maven's Invitation: Lex Ejoris", "refName": "Maven's Invitation: Lex Ejoris", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Maven's Invitation: Lex Ejoris", "refName": "Maven's Invitation: Lex Ejoris", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Maven's Invitation: Lex Ejoris", "refName": "Maven's Invitation: Lex Ejoris", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Maven's Invitation: Lex Ejoris", "refName": "Maven's Invitation: Lex Ejoris", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MiscMapItem"}, "w": 1, "h": 1} -{"name": "Maven's Invitation: Lex Proxima", "refName": "Maven's Invitation: Lex Proxima", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Maven's Invitation: Lex Proxima", "refName": "Maven's Invitation: Lex Proxima", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Maven's Invitation: Lex Proxima", "refName": "Maven's Invitation: Lex Proxima", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Maven's Invitation: Lex Proxima", "refName": "Maven's Invitation: Lex Proxima", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Maven's Invitation: Lex Proxima", "refName": "Maven's Invitation: Lex Proxima", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MiscMapItem"}, "w": 1, "h": 1} -{"name": "Maven's Invitation: Lira Arthain", "refName": "Maven's Invitation: Lira Arthain", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Maven's Invitation: Lira Arthain", "refName": "Maven's Invitation: Lira Arthain", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Maven's Invitation: Lira Arthain", "refName": "Maven's Invitation: Lira Arthain", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Maven's Invitation: Lira Arthain", "refName": "Maven's Invitation: Lira Arthain", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Maven's Invitation: Lira Arthain", "refName": "Maven's Invitation: Lira Arthain", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MiscMapItem"}, "w": 1, "h": 1} -{"name": "Maven's Invitation: New Vastir", "refName": "Maven's Invitation: New Vastir", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Maven's Invitation: New Vastir", "refName": "Maven's Invitation: New Vastir", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Maven's Invitation: New Vastir", "refName": "Maven's Invitation: New Vastir", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Maven's Invitation: New Vastir", "refName": "Maven's Invitation: New Vastir", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Maven's Invitation: New Vastir", "refName": "Maven's Invitation: New Vastir", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MiscMapItem"}, "w": 1, "h": 1} -{"name": "Maven's Invitation: The Atlas", "refName": "Maven's Invitation: The Atlas", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Maven's Invitation: The Atlas", "refName": "Maven's Invitation: The Atlas", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Maven's Invitation: The Atlas", "refName": "Maven's Invitation: The Atlas", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Maven's Invitation: The Atlas", "refName": "Maven's Invitation: The Atlas", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Maven's Invitation: The Atlas", "refName": "Maven's Invitation: The Atlas", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MiscMapItem"}, "w": 1, "h": 1} -{"name": "Maven's Invitation: The Elderslayers", "refName": "Maven's Invitation: The Elderslayers", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MiscMapItem"}, "w": 1, "h": 1} -{"name": "Maven's Invitation: The Feared", "refName": "Maven's Invitation: The Feared", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MiscMapItem"}, "w": 1, "h": 1} -{"name": "Maven's Invitation: The Forgotten", "refName": "Maven's Invitation: The Forgotten", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MiscMapItem"}, "w": 1, "h": 1} -{"name": "Maven's Invitation: The Formed", "refName": "Maven's Invitation: The Formed", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MiscMapItem"}, "w": 1, "h": 1} -{"name": "Maven's Invitation: The Hidden", "refName": "Maven's Invitation: The Hidden", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MiscMapItem"}, "w": 1, "h": 1} -{"name": "Maven's Invitation: The Twisted", "refName": "Maven's Invitation: The Twisted", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MiscMapItem"}, "w": 1, "h": 1} -{"name": "Maven's Invitation: Tirn's End", "refName": "Maven's Invitation: Tirn's End", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Maven's Invitation: Tirn's End", "refName": "Maven's Invitation: Tirn's End", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Maven's Invitation: Tirn's End", "refName": "Maven's Invitation: Tirn's End", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Maven's Invitation: Tirn's End", "refName": "Maven's Invitation: Tirn's End", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Maven's Invitation: Tirn's End", "refName": "Maven's Invitation: Tirn's End", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MiscMapItem"}, "w": 1, "h": 1} -{"name": "Maven's Invitation: Valdo's Rest", "refName": "Maven's Invitation: Valdo's Rest", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Maven's Invitation: Valdo's Rest", "refName": "Maven's Invitation: Valdo's Rest", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Maven's Invitation: Valdo's Rest", "refName": "Maven's Invitation: Valdo's Rest", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Maven's Invitation: Valdo's Rest", "refName": "Maven's Invitation: Valdo's Rest", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Maven's Invitation: Valdo's Rest", "refName": "Maven's Invitation: Valdo's Rest", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MiscMapItem"}, "w": 1, "h": 1} -{"name": "Meat Shield", "refName": "Meat Shield", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Medallion Trap", "refName": "Medallion Trap", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "TrapTool"}, "w": 2, "h": 2} -{"name": "Meditate", "refName": "Meditate", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Medium Life Flask", "refName": "Medium Life Flask", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzksMTQseyJmIjoiMkRJdGVtcy9GbGFza3MvbGlmZWZsYXNrMiIsInciOjEsImgiOjIsInNjYWxlIjoxLCJsZXZlbCI6MX1d/c06020a713/lifeflask2.png", "craftable": {"category": "Flask"}, "w": 1, "h": 2} -{"name": "Medium Mana Flask", "refName": "Medium Mana Flask", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzksMTQseyJmIjoiMkRJdGVtcy9GbGFza3MvbWFuYWZsYXNrMiIsInciOjEsImgiOjIsInNjYWxlIjoxLCJsZXZlbCI6MX1d/3c612edd38/manaflask2.png", "craftable": {"category": "Flask"}, "w": 1, "h": 2} -{"name": "Medium Soul Core", "refName": "Medium Soul Core", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "InstanceLocalItem"}, "w": 2, "h": 2} -{"name": "Medium Soul Core", "refName": "Medium Soul Core", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "InstanceLocalItem"}, "w": 2, "h": 2} -{"name": "Memory Fragment I", "refName": "Memory Fragment I", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 1} -{"name": "Memory Fragment II", "refName": "Memory Fragment II", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 1} -{"name": "Memory Fragment III", "refName": "Memory Fragment III", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 1} -{"name": "Memory Fragment IV", "refName": "Memory Fragment IV", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 1} -{"name": "Memory Fragment IX", "refName": "Memory Fragment IX", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 1} -{"name": "Memory Fragment V", "refName": "Memory Fragment V", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 1} -{"name": "Memory Fragment VI", "refName": "Memory Fragment VI", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 1} -{"name": "Memory Fragment VII", "refName": "Memory Fragment VII", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 1} -{"name": "Memory Fragment VIII", "refName": "Memory Fragment VIII", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 1} -{"name": "Memory Fragment X", "refName": "Memory Fragment X", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 1} -{"name": "Memory Fragment XI", "refName": "Memory Fragment XI", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 1} -{"name": "Memory Fragment XII", "refName": "Memory Fragment XII", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 1} -{"name": "Memory Fragment XIII", "refName": "Memory Fragment XIII", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 1} -{"name": "Memory Fragment XIV", "refName": "Memory Fragment XIV", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 1} -{"name": "Memory Fragment XV", "refName": "Memory Fragment XV", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 1} -{"name": "Merveil's Wedding Dress", "refName": "Merveil's Wedding Dress", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Messer", "refName": "Messer", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "One Hand Sword"}, "w": 2, "h": 3} -{"name": "Metallic Fossil", "refName": "Metallic Fossil", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGVsdmUvTWV0YWxsaWNGb3NzaWwiLCJzY2FsZSI6MX1d/5a8a5bd1b1/MetallicFossil.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Mind Rune", "refName": "Mind Rune", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvUnVuZXMvTWFuYVJ1bmUiLCJzY2FsZSI6MSwicmVhbG0iOiJwb2UyIn1d/4be6331480/ManaRune.png", "tradeTag": "mind-rune", "craftable": {"category": "SoulCore"}, "w": 1, "h": 1} -{"name": "Minion Instability", "refName": "Minion Instability", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Minion Mastery", "refName": "Minion Mastery", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Minion Pact", "refName": "Minion Pact", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Mirror Shard", "refName": "Mirror Shard", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvTWlycm9yU2hhcmQiLCJzY2FsZSI6MX1d/698183ea2b/MirrorShard.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Mirror of Kalandra", "refName": "Mirror of Kalandra", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQ3VycmVuY3lEdXBsaWNhdGUiLCJzY2FsZSI6MSwicmVhbG0iOiJwb2UyIn1d/26bc31680e/CurrencyDuplicate.png", "tradeTag": "mirror", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Mirror of Teklatipitzi", "refName": "Mirror of Teklatipitzi", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "HeistObjective"}, "w": 2, "h": 2} -{"name": "Mobility", "refName": "Mobility", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Molten Blast", "refName": "Molten Blast", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Momentum", "refName": "Momentum", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Monastic Garb", "refName": "Monastic Garb", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ev": [162, 162], "es": [63, 63]}, "w": 2, "h": 3} -{"name": "Monument Greataxe", "refName": "Monument Greataxe", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Two Hand Axe"}, "w": 2, "h": 4} -{"name": "Monument Greaves", "refName": "Monument Greaves", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Boots"}, "armour": {"ar": [150, 150]}, "w": 2, "h": 2} -{"name": "Moon Dagger", "refName": "Moon Dagger", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Dagger"}, "w": 1, "h": 3} -{"name": "Morning Star", "refName": "Morning Star", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvV2VhcG9ucy9Ud29IYW5kV2VhcG9ucy9Ud29IYW5kTWFjZXMvVHdvSGFuZE1hY2U4IiwidyI6MiwiaCI6NCwic2NhbGUiOjF9XQ/d7f01f7a37/TwoHandMace8.png", "craftable": {"category": "One Hand Mace"}, "w": 2, "h": 3} -{"name": "Morphing Incubator", "refName": "Morphing Incubator", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Incubator"}, "w": 1, "h": 1} -{"name": "Morphing Incubator", "refName": "Morphing Incubator", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Incubator"}, "w": 1, "h": 1} -{"name": "Mortal Grief", "refName": "Mortal Grief", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9VYmVyVmFhbDA0Iiwic2NhbGUiOjF9XQ/fa8dd8fea2/UberVaal04.png", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Mortal Grief", "refName": "Mortal Grief", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9VYmVyVmFhbDA0Iiwic2NhbGUiOjF9XQ/fa8dd8fea2/UberVaal04.png", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Mortal Hope", "refName": "Mortal Hope", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9VYmVyVmFhbDAyIiwic2NhbGUiOjF9XQ/9f6c126c9e/UberVaal02.png", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Mortal Hope", "refName": "Mortal Hope", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9VYmVyVmFhbDAyIiwic2NhbGUiOjF9XQ/9f6c126c9e/UberVaal02.png", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Mortal Ignorance", "refName": "Mortal Ignorance", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9VYmVyVmFhbDAzIiwic2NhbGUiOjF9XQ/3d126fe51b/UberVaal03.png", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Mortal Ignorance", "refName": "Mortal Ignorance", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9VYmVyVmFhbDAzIiwic2NhbGUiOjF9XQ/3d126fe51b/UberVaal03.png", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Mortal Rage", "refName": "Mortal Rage", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9VYmVyVmFhbDAxIiwic2NhbGUiOjF9XQ/9dca208434/UberVaal01.png", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Mortal Rage", "refName": "Mortal Rage", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9VYmVyVmFhbDAxIiwic2NhbGUiOjF9XQ/9dca208434/UberVaal01.png", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Mortal Set", "refName": "Mortal Set", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MapFragment"}, "w": 2, "h": 2} -{"name": "Mosaic Targe", "refName": "Mosaic Targe", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Shield"}, "armour": {"ar": [69, 69], "ev": [62, 62]}, "w": 2, "h": 3} -{"name": "Moulded Mitts", "refName": "Moulded Mitts", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Gloves"}, "armour": {"ar": [68, 68]}, "w": 2, "h": 2} -{"name": "Murderous Intent", "refName": "Murderous Intent", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Mysterious Incubator", "refName": "Mysterious Incubator", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5jdWJhdGlvbi9JbmN1YmF0aW9uR2VuZXJpYyIsInNjYWxlIjoxfV0/9476a818a5/IncubationGeneric.png", "craftable": {"category": "Incubator"}, "w": 1, "h": 1} -{"name": "Mysterious Incubator", "refName": "Mysterious Incubator", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5jdWJhdGlvbi9JbmN1YmF0aW9uR2VuZXJpYyIsInNjYWxlIjoxfV0/9476a818a5/IncubationGeneric.png", "craftable": {"category": "Incubator"}, "w": 1, "h": 1} -{"name": "Mystery Box", "refName": "Mystery Box", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 2} -{"name": "Mystery Leaguestone", "refName": "Mystery Leaguestone", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Mystic Raiment", "refName": "Mystic Raiment", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"es": [100, 100]}, "w": 2, "h": 3} -{"name": "Nashta's War Journal", "refName": "Nashta's War Journal", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Naval Contract", "refName": "Naval Contract", "namespace": "ITEM", "icon": "", "craftable": {"category": "HeistContract"}, "w": 1, "h": 1} -{"name": "Necromancy Net", "refName": "Necromancy Net", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Negotiate with the Client", "refName": "Negotiate with the Client", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Neural Catalyst", "refName": "Neural Catalyst", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQnJlYWNoL0JyZWFjaENhdGFseXN0TWFuYSIsInNjYWxlIjoxLCJyZWFsbSI6InBvZTIifV0/61d3a7a832/BreachCatalystMana.png", "tradeTag": "neural-catalyst", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Neural Overload", "refName": "Neural Overload", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Niko's Memory", "refName": "Niko's Memory", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvTWVtb3J5TGluZS9OaWtvTWVtb3J5SXRlbSIsInciOjEsImgiOjEsInNjYWxlIjoxfV0/5c560ea8fd/NikoMemoryItem.png", "craftable": {"category": "MemoryLine"}, "w": 1, "h": 1} -{"name": "Nimble Reload", "refName": "Nimble Reload", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Noble Circlet", "refName": "Noble Circlet", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"es": [71, 71]}, "w": 2, "h": 2} -{"name": "Oak Greathammer", "refName": "Oak Greathammer", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Two Hand Mace"}, "w": 2, "h": 4} -{"name": "Obscured Incubator", "refName": "Obscured Incubator", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5jdWJhdGlvbi9JbmN1YmF0aW9uQnJlYWNoIiwic2NhbGUiOjF9XQ/e9b256aff0/IncubationBreach.png", "craftable": {"category": "Incubator"}, "w": 1, "h": 1} -{"name": "Obscured Incubator", "refName": "Obscured Incubator", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5jdWJhdGlvbi9JbmN1YmF0aW9uQnJlYWNoIiwic2NhbGUiOjF9XQ/e9b256aff0/IncubationBreach.png", "craftable": {"category": "Incubator"}, "w": 1, "h": 1} -{"name": "Obsidian Apex Sentinel", "refName": "Obsidian Apex Sentinel", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "SentinelDrone"}, "w": 2, "h": 2} -{"name": "Obsidian Dagger", "refName": "Obsidian Dagger", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Dagger"}, "w": 1, "h": 3} -{"name": "Obsidian Greatsword", "refName": "Obsidian Greatsword", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Two Hand Sword"}, "w": 2, "h": 4} -{"name": "Obsidian Pandemonium Sentinel", "refName": "Obsidian Pandemonium Sentinel", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "SentinelDrone"}, "w": 2, "h": 2} -{"name": "Obsidian Sharpening Stone", "refName": "Obsidian Sharpening Stone", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGVpc3QvT2JzaWRpYW5TaGFycGVuaW5nU3RvbmUiLCJ3IjoyLCJoIjoyLCJzY2FsZSI6MX1d/3b585d05fe/ObsidianSharpeningStone.png", "craftable": {"category": "HeistEquipmentWeapon"}, "w": 2, "h": 2} -{"name": "Obsidian Stalker Sentinel", "refName": "Obsidian Stalker Sentinel", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "SentinelDrone"}, "w": 2, "h": 2} -{"name": "Ochre Sceptre", "refName": "Ochre Sceptre", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvV2VhcG9ucy9PbmVIYW5kV2VhcG9ucy9TY2VwdGVycy9zY2VwdGVyNiIsInciOjIsImgiOjMsInNjYWxlIjoxfV0/35e149f5cf/scepter6.png", "craftable": {"category": "Sceptre"}, "w": 2, "h": 3} -{"name": "Offering Wand", "refName": "Offering Wand", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Wand"}, "w": 1, "h": 3} -{"name": "Offering to the Goddess", "refName": "Offering to the Goddess", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9MYWJ5cmludGgiLCJzY2FsZSI6MX1d/24fe6dc261/Labyrinth.png", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Ogham Candelabra", "refName": "Ogham Candelabra", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "HeistObjective"}, "w": 2, "h": 2} -{"name": "Oil Extractor", "refName": "Oil Extractor", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvT2lscy9JY2hvckV4dHJhY3RvciIsInNjYWxlIjoxfV0/e020224caf/IchorExtractor.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Oil Grenade", "refName": "Oil Grenade", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Omen Crest Shield", "refName": "Omen Crest Shield", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Shield"}, "armour": {"ar": [50, 50], "es": [19, 19]}, "w": 2, "h": 3} -{"name": "Omen Sceptre", "refName": "Omen Sceptre", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Sceptre"}, "w": 2, "h": 3} -{"name": "Omen of Amelioration", "refName": "Omen of Amelioration", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvT21lbnMvVm9vZG9vT21lbnMzQmx1ZSIsInNjYWxlIjoxLCJyZWFsbSI6InBvZTIifV0/b5ee965352/VoodooOmens3Blue.png", "tradeTag": "omen-of-amelioration", "craftable": {"category": "Omen"}, "w": 1, "h": 1} -{"name": "Omen of Corruption", "refName": "Omen of Corruption", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvT21lbnMvVm9vZG9vT21lbnMzUmVkIiwic2NhbGUiOjEsInJlYWxtIjoicG9lMiJ9XQ/9cfdcc9e1a/VoodooOmens3Red.png", "tradeTag": "omen-of-corruption", "craftable": {"category": "Omen"}, "w": 1, "h": 1} -{"name": "Omen of Dextral Alchemy", "refName": "Omen of Dextral Alchemy", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvT21lbnMvVm9vZG9vT21lbnMyR3JlZW4iLCJzY2FsZSI6MSwicmVhbG0iOiJwb2UyIn1d/0ff0cfbb93/VoodooOmens2Green.png", "tradeTag": "omen-of-dextral-alchemy", "craftable": {"category": "Omen"}, "w": 1, "h": 1} -{"name": "Omen of Dextral Annulment", "refName": "Omen of Dextral Annulment", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvT21lbnMvVm9vZG9vT21lbnMzUHVycGxlIiwic2NhbGUiOjEsInJlYWxtIjoicG9lMiJ9XQ/d901658529/VoodooOmens3Purple.png", "tradeTag": "omen-of-dextral-annulment", "craftable": {"category": "Omen"}, "w": 1, "h": 1} -{"name": "Omen of Dextral Coronation", "refName": "Omen of Dextral Coronation", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvT21lbnMvVm9vZG9vT21lbnMyUmVkIiwic2NhbGUiOjEsInJlYWxtIjoicG9lMiJ9XQ/f1bbb78614/VoodooOmens2Red.png", "tradeTag": "omen-of-dextral-coronation", "craftable": {"category": "Omen"}, "w": 1, "h": 1} -{"name": "Omen of Dextral Erasure", "refName": "Omen of Dextral Erasure", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvT21lbnMvVm9vZG9vT21lbnMzRGFyayIsInNjYWxlIjoxLCJyZWFsbSI6InBvZTIifV0/6e2bb52963/VoodooOmens3Dark.png", "tradeTag": "omen-of-dextral-erasure", "craftable": {"category": "Omen"}, "w": 1, "h": 1} -{"name": "Omen of Dextral Exaltation", "refName": "Omen of Dextral Exaltation", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvT21lbnMvVm9vZG9vT21lbnMzWWVsbG93Iiwic2NhbGUiOjEsInJlYWxtIjoicG9lMiJ9XQ/ed7cf06fa4/VoodooOmens3Yellow.png", "tradeTag": "omen-of-dextral-exaltation", "craftable": {"category": "Omen"}, "w": 1, "h": 1} -{"name": "Omen of Greater Annulment", "refName": "Omen of Greater Annulment", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvT21lbnMvVm9vZG9vT21lbnMxUHVycGxlIiwic2NhbGUiOjEsInJlYWxtIjoicG9lMiJ9XQ/a6848dff1c/VoodooOmens1Purple.png", "tradeTag": "omen-of-greater-annulment", "craftable": {"category": "Omen"}, "w": 1, "h": 1} -{"name": "Omen of Greater Exaltation", "refName": "Omen of Greater Exaltation", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvT21lbnMvVm9vZG9vT21lbnMxWWVsbG93Iiwic2NhbGUiOjEsInJlYWxtIjoicG9lMiJ9XQ/22d9b6478d/VoodooOmens1Yellow.png", "tradeTag": "omen-of-greater-exaltation", "craftable": {"category": "Omen"}, "w": 1, "h": 1} -{"name": "Omen of Refreshment", "refName": "Omen of Refreshment", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvT21lbnMvVm9vZG9vT21lbnMxQmx1ZSIsInNjYWxlIjoxLCJyZWFsbSI6InBvZTIifV0/213474d1d5/VoodooOmens1Blue.png", "tradeTag": "omen-of-refreshment", "craftable": {"category": "Omen"}, "w": 1, "h": 1} -{"name": "Omen of Resurgence", "refName": "Omen of Resurgence", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvT21lbnMvVm9vZG9vT21lbnMyQmx1ZSIsInNjYWxlIjoxLCJyZWFsbSI6InBvZTIifV0/044d5086da/VoodooOmens2Blue.png", "tradeTag": "omen-of-resurgence", "craftable": {"category": "Omen"}, "w": 1, "h": 1} -{"name": "Omen of Sinistral Alchemy", "refName": "Omen of Sinistral Alchemy", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvT21lbnMvVm9vZG9vT21lbnMxR3JlZW4iLCJzY2FsZSI6MSwicmVhbG0iOiJwb2UyIn1d/11c49d2322/VoodooOmens1Green.png", "tradeTag": "omen-of-sinistral-alchemy", "craftable": {"category": "Omen"}, "w": 1, "h": 1} -{"name": "Omen of Sinistral Annulment", "refName": "Omen of Sinistral Annulment", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvT21lbnMvVm9vZG9vT21lbnMyUHVycGxlIiwic2NhbGUiOjEsInJlYWxtIjoicG9lMiJ9XQ/b9eaf38592/VoodooOmens2Purple.png", "tradeTag": "omen-of-sinistral-annulment", "craftable": {"category": "Omen"}, "w": 1, "h": 1} -{"name": "Omen of Sinistral Coronation", "refName": "Omen of Sinistral Coronation", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvT21lbnMvVm9vZG9vT21lbnMxUmVkIiwic2NhbGUiOjEsInJlYWxtIjoicG9lMiJ9XQ/b8e2b8ed3f/VoodooOmens1Red.png", "tradeTag": "omen-of-sinistral-coronation", "craftable": {"category": "Omen"}, "w": 1, "h": 1} -{"name": "Omen of Sinistral Erasure", "refName": "Omen of Sinistral Erasure", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvT21lbnMvVm9vZG9vT21lbnMyRGFyayIsInNjYWxlIjoxLCJyZWFsbSI6InBvZTIifV0/0cfa6959be/VoodooOmens2Dark.png", "tradeTag": "omen-of-sinistral-erasure", "craftable": {"category": "Omen"}, "w": 1, "h": 1} -{"name": "Omen of Sinistral Exaltation", "refName": "Omen of Sinistral Exaltation", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvT21lbnMvVm9vZG9vT21lbnMyWWVsbG93Iiwic2NhbGUiOjEsInJlYWxtIjoicG9lMiJ9XQ/6d316b47ee/VoodooOmens2Yellow.png", "tradeTag": "omen-of-sinistral-exaltation", "craftable": {"category": "Omen"}, "w": 1, "h": 1} -{"name": "Omen of Whittling", "refName": "Omen of Whittling", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvT21lbnMvVm9vZG9vT21lbnMxRGFyayIsInNjYWxlIjoxLCJyZWFsbSI6InBvZTIifV0/2dea0999d5/VoodooOmens1Dark.png", "tradeTag": "omen-of-whittling", "craftable": {"category": "Omen"}, "w": 1, "h": 1} -{"name": "Omniscient Voidstone", "refName": "Omniscient Voidstone", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "AtlasUpgradeItem"}, "w": 1, "h": 1} -{"name": "Operative's Scouting Report", "refName": "Operative's Scouting Report", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvU2NvdXRpbmdSZXBvcnQiLCJ3IjoxLCJoIjoxLCJzY2FsZSI6MX1d/584635f3c8/ScoutingReport.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Orb of Alchemy", "refName": "Orb of Alchemy", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQ3VycmVuY3lVcGdyYWRlVG9SYXJlIiwic2NhbGUiOjEsInJlYWxtIjoicG9lMiJ9XQ/9b80b44821/CurrencyUpgradeToRare.png", "tradeTag": "alch", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Orb of Alteration", "refName": "Orb of Alteration", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQ3VycmVuY3lSZXJvbGxNYWdpYyIsInNjYWxlIjoxfV0/6308fc8ca2/CurrencyRerollMagic.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Orb of Annulment", "refName": "Orb of Annulment", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQW5udWxsT3JiIiwic2NhbGUiOjEsInJlYWxtIjoicG9lMiJ9XQ/2daba8ccca/AnnullOrb.png", "tradeTag": "annul", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Orb of Augmentation", "refName": "Orb of Augmentation", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQ3VycmVuY3lBZGRNb2RUb01hZ2ljIiwic2NhbGUiOjEsInJlYWxtIjoicG9lMiJ9XQ/c8ad0ddc84/CurrencyAddModToMagic.png", "tradeTag": "aug", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Orb of Binding", "refName": "Orb of Binding", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQmluZGluZ09yYiIsInNjYWxlIjoxfV0/aac9579bd2/BindingOrb.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Orb of Chance", "refName": "Orb of Chance", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQ3VycmVuY3lVcGdyYWRlVG9VbmlxdWUiLCJzY2FsZSI6MSwicmVhbG0iOiJwb2UyIn1d/93c6cc8d5b/CurrencyUpgradeToUnique.png", "tradeTag": "chance", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Orb of Conflict", "refName": "Orb of Conflict", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQ29uZmxpY3RPcmJSYW5rMSIsInNjYWxlIjoxfV0/7e02c990fc/ConflictOrbRank1.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Orb of Dominance", "refName": "Orb of Dominance", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvTWF2ZW5PcmIiLCJzY2FsZSI6MX1d/f307d80bfd/MavenOrb.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Orb of Fusing", "refName": "Orb of Fusing", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQ3VycmVuY3lSZXJvbGxTb2NrZXRMaW5rcyIsInNjYWxlIjoxfV0/c5e1959880/CurrencyRerollSocketLinks.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Orb of Horizons", "refName": "Orb of Horizons", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSG9yaXpvbk9yYiIsInNjYWxlIjoxfV0/0891338fb0/HorizonOrb.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Orb of Regret", "refName": "Orb of Regret", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQ3VycmVuY3lQYXNzaXZlU2tpbGxSZWZ1bmQiLCJzY2FsZSI6MX1d/32d499f562/CurrencyPassiveSkillRefund.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Orb of Scouring", "refName": "Orb of Scouring", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQ3VycmVuY3lDb252ZXJ0VG9Ob3JtYWwiLCJzY2FsZSI6MX1d/a0981d67fe/CurrencyConvertToNormal.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Orb of Storms", "refName": "Orb of Storms", "namespace": "GEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvR2Vtcy9TdG9ybUNsb3VkR2VtIiwidyI6MSwiaCI6MSwic2NhbGUiOjF9XQ/5b77e4b3b2/StormCloudGem.png", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Orb of Transmutation", "refName": "Orb of Transmutation", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQ3VycmVuY3lVcGdyYWRlVG9NYWdpYyIsInNjYWxlIjoxLCJyZWFsbSI6InBvZTIifV0/2f8e1ff9f8/CurrencyUpgradeToMagic.png", "tradeTag": "transmute", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Orb of Unmaking", "refName": "Orb of Unmaking", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvUmVncmV0T3JiIiwic2NhbGUiOjF9XQ/beae1b00c7/RegretOrb.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Orbala's Fifth Adventure", "refName": "Orbala's Fifth Adventure", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "HeistObjective"}, "w": 2, "h": 4} -{"name": "Order Artifact", "refName": "Order Artifact", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXhwZWRpdGlvbi9SdW5lMTMiLCJzY2FsZSI6MSwicmVhbG0iOiJwb2UyIn1d/47a41c9782/Rune13.png", "tradeTag": "order-artifact", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Ornate Belt", "refName": "Ornate Belt", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Belt"}, "w": 2, "h": 1} -{"name": "Ornate Buckler", "refName": "Ornate Buckler", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Shield"}, "armour": {"ev": [113, 113]}, "w": 2, "h": 2} -{"name": "Ornate Gauntlets", "refName": "Ornate Gauntlets", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Gloves"}, "armour": {"ar": [67, 67], "ev": [61, 61]}, "w": 2, "h": 2} -{"name": "Ornate Incubator", "refName": "Ornate Incubator", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5jdWJhdGlvbi9JbmN1YmF0aW9uQ3VycmVuY3kiLCJzY2FsZSI6MX1d/e8a6d32623/IncubationCurrency.png", "craftable": {"category": "Incubator"}, "w": 1, "h": 1} -{"name": "Ornate Incubator", "refName": "Ornate Incubator", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5jdWJhdGlvbi9JbmN1YmF0aW9uQ3VycmVuY3kiLCJzY2FsZSI6MX1d/e8a6d32623/IncubationCurrency.png", "craftable": {"category": "Incubator"}, "w": 1, "h": 1} -{"name": "Otherworldly Book of Knowledge I", "refName": "Otherworldly Book of Knowledge I", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "Otherworldly Book of Knowledge II", "refName": "Otherworldly Book of Knowledge II", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "Otherworldly Book of Knowledge III", "refName": "Otherworldly Book of Knowledge III", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "Otherworldly Book of Knowledge IV", "refName": "Otherworldly Book of Knowledge IV", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "Otherworldly Incubator", "refName": "Otherworldly Incubator", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5jdWJhdGlvbi9JbmN1YmF0aW9uTWFwcyIsInNjYWxlIjoxfV0/3d07c20be0/IncubationMaps.png", "craftable": {"category": "Incubator"}, "w": 1, "h": 1} -{"name": "Otherworldly Incubator", "refName": "Otherworldly Incubator", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5jdWJhdGlvbi9JbmN1YmF0aW9uTWFwcyIsInNjYWxlIjoxfV0/3d07c20be0/IncubationMaps.png", "craftable": {"category": "Incubator"}, "w": 1, "h": 1} -{"name": "Otherworldly Scouting Report", "refName": "Otherworldly Scouting Report", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvU2NvdXRpbmdSZXBvcnQiLCJ3IjoxLCJoIjoxLCJzY2FsZSI6MX1d/584635f3c8/ScoutingReport.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Oubliette Reliquary Key", "refName": "Oubliette Reliquary Key", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9TaXJ1c0ZvaWwiLCJzY2FsZSI6MX1d/1ada8ca2a7/SirusFoil.png", "craftable": {"category": "VaultKey"}, "w": 1, "h": 1} -{"name": "Overabundance", "refName": "Overabundance", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Overcharge", "refName": "Overcharge", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Overpower", "refName": "Overpower", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Overwhelming Presence", "refName": "Overwhelming Presence", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Padded Leggings", "refName": "Padded Leggings", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Boots"}, "armour": {"ar": [18, 18], "es": [9, 9]}, "w": 2, "h": 2} -{"name": "Pain Offering", "refName": "Pain Offering", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Painted Tower Shield", "refName": "Painted Tower Shield", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQXJtb3Vycy9TaGllbGRzL1NoaWVsZFN0cjciLCJ3IjoyLCJoIjo0LCJzY2FsZSI6MX1d/80f9f1abea/ShieldStr7.png", "craftable": {"category": "Shield"}, "armour": {"ar": [29, 29]}, "w": 2, "h": 4} -{"name": "Pale Court Set", "refName": "Pale Court Set", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MapFragment"}, "w": 2, "h": 2} -{"name": "Paralysing Staff", "refName": "Paralysing Staff", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Staff"}, "w": 1, "h": 4} -{"name": "Parrying Dagger", "refName": "Parrying Dagger", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Dagger"}, "w": 1, "h": 3} -{"name": "Pathfinder Coat", "refName": "Pathfinder Coat", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ev": [78, 78]}, "w": 2, "h": 3} -{"name": "Paua Focus", "refName": "Paua Focus", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Focus"}, "armour": {"es": [43, 43]}, "w": 2, "h": 3} -{"name": "Pauascale Gloves", "refName": "Pauascale Gloves", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Gloves"}, "armour": {"es": [32, 32]}, "w": 2, "h": 2} -{"name": "Payload", "refName": "Payload", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Pearl Buckler", "refName": "Pearl Buckler", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Shield"}, "armour": {"ev": [105, 105]}, "w": 2, "h": 2} -{"name": "Pearl Ring", "refName": "Pearl Ring", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Ring"}, "w": 1, "h": 1} -{"name": "Pelage Targe", "refName": "Pelage Targe", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Shield"}, "armour": {"ar": [18, 18], "ev": [14, 14]}, "w": 2, "h": 3} -{"name": "Pelt Leggings", "refName": "Pelt Leggings", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Boots"}, "armour": {"ar": [56, 56], "es": [21, 21]}, "w": 2, "h": 2} -{"name": "Pelt Mantle", "refName": "Pelt Mantle", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ar": [50, 50], "es": [23, 23]}, "w": 2, "h": 3} -{"name": "Penetrating Quiver", "refName": "Penetrating Quiver", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Quiver"}, "w": 2, "h": 3} -{"name": "Perandus Coin", "refName": "Perandus Coin", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Perfect Fossil", "refName": "Perfect Fossil", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Perfect Jeweller's Orb", "refName": "Perfect Jeweller's Orb", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Perfect Strike", "refName": "Perfect Strike", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Permafrost Bolts", "refName": "Permafrost Bolts", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Perpetual Charge", "refName": "Perpetual Charge", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Persistence", "refName": "Persistence", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Phalanx Tower Shield", "refName": "Phalanx Tower Shield", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Shield"}, "armour": {"ar": [125, 125]}, "w": 2, "h": 4} -{"name": "Physical Mastery", "refName": "Physical Mastery", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Pict Claw", "refName": "Pict Claw", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Claw"}, "w": 2, "h": 2} -{"name": "Pierce", "refName": "Pierce", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Piercing Claw", "refName": "Piercing Claw", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Claw"}, "w": 2, "h": 2} -{"name": "Piercing Crossbow", "refName": "Piercing Crossbow", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Crossbow"}, "w": 2, "h": 4} -{"name": "Pile of Inexplicable Junk", "refName": "Pile of Inexplicable Junk", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Pilgrim Vestments", "refName": "Pilgrim Vestments", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ar": [25, 25], "es": [16, 16]}, "w": 2, "h": 3} -{"name": "Pin", "refName": "Pin", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Pinpoint Critical", "refName": "Pinpoint Critical", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Pious Leggings", "refName": "Pious Leggings", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Boots"}, "armour": {"ar": [100, 100], "es": [35, 35]}, "w": 2, "h": 2} -{"name": "Pious Sceptre", "refName": "Pious Sceptre", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Sceptre"}, "w": 2, "h": 3} -{"name": "Plague Bearer", "refName": "Plague Bearer", "namespace": "GEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvR2Vtcy9QbGFndWVCZWFyZXJHZW0iLCJ3IjoxLCJoIjoxLCJzY2FsZSI6MX1d/9b3e8e4025/PlagueBearerGem.png", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Plasma Blast", "refName": "Plasma Blast", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Plate Belt", "refName": "Plate Belt", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Belt"}, "w": 2, "h": 1} -{"name": "Plate Gauntlets", "refName": "Plate Gauntlets", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Gloves"}, "armour": {"ar": [48, 48], "ev": [44, 44]}, "w": 2, "h": 2} -{"name": "Plated Buckler", "refName": "Plated Buckler", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Shield"}, "armour": {"ev": [32, 32]}, "w": 2, "h": 2} -{"name": "Plated Claw", "refName": "Plated Claw", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Claw"}, "w": 2, "h": 2} -{"name": "Plated Mace", "refName": "Plated Mace", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "One Hand Mace"}, "w": 2, "h": 3} -{"name": "Plated Raiment", "refName": "Plated Raiment", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"es": [117, 117]}, "w": 2, "h": 3} -{"name": "Platinum Glennach Cairns Watchstone", "refName": "Platinum Glennach Cairns Watchstone", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "AtlasUpgradeItem"}, "w": 1, "h": 1} -{"name": "Platinum Haewark Hamlet Watchstone", "refName": "Platinum Haewark Hamlet Watchstone", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "AtlasUpgradeItem"}, "w": 1, "h": 1} -{"name": "Platinum Lex Ejoris Watchstone", "refName": "Platinum Lex Ejoris Watchstone", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "AtlasUpgradeItem"}, "w": 1, "h": 1} -{"name": "Platinum Lex Proxima Watchstone", "refName": "Platinum Lex Proxima Watchstone", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "AtlasUpgradeItem"}, "w": 1, "h": 1} -{"name": "Platinum Lira Arthain Watchstone", "refName": "Platinum Lira Arthain Watchstone", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "AtlasUpgradeItem"}, "w": 1, "h": 1} -{"name": "Platinum New Vastir Watchstone", "refName": "Platinum New Vastir Watchstone", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "AtlasUpgradeItem"}, "w": 1, "h": 1} -{"name": "Platinum Tirn's End Watchstone", "refName": "Platinum Tirn's End Watchstone", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "AtlasUpgradeItem"}, "w": 1, "h": 1} -{"name": "Platinum Valdo's Rest Watchstone", "refName": "Platinum Valdo's Rest Watchstone", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "AtlasUpgradeItem"}, "w": 1, "h": 1} -{"name": "Playtest Attack", "refName": "Playtest Attack", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Playtest Slam", "refName": "Playtest Slam", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Playtest Spell", "refName": "Playtest Spell", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Plumed Focus", "refName": "Plumed Focus", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Focus"}, "armour": {"es": [34, 34]}, "w": 2, "h": 3} -{"name": "Pointed Maul", "refName": "Pointed Maul", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Two Hand Mace"}, "w": 2, "h": 4} -{"name": "Poisonburst Arrow", "refName": "Poisonburst Arrow", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Poisoned Lockpick", "refName": "Poisoned Lockpick", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Poisonous Concoction", "refName": "Poisonous Concoction", "namespace": "GEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvR2Vtcy9Qb2lzb25vdXNDb25jb2N0aW9uIiwidyI6MSwiaCI6MSwic2NhbGUiOjF9XQ/b1cde568a6/PoisonousConcoction.png", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Polaric Invitation", "refName": "Polaric Invitation", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvUXVlc3RJdGVtcy9DbGVhbnNpbmdGaXJlT3JiUXVlc3QwIiwic2NhbGUiOjF9XQ/b5b962d0c8/CleansingFireOrbQuest0.png", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Polaric Invitation", "refName": "Polaric Invitation", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvUXVlc3RJdGVtcy9DbGVhbnNpbmdGaXJlT3JiUXVlc3QwIiwic2NhbGUiOjF9XQ/b5b962d0c8/CleansingFireOrbQuest0.png", "craftable": {"category": "MiscMapItem"}, "w": 1, "h": 1} -{"name": "Polished Abyss Scarab", "refName": "Polished Abyss Scarab", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Polished Ambush Scarab", "refName": "Polished Ambush Scarab", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Polished Bestiary Scarab", "refName": "Polished Bestiary Scarab", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Polished Blight Scarab", "refName": "Polished Blight Scarab", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Polished Breach Scarab", "refName": "Polished Breach Scarab", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Polished Cartography Scarab", "refName": "Polished Cartography Scarab", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Polished Divination Scarab", "refName": "Polished Divination Scarab", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Polished Elder Scarab", "refName": "Polished Elder Scarab", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Polished Expedition Scarab", "refName": "Polished Expedition Scarab", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Polished Harbinger Scarab", "refName": "Polished Harbinger Scarab", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Polished Legion Scarab", "refName": "Polished Legion Scarab", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Polished Metamorph Scarab", "refName": "Polished Metamorph Scarab", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Polished Reliquary Scarab", "refName": "Polished Reliquary Scarab", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Polished Sensing Charm", "refName": "Polished Sensing Charm", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGVpc3QvUG9saXNoZWRTZW5zaW5nQ2hhcm0iLCJ3IjoyLCJoIjoyLCJzY2FsZSI6MX1d/395f37968e/PolishedSensingCharm.png", "craftable": {"category": "HeistEquipmentTool"}, "w": 2, "h": 2} -{"name": "Polished Shaper Scarab", "refName": "Polished Shaper Scarab", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Polished Sulphite Scarab", "refName": "Polished Sulphite Scarab", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Polished Torment Scarab", "refName": "Polished Torment Scarab", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Portal Scroll", "refName": "Portal Scroll", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQ3VycmVuY3lQb3J0YWwiLCJzY2FsZSI6MX1d/d92d3478a0/CurrencyPortal.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Potent Alchemical Resonator", "refName": "Potent Alchemical Resonator", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGVsdmUvVXBncmFkZTJ4MUIiLCJ3IjoxLCJoIjoyLCJzY2FsZSI6MX1d/0a97cfef85/Upgrade2x1B.png", "craftable": {"category": "DelveSocketableCurrency"}, "w": 1, "h": 2} -{"name": "Potent Alchemical Resonator", "refName": "Potent Alchemical Resonator", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGVsdmUvVXBncmFkZTJ4MUIiLCJ3IjoxLCJoIjoyLCJzY2FsZSI6MX1d/0a97cfef85/Upgrade2x1B.png", "craftable": {"category": "DelveSocketableCurrency"}, "w": 1, "h": 2} -{"name": "Potent Chaotic Resonator", "refName": "Potent Chaotic Resonator", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGVsdmUvUmVyb2xsMngxQSIsInNjYWxlIjoxfV0/bee1bcfe36/Reroll2x1A.png", "craftable": {"category": "DelveSocketableCurrency"}, "w": 1, "h": 2} -{"name": "Potent Chaotic Resonator", "refName": "Potent Chaotic Resonator", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGVsdmUvUmVyb2xsMngxQSIsInNjYWxlIjoxfV0/bee1bcfe36/Reroll2x1A.png", "craftable": {"category": "DelveSocketableCurrency"}, "w": 1, "h": 2} -{"name": "Potential", "refName": "Potential", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Power Core", "refName": "Power Core", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Power Siphon", "refName": "Power Siphon", "namespace": "GEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvR2Vtcy9Qb3dlclNpcGhvbiIsInciOjEsImgiOjEsInNjYWxlIjoxfV0/8c00738194/PowerSiphon.png", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Powerful Alchemical Resonator", "refName": "Powerful Alchemical Resonator", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGVsdmUvVXBncmFkZTJ4MkEiLCJ3IjoyLCJoIjoyLCJzY2FsZSI6MX1d/30b32cdb00/Upgrade2x2A.png", "craftable": {"category": "DelveSocketableCurrency"}, "w": 2, "h": 2} -{"name": "Powerful Alchemical Resonator", "refName": "Powerful Alchemical Resonator", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGVsdmUvVXBncmFkZTJ4MkEiLCJ3IjoyLCJoIjoyLCJzY2FsZSI6MX1d/30b32cdb00/Upgrade2x2A.png", "craftable": {"category": "DelveSocketableCurrency"}, "w": 2, "h": 2} -{"name": "Powerful Chaotic Resonator", "refName": "Powerful Chaotic Resonator", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGVsdmUvUmVyb2xsMngyQSIsInNjYWxlIjoxfV0/80b90b6b94/Reroll2x2A.png", "craftable": {"category": "DelveSocketableCurrency"}, "w": 2, "h": 2} -{"name": "Powerful Chaotic Resonator", "refName": "Powerful Chaotic Resonator", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGVsdmUvUmVyb2xsMngyQSIsInNjYWxlIjoxfV0/80b90b6b94/Reroll2x2A.png", "craftable": {"category": "DelveSocketableCurrency"}, "w": 2, "h": 2} -{"name": "Practiced Combo", "refName": "Practiced Combo", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Precise Arrowhead", "refName": "Precise Arrowhead", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGVpc3QvQXJyb3doZWFkUHJlY2lzZSIsInciOjIsImgiOjIsInNjYWxlIjoxfV0/6cb3029c66/ArrowheadPrecise.png", "craftable": {"category": "HeistEquipmentWeapon"}, "w": 2, "h": 2} -{"name": "Precise Greathammer", "refName": "Precise Greathammer", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Two Hand Mace"}, "w": 2, "h": 4} -{"name": "Precision", "refName": "Precision", "namespace": "GEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvR2Vtcy9BY2N1cmFjeWFuZENyaXRpY2FsQ2hhbmNlQXVyYSIsInciOjEsImgiOjEsInNjYWxlIjoxfV0/3996a0a9cf/AccuracyandCriticalChanceAura.png", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Precursor Tablet", "refName": "Precursor Tablet", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvUHJlY3Vyc29yVGFibGV0cy9QcmVjdXJzb3JUYWJsZXRHZW5lcmljIiwic2NhbGUiOjEsInJlYWxtIjoicG9lMiJ9XQ/5658ce7f2d/PrecursorTabletGeneric.png", "tradeTag": "precursor-tablet", "craftable": {"category": "TowerAugment"}, "w": 1, "h": 1} -{"name": "Premeditation", "refName": "Premeditation", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Preventative Contract", "refName": "Preventative Contract", "namespace": "ITEM", "icon": "", "craftable": {"category": "HeistContract"}, "w": 1, "h": 1} -{"name": "Primal Armament", "refName": "Primal Armament", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Primal Crystallised Lifeforce", "refName": "Primal Crystallised Lifeforce", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGFydmVzdC9QcmltYWxMaWZlZm9yY2UiLCJzY2FsZSI6MX1d/c498cdfd7f/PrimalLifeforce.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Primal Incubator", "refName": "Primal Incubator", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5jdWJhdGlvbi9JbmN1YmF0aW9uVGFsaXNtYW5zIiwic2NhbGUiOjF9XQ/994245860e/IncubationTalismans.png", "craftable": {"category": "Incubator"}, "w": 1, "h": 1} -{"name": "Primal Incubator", "refName": "Primal Incubator", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5jdWJhdGlvbi9JbmN1YmF0aW9uVGFsaXNtYW5zIiwic2NhbGUiOjF9XQ/994245860e/IncubationTalismans.png", "craftable": {"category": "Incubator"}, "w": 1, "h": 1} -{"name": "Prime Alchemical Resonator", "refName": "Prime Alchemical Resonator", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGVsdmUvVXBncmFkZTJ4MkMiLCJ3IjoyLCJoIjoyLCJzY2FsZSI6MX1d/5192b134c8/Upgrade2x2C.png", "craftable": {"category": "DelveSocketableCurrency"}, "w": 2, "h": 2} -{"name": "Prime Alchemical Resonator", "refName": "Prime Alchemical Resonator", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGVsdmUvVXBncmFkZTJ4MkMiLCJ3IjoyLCJoIjoyLCJzY2FsZSI6MX1d/5192b134c8/Upgrade2x2C.png", "craftable": {"category": "DelveSocketableCurrency"}, "w": 2, "h": 2} -{"name": "Prime Chaotic Resonator", "refName": "Prime Chaotic Resonator", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGVsdmUvUmVyb2xsMngyQyIsInNjYWxlIjoxfV0/c624d45072/Reroll2x2C.png", "craftable": {"category": "DelveSocketableCurrency"}, "w": 2, "h": 2} -{"name": "Prime Chaotic Resonator", "refName": "Prime Chaotic Resonator", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGVsdmUvUmVyb2xsMngyQyIsInNjYWxlIjoxfV0/c624d45072/Reroll2x2C.png", "craftable": {"category": "DelveSocketableCurrency"}, "w": 2, "h": 2} -{"name": "Prime Regrading Lens", "refName": "Prime Regrading Lens", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Prime Sextant", "refName": "Prime Sextant", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Primed Quiver", "refName": "Primed Quiver", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Quiver"}, "w": 2, "h": 3} -{"name": "Primeval Apex Sentinel", "refName": "Primeval Apex Sentinel", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "SentinelDrone"}, "w": 2, "h": 2} -{"name": "Primeval Pandemonium Sentinel", "refName": "Primeval Pandemonium Sentinel", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "SentinelDrone"}, "w": 2, "h": 2} -{"name": "Primeval Stalker Sentinel", "refName": "Primeval Stalker Sentinel", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "SentinelDrone"}, "w": 2, "h": 2} -{"name": "Primitive Alchemical Resonator", "refName": "Primitive Alchemical Resonator", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGVsdmUvVXBncmFkZTF4MUEiLCJ3IjoxLCJoIjoxLCJzY2FsZSI6MX1d/bf5a71a635/Upgrade1x1A.png", "craftable": {"category": "DelveSocketableCurrency"}, "w": 1, "h": 1} -{"name": "Primitive Alchemical Resonator", "refName": "Primitive Alchemical Resonator", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGVsdmUvVXBncmFkZTF4MUEiLCJ3IjoxLCJoIjoxLCJzY2FsZSI6MX1d/bf5a71a635/Upgrade1x1A.png", "craftable": {"category": "DelveSocketableCurrency"}, "w": 1, "h": 1} -{"name": "Primitive Chaotic Resonator", "refName": "Primitive Chaotic Resonator", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGVsdmUvUmVyb2xsMXgxQSIsInNjYWxlIjoxfV0/9c7dcd6158/Reroll1x1A.png", "craftable": {"category": "DelveSocketableCurrency"}, "w": 1, "h": 1} -{"name": "Primitive Chaotic Resonator", "refName": "Primitive Chaotic Resonator", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGVsdmUvUmVyb2xsMXgxQSIsInNjYWxlIjoxfV0/9c7dcd6158/Reroll1x1A.png", "craftable": {"category": "DelveSocketableCurrency"}, "w": 1, "h": 1} -{"name": "Primordial Wand", "refName": "Primordial Wand", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Wand"}, "w": 1, "h": 3} -{"name": "Prismatic Fossil", "refName": "Prismatic Fossil", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGVsdmUvUHJpc21hdGljRm9zc2lsIiwic2NhbGUiOjF9XQ/af5347946f/PrismaticFossil.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Prismatic Ring", "refName": "Prismatic Ring", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvUmluZ3MvUmluZzEyIiwidyI6MSwiaCI6MSwic2NhbGUiOjF9XQ/51db874b5c/Ring12.png", "craftable": {"category": "Ring"}, "w": 1, "h": 1} -{"name": "Pristine Fossil", "refName": "Pristine Fossil", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGVsdmUvUHJpc3RpbmVGb3NzaWwiLCJzY2FsZSI6MX1d/bc91a1b44b/PristineFossil.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Profane Cleaver", "refName": "Profane Cleaver", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "One Hand Axe"}, "w": 2, "h": 3} -{"name": "Profane Ritual", "refName": "Profane Ritual", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Profusion", "refName": "Profusion", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Prophecy", "refName": "Prophecy", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Punch", "refName": "Punch", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Puncture", "refName": "Puncture", "namespace": "GEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvR2Vtcy9QdW5jdHVyZSIsInciOjEsImgiOjEsInNjYWxlIjoxfV0/5c16efd68b/Puncture.png", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Purity of Fire", "refName": "Purity of Fire", "namespace": "GEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvR2Vtcy9GaXJlUmVzaXN0QXVyYSIsInciOjEsImgiOjEsInNjYWxlIjoxfV0/973e94bf0a/FireResistAura.png", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Purity of Ice", "refName": "Purity of Ice", "namespace": "GEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvR2Vtcy9Db2xkUmVzaXN0QXVyYSIsInciOjEsImgiOjEsInNjYWxlIjoxfV0/0ebc7da568/ColdResistAura.png", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Purity of Lightning", "refName": "Purity of Lightning", "namespace": "GEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvR2Vtcy9MaWdodG5pbmdSZXNpc3RBdXJhIiwidyI6MSwiaCI6MSwic2NhbGUiOjF9XQ/4c883997e3/LightningResistAura.png", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Pyrophyte Staff", "refName": "Pyrophyte Staff", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Staff"}, "w": 1, "h": 4} -{"name": "Quarterstaff Strike", "refName": "Quarterstaff Strike", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Quilted Vest", "refName": "Quilted Vest", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ev": [44, 44]}, "w": 2, "h": 3} -{"name": "Rage", "refName": "Rage", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Rageforged", "refName": "Rageforged", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Raging Cry", "refName": "Raging Cry", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Raging Spirits", "refName": "Raging Spirits", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Raider Plate", "refName": "Raider Plate", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ar": [121, 121]}, "w": 2, "h": 3} -{"name": "Rain of Arrows", "refName": "Rain of Arrows", "namespace": "GEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvR2Vtcy9SYWlub2ZBcnJvd3MiLCJ3IjoxLCJoIjoxLCJzY2FsZSI6MX1d/a7e02c03ad/RainofArrows.png", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Raise Shield", "refName": "Raise Shield", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Raise Zombie", "refName": "Raise Zombie", "namespace": "GEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvR2Vtcy9SYWlzZVpvbWJpZSIsInciOjEsImgiOjEsInNjYWxlIjoxfV0/91518203be/RaiseZombie.png", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Rampage", "refName": "Rampage", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Rampart Tower Shield", "refName": "Rampart Tower Shield", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Shield"}, "armour": {"ar": [75, 75]}, "w": 2, "h": 4} -{"name": "Random Amulet", "refName": "Random Amulet", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 1, "h": 1} -{"name": "Random Belt", "refName": "Random Belt", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 1} -{"name": "Random Body Armour", "refName": "Random Body Armour", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 3} -{"name": "Random Body Armour", "refName": "Random Body Armour", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 3} -{"name": "Random Body Armour", "refName": "Random Body Armour", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 3} -{"name": "Random Body Armour", "refName": "Random Body Armour", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 3} -{"name": "Random Body Armour", "refName": "Random Body Armour", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 3} -{"name": "Random Body Armour", "refName": "Random Body Armour", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 3} -{"name": "Random Boots", "refName": "Random Boots", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 2} -{"name": "Random Boots", "refName": "Random Boots", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 2} -{"name": "Random Boots", "refName": "Random Boots", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 2} -{"name": "Random Boots", "refName": "Random Boots", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 2} -{"name": "Random Boots", "refName": "Random Boots", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 2} -{"name": "Random Boots", "refName": "Random Boots", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 2} -{"name": "Random Bow", "refName": "Random Bow", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 4} -{"name": "Random Buckler", "refName": "Random Buckler", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 2} -{"name": "Random Claw", "refName": "Random Claw", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 2} -{"name": "Random Crossbow", "refName": "Random Crossbow", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 4} -{"name": "Random Dagger", "refName": "Random Dagger", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 1, "h": 3} -{"name": "Random Flail", "refName": "Random Flail", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 3} -{"name": "Random Focus", "refName": "Random Focus", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 3} -{"name": "Random Gloves", "refName": "Random Gloves", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 2} -{"name": "Random Gloves", "refName": "Random Gloves", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 2} -{"name": "Random Gloves", "refName": "Random Gloves", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 2} -{"name": "Random Gloves", "refName": "Random Gloves", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 2} -{"name": "Random Gloves", "refName": "Random Gloves", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 2} -{"name": "Random Gloves", "refName": "Random Gloves", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 2} -{"name": "Random Helmet", "refName": "Random Helmet", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 2} -{"name": "Random Helmet", "refName": "Random Helmet", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 2} -{"name": "Random Helmet", "refName": "Random Helmet", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 2} -{"name": "Random Helmet", "refName": "Random Helmet", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 2} -{"name": "Random Helmet", "refName": "Random Helmet", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 2} -{"name": "Random Helmet", "refName": "Random Helmet", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 2} -{"name": "Random One Handed Axe", "refName": "Random One Handed Axe", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 3} -{"name": "Random One Handed Mace", "refName": "Random One Handed Mace", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 3} -{"name": "Random One Handed Sword", "refName": "Random One Handed Sword", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 3} -{"name": "Random Quarterstaff", "refName": "Random Quarterstaff", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 4} -{"name": "Random Quiver", "refName": "Random Quiver", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 3} -{"name": "Random Ring", "refName": "Random Ring", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 1, "h": 1} -{"name": "Random Sceptre", "refName": "Random Sceptre", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 3} -{"name": "Random Shield", "refName": "Random Shield", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 4} -{"name": "Random Shield", "refName": "Random Shield", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 3} -{"name": "Random Shield", "refName": "Random Shield", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 3} -{"name": "Random Spear", "refName": "Random Spear", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 1, "h": 4} -{"name": "Random Staff", "refName": "Random Staff", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 1, "h": 4} -{"name": "Random Trap", "refName": "Random Trap", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 2} -{"name": "Random Two Handed Axe", "refName": "Random Two Handed Axe", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 4} -{"name": "Random Two Handed Mace", "refName": "Random Two Handed Mace", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 4} -{"name": "Random Two Handed Sword", "refName": "Random Two Handed Sword", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 4} -{"name": "Random Wand", "refName": "Random Wand", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 1, "h": 3} -{"name": "Rapid Assault", "refName": "Rapid Assault", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Rapid Shot", "refName": "Rapid Shot", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Rattling Sceptre", "refName": "Rattling Sceptre", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Sceptre"}, "w": 2, "h": 3} -{"name": "Rawhide Belt", "refName": "Rawhide Belt", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Belt"}, "w": 2, "h": 1} -{"name": "Rawhide Boots", "refName": "Rawhide Boots", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQXJtb3Vycy9Cb290cy9Cb290c0RleDEiLCJ3IjoyLCJoIjoyLCJzY2FsZSI6MX1d/d9494fc647/BootsDex1.png", "craftable": {"category": "Boots"}, "armour": {"ev": [15, 15]}, "w": 2, "h": 2} -{"name": "Razorglass Claw", "refName": "Razorglass Claw", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Claw"}, "w": 2, "h": 2} -{"name": "Reap", "refName": "Reap", "namespace": "GEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvR2Vtcy9CbG9vZHJlYXBHZW0iLCJ3IjoxLCJoIjoxLCJzY2FsZSI6MX1d/a57bea32ba/BloodreapGem.png", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Reaper's Invocation", "refName": "Reaper's Invocation", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MetaSkillGem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Reaping Staff", "refName": "Reaping Staff", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Staff"}, "w": 1, "h": 4} -{"name": "Reaver Catalyst", "refName": "Reaver Catalyst", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQnJlYWNoL0JyZWFjaENhdGFseXN0QXR0YWNrIiwic2NhbGUiOjEsInJlYWxtIjoicG9lMiJ9XQ/ccc363f502/BreachCatalystAttack.png", "tradeTag": "reaver-catalyst", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Reaver Glaive", "refName": "Reaver Glaive", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Two Hand Axe"}, "w": 2, "h": 4} -{"name": "Rebirth Rune", "refName": "Rebirth Rune", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvUnVuZXMvTGlmZVJlY292ZXJ5UnVuZSIsInNjYWxlIjoxLCJyZWFsbSI6InBvZTIifV0/bbbb060773/LifeRecoveryRune.png", "tradeTag": "rebirth-rune", "craftable": {"category": "SoulCore"}, "w": 1, "h": 1} -{"name": "Recurve Bow", "refName": "Recurve Bow", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvV2VhcG9ucy9Ud29IYW5kV2VhcG9ucy9Cb3dzL0JvdzUiLCJ3IjoyLCJoIjo0LCJzY2FsZSI6MX1d/2c90c93faf/Bow5.png", "craftable": {"category": "Bow"}, "w": 2, "h": 4} -{"name": "Red Mushroom", "refName": "Red Mushroom", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 2} -{"name": "Redeemer's Exalted Orb", "refName": "Redeemer's Exalted Orb", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5mbHVlbmNlIEV4YWx0cy9FeXJpZU9yYiIsInNjYWxlIjoxfV0/8ec9b52d65/EyrieOrb.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Reefsteel Greaves", "refName": "Reefsteel Greaves", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Boots"}, "armour": {"ar": [132, 132]}, "w": 2, "h": 2} -{"name": "Refined Trap", "refName": "Refined Trap", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "TrapTool"}, "w": 2, "h": 2} -{"name": "Regal Orb", "refName": "Regal Orb", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQ3VycmVuY3lVcGdyYWRlTWFnaWNUb1JhcmUiLCJzY2FsZSI6MSwicmVhbG0iOiJwb2UyIn1d/e8fb148e80/CurrencyUpgradeMagicToRare.png", "tradeTag": "regal", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Regal Shard", "refName": "Regal Shard", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQ3VycmVuY3lVcGdyYWRlTWFnaWNUb1JhcmVTaGFyZCIsInNjYWxlIjoxLCJyZWFsbSI6InBvZTIifV0/e4128abe92/CurrencyUpgradeMagicToRareShard.png", "tradeTag": "regal-shard", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Regalia Longsword", "refName": "Regalia Longsword", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Two Hand Sword"}, "w": 2, "h": 4} -{"name": "Regicide Disguise Kit", "refName": "Regicide Disguise Kit", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGVpc3QvVGhlYXRyZURpc2d1aXNlS2l0IiwidyI6MiwiaCI6Miwic2NhbGUiOjF9XQ/5a52352c52/TheatreDisguiseKit.png", "craftable": {"category": "HeistEquipmentTool"}, "w": 2, "h": 2} -{"name": "Reinforced Iron Net", "refName": "Reinforced Iron Net", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Reinforced Rope Net", "refName": "Reinforced Rope Net", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Reinforced Steel Net", "refName": "Reinforced Steel Net", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Rending Halberd", "refName": "Rending Halberd", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Two Hand Axe"}, "w": 2, "h": 4} -{"name": "Rending Staff", "refName": "Rending Staff", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Staff"}, "w": 1, "h": 4} -{"name": "Rescue Hana", "refName": "Rescue Hana", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Resonating Shield", "refName": "Resonating Shield", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Revered Vestments", "refName": "Revered Vestments", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ar": [245, 245], "es": [84, 84]}, "w": 2, "h": 3} -{"name": "Rhoahide Coat", "refName": "Rhoahide Coat", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ev": [131, 131]}, "w": 2, "h": 3} -{"name": "Ricochet", "refName": "Ricochet", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Ridged Buckler", "refName": "Ridged Buckler", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Shield"}, "armour": {"ev": [54, 54]}, "w": 2, "h": 2} -{"name": "Righteous Cuffs", "refName": "Righteous Cuffs", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Gloves"}, "armour": {"ar": [55, 55], "es": [19, 19]}, "w": 2, "h": 2} -{"name": "Ring", "refName": "Ring", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Ring"}, "w": 1, "h": 1} -{"name": "Ring Flail", "refName": "Ring Flail", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Flail"}, "w": 2, "h": 3} -{"name": "Ringed Buckler", "refName": "Ringed Buckler", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Shield"}, "armour": {"ev": [75, 75]}, "w": 2, "h": 2} -{"name": "Ringmail Gauntlets", "refName": "Ringmail Gauntlets", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Gloves"}, "armour": {"ar": [13, 13], "ev": [10, 10]}, "w": 2, "h": 2} -{"name": "Rippled Greatsword", "refName": "Rippled Greatsword", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Two Hand Sword"}, "w": 2, "h": 4} -{"name": "Ripwire Ballista", "refName": "Ripwire Ballista", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Rising Tempest", "refName": "Rising Tempest", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Ritual Precursor Tablet", "refName": "Ritual Precursor Tablet", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvUHJlY3Vyc29yVGFibGV0cy9QcmVjdXJzb3JUYWJsZXRSaXR1YWwiLCJzY2FsZSI6MSwicmVhbG0iOiJwb2UyIn1d/7c49d00f07/PrecursorTabletRitual.png", "tradeTag": "ritual-precursor-tablet", "craftable": {"category": "TowerAugment"}, "w": 1, "h": 1} -{"name": "Ritual Splinter", "refName": "Ritual Splinter", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvUml0dWFsL1JpdHVhbFNwbGludGVyIiwic2NhbGUiOjF9XQ/702c7441d8/RitualSplinter.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Ritual Vessel", "refName": "Ritual Vessel", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvUml0dWFsL0VmZmlneSIsInNjYWxlIjoxfV0/1686de4490/Effigy.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Ritualistic Book of Knowledge I", "refName": "Ritualistic Book of Knowledge I", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "Ritualistic Book of Knowledge II", "refName": "Ritualistic Book of Knowledge II", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "Ritualistic Book of Knowledge III", "refName": "Ritualistic Book of Knowledge III", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "Ritualistic Book of Knowledge IV", "refName": "Ritualistic Book of Knowledge IV", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "Ritualistic Curse", "refName": "Ritualistic Curse", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Riveted Mitts", "refName": "Riveted Mitts", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Gloves"}, "armour": {"ar": [31, 31]}, "w": 2, "h": 2} -{"name": "Roaring Staff", "refName": "Roaring Staff", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Staff"}, "w": 1, "h": 4} -{"name": "Rogue Armour", "refName": "Rogue Armour", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ar": [53, 53], "ev": [43, 43]}, "w": 2, "h": 3} -{"name": "Rogue's Marker", "refName": "Rogue's Marker", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGVpc3QvSGVpc3RDb2luQ3VycmVuY3kiLCJzY2FsZSI6MX1d/335e66630d/HeistCoinCurrency.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Rolling Magma", "refName": "Rolling Magma", "namespace": "GEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvR2Vtcy9GaXJlTW9ydGFyIiwidyI6MSwiaCI6MSwic2NhbGUiOjF9XQ/9339ca9a6b/FireMortar.png", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Rolling Slam", "refName": "Rolling Slam", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Rope Cuffs", "refName": "Rope Cuffs", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Gloves"}, "armour": {"ar": [12, 12], "es": [6, 6]}, "w": 2, "h": 2} -{"name": "Rough Greaves", "refName": "Rough Greaves", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Boots"}, "armour": {"ar": [22, 22]}, "w": 2, "h": 2} -{"name": "Rough Sharpening Stone", "refName": "Rough Sharpening Stone", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGVpc3QvUm91Z2hTaGFycGVuaW5nU3RvbmUiLCJ3IjoyLCJoIjoyLCJzY2FsZSI6MX1d/16a700882f/RoughSharpeningStone.png", "craftable": {"category": "HeistEquipmentWeapon"}, "w": 2, "h": 2} -{"name": "Ruby", "refName": "Ruby", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Jewel"}, "w": 1, "h": 1} -{"name": "Ruby Charm", "refName": "Ruby Charm", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Charm"}, "w": 1, "h": 1} -{"name": "Ruby Ring", "refName": "Ruby Ring", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvUmluZ3MvUmluZzciLCJ3IjoxLCJoIjoxLCJzY2FsZSI6MX1d/0e04df86a3/Ring7.png", "craftable": {"category": "Ring"}, "w": 1, "h": 1} -{"name": "Runed Bracers", "refName": "Runed Bracers", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGVpc3QvQnJhY2VyQmFzZVR5cGVfcnVuZWQiLCJ3IjoyLCJoIjoyLCJzY2FsZSI6MX1d/7fedd82771/BracerBaseType_runed.png", "craftable": {"category": "HeistEquipmentTool"}, "w": 2, "h": 2} -{"name": "Runed Girdle", "refName": "Runed Girdle", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 1} -{"name": "Runed Guard", "refName": "Runed Guard", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 2} -{"name": "Runed Skull Cap", "refName": "Runed Skull Cap", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "Runed Spikes", "refName": "Runed Spikes", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "Runic Book of Knowledge I", "refName": "Runic Book of Knowledge I", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "Runic Book of Knowledge II", "refName": "Runic Book of Knowledge II", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "Runic Book of Knowledge III", "refName": "Runic Book of Knowledge III", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "Runic Book of Knowledge IV", "refName": "Runic Book of Knowledge IV", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "Runic Shortsword", "refName": "Runic Shortsword", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "One Hand Sword"}, "w": 2, "h": 3} -{"name": "Rupture", "refName": "Rupture", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Rusted Abyss Scarab", "refName": "Rusted Abyss Scarab", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Rusted Ambush Scarab", "refName": "Rusted Ambush Scarab", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Rusted Bestiary Scarab", "refName": "Rusted Bestiary Scarab", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Rusted Blight Scarab", "refName": "Rusted Blight Scarab", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Rusted Breach Scarab", "refName": "Rusted Breach Scarab", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Rusted Cartography Scarab", "refName": "Rusted Cartography Scarab", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Rusted Cuirass", "refName": "Rusted Cuirass", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ar": [45, 45]}, "w": 2, "h": 3} -{"name": "Rusted Divination Scarab", "refName": "Rusted Divination Scarab", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Rusted Elder Scarab", "refName": "Rusted Elder Scarab", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Rusted Expedition Scarab", "refName": "Rusted Expedition Scarab", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Rusted Greathelm", "refName": "Rusted Greathelm", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"ar": [29, 29]}, "w": 2, "h": 2} -{"name": "Rusted Harbinger Scarab", "refName": "Rusted Harbinger Scarab", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Rusted Legion Scarab", "refName": "Rusted Legion Scarab", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Rusted Metamorph Scarab", "refName": "Rusted Metamorph Scarab", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Rusted Reliquary Scarab", "refName": "Rusted Reliquary Scarab", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Rusted Shaper Scarab", "refName": "Rusted Shaper Scarab", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Rusted Stalker Sentinel", "refName": "Rusted Stalker Sentinel", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "SentinelDrone"}, "w": 2, "h": 2} -{"name": "Rusted Sulphite Scarab", "refName": "Rusted Sulphite Scarab", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Rusted Torment Scarab", "refName": "Rusted Torment Scarab", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Ruthless", "refName": "Ruthless", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Sacral Quiver", "refName": "Sacral Quiver", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Quiver"}, "w": 2, "h": 3} -{"name": "Sacred Blossom", "refName": "Sacred Blossom", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9Pc2hhYmlNYXAiLCJzY2FsZSI6MX1d/ae20ec4d5f/OshabiMap.png", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Sacred Crystallised Lifeforce", "refName": "Sacred Crystallised Lifeforce", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGFydmVzdC9TYWNyZWRMaWZlZm9yY2UiLCJzY2FsZSI6MX1d/edfba3c893/SacredLifeforce.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Sacred Orb", "refName": "Sacred Orb", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvU2FjcmVkT3JiIiwic2NhbGUiOjF9XQ/0380fd0dba/SacredOrb.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Sacrifice", "refName": "Sacrifice", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Sacrifice Set", "refName": "Sacrifice Set", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MapFragment"}, "w": 2, "h": 2} -{"name": "Sacrifice at Dawn", "refName": "Sacrifice at Dawn", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9WYWFsMDIiLCJzY2FsZSI6MX1d/3516d95235/Vaal02.png", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Sacrifice at Dawn", "refName": "Sacrifice at Dawn", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9WYWFsMDIiLCJzY2FsZSI6MX1d/3516d95235/Vaal02.png", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Sacrifice at Dusk", "refName": "Sacrifice at Dusk", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9WYWFsMDQiLCJzY2FsZSI6MX1d/3be8311430/Vaal04.png", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Sacrifice at Dusk", "refName": "Sacrifice at Dusk", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9WYWFsMDQiLCJzY2FsZSI6MX1d/3be8311430/Vaal04.png", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Sacrifice at Midnight", "refName": "Sacrifice at Midnight", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9WYWFsMDEiLCJzY2FsZSI6MX1d/c7cd8058f6/Vaal01.png", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Sacrifice at Midnight", "refName": "Sacrifice at Midnight", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9WYWFsMDEiLCJzY2FsZSI6MX1d/c7cd8058f6/Vaal01.png", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Sacrifice at Noon", "refName": "Sacrifice at Noon", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9WYWFsMDMiLCJzY2FsZSI6MX1d/55524425f4/Vaal03.png", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Sacrifice at Noon", "refName": "Sacrifice at Noon", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9WYWFsMDMiLCJzY2FsZSI6MX1d/55524425f4/Vaal03.png", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Sacrificial Axe", "refName": "Sacrificial Axe", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "One Hand Axe"}, "w": 2, "h": 3} -{"name": "Sacrificial Dagger", "refName": "Sacrificial Dagger", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 3} -{"name": "Sacrificial Heart", "refName": "Sacrificial Heart", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQW11bGV0cy9TYWNyaWZpY2lhbF9IZWFydCIsInciOjEsImgiOjEsInNjYWxlIjoxfV0/e3daa4cd32/Sacrificial_Heart.png", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "Sacrificial Lamb", "refName": "Sacrificial Lamb", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Sacrificial Mantle", "refName": "Sacrificial Mantle", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ar": [123, 123], "es": [46, 46]}, "w": 2, "h": 3} -{"name": "Sanctified Fossil", "refName": "Sanctified Fossil", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGVsdmUvR2lsZGVkRm9zc2lsIiwic2NhbGUiOjF9XQ/fc2d3fdf51/GildedFossil.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Sanctified Relic", "refName": "Sanctified Relic", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Relic"}, "w": 1, "h": 2} -{"name": "Sanctified Relic", "refName": "Sanctified Relic", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Relic"}, "w": 1, "h": 2} -{"name": "Sanctified Relic", "refName": "Sanctified Relic", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Relic"}, "w": 1, "h": 2} -{"name": "Sapphire", "refName": "Sapphire", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Jewel"}, "w": 1, "h": 1} -{"name": "Sapphire Charm", "refName": "Sapphire Charm", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Charm"}, "w": 1, "h": 1} -{"name": "Sapphire Ring", "refName": "Sapphire Ring", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvUmluZ3MvUmluZzYiLCJ3IjoxLCJoIjoxLCJzY2FsZSI6MX1d/74a5d719fd/Ring6.png", "craftable": {"category": "Ring"}, "w": 1, "h": 1} -{"name": "Saqawine Lure", "refName": "Saqawine Lure", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Savage Greataxe", "refName": "Savage Greataxe", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Two Hand Axe"}, "w": 2, "h": 4} -{"name": "Scale Mail", "refName": "Scale Mail", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ar": [125, 125], "ev": [112, 112]}, "w": 2, "h": 3} -{"name": "Scalper's Jacket", "refName": "Scalper's Jacket", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ev": [117, 117], "es": [48, 48]}, "w": 2, "h": 3} -{"name": "Scattershot", "refName": "Scattershot", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Scavenged Plating", "refName": "Scavenged Plating", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Scimitar", "refName": "Scimitar", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "One Hand Sword"}, "w": 2, "h": 3} -{"name": "Scorched Fossil", "refName": "Scorched Fossil", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGVsdmUvQW1iZXJGaXJlRmx5Iiwic2NhbGUiOjF9XQ/0954934026/AmberFireFly.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Scoundrel Jacket", "refName": "Scoundrel Jacket", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ev": [133, 133], "es": [53, 53]}, "w": 2, "h": 3} -{"name": "Scout's Vest", "refName": "Scout's Vest", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ev": [184, 184]}, "w": 2, "h": 3} -{"name": "Screaming Invitation", "refName": "Screaming Invitation", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvUXVlc3RJdGVtcy9UYW5nbGVkT3JiUXVlc3Q1Iiwic2NhbGUiOjF9XQ/aad87e6738/TangledOrbQuest5.png", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Screaming Invitation", "refName": "Screaming Invitation", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvUXVlc3RJdGVtcy9UYW5nbGVkT3JiUXVlc3Q1Iiwic2NhbGUiOjF9XQ/aad87e6738/TangledOrbQuest5.png", "craftable": {"category": "MiscMapItem"}, "w": 1, "h": 1} -{"name": "Scroll Fragment", "refName": "Scroll Fragment", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Scroll of Wisdom", "refName": "Scroll of Wisdom", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQ3VycmVuY3lJZGVudGlmaWNhdGlvbiIsInNjYWxlIjoxLCJyZWFsbSI6InBvZTIifV0/884f7bc58b/CurrencyIdentification.png", "tradeTag": "wisdom", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Seaglass Spear", "refName": "Seaglass Spear", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Spear"}, "w": 1, "h": 4} -{"name": "Seal Relic", "refName": "Seal Relic", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Relic"}, "w": 2, "h": 1} -{"name": "Seal of Lunaris", "refName": "Seal of Lunaris", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "HeistObjective"}, "w": 2, "h": 2} -{"name": "Seal of Solaris", "refName": "Seal of Solaris", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "HeistObjective"}, "w": 2, "h": 2} -{"name": "Searing Flame", "refName": "Searing Flame", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Second Wind", "refName": "Second Wind", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Secondary Regrading Lens", "refName": "Secondary Regrading Lens", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Sectarian Crest Shield", "refName": "Sectarian Crest Shield", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Shield"}, "armour": {"ar": [47, 47], "es": [18, 18]}, "w": 2, "h": 3} -{"name": "Sectioned Bracers", "refName": "Sectioned Bracers", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Gloves"}, "armour": {"ev": [52, 52]}, "w": 2, "h": 2} -{"name": "Secured Leggings", "refName": "Secured Leggings", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Boots"}, "armour": {"ar": [33, 33], "es": [14, 14]}, "w": 2, "h": 2} -{"name": "Seer Crest Shield", "refName": "Seer Crest Shield", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Shield"}, "armour": {"ar": [65, 65], "es": [23, 23]}, "w": 2, "h": 3} -{"name": "Seismic Cry", "refName": "Seismic Cry", "namespace": "GEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvR2Vtcy9TZWlzbWljQ3J5U2tpbGxHZW0iLCJ3IjoxLCJoIjoxLCJzY2FsZSI6MX1d/f15f5c64ff/SeismicCrySkillGem.png", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Sentinel Controller", "refName": "Sentinel Controller", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "Serpentscale Coat", "refName": "Serpentscale Coat", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ev": [198, 198]}, "w": 2, "h": 3} -{"name": "Serrated Fossil", "refName": "Serrated Fossil", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGVsdmUvU2VycmF0ZWRGb3NzaWwiLCJzY2FsZSI6MX1d/227ff121c8/SerratedFossil.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Serrated Quiver", "refName": "Serrated Quiver", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Quiver"}, "w": 2, "h": 3} -{"name": "Shabby Hood", "refName": "Shabby Hood", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"ev": [19, 19]}, "w": 2, "h": 2} -{"name": "Shaded Mask", "refName": "Shaded Mask", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"ev": [99, 99], "es": [39, 39]}, "w": 2, "h": 2} -{"name": "Shaman Mantle", "refName": "Shaman Mantle", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ar": [100, 100], "es": [39, 39]}, "w": 2, "h": 3} -{"name": "Shaper's Orb (Tier 1)", "refName": "Shaper's Orb (Tier 1)", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Shaper's Orb (Tier 10)", "refName": "Shaper's Orb (Tier 10)", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Shaper's Orb (Tier 10)", "refName": "Shaper's Orb (Tier 10)", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Shaper's Orb (Tier 10)", "refName": "Shaper's Orb (Tier 10)", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Shaper's Orb (Tier 2)", "refName": "Shaper's Orb (Tier 2)", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Shaper's Orb (Tier 3)", "refName": "Shaper's Orb (Tier 3)", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Shaper's Orb (Tier 4)", "refName": "Shaper's Orb (Tier 4)", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Shaper's Orb (Tier 5)", "refName": "Shaper's Orb (Tier 5)", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Shaper's Orb (Tier 6)", "refName": "Shaper's Orb (Tier 6)", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Shaper's Orb (Tier 7)", "refName": "Shaper's Orb (Tier 7)", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Shaper's Orb (Tier 8)", "refName": "Shaper's Orb (Tier 8)", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Shaper's Orb (Tier 8)", "refName": "Shaper's Orb (Tier 8)", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Shaper's Orb (Tier 9)", "refName": "Shaper's Orb (Tier 9)", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Shaper's Orb (Tier 9)", "refName": "Shaper's Orb (Tier 9)", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Shaper's Orb (Tier 9)", "refName": "Shaper's Orb (Tier 9)", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Shard Scavenger", "refName": "Shard Scavenger", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Sharktooth Claw", "refName": "Sharktooth Claw", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvV2VhcG9ucy9PbmVIYW5kV2VhcG9ucy9DbGF3cy9DbGF3MiIsInciOjIsImgiOjIsInNjYWxlIjoxfV0/8b8d9559cd/Claw2.png", "craftable": {"category": "Claw"}, "w": 2, "h": 2} -{"name": "Shattering Concoction", "refName": "Shattering Concoction", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Shattering Palm", "refName": "Shattering Palm", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Shield Charge", "refName": "Shield Charge", "namespace": "GEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvR2Vtcy9TaGllbGRDaGFyZ2UiLCJ3IjoxLCJoIjoxLCJzY2FsZSI6MX1d/1749dcaa1d/ShieldCharge.png", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Shield Wall", "refName": "Shield Wall", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Shielded Helm", "refName": "Shielded Helm", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"ar": [75, 75], "ev": [66, 66]}, "w": 2, "h": 2} -{"name": "Shielding Cry", "refName": "Shielding Cry", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Shining Ward", "refName": "Shining Ward", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGVpc3QvU2hpbmluZ1dhcmQiLCJ3IjoyLCJoIjoyLCJzY2FsZSI6MX1d/275019d027/ShiningWard.png", "craftable": {"category": "HeistEquipmentTool"}, "w": 2, "h": 2} -{"name": "Shiny Reliquary Key", "refName": "Shiny Reliquary Key", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9NYXZlbkZvaWwiLCJzY2FsZSI6MX1d/09cccd8ddb/MavenFoil.png", "craftable": {"category": "VaultKey"}, "w": 1, "h": 1} -{"name": "Shock Nova", "refName": "Shock Nova", "namespace": "GEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvR2Vtcy9TaG9ja05vdmEiLCJ3IjoxLCJoIjoxLCJzY2FsZSI6MX1d/671a5ad79a/ShockNova.png", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Shock Siphon", "refName": "Shock Siphon", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Shockburst Rounds", "refName": "Shockburst Rounds", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Shockchain Arrow", "refName": "Shockchain Arrow", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Shockwave Totem", "refName": "Shockwave Totem", "namespace": "GEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvR2Vtcy9TaG9ja3dhdmVUb3RlbSIsInciOjEsImgiOjEsInNjYWxlIjoxfV0/406bc8da09/ShockwaveTotem.png", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Shortbow", "refName": "Shortbow", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Bow"}, "w": 2, "h": 4} -{"name": "Shortsword", "refName": "Shortsword", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "One Hand Sword"}, "w": 2, "h": 3} -{"name": "Shrapnel Trap", "refName": "Shrapnel Trap", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "TrapTool"}, "w": 1, "h": 3} -{"name": "Shrine Sceptre", "refName": "Shrine Sceptre", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Sceptre"}, "w": 2, "h": 3} -{"name": "Shrine Sceptre", "refName": "Shrine Sceptre", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Sceptre"}, "w": 2, "h": 3} -{"name": "Shrine Sceptre", "refName": "Shrine Sceptre", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Sceptre"}, "w": 2, "h": 3} -{"name": "Shroud", "refName": "Shroud", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Shrouded Vest", "refName": "Shrouded Vest", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ev": [102, 102]}, "w": 2, "h": 3} -{"name": "Shuddering Fossil", "refName": "Shuddering Fossil", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGVsdmUvU2h1ZGRlcmluZ0Zvc3NpbCIsInNjYWxlIjoxfV0/ecd4122277/ShudderingFossil.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Sibilant Catalyst", "refName": "Sibilant Catalyst", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQnJlYWNoL0JyZWFjaENhdGFseXN0Q2FzdGVyIiwic2NhbGUiOjEsInJlYWxtIjoicG9lMiJ9XQ/51dc6bc317/BreachCatalystCaster.png", "tradeTag": "sibilant-catalyst", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Sickle Sword", "refName": "Sickle Sword", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "One Hand Sword"}, "w": 2, "h": 3} -{"name": "Siege Cascade", "refName": "Siege Cascade", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Sigil Crest Shield", "refName": "Sigil Crest Shield", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Shield"}, "armour": {"ar": [17, 17], "es": [8, 8]}, "w": 2, "h": 3} -{"name": "Sigil of Power", "refName": "Sigil of Power", "namespace": "GEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvR2Vtcy9DaXJjbGVvZlBvd2VyU2tpbGxHZW0iLCJ3IjoxLCJoIjoxLCJzY2FsZSI6MX1d/b47a71c6bf/CircleofPowerSkillGem.png", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Sigil of the Third Pact", "refName": "Sigil of the Third Pact", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "Signet Cuffs", "refName": "Signet Cuffs", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Gloves"}, "armour": {"ar": [67, 67], "es": [23, 23]}, "w": 2, "h": 2} -{"name": "Silk Robe", "refName": "Silk Robe", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQXJtb3Vycy9Cb2R5QXJtb3Vycy9Cb2R5SW50MkMiLCJ3IjoyLCJoIjozLCJzY2FsZSI6MX1d/8b200fbbb5/BodyInt2C.png", "craftable": {"category": "Body Armour"}, "armour": {"es": [61, 61]}, "w": 2, "h": 3} -{"name": "Silk Slippers", "refName": "Silk Slippers", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQXJtb3Vycy9Cb290cy9Cb290c0ludDMiLCJ3IjoyLCJoIjoyLCJzY2FsZSI6MX1d/036cf97e61/BootsInt3.png", "craftable": {"category": "Boots"}, "armour": {"es": [34, 34]}, "w": 2, "h": 2} -{"name": "Silkweave Sole", "refName": "Silkweave Sole", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGVpc3QvU2lsa3dlYXZlU29sZSIsInciOjIsImgiOjIsInNjYWxlIjoxfV0/0139320677/SilkweaveSole.png", "craftable": {"category": "HeistEquipmentTool"}, "w": 2, "h": 2} -{"name": "Silver Brooch", "refName": "Silver Brooch", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGVpc3QvU2lsdmVyQnJvb2NoIiwidyI6MSwiaCI6MSwic2NhbGUiOjF9XQ/6601ca4fe0/SilverBrooch.png", "craftable": {"category": "HeistEquipmentReward"}, "w": 1, "h": 1} -{"name": "Silver Charm", "refName": "Silver Charm", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Charm"}, "w": 1, "h": 1} -{"name": "Silver Coin", "refName": "Silver Coin", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Silver Key", "refName": "Silver Key", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Silver Key", "refName": "Silver Key", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Simple Dagger", "refName": "Simple Dagger", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Dagger"}, "w": 1, "h": 3} -{"name": "Simple Iron Net", "refName": "Simple Iron Net", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Simple Lockpick", "refName": "Simple Lockpick", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGVpc3QvU2ltcGxlTG9ja3BpY2siLCJ3IjoyLCJoIjoyLCJzY2FsZSI6MX1d/6dbc6c1463/SimpleLockpick.png", "craftable": {"category": "HeistEquipmentTool"}, "w": 2, "h": 2} -{"name": "Simple Rope Net", "refName": "Simple Rope Net", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Simple Sextant", "refName": "Simple Sextant", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Simple Steel Net", "refName": "Simple Steel Net", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Simulacrum", "refName": "Simulacrum", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9EZWxpcml1bUZyYWdtZW50Iiwic2NhbGUiOjEsInJlYWxtIjoicG9lMiJ9XQ/cce2c7e1b3/DeliriumFragment.png", "tradeTag": "simulacrum", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Simulacrum Splinter", "refName": "Simulacrum Splinter", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9EZWxpcml1bVNwbGludGVyIiwic2NhbGUiOjEsInJlYWxtIjoicG9lMiJ9XQ/296e6ffc57/DeliriumSplinter.png", "tradeTag": "simulacrum-splinter", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Singular Incubator", "refName": "Singular Incubator", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5jdWJhdGlvbi9JbmN1YmF0aW9uVW5pcXVlcyIsInNjYWxlIjoxfV0/72b48d1f1b/IncubationUniques.png", "craftable": {"category": "Incubator"}, "w": 1, "h": 1} -{"name": "Singular Incubator", "refName": "Singular Incubator", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5jdWJhdGlvbi9JbmN1YmF0aW9uVW5pcXVlcyIsInNjYWxlIjoxfV0/72b48d1f1b/IncubationUniques.png", "craftable": {"category": "Incubator"}, "w": 1, "h": 1} -{"name": "Singular Scouting Report", "refName": "Singular Scouting Report", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvU2NvdXRpbmdSZXBvcnQiLCJ3IjoxLCJoIjoxLCJzY2FsZSI6MX1d/584635f3c8/ScoutingReport.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Siphoning Strike", "refName": "Siphoning Strike", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Siphoning Wand", "refName": "Siphoning Wand", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Wand"}, "w": 1, "h": 3} -{"name": "Skeletal Arsonist", "refName": "Skeletal Arsonist", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Skeletal Brute", "refName": "Skeletal Brute", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Skeletal Cleric", "refName": "Skeletal Cleric", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Skeletal Frost Mage", "refName": "Skeletal Frost Mage", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Skeletal Reaver", "refName": "Skeletal Reaver", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Skeletal Sniper", "refName": "Skeletal Sniper", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Skeletal Storm Mage", "refName": "Skeletal Storm Mage", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Skeletal Warrior", "refName": "Skeletal Warrior", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Skeletal Warrior", "refName": "Skeletal Warrior", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Skeleton Keyring", "refName": "Skeleton Keyring", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGVpc3QvTWFzdGVyS2V5cmluZyIsInciOjIsImgiOjIsInNjYWxlIjoxfV0/d43f92c4ad/MasterKeyring.png", "craftable": {"category": "HeistEquipmentTool"}, "w": 2, "h": 2} -{"name": "Skinning Knife", "refName": "Skinning Knife", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvV2VhcG9ucy9PbmVIYW5kV2VhcG9ucy9EYWdnZXJzL0RhZ2dlcjIiLCJ3IjoxLCJoIjozLCJzY2FsZSI6MX1d/c2c0a06eec/Dagger2.png", "craftable": {"category": "Dagger"}, "w": 1, "h": 3} -{"name": "Skittering Catalyst", "refName": "Skittering Catalyst", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQnJlYWNoL0JyZWFjaENhdGFseXN0U3BlZWQiLCJzY2FsZSI6MSwicmVhbG0iOiJwb2UyIn1d/14b5db3c3c/BreachCatalystSpeed.png", "tradeTag": "skittering-catalyst", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Skittering Incubator", "refName": "Skittering Incubator", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5jdWJhdGlvbi9JbmN1YmF0aW9uU2NhcmFicyIsInNjYWxlIjoxfV0/1627db84fb/IncubationScarabs.png", "craftable": {"category": "Incubator"}, "w": 1, "h": 1} -{"name": "Skittering Incubator", "refName": "Skittering Incubator", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5jdWJhdGlvbi9JbmN1YmF0aW9uU2NhcmFicyIsInNjYWxlIjoxfV0/1627db84fb/IncubationScarabs.png", "craftable": {"category": "Incubator"}, "w": 1, "h": 1} -{"name": "Slaver's Records", "refName": "Slaver's Records", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Slayer Armour", "refName": "Slayer Armour", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ar": [294, 294], "ev": [268, 268]}, "w": 2, "h": 3} -{"name": "Slender Flail", "refName": "Slender Flail", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Flail"}, "w": 2, "h": 3} -{"name": "Slicing Quarterstaff", "refName": "Slicing Quarterstaff", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Warstaff"}, "w": 2, "h": 4} -{"name": "Slim Mace", "refName": "Slim Mace", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "One Hand Mace"}, "w": 2, "h": 3} -{"name": "Small Soul Core", "refName": "Small Soul Core", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "InstanceLocalItem"}, "w": 1, "h": 2} -{"name": "Small Soul Core", "refName": "Small Soul Core", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "InstanceLocalItem"}, "w": 1, "h": 2} -{"name": "Small Soul Core", "refName": "Small Soul Core", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "InstanceLocalItem"}, "w": 1, "h": 2} -{"name": "Small Soul Core", "refName": "Small Soul Core", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "InstanceLocalItem"}, "w": 1, "h": 2} -{"name": "Smithing Hammer", "refName": "Smithing Hammer", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "One Hand Mace"}, "w": 2, "h": 3} -{"name": "Smithing Tools", "refName": "Smithing Tools", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 3, "h": 2} -{"name": "Smooth Quarterstaff", "refName": "Smooth Quarterstaff", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Warstaff"}, "w": 2, "h": 4} -{"name": "Smuggler Coat", "refName": "Smuggler Coat", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ev": [256, 256]}, "w": 2, "h": 3} -{"name": "Snipe", "refName": "Snipe", "namespace": "GEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvR2Vtcy9TbmlwZXJTa2lsbEdlbSIsInciOjEsImgiOjEsInNjYWxlIjoxfV0/ae5061110b/SniperSkillGem.png", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Sniper's Mark", "refName": "Sniper's Mark", "namespace": "GEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvR2Vtcy9Qcm9qZWN0aWxlV2Vha25lc3MiLCJ3IjoxLCJoIjoxLCJzY2FsZSI6MX1d/3dd2dfcc61/ProjectileWeakness.png", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Solar Amulet", "refName": "Solar Amulet", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Amulet"}, "w": 1, "h": 1} -{"name": "Solar Orb", "refName": "Solar Orb", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Soldier Greathelm", "refName": "Soldier Greathelm", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"ar": [66, 66]}, "w": 2, "h": 2} -{"name": "Solerai's Spear", "refName": "Solerai's Spear", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Solid Mask", "refName": "Solid Mask", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"ev": [87, 87], "es": [35, 35]}, "w": 2, "h": 2} -{"name": "Sombre Gloves", "refName": "Sombre Gloves", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Gloves"}, "armour": {"es": [15, 15]}, "w": 2, "h": 2} -{"name": "Sorcery Ward", "refName": "Sorcery Ward", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Soul Core of Atmohua", "refName": "Soul Core of Atmohua", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvU291bENvcmVzL0dyZWF0ZXJTb3VsQ29yZUNyaXQiLCJzY2FsZSI6MSwicmVhbG0iOiJwb2UyIn1d/b453416064/GreaterSoulCoreCrit.png", "tradeTag": "soul-core-of-atmohua", "craftable": {"category": "SoulCore"}, "w": 1, "h": 1} -{"name": "Soul Core of Azcapa", "refName": "Soul Core of Azcapa", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvU291bENvcmVzL0dyZWF0ZXJTb3VsQ29yZVdlYWx0aFJhcml0eSIsInNjYWxlIjoxLCJyZWFsbSI6InBvZTIifV0/6a69033a04/GreaterSoulCoreWealthRarity.png", "tradeTag": "soul-core-of-azcapa", "craftable": {"category": "SoulCore"}, "w": 1, "h": 1} -{"name": "Soul Core of Cholotl", "refName": "Soul Core of Cholotl", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvU291bENvcmVzL0dyZWF0ZXJTb3VsQ29yZUNyaXQiLCJzY2FsZSI6MSwicmVhbG0iOiJwb2UyIn1d/b453416064/GreaterSoulCoreCrit.png", "tradeTag": "soul-core-of-cholotl", "craftable": {"category": "SoulCore"}, "w": 1, "h": 1} -{"name": "Soul Core of Citaqualotl", "refName": "Soul Core of Citaqualotl", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvU291bENvcmVzL1NvdWxDb3JlUGh5c2ljYWwiLCJzY2FsZSI6MSwicmVhbG0iOiJwb2UyIn1d/f48f9f0c62/SoulCorePhysical.png", "tradeTag": "soul-core-of-citaqualotl", "craftable": {"category": "SoulCore"}, "w": 1, "h": 1} -{"name": "Soul Core of Jiquani", "refName": "Soul Core of Jiquani", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvU291bENvcmVzL0dyZWF0ZXJTb3VsQ29yZUxpZmUiLCJzY2FsZSI6MSwicmVhbG0iOiJwb2UyIn1d/bb83a9f337/GreaterSoulCoreLife.png", "tradeTag": "soul-core-of-jiquani", "craftable": {"category": "SoulCore"}, "w": 1, "h": 1} -{"name": "Soul Core of Opiloti", "refName": "Soul Core of Opiloti", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvU291bENvcmVzL0dyZWF0ZXJTb3VsQ29yZVBoeXNpY2FsIiwic2NhbGUiOjEsInJlYWxtIjoicG9lMiJ9XQ/366f87b8f2/GreaterSoulCorePhysical.png", "tradeTag": "soul-core-of-opiloti", "craftable": {"category": "SoulCore"}, "w": 1, "h": 1} -{"name": "Soul Core of Puhuarte", "refName": "Soul Core of Puhuarte", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvU291bENvcmVzL0dyZWF0ZXJTb3VsQ29yZUZpcmUiLCJzY2FsZSI6MSwicmVhbG0iOiJwb2UyIn1d/6390ebeaa6/GreaterSoulCoreFire.png", "tradeTag": "soul-core-of-puhuarte", "craftable": {"category": "SoulCore"}, "w": 1, "h": 1} -{"name": "Soul Core of Quipolatl", "refName": "Soul Core of Quipolatl", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvU291bENvcmVzL0dyZWF0ZXJTb3VsQ29yZVNwZWVkIiwic2NhbGUiOjEsInJlYWxtIjoicG9lMiJ9XQ/d4967ad0f1/GreaterSoulCoreSpeed.png", "tradeTag": "soul-core-of-quipolatl", "craftable": {"category": "SoulCore"}, "w": 1, "h": 1} -{"name": "Soul Core of Tacati", "refName": "Soul Core of Tacati", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvU291bENvcmVzL0dyZWF0ZXJTb3VsQ29yZUNoYW9zIiwic2NhbGUiOjEsInJlYWxtIjoicG9lMiJ9XQ/cd9c4fb0a7/GreaterSoulCoreChaos.png", "tradeTag": "soul-core-of-tacati", "craftable": {"category": "SoulCore"}, "w": 1, "h": 1} -{"name": "Soul Core of Ticaba", "refName": "Soul Core of Ticaba", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvU291bENvcmVzL0dyZWF0ZXJTb3VsQ29yZUNyaXQiLCJzY2FsZSI6MSwicmVhbG0iOiJwb2UyIn1d/b453416064/GreaterSoulCoreCrit.png", "tradeTag": "soul-core-of-ticaba", "craftable": {"category": "SoulCore"}, "w": 1, "h": 1} -{"name": "Soul Core of Topotante", "refName": "Soul Core of Topotante", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvU291bENvcmVzL0dyZWF0ZXJTb3VsQ29yZVRyaUVsZW1lbnQiLCJzY2FsZSI6MSwicmVhbG0iOiJwb2UyIn1d/ae7a949b3a/GreaterSoulCoreTriElement.png", "tradeTag": "soul-core-of-topotante", "craftable": {"category": "SoulCore"}, "w": 1, "h": 1} -{"name": "Soul Core of Tzamoto", "refName": "Soul Core of Tzamoto", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvU291bENvcmVzL0dyZWF0ZXJTb3VsQ29yZUNvbGQiLCJzY2FsZSI6MSwicmVhbG0iOiJwb2UyIn1d/d437c04d5e/GreaterSoulCoreCold.png", "tradeTag": "soul-core-of-tzamoto", "craftable": {"category": "SoulCore"}, "w": 1, "h": 1} -{"name": "Soul Core of Xopec", "refName": "Soul Core of Xopec", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvU291bENvcmVzL0dyZWF0ZXJTb3VsQ29yZUxpZ2h0bmluZyIsInNjYWxlIjoxLCJyZWFsbSI6InBvZTIifV0/3dffadfa9a/GreaterSoulCoreLightning.png", "tradeTag": "soul-core-of-xopec", "craftable": {"category": "SoulCore"}, "w": 1, "h": 1} -{"name": "Soul Core of Zalatl", "refName": "Soul Core of Zalatl", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvU291bENvcmVzL0dyZWF0ZXJTb3VsQ29yZU1hbmEiLCJzY2FsZSI6MSwicmVhbG0iOiJwb2UyIn1d/1437190de2/GreaterSoulCoreMana.png", "tradeTag": "soul-core-of-zalatl", "craftable": {"category": "SoulCore"}, "w": 1, "h": 1} -{"name": "Soul Core of Zantipi", "refName": "Soul Core of Zantipi", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvU291bENvcmVzL0dyZWF0ZXJTb3VsQ29yZUNyaXQiLCJzY2FsZSI6MSwicmVhbG0iOiJwb2UyIn1d/b453416064/GreaterSoulCoreCrit.png", "tradeTag": "soul-core-of-zantipi", "craftable": {"category": "SoulCore"}, "w": 1, "h": 1} -{"name": "Soul Drain", "refName": "Soul Drain", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Soul Offering", "refName": "Soul Offering", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Soul Thief", "refName": "Soul Thief", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Soulbreaker", "refName": "Soulbreaker", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Soulrend", "refName": "Soulrend", "namespace": "GEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvR2Vtcy9Tb3VscmVuZCIsInciOjEsImgiOjEsInNjYWxlIjoxfV0/ff1bb335b0/Soulrend.png", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Spark", "refName": "Spark", "namespace": "GEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvR2Vtcy9TcGFyayIsInciOjEsImgiOjEsInNjYWxlIjoxfV0/60a5c0ff13/Spark.png", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Spark", "refName": "Spark", "namespace": "GEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvR2Vtcy9TcGFyayIsInciOjEsImgiOjEsInNjYWxlIjoxfV0/60a5c0ff13/Spark.png", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Spear Stab", "refName": "Spear Stab", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Spearfield", "refName": "Spearfield", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Spectre: {0}", "refName": "Spectre: {0}", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Specularity Scroll", "refName": "Specularity Scroll", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGFydmVzdC9IYXJiaW5nZXJUb2tlblNoaWVsZCIsInciOjEsImgiOjEsInNjYWxlIjoxfV0/7e0479ea6e/HarbingerTokenShield.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Spell Cascade", "refName": "Spell Cascade", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Spell Echo", "refName": "Spell Echo", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Spike Trap", "refName": "Spike Trap", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "TrapTool"}, "w": 2, "h": 2} -{"name": "Spiked Buckler", "refName": "Spiked Buckler", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Shield"}, "armour": {"ev": [62, 62]}, "w": 2, "h": 2} -{"name": "Spiked Club", "refName": "Spiked Club", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvV2VhcG9ucy9PbmVIYW5kV2VhcG9ucy9PbmVIYW5kTWFjZXMvT25lSGFuZE1hY2UzIiwidyI6MSwiaCI6Mywic2NhbGUiOjF9XQ/a3a1dace2a/OneHandMace3.png", "craftable": {"category": "One Hand Mace"}, "w": 2, "h": 3} -{"name": "Spined Bracers", "refName": "Spined Bracers", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Gloves"}, "armour": {"ev": [60, 60]}, "w": 2, "h": 2} -{"name": "Spinning Inferno", "refName": "Spinning Inferno", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Spiral Volley", "refName": "Spiral Volley", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Spiral Wraps", "refName": "Spiral Wraps", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Gloves"}, "armour": {"ev": [33, 33], "es": [14, 14]}, "w": 2, "h": 2} -{"name": "Spired Greathelm", "refName": "Spired Greathelm", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"ar": [116, 116]}, "w": 2, "h": 2} -{"name": "Spiritbone Crown", "refName": "Spiritbone Crown", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"ar": [97, 97], "es": [35, 35]}, "w": 2, "h": 2} -{"name": "Splinter", "refName": "Splinter", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Splinter of Chayula", "refName": "Splinter of Chayula", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQnJlYWNoL0JyZWFjaFNoYXJkQ2hhb3MiLCJzY2FsZSI6MX1d/14332eaec8/BreachShardChaos.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Splinter of Esh", "refName": "Splinter of Esh", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQnJlYWNoL0JyZWFjaFNoYXJkTGlnaHRuaW5nIiwic2NhbGUiOjF9XQ/38665f5bda/BreachShardLightning.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Splinter of Tul", "refName": "Splinter of Tul", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQnJlYWNoL0JyZWFjaFNoYXJkQ29sZCIsInNjYWxlIjoxfV0/6fb888d0e1/BreachShardCold.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Splinter of Uul-Netol", "refName": "Splinter of Uul-Netol", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQnJlYWNoL0JyZWFjaFNoYXJkUGh5c2ljYWwiLCJzY2FsZSI6MX1d/3919f62b2a/BreachShardPhysical.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Splinter of Xoph", "refName": "Splinter of Xoph", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQnJlYWNoL0JyZWFjaFNoYXJkRmlyZSIsInNjYWxlIjoxfV0/b53a90ea19/BreachShardFire.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Splintered Flail", "refName": "Splintered Flail", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Flail"}, "w": 2, "h": 3} -{"name": "Splintered Tower Shield", "refName": "Splintered Tower Shield", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQXJtb3Vycy9TaGllbGRzL1NoaWVsZFN0cjEiLCJ3IjoyLCJoIjo0LCJzY2FsZSI6MX1d/3c332a170f/ShieldStr1.png", "craftable": {"category": "Shield"}, "armour": {"ar": [18, 18]}, "w": 2, "h": 4} -{"name": "Splitting Greataxe", "refName": "Splitting Greataxe", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Two Hand Axe"}, "w": 2, "h": 4} -{"name": "Spreading Frost", "refName": "Spreading Frost", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Spriggan Staff", "refName": "Spriggan Staff", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Staff"}, "w": 1, "h": 4} -{"name": "Stacked Sabatons", "refName": "Stacked Sabatons", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Boots"}, "armour": {"ar": [56, 56], "ev": [50, 50]}, "w": 2, "h": 2} -{"name": "Staff of the First Sin Eater", "refName": "Staff of the First Sin Eater", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "HeistObjective"}, "w": 2, "h": 4} -{"name": "Staggering Palm", "refName": "Staggering Palm", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Stampede", "refName": "Stampede", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Standard Lockpick", "refName": "Standard Lockpick", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGVpc3QvU3RhbmRhcmRMb2NrcGljayIsInciOjIsImgiOjIsInNjYWxlIjoxfV0/c07ad566fa/StandardLockpick.png", "craftable": {"category": "HeistEquipmentTool"}, "w": 2, "h": 2} -{"name": "Standard Sharpening Stone", "refName": "Standard Sharpening Stone", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGVpc3QvU3RhbmRhcmRTaGFycGVuaW5nU3RvbmUiLCJ3IjoyLCJoIjoyLCJzY2FsZSI6MX1d/451be8e369/StandardSharpeningStone.png", "craftable": {"category": "HeistEquipmentWeapon"}, "w": 2, "h": 2} -{"name": "Staunching Charm", "refName": "Staunching Charm", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Charm"}, "w": 1, "h": 1} -{"name": "Steel Bracers", "refName": "Steel Bracers", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGVpc3QvQnJhY2VyQmFzZVR5cGVfbWV0YWwiLCJ3IjoyLCJoIjoyLCJzY2FsZSI6MX1d/9922db6069/BracerBaseType_metal.png", "craftable": {"category": "HeistEquipmentTool"}, "w": 2, "h": 2} -{"name": "Steel Drill", "refName": "Steel Drill", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGVpc3QvRHJpbGxTdGQiLCJ3IjoyLCJoIjoyLCJzY2FsZSI6MX1d/918de329aa/DrillStd.png", "craftable": {"category": "HeistEquipmentTool"}, "w": 2, "h": 2} -{"name": "Steel Plate", "refName": "Steel Plate", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ar": [177, 177]}, "w": 2, "h": 3} -{"name": "Steelpoint Quarterstaff", "refName": "Steelpoint Quarterstaff", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Warstaff"}, "w": 2, "h": 4} -{"name": "Steelpoint Shoes", "refName": "Steelpoint Shoes", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Boots"}, "armour": {"ev": [65, 65], "es": [26, 26]}, "w": 2, "h": 2} -{"name": "Steeltoe Boots", "refName": "Steeltoe Boots", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Boots"}, "armour": {"ev": [79, 79]}, "w": 2, "h": 2} -{"name": "Stellar Amulet", "refName": "Stellar Amulet", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Amulet"}, "w": 1, "h": 1} -{"name": "Stitched Bladder", "refName": "Stitched Bladder", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 1} -{"name": "Stitched Gloves", "refName": "Stitched Gloves", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Gloves"}, "armour": {"es": [17, 17]}, "w": 2, "h": 2} -{"name": "Stocky Mitts", "refName": "Stocky Mitts", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Gloves"}, "armour": {"ar": [15, 15]}, "w": 2, "h": 2} -{"name": "Stoic Crest Shield", "refName": "Stoic Crest Shield", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Shield"}, "armour": {"ar": [69, 69], "es": [24, 24]}, "w": 2, "h": 3} -{"name": "Stoic Sceptre", "refName": "Stoic Sceptre", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Sceptre"}, "w": 2, "h": 3} -{"name": "Stomping Ground", "refName": "Stomping Ground", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Stone Charm", "refName": "Stone Charm", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Charm"}, "w": 1, "h": 1} -{"name": "Stone Flail", "refName": "Stone Flail", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Flail"}, "w": 2, "h": 3} -{"name": "Stone Greatsword", "refName": "Stone Greatsword", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Two Hand Sword"}, "w": 2, "h": 4} -{"name": "Stone Greaves", "refName": "Stone Greaves", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Boots"}, "armour": {"ar": [102, 102]}, "w": 2, "h": 2} -{"name": "Stone Rune", "refName": "Stone Rune", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvUnVuZXMvU3R1blJ1bmUiLCJzY2FsZSI6MSwicmVhbG0iOiJwb2UyIn1d/f7830fb594/StunRune.png", "tradeTag": "stone-rune", "craftable": {"category": "SoulCore"}, "w": 1, "h": 1} -{"name": "Stone Tower Shield", "refName": "Stone Tower Shield", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Shield"}, "armour": {"ar": [91, 91]}, "w": 2, "h": 4} -{"name": "Stone of Passage", "refName": "Stone of Passage", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "IncursionItem"}, "w": 1, "h": 1} -{"name": "Storm Rune", "refName": "Storm Rune", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvUnVuZXMvTGlnaHRuaW5nUnVuZSIsInNjYWxlIjoxLCJyZWFsbSI6InBvZTIifV0/98319b3998/LightningRune.png", "tradeTag": "storm-rune", "craftable": {"category": "SoulCore"}, "w": 1, "h": 1} -{"name": "Storm Spear", "refName": "Storm Spear", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Storm Surge", "refName": "Storm Surge", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Storm Wave", "refName": "Storm Wave", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Stormblast Bolts", "refName": "Stormblast Bolts", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Stormcaller Arrow", "refName": "Stormcaller Arrow", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Stormfire", "refName": "Stormfire", "namespace": "GEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvUmluZ3MvU3Rvcm1GaXJlIiwidyI6MSwiaCI6MSwic2NhbGUiOjF9XQ/6b3db4e8df/StormFire.png", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Stratified Targe", "refName": "Stratified Targe", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Shield"}, "armour": {"ar": [61, 61], "ev": [54, 54]}, "w": 2, "h": 3} -{"name": "Straw Sandals", "refName": "Straw Sandals", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Boots"}, "armour": {"es": [14, 14]}, "w": 2, "h": 2} -{"name": "Strider Vest", "refName": "Strider Vest", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ev": [275, 275]}, "w": 2, "h": 3} -{"name": "Striking Spear", "refName": "Striking Spear", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Spear"}, "w": 1, "h": 4} -{"name": "Strip Away", "refName": "Strip Away", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Strong Iron Net", "refName": "Strong Iron Net", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Strong Rope Net", "refName": "Strong Rope Net", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Strong Steel Net", "refName": "Strong Steel Net", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Studded Bracers", "refName": "Studded Bracers", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGVpc3QvQnJhY2VyQmFzZVR5cGVfc3R1ZGRlZCIsInciOjIsImgiOjIsInNjYWxlIjoxfV0/1dc4ea1d4c/BracerBaseType_studded.png", "craftable": {"category": "HeistEquipmentTool"}, "w": 2, "h": 2} -{"name": "Studded Greatclub", "refName": "Studded Greatclub", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Two Hand Mace"}, "w": 2, "h": 4} -{"name": "Studded Sandals", "refName": "Studded Sandals", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Boots"}, "armour": {"es": [53, 53]}, "w": 2, "h": 2} -{"name": "Studded Targe", "refName": "Studded Targe", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Shield"}, "armour": {"ar": [27, 27], "ev": [23, 23]}, "w": 2, "h": 3} -{"name": "Studded Vest", "refName": "Studded Vest", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ev": [150, 150]}, "w": 2, "h": 3} -{"name": "Sturdy Crossbow", "refName": "Sturdy Crossbow", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Crossbow"}, "w": 2, "h": 4} -{"name": "Suede Bracers", "refName": "Suede Bracers", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Gloves"}, "armour": {"ev": [10, 10]}, "w": 2, "h": 2} -{"name": "Sulphur Blowtorch", "refName": "Sulphur Blowtorch", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGVpc3QvVG9yY2hTdGQiLCJ3IjoyLCJoIjoyLCJzY2FsZSI6MX1d/9291e5d539/TorchStd.png", "craftable": {"category": "HeistEquipmentTool"}, "w": 2, "h": 2} -{"name": "Summon Companion", "refName": "Summon Companion", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MetaSkillGem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Summon Infernal Hound", "refName": "Summon Infernal Hound", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Summon Rhoa Mount", "refName": "Summon Rhoa Mount", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Summon Wolf", "refName": "Summon Wolf", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Sun Artifact", "refName": "Sun Artifact", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRXhwZWRpdGlvbi9SdW5lMTciLCJzY2FsZSI6MSwicmVhbG0iOiJwb2UyIn1d/ca2335fdef/Rune17.png", "tradeTag": "sun-artifact", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Sun Clan Relic", "refName": "Sun Clan Relic", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 2} -{"name": "Sunder", "refName": "Sunder", "namespace": "GEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvR2Vtcy9TaG9ja3dhdmVTbGFtIiwidyI6MSwiaCI6MSwic2NhbGUiOjF9XQ/6e2b0e71d5/ShockwaveSlam.png", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Supercharged Slam", "refName": "Supercharged Slam", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Supercritical", "refName": "Supercritical", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Surveyor's Compass", "refName": "Surveyor's Compass", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Swathed Cap", "refName": "Swathed Cap", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"ev": [98, 98]}, "w": 2, "h": 2} -{"name": "Swift Affliction", "refName": "Swift Affliction", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Sword Slash", "refName": "Sword Slash", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Sword Slash", "refName": "Sword Slash", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Sword Slash", "refName": "Sword Slash", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Sword Spear", "refName": "Sword Spear", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Spear"}, "w": 1, "h": 4} -{"name": "Sword of the Inverse Relic", "refName": "Sword of the Inverse Relic", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "HeistObjective"}, "w": 2, "h": 4} -{"name": "Tailoring Orb", "refName": "Tailoring Orb", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGl2aW5lRW5jaGFudFdlYXBvbkN1cnJlbmN5Iiwic2NhbGUiOjF9XQ/d417654a23/DivineEnchantWeaponCurrency.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Tainted Armourer's Scrap", "refName": "Tainted Armourer's Scrap", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGVsbHNjYXBlL0hlbGxzY2FwZUFybW91cmVyc1NjcmFwIiwic2NhbGUiOjF9XQ/9ee0a10625/HellscapeArmourersScrap.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Tainted Blacksmith's Whetstone", "refName": "Tainted Blacksmith's Whetstone", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGVsbHNjYXBlL0hlbGxzY2FwZUJsYWNrc21pdGhXaGV0c3RvbmUiLCJzY2FsZSI6MX1d/0309648ccb/HellscapeBlacksmithWhetstone.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Tainted Chaos Orb", "refName": "Tainted Chaos Orb", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGVsbHNjYXBlL0hlbGxzY2FwZUNoYW9zT3JiIiwic2NhbGUiOjF9XQ/64d1f4db99/HellscapeChaosOrb.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Tainted Chromatic Orb", "refName": "Tainted Chromatic Orb", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGVsbHNjYXBlL0hlbGxzY2FwZUNocm9tYXRpY09yYiIsInNjYWxlIjoxfV0/702d29c7ab/HellscapeChromaticOrb.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Tainted Divine Teardrop", "refName": "Tainted Divine Teardrop", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGVsbHNjYXBlL0hlbGxzY2FwZVRlYXJkcm9wT3JiIiwic2NhbGUiOjF9XQ/0d251b9d52/HellscapeTeardropOrb.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Tainted Exalted Orb", "refName": "Tainted Exalted Orb", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGVsbHNjYXBlL0hlbGxzY2FwZUV4YWx0ZWRPcmIiLCJzY2FsZSI6MX1d/68a0ea3020/HellscapeExaltedOrb.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Tainted Jeweller's Orb", "refName": "Tainted Jeweller's Orb", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGVsbHNjYXBlL0hlbGxzY2FwZUpld2VsbGVyc09yYiIsInNjYWxlIjoxfV0/f146c29db2/HellscapeJewellersOrb.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Tainted Mythic Orb", "refName": "Tainted Mythic Orb", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGVsbHNjYXBlL0hlbGxzY2FwZU15dGhpY09yYiIsInNjYWxlIjoxfV0/72ba97d1a8/HellscapeMythicOrb.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Tainted Orb of Fusing", "refName": "Tainted Orb of Fusing", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGVsbHNjYXBlL0hlbGxzY2FwZU9yYk9mRnVzaW5nIiwic2NhbGUiOjF9XQ/845f3c20ed/HellscapeOrbOfFusing.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Talon Claw", "refName": "Talon Claw", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Claw"}, "w": 2, "h": 2} -{"name": "Tangled Fossil", "refName": "Tangled Fossil", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGVsdmUvVGFuZ2xlZEZvc3NpbCIsInNjYWxlIjoxfV0/b96bdfe155/TangledFossil.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Tapestry Relic", "refName": "Tapestry Relic", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Relic"}, "w": 3, "h": 1} -{"name": "Tattered Cloak", "refName": "Tattered Cloak", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGVpc3QvVGF0dGVyZWRDbG9hayIsInciOjIsImgiOjIsInNjYWxlIjoxfV0/9c3ef0c0c4/TatteredCloak.png", "craftable": {"category": "HeistEquipmentUtility"}, "w": 2, "h": 2} -{"name": "Tattered Robe", "refName": "Tattered Robe", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"es": [28, 28]}, "w": 2, "h": 3} -{"name": "Tearing Flail", "refName": "Tearing Flail", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Flail"}, "w": 2, "h": 3} -{"name": "Tempered Mitts", "refName": "Tempered Mitts", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Gloves"}, "armour": {"ar": [40, 40]}, "w": 2, "h": 2} -{"name": "Tempering Orb", "refName": "Tempering Orb", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvRGl2aW5lRW5jaGFudEJvZHlBcm1vdXJDdXJyZW5jeSIsInNjYWxlIjoxfV0/37681eda1c/DivineEnchantBodyArmourCurrency.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Tempest Bell", "refName": "Tempest Bell", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Tempest Flurry", "refName": "Tempest Flurry", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Templar Crown", "refName": "Templar Crown", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"ar": [134, 134], "es": [46, 46]}, "w": 2, "h": 2} -{"name": "Templar Uniforms", "refName": "Templar Uniforms", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Temple Door Idol", "refName": "Temple Door Idol", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "Temple Maul", "refName": "Temple Maul", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Two Hand Mace"}, "w": 2, "h": 4} -{"name": "Temporal Chains", "refName": "Temporal Chains", "namespace": "GEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvR2Vtcy9UZW1wb3JhbENoYWlucyIsInciOjEsImgiOjEsInNjYWxlIjoxfV0/9746170624/TemporalChains.png", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Temporal Rift", "refName": "Temporal Rift", "namespace": "GEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvR2Vtcy9DaHJvbm9tYW5jZXIiLCJ3IjoxLCJoIjoxLCJzY2FsZSI6MX1d/9977b27b7c/Chronomancer.png", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Tense Crossbow", "refName": "Tense Crossbow", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Crossbow"}, "w": 2, "h": 4} -{"name": "Test of Cunning Barya", "refName": "Test of Cunning Barya", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MiscMapItem"}, "w": 1, "h": 1} -{"name": "Test of Strength Barya", "refName": "Test of Strength Barya", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MiscMapItem"}, "w": 1, "h": 1} -{"name": "Test of Time Barya", "refName": "Test of Time Barya", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MiscMapItem"}, "w": 1, "h": 1} -{"name": "Test of Will Barya", "refName": "Test of Will Barya", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MiscMapItem"}, "w": 1, "h": 1} -{"name": "Thaumaturge's Incubator", "refName": "Thaumaturge's Incubator", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5jdWJhdGlvbi9JbmN1YmF0aW9uR2VtcyIsInNjYWxlIjoxfV0/7df785d740/IncubationGems.png", "craftable": {"category": "Incubator"}, "w": 1, "h": 1} -{"name": "Thaumaturge's Incubator", "refName": "Thaumaturge's Incubator", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5jdWJhdGlvbi9JbmN1YmF0aW9uR2VtcyIsInNjYWxlIjoxfV0/7df785d740/IncubationGems.png", "craftable": {"category": "Incubator"}, "w": 1, "h": 1} -{"name": "Thaumaturgical Net", "refName": "Thaumaturgical Net", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Thaumaturgical Sensing Charm", "refName": "Thaumaturgical Sensing Charm", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGVpc3QvVGhhdW1hdHVyZ2ljYWxTZW5zaW5nQ2hhcm0iLCJ3IjoyLCJoIjoyLCJzY2FsZSI6MX1d/7717c977a0/ThaumaturgicalSensingCharm.png", "craftable": {"category": "HeistEquipmentTool"}, "w": 2, "h": 2} -{"name": "Thaumaturgical Ward", "refName": "Thaumaturgical Ward", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGVpc3QvVGhhdW1hdHVyZ2ljYWxXYXJkIiwidyI6MiwiaCI6Miwic2NhbGUiOjF9XQ/5c04225225/ThaumaturgicalWard.png", "craftable": {"category": "HeistEquipmentTool"}, "w": 2, "h": 2} -{"name": "Thaumetic Blowtorch", "refName": "Thaumetic Blowtorch", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGVpc3QvVG9yY2hBZHYiLCJ3IjoyLCJoIjoyLCJzY2FsZSI6MX1d/56e93dd6de/TorchAdv.png", "craftable": {"category": "HeistEquipmentTool"}, "w": 2, "h": 2} -{"name": "Thaumetic Flashpowder", "refName": "Thaumetic Flashpowder", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGVpc3QvVGhhdW1ldGljRmxhc2hwb3dkZXIiLCJ3IjoyLCJoIjoyLCJzY2FsZSI6MX1d/1544d0cf33/ThaumeticFlashpowder.png", "craftable": {"category": "HeistEquipmentTool"}, "w": 2, "h": 2} -{"name": "Thawing Charm", "refName": "Thawing Charm", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Charm"}, "w": 1, "h": 1} -{"name": "The Blood Idol", "refName": "The Blood Idol", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "The Book of Jamanra", "refName": "The Book of Jamanra", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "The Essence of Water", "refName": "The Essence of Water", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "The Flame Core", "refName": "The Flame Core", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "The Flame Ruby", "refName": "The Flame Ruby", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "The Goddess of Water", "refName": "The Goddess of Water", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "HeistObjective"}, "w": 2, "h": 2} -{"name": "The Golden Ibis", "refName": "The Golden Ibis", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "HeistObjective"}, "w": 2, "h": 2} -{"name": "The Hammer of Kamasa", "refName": "The Hammer of Kamasa", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 3, "h": 2} -{"name": "The Horn of the Vastiri", "refName": "The Horn of the Vastiri", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 4, "h": 2} -{"name": "The Maven's Beacon", "refName": "The Maven's Beacon", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "The Maven's Writ", "refName": "The Maven's Writ", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQXRsYXMvTWF2ZW5LZXkiLCJzY2FsZSI6MX1d/40683e487b/MavenKey.png", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "The Sea Pearl Heirloom", "refName": "The Sea Pearl Heirloom", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "HeistObjective"}, "w": 2, "h": 2} -{"name": "The Shaper's Key", "refName": "The Shaper's Key", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "The Thought Extractor", "refName": "The Thought Extractor", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "The Unbreakable", "refName": "The Unbreakable", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "The Vox Twins", "refName": "The Vox Twins", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Theatre Disguise Kit", "refName": "Theatre Disguise Kit", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGVpc3QvRXNwaW9uYWdlRGlzZ3Vpc2VLaXQiLCJ3IjoyLCJoIjoyLCJzY2FsZSI6MX1d/e450ea475f/EspionageDisguiseKit.png", "craftable": {"category": "HeistEquipmentTool"}, "w": 2, "h": 2} -{"name": "Threaded Shoes", "refName": "Threaded Shoes", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Boots"}, "armour": {"ev": [28, 28], "es": [14, 14]}, "w": 2, "h": 2} -{"name": "Tibbs' Wealth", "refName": "Tibbs' Wealth", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Tideseer Mantle", "refName": "Tideseer Mantle", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ar": [165, 165], "es": [58, 58]}, "w": 2, "h": 3} -{"name": "Time Freeze", "refName": "Time Freeze", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Time Snap", "refName": "Time Snap", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Time of Need", "refName": "Time of Need", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Time-Lost Diamond", "refName": "Time-Lost Diamond", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Jewel"}, "w": 1, "h": 1} -{"name": "Time-Lost Emerald", "refName": "Time-Lost Emerald", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Jewel"}, "w": 1, "h": 1} -{"name": "Time-Lost Incubator", "refName": "Time-Lost Incubator", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5jdWJhdGlvbi9JbmN1YmF0aW9uVW5pcXVlcyIsInNjYWxlIjoxfV0/72b48d1f1b/IncubationUniques.png", "craftable": {"category": "Incubator"}, "w": 1, "h": 1} -{"name": "Time-Lost Incubator", "refName": "Time-Lost Incubator", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5jdWJhdGlvbi9JbmN1YmF0aW9uVW5pcXVlcyIsInNjYWxlIjoxfV0/72b48d1f1b/IncubationUniques.png", "craftable": {"category": "Incubator"}, "w": 1, "h": 1} -{"name": "Time-Lost Ruby", "refName": "Time-Lost Ruby", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Jewel"}, "w": 1, "h": 1} -{"name": "Time-Lost Sapphire", "refName": "Time-Lost Sapphire", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Jewel"}, "w": 1, "h": 1} -{"name": "Time-light Scroll", "refName": "Time-light Scroll", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGFydmVzdC9IYXJiaW5nZXJUb2tlbkJlbHQiLCJ3IjoxLCJoIjoxLCJzY2FsZSI6MX1d/cd4f70a070/HarbingerTokenBelt.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Timeless Eternal Emblem", "refName": "Timeless Eternal Emblem", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9FdGVybmFsRW1waXJlRnJhZ21lbnQiLCJzY2FsZSI6MX1d/974fcca603/EternalEmpireFragment.png", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Timeless Eternal Empire Splinter", "refName": "Timeless Eternal Empire Splinter", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9FdGVybmFsRW1waXJlU2hhcmQiLCJzY2FsZSI6MX1d/f404e7925c/EternalEmpireShard.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Timeless Jewel", "refName": "Timeless Jewel", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvSmV3ZWxzL1RpbWVsZXNzIiwidyI6MSwiaCI6MSwic2NhbGUiOjF9XQ/2cc52f22d7/Timeless.png", "craftable": {"category": "Jewel"}, "w": 1, "h": 1} -{"name": "Timeless Karui Emblem", "refName": "Timeless Karui Emblem", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9LYXJ1aUZyYWdtZW50Iiwic2NhbGUiOjF9XQ/c616b0ee65/KaruiFragment.png", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Timeless Karui Splinter", "refName": "Timeless Karui Splinter", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9LYXJ1aVNoYXJkIiwic2NhbGUiOjF9XQ/dd21055148/KaruiShard.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Timeless Maraketh Emblem", "refName": "Timeless Maraketh Emblem", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9NYXJha2V0aEZyYWdtZW50Iiwic2NhbGUiOjF9XQ/a81c4968ab/MarakethFragment.png", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Timeless Maraketh Splinter", "refName": "Timeless Maraketh Splinter", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9NYXJha2V0aFNoYXJkIiwic2NhbGUiOjF9XQ/04ec0d80fe/MarakethShard.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Timeless Templar Emblem", "refName": "Timeless Templar Emblem", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9UZW1wbGFyRnJhZ21lbnQiLCJzY2FsZSI6MX1d/e7ede9f816/TemplarFragment.png", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Timeless Templar Splinter", "refName": "Timeless Templar Splinter", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9UZW1wbGFyU2hhcmQiLCJzY2FsZSI6MX1d/fd3d766dd5/TemplarShard.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Timeless Vaal Emblem", "refName": "Timeless Vaal Emblem", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9WYWFsRnJhZ21lbnQiLCJzY2FsZSI6MX1d/1f8bc8f5ad/VaalFragment.png", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Timeless Vaal Splinter", "refName": "Timeless Vaal Splinter", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9WYWFsU2hhcmQiLCJzY2FsZSI6MX1d/6b356215ac/VaalShard.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Timeworn Reliquary Key", "refName": "Timeworn Reliquary Key", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9WYXVsdE1hcDMiLCJzY2FsZSI6MX1d/b7e8aacbaa/VaultMap3.png", "craftable": {"category": "VaultKey"}, "w": 1, "h": 1} -{"name": "Titan Mitts", "refName": "Titan Mitts", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Gloves"}, "armour": {"ar": [100, 100]}, "w": 2, "h": 2} -{"name": "Titanium Glennach Cairns Watchstone", "refName": "Titanium Glennach Cairns Watchstone", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "AtlasUpgradeItem"}, "w": 1, "h": 1} -{"name": "Titanium Haewark Hamlet Watchstone", "refName": "Titanium Haewark Hamlet Watchstone", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "AtlasUpgradeItem"}, "w": 1, "h": 1} -{"name": "Titanium Lex Ejoris Watchstone", "refName": "Titanium Lex Ejoris Watchstone", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "AtlasUpgradeItem"}, "w": 1, "h": 1} -{"name": "Titanium Lex Proxima Watchstone", "refName": "Titanium Lex Proxima Watchstone", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "AtlasUpgradeItem"}, "w": 1, "h": 1} -{"name": "Titanium Lira Arthain Watchstone", "refName": "Titanium Lira Arthain Watchstone", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "AtlasUpgradeItem"}, "w": 1, "h": 1} -{"name": "Titanium New Vastir Watchstone", "refName": "Titanium New Vastir Watchstone", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "AtlasUpgradeItem"}, "w": 1, "h": 1} -{"name": "Titanium Tirn's End Watchstone", "refName": "Titanium Tirn's End Watchstone", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "AtlasUpgradeItem"}, "w": 1, "h": 1} -{"name": "Titanium Valdo's Rest Watchstone", "refName": "Titanium Valdo's Rest Watchstone", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "AtlasUpgradeItem"}, "w": 1, "h": 1} -{"name": "Tonal Focus", "refName": "Tonal Focus", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Focus"}, "armour": {"es": [25, 25]}, "w": 2, "h": 3} -{"name": "Topaz Charm", "refName": "Topaz Charm", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Charm"}, "w": 1, "h": 1} -{"name": "Topaz Ring", "refName": "Topaz Ring", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvUmluZ3MvUmluZzUiLCJ3IjoxLCJoIjoxLCJzY2FsZSI6MX1d/6f90cd3c4b/Ring5.png", "craftable": {"category": "Ring"}, "w": 1, "h": 1} -{"name": "Torment Club", "refName": "Torment Club", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "One Hand Mace"}, "w": 2, "h": 3} -{"name": "Torment Jacket", "refName": "Torment Jacket", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ev": [268, 268], "es": [101, 101]}, "w": 2, "h": 3} -{"name": "Torn Cloak", "refName": "Torn Cloak", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGVpc3QvVG9ybkNsb2FrIiwidyI6MiwiaCI6Miwic2NhbGUiOjF9XQ/8857eabe4c/TornCloak.png", "craftable": {"category": "HeistEquipmentUtility"}, "w": 2, "h": 2} -{"name": "Torn Gloves", "refName": "Torn Gloves", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Gloves"}, "armour": {"es": [9, 9]}, "w": 2, "h": 2} -{"name": "Tornado", "refName": "Tornado", "namespace": "GEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvR2Vtcy9Ub3JuYWRvR2VtIiwidyI6MSwiaCI6MSwic2NhbGUiOjF9XQ/6ff8d3b903/TornadoGem.png", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Tornado Shot", "refName": "Tornado Shot", "namespace": "GEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvR2Vtcy9Ub3JuYWRvU2hvdCIsInciOjEsImgiOjEsInNjYWxlIjoxfV0/7299d3edf8/TornadoShot.png", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Torture Wand", "refName": "Torture Wand", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Wand"}, "w": 1, "h": 3} -{"name": "Totemic Greatclub", "refName": "Totemic Greatclub", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Two Hand Mace"}, "w": 2, "h": 4} -{"name": "Totemic Greaves", "refName": "Totemic Greaves", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Boots"}, "armour": {"ar": [182, 182]}, "w": 2, "h": 2} -{"name": "Tournament Mail", "refName": "Tournament Mail", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ar": [245, 245], "ev": [223, 223]}, "w": 2, "h": 3} -{"name": "Tournament Mail", "refName": "Tournament Mail", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ar": [245, 245], "ev": [223, 223]}, "w": 2, "h": 3} -{"name": "Tournament Mail", "refName": "Tournament Mail", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ar": [245, 245], "ev": [223, 223]}, "w": 2, "h": 3} -{"name": "Toxic Growth", "refName": "Toxic Growth", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Toxic Quiver", "refName": "Toxic Quiver", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Quiver"}, "w": 2, "h": 3} -{"name": "Transcendent Life Flask", "refName": "Transcendent Life Flask", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Flask"}, "w": 1, "h": 2} -{"name": "Transcendent Mana Flask", "refName": "Transcendent Mana Flask", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Flask"}, "w": 1, "h": 2} -{"name": "Transforming Power Core", "refName": "Transforming Power Core", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Transmutation Shard", "refName": "Transmutation Shard", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQ3VycmVuY3lVcGdyYWRlVG9NYWdpY1NoYXJkIiwic2NhbGUiOjEsInJlYWxtIjoicG9lMiJ9XQ/e67bca229b/CurrencyUpgradeToMagicShard.png", "tradeTag": "transmutation-shard", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Trarthan Flashpowder", "refName": "Trarthan Flashpowder", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGVpc3QvVHJhcnRocmFuRmxhc2hwb3dkZXIiLCJ3IjoyLCJoIjoyLCJzY2FsZSI6MX1d/8f197f178c/TrarthranFlashpowder.png", "craftable": {"category": "HeistEquipmentTool"}, "w": 2, "h": 2} -{"name": "Treasured Blade", "refName": "Treasured Blade", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "One Hand Sword"}, "w": 2, "h": 3} -{"name": "Tribal Bow", "refName": "Tribal Bow", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Bow"}, "w": 2, "h": 4} -{"name": "Tribal Mask", "refName": "Tribal Mask", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"ev": [66, 66], "es": [28, 28]}, "w": 2, "h": 2} -{"name": "Tribute to the Goddess", "refName": "Tribute to the Goddess", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9MYWJ5cmludGhIYXJ2ZXN0Iiwic2NhbGUiOjF9XQ/81054ff374/LabyrinthHarvest.png", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Trimmed Greaves", "refName": "Trimmed Greaves", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Boots"}, "armour": {"ar": [87, 87]}, "w": 2, "h": 2} -{"name": "Tul's Breachstone", "refName": "Tul's Breachstone", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQnJlYWNoL0JyZWFjaEZyYWdtZW50c0NvbGQiLCJzY2FsZSI6MX1d/d1a2906729/BreachFragmentsCold.png", "craftable": {"category": "Breachstone"}, "w": 1, "h": 1} -{"name": "Tul's Catalyst", "refName": "Tul's Catalyst", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQnJlYWNoL0JyZWFjaENhdGFseXN0Q29sZCIsInNjYWxlIjoxLCJyZWFsbSI6InBvZTIifV0/c3bc9abf43/BreachCatalystCold.png", "tradeTag": "tuls-catalyst", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Tul's Charged Breachstone", "refName": "Tul's Charged Breachstone", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Breachstone"}, "w": 1, "h": 1} -{"name": "Tul's Enriched Breachstone", "refName": "Tul's Enriched Breachstone", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Breachstone"}, "w": 1, "h": 1} -{"name": "Tul's Flawless Breachstone", "refName": "Tul's Flawless Breachstone", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQnJlYWNoL1R1bHNGbGF3bGVzc0JyZWFjaHN0b25lIiwic2NhbGUiOjF9XQ/f238a20f9a/TulsFlawlessBreachstone.png", "craftable": {"category": "Breachstone"}, "w": 1, "h": 1} -{"name": "Tul's Pure Breachstone", "refName": "Tul's Pure Breachstone", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Breachstone"}, "w": 1, "h": 1} -{"name": "Tullina's Engagement Ring", "refName": "Tullina's Engagement Ring", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Tusked Hominid Skull", "refName": "Tusked Hominid Skull", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "HeistObjective"}, "w": 2, "h": 2} -{"name": "Twig Circlet", "refName": "Twig Circlet", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"es": [19, 19]}, "w": 2, "h": 2} -{"name": "Twig Focus", "refName": "Twig Focus", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Focus"}, "armour": {"es": [12, 12]}, "w": 2, "h": 3} -{"name": "Twilight Tiara", "refName": "Twilight Tiara", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"es": [77, 77]}, "w": 2, "h": 2} -{"name": "Twin Flail", "refName": "Twin Flail", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Flail"}, "w": 2, "h": 3} -{"name": "Two-Point Quiver", "refName": "Two-Point Quiver", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Quiver"}, "w": 2, "h": 3} -{"name": "Ultimate Life Flask", "refName": "Ultimate Life Flask", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Flask"}, "w": 1, "h": 2} -{"name": "Ultimate Mana Flask", "refName": "Ultimate Mana Flask", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Flask"}, "w": 1, "h": 2} -{"name": "Ultimatum Aspect", "refName": "Ultimatum Aspect", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "UniqueFragment"}, "w": 1, "h": 2} -{"name": "Ultimatum Aspect", "refName": "Ultimatum Aspect", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "UniqueFragment"}, "w": 3, "h": 1} -{"name": "Ultimatum Aspect", "refName": "Ultimatum Aspect", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "UniqueFragment"}, "w": 1, "h": 2} -{"name": "Ultimatum Aspect", "refName": "Ultimatum Aspect", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "UniqueFragment"}, "w": 1, "h": 2} -{"name": "Ultra Greatsword", "refName": "Ultra Greatsword", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Two Hand Sword"}, "w": 2, "h": 4} -{"name": "Una's Lute", "refName": "Una's Lute", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 3} -{"name": "Unbound Avatar", "refName": "Unbound Avatar", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Unbreakable", "refName": "Unbreakable", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Uncarved Gemstone", "refName": "Uncarved Gemstone", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Uncut Skill Gem", "refName": "Uncut Skill Gem", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "UncutSkillGem"}, "w": 1, "h": 1} -{"name": "Uncut Skill Gem", "refName": "Uncut Skill Gem", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "UncutSkillGem"}, "w": 1, "h": 1} -{"name": "Uncut Spirit Gem", "refName": "Uncut Spirit Gem", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "UncutSkillGem"}, "w": 1, "h": 1} -{"name": "Uncut Support Gem", "refName": "Uncut Support Gem", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "UncutSkillGem"}, "w": 1, "h": 1} -{"name": "Unearth", "refName": "Unearth", "namespace": "GEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvR2Vtcy9Cb25lTGFuY2UiLCJ3IjoxLCJoIjoxLCJzY2FsZSI6MX1d/ba9f4da647/BoneLance.png", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Unleash", "refName": "Unleash", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Unleash", "refName": "Unleash", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Unrelenting Timeless Eternal Emblem", "refName": "Unrelenting Timeless Eternal Emblem", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9UaW1lbGVzc0NvbmZsaWN0S2FydWkiLCJzY2FsZSI6MX1d/48dd647843/TimelessConflictKarui.png", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Unrelenting Timeless Karui Emblem", "refName": "Unrelenting Timeless Karui Emblem", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9UaW1lbGVzc0NvbmZsaWN0RXRlcm5hbCIsInNjYWxlIjoxfV0/f96320f889/TimelessConflictEternal.png", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Unrelenting Timeless Maraketh Emblem", "refName": "Unrelenting Timeless Maraketh Emblem", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9UaW1lbGVzc0NvbmZsaWN0TWFyYWtldGgiLCJzY2FsZSI6MX1d/8eca6f27b3/TimelessConflictMaraketh.png", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Unrelenting Timeless Templar Emblem", "refName": "Unrelenting Timeless Templar Emblem", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9UaW1lbGVzc0NvbmZsaWN0VGVtcGxhciIsInNjYWxlIjoxfV0/b0a76a5f78/TimelessConflictTemplar.png", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Unrelenting Timeless Vaal Emblem", "refName": "Unrelenting Timeless Vaal Emblem", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9UaW1lbGVzc0NvbmZsaWN0VmFhbCIsInNjYWxlIjoxfV0/895e0137f2/TimelessConflictVaal.png", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Unset Ring", "refName": "Unset Ring", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvUmluZ3MvRW1wdHktU29ja2V0IiwidyI6MSwiaCI6MSwic2NhbGUiOjF9XQ/82146b3aa4/Empty-Socket.png", "craftable": {"category": "Ring"}, "w": 1, "h": 1} -{"name": "Unshaping Orb", "refName": "Unshaping Orb", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQXRsYXNEb3duZ3JhZGUiLCJ3IjoxLCJoIjoxLCJzY2FsZSI6MX1d/0f3716b72b/AtlasDowngrade.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Upheaval", "refName": "Upheaval", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Urn Relic", "refName": "Urn Relic", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvUmVsaWNzL1JlbGljQmFzZTJ4MSIsInciOjIsImgiOjEsInNjYWxlIjoxfV0/676ca95b04/RelicBase2x1.png", "craftable": {"category": "Relic"}, "w": 1, "h": 2} -{"name": "Urn Trap", "refName": "Urn Trap", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "TrapTool"}, "w": 2, "h": 2} -{"name": "Urn of Farud", "refName": "Urn of Farud", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "HeistObjective"}, "w": 2, "h": 2} -{"name": "Urn of the Original Ashes", "refName": "Urn of the Original Ashes", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "HeistObjective"}, "w": 2, "h": 2} -{"name": "Utility Belt", "refName": "Utility Belt", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Belt"}, "w": 2, "h": 1} -{"name": "Utility Wraps", "refName": "Utility Wraps", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Gloves"}, "armour": {"ev": [61, 61], "es": [23, 23]}, "w": 2, "h": 2} -{"name": "Uul-Netol's Breachstone", "refName": "Uul-Netol's Breachstone", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQnJlYWNoL0JyZWFjaEZyYWdtZW50c1BoeXNpY2FsIiwic2NhbGUiOjF9XQ/2b4821437a/BreachFragmentsPhysical.png", "craftable": {"category": "Breachstone"}, "w": 1, "h": 1} -{"name": "Uul-Netol's Catalyst", "refName": "Uul-Netol's Catalyst", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQnJlYWNoL0JyZWFjaENhdGFseXN0UGh5c2ljYWwiLCJzY2FsZSI6MSwicmVhbG0iOiJwb2UyIn1d/bc9406c106/BreachCatalystPhysical.png", "tradeTag": "uul-netols-catalyst", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Uul-Netol's Charged Breachstone", "refName": "Uul-Netol's Charged Breachstone", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Breachstone"}, "w": 1, "h": 1} -{"name": "Uul-Netol's Enriched Breachstone", "refName": "Uul-Netol's Enriched Breachstone", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Breachstone"}, "w": 1, "h": 1} -{"name": "Uul-Netol's Flawless Breachstone", "refName": "Uul-Netol's Flawless Breachstone", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQnJlYWNoL1V1bE5ldG9sc0ZsYXdsZXNzQnJlYWNoc3RvbmUiLCJzY2FsZSI6MX1d/afcbb96429/UulNetolsFlawlessBreachstone.png", "craftable": {"category": "Breachstone"}, "w": 1, "h": 1} -{"name": "Uul-Netol's Pure Breachstone", "refName": "Uul-Netol's Pure Breachstone", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Breachstone"}, "w": 1, "h": 1} -{"name": "Vaal Cuirass", "refName": "Vaal Cuirass", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ar": [228, 228]}, "w": 2, "h": 3} -{"name": "Vaal Orb", "refName": "Vaal Orb", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQ3VycmVuY3lWYWFsIiwic2NhbGUiOjEsInJlYWxtIjoicG9lMiJ9XQ/72bc84396c/CurrencyVaal.png", "tradeTag": "vaal", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Vaal Reliquary Key", "refName": "Vaal Reliquary Key", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9WYXVsdE1hcDQiLCJzY2FsZSI6MX1d/7d798c8941/VaultMap4.png", "craftable": {"category": "VaultKey"}, "w": 1, "h": 1} -{"name": "Vaal Scouting Report", "refName": "Vaal Scouting Report", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvU2NvdXRpbmdSZXBvcnQiLCJ3IjoxLCJoIjoxLCJzY2FsZSI6MX1d/584635f3c8/ScoutingReport.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Vagabond Armour", "refName": "Vagabond Armour", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ar": [67, 67], "ev": [56, 56]}, "w": 2, "h": 3} -{"name": "Vagrant's Brew", "refName": "Vagrant's Brew", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Vampiric Blade", "refName": "Vampiric Blade", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "One Hand Sword"}, "w": 2, "h": 3} -{"name": "Vanquisher's Book of Knowledge I", "refName": "Vanquisher's Book of Knowledge I", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "Vanquisher's Book of Knowledge II", "refName": "Vanquisher's Book of Knowledge II", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "Vanquisher's Book of Knowledge III", "refName": "Vanquisher's Book of Knowledge III", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "Vanquisher's Book of Knowledge IV", "refName": "Vanquisher's Book of Knowledge IV", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "Vanquisher's Book of Knowledge V", "refName": "Vanquisher's Book of Knowledge V", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "Varnished Crossbow", "refName": "Varnished Crossbow", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Crossbow"}, "w": 2, "h": 4} -{"name": "Vase Relic", "refName": "Vase Relic", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Relic"}, "w": 1, "h": 4} -{"name": "Vault Key", "refName": "Vault Key", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Vaulting Impact", "refName": "Vaulting Impact", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Veiled Chaos Orb", "refName": "Veiled Chaos Orb", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Veiled Mask", "refName": "Veiled Mask", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"ev": [58, 58], "es": [25, 25]}, "w": 2, "h": 2} -{"name": "Velour Shoes", "refName": "Velour Shoes", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Boots"}, "armour": {"ev": [74, 74], "es": [29, 29]}, "w": 2, "h": 2} -{"name": "Velvet Cap", "refName": "Velvet Cap", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"ev": [181, 181]}, "w": 2, "h": 2} -{"name": "Venerated Mantle", "refName": "Venerated Mantle", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ar": [173, 173], "es": [61, 61]}, "w": 2, "h": 3} -{"name": "Vengeful Contract", "refName": "Vengeful Contract", "namespace": "ITEM", "icon": "", "craftable": {"category": "HeistContract"}, "w": 1, "h": 1} -{"name": "Venom Draught of Clarity", "refName": "Venom Draught of Clarity", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 2} -{"name": "Venom Draught of Stone", "refName": "Venom Draught of Stone", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 2} -{"name": "Venom Draught of the Lost", "refName": "Venom Draught of the Lost", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 2} -{"name": "Venom Draught of the Marshes", "refName": "Venom Draught of the Marshes", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 2} -{"name": "Venom Draught of the Sky", "refName": "Venom Draught of the Sky", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 2} -{"name": "Venom Draught of the Veil", "refName": "Venom Draught of the Veil", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 2} -{"name": "Veritania's Crest", "refName": "Veritania's Crest", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9SZWRlZW1lckZyYWdtZW50Iiwic2NhbGUiOjF9XQ/86d22a34cc/RedeemerFragment.png", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Versatile Keyring", "refName": "Versatile Keyring", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGVpc3QvVmVyc2F0aWxlS2V5cmluZyIsInciOjIsImgiOjIsInNjYWxlIjoxfV0/eda0c08359/VersatileKeyring.png", "craftable": {"category": "HeistEquipmentTool"}, "w": 2, "h": 2} -{"name": "Vial of Awakening", "refName": "Vial of Awakening", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvVmlhbFNsdW1iZXIiLCJ3IjoxLCJoIjoxLCJzY2FsZSI6MX1d/153f99e185/VialSlumber.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Vial of Consequence", "refName": "Vial of Consequence", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvVmlhbENvd2FyZHNDaGFpbnMiLCJ3IjoxLCJoIjoxLCJzY2FsZSI6MX1d/49367d5e04/VialCowardsChains.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Vial of Dominance", "refName": "Vial of Dominance", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvVmlhbEFyY2hpdGVjdHNIYW5kIiwidyI6MSwiaCI6MSwic2NhbGUiOjF9XQ/dbe46fb20c/VialArchitectsHand.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Vial of Fate", "refName": "Vial of Fate", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvVmlhbFN0b3J5VmFhbCIsInciOjEsImgiOjEsInNjYWxlIjoxfV0/5cc747026e/VialStoryVaal.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Vial of Sacrifice", "refName": "Vial of Sacrifice", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvVmlhbFNhY3JpZmljaWFsSGVhcnQiLCJ3IjoxLCJoIjoxLCJzY2FsZSI6MX1d/7f68150b22/VialSacrificialHeart.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Vial of Summoning", "refName": "Vial of Summoning", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvVmlhbFNwaXJpdERyaW5rZXIiLCJ3IjoxLCJoIjoxLCJzY2FsZSI6MX1d/b4c71ef906/VialSpiritDrinker.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Vial of Transcendence", "refName": "Vial of Transcendence", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvVmlhbFRlbXBlcmVkRmxlc2giLCJ3IjoxLCJoIjoxLCJzY2FsZSI6MX1d/ff6f1f931e/VialTemperedFlesh.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Vial of the Ghost", "refName": "Vial of the Ghost", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvVmlhbFNvdWxDYXRjaGVyIiwidyI6MSwiaCI6MSwic2NhbGUiOjF9XQ/41cbc9ed1d/VialSoulCatcher.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Vial of the Ritual", "refName": "Vial of the Ritual", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvVmlhbERhbmNlT2ZmZXJlZCIsInciOjEsImgiOjEsInNjYWxlIjoxfV0/a21fb783fd/VialDanceOffered.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Victorious Fate", "refName": "Victorious Fate", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvU291bENvcmVzL1RyaWFsbWFzdGVyS2V5MyIsInNjYWxlIjoxLCJyZWFsbSI6InBvZTIifV0/0270951a73/TrialmasterKey3.png", "tradeTag": "victorious-fate", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Vigilante Contract", "refName": "Vigilante Contract", "namespace": "ITEM", "icon": "", "craftable": {"category": "HeistContract"}, "w": 1, "h": 1} -{"name": "Vile Greataxe", "refName": "Vile Greataxe", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Two Hand Axe"}, "w": 2, "h": 4} -{"name": "Vine Arrow", "refName": "Vine Arrow", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Viper Cap", "refName": "Viper Cap", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"ev": [136, 136]}, "w": 2, "h": 2} -{"name": "Viridi's Finger", "refName": "Viridi's Finger", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Viridian Watchstone", "refName": "Viridian Watchstone", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "AtlasUpgradeItem"}, "w": 1, "h": 1} -{"name": "Viridian Watchstone", "refName": "Viridian Watchstone", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "AtlasUpgradeItem"}, "w": 1, "h": 1} -{"name": "Viridian Watchstone", "refName": "Viridian Watchstone", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "AtlasUpgradeItem"}, "w": 1, "h": 1} -{"name": "Viridian Watchstone", "refName": "Viridian Watchstone", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "AtlasUpgradeItem"}, "w": 1, "h": 1} -{"name": "Viridian Watchstone", "refName": "Viridian Watchstone", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "AtlasUpgradeItem"}, "w": 1, "h": 1} -{"name": "Viridian Watchstone", "refName": "Viridian Watchstone", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "AtlasUpgradeItem"}, "w": 1, "h": 1} -{"name": "Viridian Watchstone", "refName": "Viridian Watchstone", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "AtlasUpgradeItem"}, "w": 1, "h": 1} -{"name": "Viridian Watchstone", "refName": "Viridian Watchstone", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "AtlasUpgradeItem"}, "w": 1, "h": 1} -{"name": "Viscera Cauldron", "refName": "Viscera Cauldron", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "Visceral Quiver", "refName": "Visceral Quiver", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Quiver"}, "w": 2, "h": 3} -{"name": "Visceral Reliquary Key", "refName": "Visceral Reliquary Key", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9FYXRlck9mV29ybGRzRm9pbCIsInNjYWxlIjoxfV0/9b4e8c2e7c/EaterOfWorldsFoil.png", "craftable": {"category": "VaultKey"}, "w": 1, "h": 1} -{"name": "Vision Rune", "refName": "Vision Rune", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvUnVuZXMvQWNjdXJhY3lSdW5lIiwic2NhbGUiOjEsInJlYWxtIjoicG9lMiJ9XQ/8e7841f0ef/AccuracyRune.png", "tradeTag": "vision-rune", "craftable": {"category": "SoulCore"}, "w": 1, "h": 1} -{"name": "Visored Helm", "refName": "Visored Helm", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"ar": [44, 44], "ev": [37, 37]}, "w": 2, "h": 2} -{"name": "Vitality", "refName": "Vitality", "namespace": "GEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvR2Vtcy9WaXRhbGl0eSIsInciOjEsImgiOjEsInNjYWxlIjoxfV0/125dbe04db/Vitality.png", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Vivid Crystallised Lifeforce", "refName": "Vivid Crystallised Lifeforce", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGFydmVzdC9WaXZpZExpZmVmb3JjZSIsInNjYWxlIjoxfV0/a355b8a5a2/VividLifeforce.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Voidborn Reliquary Key", "refName": "Voidborn Reliquary Key", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9Db3NtaWNDb3JlU3VwcG9ydGVyVmF1bHRLZXkiLCJzY2FsZSI6MX1d/1f2d34a36d/CosmicCoreSupporterVaultKey.png", "craftable": {"category": "VaultKey"}, "w": 1, "h": 1} -{"name": "Voidborn Reliquary Key", "refName": "Voidborn Reliquary Key", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9Db3NtaWNDb3JlU3VwcG9ydGVyVmF1bHRLZXkiLCJzY2FsZSI6MX1d/1f2d34a36d/CosmicCoreSupporterVaultKey.png", "craftable": {"category": "VaultKey"}, "w": 1, "h": 1} -{"name": "Volant Quiver", "refName": "Volant Quiver", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Quiver"}, "w": 2, "h": 3} -{"name": "Volatile Dead", "refName": "Volatile Dead", "namespace": "GEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvR2Vtcy9Wb2xhdGlsZURlYWQiLCJ3IjoxLCJoIjoxLCJzY2FsZSI6MX1d/75c543dab5/VolatileDead.png", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Volatile Wand", "refName": "Volatile Wand", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Wand"}, "w": 1, "h": 3} -{"name": "Volcanic Fissure", "refName": "Volcanic Fissure", "namespace": "GEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvR2Vtcy9Wb2xjYW5pY0Zpc3N1cmVTa2lsbEdlbSIsInciOjEsImgiOjEsInNjYWxlIjoxfV0/b12b9ef422/VolcanicFissureSkillGem.png", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Volcano", "refName": "Volcano", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Volkuur's Key", "refName": "Volkuur's Key", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Volkuur's Key", "refName": "Volkuur's Key", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Voltaic Grenade", "refName": "Voltaic Grenade", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Voltaic Mark", "refName": "Voltaic Mark", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Voltaic Staff", "refName": "Voltaic Staff", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Staff"}, "w": 1, "h": 4} -{"name": "Voltaxic Flashpowder", "refName": "Voltaxic Flashpowder", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGVpc3QvVm9sdGF4aWNGbGFzaHBvd2RlciIsInciOjIsImgiOjIsInNjYWxlIjoxfV0/2df5470ba8/VoltaxicFlashpowder.png", "craftable": {"category": "HeistEquipmentTool"}, "w": 2, "h": 2} -{"name": "Voodoo Focus", "refName": "Voodoo Focus", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Focus"}, "armour": {"es": [32, 32]}, "w": 2, "h": 3} -{"name": "Votive Raiment", "refName": "Votive Raiment", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"es": [78, 78]}, "w": 2, "h": 3} -{"name": "Vulnerability", "refName": "Vulnerability", "namespace": "GEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvR2Vtcy9WdWxuZXJhYmlsaXR5IiwidyI6MSwiaCI6MSwic2NhbGUiOjF9XQ/1235ccd6b3/Vulnerability.png", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "War Banner", "refName": "War Banner", "namespace": "GEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvR2Vtcy9XYXJiYW5uZXIiLCJ3IjoxLCJoIjoxLCJzY2FsZSI6MX1d/bad44cab15/Warbanner.png", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "War Spear", "refName": "War Spear", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Spear"}, "w": 1, "h": 4} -{"name": "Warden Bow", "refName": "Warden Bow", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Bow"}, "w": 2, "h": 4} -{"name": "Warlord's Exalted Orb", "refName": "Warlord's Exalted Orb", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5mbHVlbmNlIEV4YWx0cy9Db25xdWVyb3JPcmIiLCJzY2FsZSI6MX1d/57f0d85951/ConquerorOrb.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Warpick", "refName": "Warpick", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "One Hand Mace"}, "w": 2, "h": 3} -{"name": "Warrior Greathelm", "refName": "Warrior Greathelm", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"ar": [146, 146]}, "w": 2, "h": 2} -{"name": "Wave of Frost", "refName": "Wave of Frost", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Waxed Jacket", "refName": "Waxed Jacket", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ev": [43, 43], "es": [24, 24]}, "w": 2, "h": 3} -{"name": "Wayfarer Jacket", "refName": "Wayfarer Jacket", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ev": [88, 88], "es": [39, 39]}, "w": 2, "h": 3} -{"name": "Waystone (Tier 1)", "refName": "Waystone (Tier 1)", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9FbmRnYW1lTWFwcy9FbmRnYW1lTWFwMSIsInNjYWxlIjoxLCJyZWFsbSI6InBvZTIifV0/bb4c55989d/EndgameMap1.png", "tradeTag": "waystone-1", "craftable": {"category": "Map"}, "w": 1, "h": 1} -{"name": "Waystone (Tier 10)", "refName": "Waystone (Tier 10)", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9FbmRnYW1lTWFwcy9FbmRnYW1lTWFwMTAiLCJzY2FsZSI6MSwicmVhbG0iOiJwb2UyIn1d/4a1266867a/EndgameMap10.png", "tradeTag": "waystone-10", "craftable": {"category": "Map"}, "w": 1, "h": 1} -{"name": "Waystone (Tier 11)", "refName": "Waystone (Tier 11)", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9FbmRnYW1lTWFwcy9FbmRnYW1lTWFwMTEiLCJzY2FsZSI6MSwicmVhbG0iOiJwb2UyIn1d/77da168a75/EndgameMap11.png", "tradeTag": "waystone-11", "craftable": {"category": "Map"}, "w": 1, "h": 1} -{"name": "Waystone (Tier 12)", "refName": "Waystone (Tier 12)", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9FbmRnYW1lTWFwcy9FbmRnYW1lTWFwMTIiLCJzY2FsZSI6MSwicmVhbG0iOiJwb2UyIn1d/1b37ec5864/EndgameMap12.png", "tradeTag": "waystone-12", "craftable": {"category": "Map"}, "w": 1, "h": 1} -{"name": "Waystone (Tier 13)", "refName": "Waystone (Tier 13)", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9FbmRnYW1lTWFwcy9FbmRnYW1lTWFwMTMiLCJzY2FsZSI6MSwicmVhbG0iOiJwb2UyIn1d/4877b17436/EndgameMap13.png", "tradeTag": "waystone-13", "craftable": {"category": "Map"}, "w": 1, "h": 1} -{"name": "Waystone (Tier 14)", "refName": "Waystone (Tier 14)", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9FbmRnYW1lTWFwcy9FbmRnYW1lTWFwMTQiLCJzY2FsZSI6MSwicmVhbG0iOiJwb2UyIn1d/9149454787/EndgameMap14.png", "tradeTag": "waystone-14", "craftable": {"category": "Map"}, "w": 1, "h": 1} -{"name": "Waystone (Tier 15)", "refName": "Waystone (Tier 15)", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9FbmRnYW1lTWFwcy9FbmRnYW1lTWFwMTUiLCJzY2FsZSI6MSwicmVhbG0iOiJwb2UyIn1d/cea6af97d7/EndgameMap15.png", "tradeTag": "waystone-15", "craftable": {"category": "Map"}, "w": 1, "h": 1} -{"name": "Waystone (Tier 16)", "refName": "Waystone (Tier 16)", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9FbmRnYW1lTWFwcy9FbmRnYW1lTWFwMTYiLCJzY2FsZSI6MSwicmVhbG0iOiJwb2UyIn1d/098fff71c2/EndgameMap16.png", "tradeTag": "waystone-16", "craftable": {"category": "Map"}, "w": 1, "h": 1} -{"name": "Waystone (Tier 2)", "refName": "Waystone (Tier 2)", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9FbmRnYW1lTWFwcy9FbmRnYW1lTWFwMiIsInNjYWxlIjoxLCJyZWFsbSI6InBvZTIifV0/b4ffda8e35/EndgameMap2.png", "tradeTag": "waystone-2", "craftable": {"category": "Map"}, "w": 1, "h": 1} -{"name": "Waystone (Tier 3)", "refName": "Waystone (Tier 3)", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9FbmRnYW1lTWFwcy9FbmRnYW1lTWFwMyIsInNjYWxlIjoxLCJyZWFsbSI6InBvZTIifV0/7940d0ad1a/EndgameMap3.png", "tradeTag": "waystone-3", "craftable": {"category": "Map"}, "w": 1, "h": 1} -{"name": "Waystone (Tier 4)", "refName": "Waystone (Tier 4)", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9FbmRnYW1lTWFwcy9FbmRnYW1lTWFwNCIsInNjYWxlIjoxLCJyZWFsbSI6InBvZTIifV0/e405b6783b/EndgameMap4.png", "tradeTag": "waystone-4", "craftable": {"category": "Map"}, "w": 1, "h": 1} -{"name": "Waystone (Tier 5)", "refName": "Waystone (Tier 5)", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9FbmRnYW1lTWFwcy9FbmRnYW1lTWFwNSIsInNjYWxlIjoxLCJyZWFsbSI6InBvZTIifV0/22247ac187/EndgameMap5.png", "tradeTag": "waystone-5", "craftable": {"category": "Map"}, "w": 1, "h": 1} -{"name": "Waystone (Tier 6)", "refName": "Waystone (Tier 6)", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9FbmRnYW1lTWFwcy9FbmRnYW1lTWFwNiIsInNjYWxlIjoxLCJyZWFsbSI6InBvZTIifV0/f64d3b6889/EndgameMap6.png", "tradeTag": "waystone-6", "craftable": {"category": "Map"}, "w": 1, "h": 1} -{"name": "Waystone (Tier 7)", "refName": "Waystone (Tier 7)", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9FbmRnYW1lTWFwcy9FbmRnYW1lTWFwNyIsInNjYWxlIjoxLCJyZWFsbSI6InBvZTIifV0/7f32b3664e/EndgameMap7.png", "tradeTag": "waystone-7", "craftable": {"category": "Map"}, "w": 1, "h": 1} -{"name": "Waystone (Tier 8)", "refName": "Waystone (Tier 8)", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9FbmRnYW1lTWFwcy9FbmRnYW1lTWFwOCIsInNjYWxlIjoxLCJyZWFsbSI6InBvZTIifV0/fb8a8651b5/EndgameMap8.png", "tradeTag": "waystone-8", "craftable": {"category": "Map"}, "w": 1, "h": 1} -{"name": "Waystone (Tier 9)", "refName": "Waystone (Tier 9)", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI4LDE0LHsiZiI6IjJESXRlbXMvTWFwcy9FbmRnYW1lTWFwcy9FbmRnYW1lTWFwOSIsInNjYWxlIjoxLCJyZWFsbSI6InBvZTIifV0/420f1c6412/EndgameMap9.png", "tradeTag": "waystone-9", "craftable": {"category": "Map"}, "w": 1, "h": 1} -{"name": "Wayward Crest Shield", "refName": "Wayward Crest Shield", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Shield"}, "armour": {"ar": [61, 61], "es": [22, 22]}, "w": 2, "h": 3} -{"name": "Weapon Recombinator", "refName": "Weapon Recombinator", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Weathered Crisis Fragment", "refName": "Weathered Crisis Fragment", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvUXVlc3RJdGVtcy9QaW5uYWNsZUtleTMiLCJzY2FsZSI6MSwicmVhbG0iOiJwb2UyIn1d/32e6544250/PinnacleKey3.png", "tradeTag": "weathered-crisis-fragment", "w": 1, "h": 1} -{"name": "Weaver Leggings", "refName": "Weaver Leggings", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Boots"}, "armour": {"ar": [73, 73], "es": [26, 26]}, "w": 2, "h": 2} -{"name": "Whirling Assault", "refName": "Whirling Assault", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Whirling Slash", "refName": "Whirling Slash", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Whisper-woven Cloak", "refName": "Whisper-woven Cloak", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGVpc3QvV2hpc3BlcldvdmVuQ2xvYWsiLCJ3IjoyLCJoIjoyLCJzY2FsZSI6MX1d/5d44c09a37/WhisperWovenCloak.png", "craftable": {"category": "HeistEquipmentUtility"}, "w": 2, "h": 2} -{"name": "Whispering Incubator", "refName": "Whispering Incubator", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5jdWJhdGlvbi9JbmN1YmF0aW9uRXNzZW5jZSIsInNjYWxlIjoxfV0/839bf6cef9/IncubationEssence.png", "craftable": {"category": "Incubator"}, "w": 1, "h": 1} -{"name": "Whispering Incubator", "refName": "Whispering Incubator", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSW5jdWJhdGlvbi9JbmN1YmF0aW9uRXNzZW5jZSIsInNjYWxlIjoxfV0/839bf6cef9/IncubationEssence.png", "craftable": {"category": "Incubator"}, "w": 1, "h": 1} -{"name": "Wicker Tiara", "refName": "Wicker Tiara", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"es": [28, 28]}, "w": 2, "h": 2} -{"name": "Wide Belt", "refName": "Wide Belt", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Belt"}, "w": 2, "h": 1} -{"name": "Wild Crystallised Lifeforce", "refName": "Wild Crystallised Lifeforce", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGFydmVzdC9XaWxkTGlmZWZvcmNlIiwic2NhbGUiOjF9XQ/e3d0b372b0/WildLifeforce.png", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Wildfire", "refName": "Wildfire", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Wildshards", "refName": "Wildshards", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Wind Blast", "refName": "Wind Blast", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Wind Dancer", "refName": "Wind Dancer", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Wind Wave", "refName": "Wind Wave", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Window of Opportunity", "refName": "Window of Opportunity", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Winged Abyss Scarab", "refName": "Winged Abyss Scarab", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Winged Ambush Scarab", "refName": "Winged Ambush Scarab", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Winged Bestiary Scarab", "refName": "Winged Bestiary Scarab", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Winged Blight Scarab", "refName": "Winged Blight Scarab", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Winged Breach Scarab", "refName": "Winged Breach Scarab", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Winged Cartography Scarab", "refName": "Winged Cartography Scarab", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Winged Divination Scarab", "refName": "Winged Divination Scarab", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Winged Elder Scarab", "refName": "Winged Elder Scarab", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Winged Expedition Scarab", "refName": "Winged Expedition Scarab", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Winged Harbinger Scarab", "refName": "Winged Harbinger Scarab", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Winged Legion Scarab", "refName": "Winged Legion Scarab", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Winged Metamorph Scarab", "refName": "Winged Metamorph Scarab", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Winged Reliquary Scarab", "refName": "Winged Reliquary Scarab", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Winged Shaper Scarab", "refName": "Winged Shaper Scarab", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Winged Sole", "refName": "Winged Sole", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvSGVpc3QvV2luZ2VkU29sZSIsInciOjIsImgiOjIsInNjYWxlIjoxfV0/6b844e2bd0/WingedSole.png", "craftable": {"category": "HeistEquipmentTool"}, "w": 2, "h": 2} -{"name": "Winged Spear", "refName": "Winged Spear", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Spear"}, "w": 1, "h": 4} -{"name": "Winged Sulphite Scarab", "refName": "Winged Sulphite Scarab", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Winged Torment Scarab", "refName": "Winged Torment Scarab", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Wither", "refName": "Wither", "namespace": "GEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvR2Vtcy9XaXRoZXJHZW0iLCJ3IjoxLCJoIjoxLCJzY2FsZSI6MX1d/f4a77cf6bc/WitherGem.png", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Withered Wand", "refName": "Withered Wand", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Wand"}, "w": 1, "h": 3} -{"name": "Withering Presence", "refName": "Withering Presence", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Withering Touch", "refName": "Withering Touch", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "Wolfbone Claw", "refName": "Wolfbone Claw", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Claw"}, "w": 2, "h": 2} -{"name": "Wooden Buckler", "refName": "Wooden Buckler", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Shield"}, "armour": {"ev": [20, 20]}, "w": 2, "h": 2} -{"name": "Wooden Club", "refName": "Wooden Club", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "One Hand Mace"}, "w": 2, "h": 3} -{"name": "Woven Focus", "refName": "Woven Focus", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Focus"}, "armour": {"es": [15, 15]}, "w": 2, "h": 3} -{"name": "Wrapped Gift", "refName": "Wrapped Gift", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 1, "h": 1} -{"name": "Wrapped Gift", "refName": "Wrapped Gift", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 1, "h": 2} -{"name": "Wrapped Gift", "refName": "Wrapped Gift", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 1, "h": 3} -{"name": "Wrapped Gift", "refName": "Wrapped Gift", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 1, "h": 4} -{"name": "Wrapped Gift", "refName": "Wrapped Gift", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 1} -{"name": "Wrapped Gift", "refName": "Wrapped Gift", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 2} -{"name": "Wrapped Gift", "refName": "Wrapped Gift", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 3} -{"name": "Wrapped Gift", "refName": "Wrapped Gift", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 2, "h": 4} -{"name": "Wrapped Gift", "refName": "Wrapped Gift", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 3, "h": 2} -{"name": "Wrapped Gift", "refName": "Wrapped Gift", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 3, "h": 1} -{"name": "Wrapped Gift", "refName": "Wrapped Gift", "namespace": "ITEM", "icon": "%NOT_FOUND%", "w": 4, "h": 1} -{"name": "Wrapped Greathelm", "refName": "Wrapped Greathelm", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Helmet"}, "armour": {"ar": [79, 79]}, "w": 2, "h": 2} -{"name": "Wrapped Quarterstaff", "refName": "Wrapped Quarterstaff", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Warstaff"}, "w": 2, "h": 4} -{"name": "Wrapped Sandals", "refName": "Wrapped Sandals", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Boots"}, "armour": {"es": [22, 22]}, "w": 2, "h": 2} -{"name": "Wrath Sceptre", "refName": "Wrath Sceptre", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Sceptre"}, "w": 2, "h": 3} -{"name": "Writhing Invitation", "refName": "Writhing Invitation", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvUXVlc3RJdGVtcy9UYW5nbGVkT3JiUXVlc3QwIiwic2NhbGUiOjF9XQ/7a2f21c33e/TangledOrbQuest0.png", "craftable": {"category": "QuestItem"}, "w": 1, "h": 1} -{"name": "Writhing Invitation", "refName": "Writhing Invitation", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvUXVlc3RJdGVtcy9UYW5nbGVkT3JiUXVlc3QwIiwic2NhbGUiOjF9XQ/7a2f21c33e/TangledOrbQuest0.png", "craftable": {"category": "MiscMapItem"}, "w": 1, "h": 1} -{"name": "Wyrm Quarterstaff", "refName": "Wyrm Quarterstaff", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Warstaff"}, "w": 2, "h": 4} -{"name": "Xoph's Breachstone", "refName": "Xoph's Breachstone", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQnJlYWNoL0JyZWFjaEZyYWdtZW50c0ZpcmUiLCJzY2FsZSI6MX1d/2fc9d593d6/BreachFragmentsFire.png", "craftable": {"category": "Breachstone"}, "w": 1, "h": 1} -{"name": "Xoph's Catalyst", "refName": "Xoph's Catalyst", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQnJlYWNoL0JyZWFjaENhdGFseXN0RmlyZSIsInNjYWxlIjoxLCJyZWFsbSI6InBvZTIifV0/05b1999374/BreachCatalystFire.png", "tradeTag": "xophs-catalyst", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "Xoph's Charged Breachstone", "refName": "Xoph's Charged Breachstone", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Breachstone"}, "w": 1, "h": 1} -{"name": "Xoph's Enriched Breachstone", "refName": "Xoph's Enriched Breachstone", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Breachstone"}, "w": 1, "h": 1} -{"name": "Xoph's Flawless Breachstone", "refName": "Xoph's Flawless Breachstone", "namespace": "ITEM", "icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQ3VycmVuY3kvQnJlYWNoL1hvcGhzRmxhd2xlc3NCcmVhY2hzdG9uZSIsInNjYWxlIjoxfV0/a9d5100ceb/XophsFlawlessBreachstone.png", "craftable": {"category": "Breachstone"}, "w": 1, "h": 1} -{"name": "Xoph's Pure Breachstone", "refName": "Xoph's Pure Breachstone", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Breachstone"}, "w": 1, "h": 1} -{"name": "Yriel's Key", "refName": "Yriel's Key", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Yriel's Key", "refName": "Yriel's Key", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MapFragment"}, "w": 1, "h": 1} -{"name": "Zealot Bow", "refName": "Zealot Bow", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Bow"}, "w": 2, "h": 4} -{"name": "Zenith Vestments", "refName": "Zenith Vestments", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Body Armour"}, "armour": {"ar": [294, 294], "es": [101, 101]}, "w": 2, "h": 3} -{"name": "[DNT] Axe Chop", "refName": "[DNT] Axe Chop", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "[DNT] Axe Execute", "refName": "[DNT] Axe Execute", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "[DNT] Axe Heavy Cleave", "refName": "[DNT] Axe Heavy Cleave", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "[DNT] Axe Leaping Chop", "refName": "[DNT] Axe Leaping Chop", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "[DNT] Axe Raised Chop", "refName": "[DNT] Axe Raised Chop", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "[DNT] Axe Slash", "refName": "[DNT] Axe Slash", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "[DNT] Axe Whirling Slash", "refName": "[DNT] Axe Whirling Slash", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "[DNT] Bind Spectre Token", "refName": "[DNT] Bind Spectre Token", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Currency"}, "w": 1, "h": 1} -{"name": "[DNT] Blade Dance", "refName": "[DNT] Blade Dance", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "[DNT] Blade Nova", "refName": "[DNT] Blade Nova", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "[DNT] Bone Cultist Shield Boss Drop", "refName": "[DNT] Bone Cultist Shield Boss Drop", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "[DNT] Claw Rake", "refName": "[DNT] Claw Rake", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "[DNT] Combo Knife Throw", "refName": "[DNT] Combo Knife Throw", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "[DNT] Detonation", "refName": "[DNT] Detonation", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "[DNT] Dodge Roll", "refName": "[DNT] Dodge Roll", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "[DNT] Dominating Aura", "refName": "[DNT] Dominating Aura", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "[DNT] Dredge Fiend Shaman Boss Drop", "refName": "[DNT] Dredge Fiend Shaman Boss Drop", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "[DNT] Eel Monster Boss Drop", "refName": "[DNT] Eel Monster Boss Drop", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "[DNT] Evasive Strike", "refName": "[DNT] Evasive Strike", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "[DNT] Flame Slice", "refName": "[DNT] Flame Slice", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "[DNT] Gargoyle Golem Drop", "refName": "[DNT] Gargoyle Golem Drop", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "[DNT] Gas Cloud", "refName": "[DNT] Gas Cloud", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "[DNT] Guillotine Executioner Drop", "refName": "[DNT] Guillotine Executioner Drop", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "[DNT] Howl", "refName": "[DNT] Howl", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "[DNT] Hyper Slash", "refName": "[DNT] Hyper Slash", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "[DNT] Infusing Strike", "refName": "[DNT] Infusing Strike", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "[DNT] Knife Flip", "refName": "[DNT] Knife Flip", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "[DNT] Leaping Axe Catch", "refName": "[DNT] Leaping Axe Catch", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "[DNT] Leaping Claw", "refName": "[DNT] Leaping Claw", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "[DNT] Meta Bow Totem", "refName": "[DNT] Meta Bow Totem", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MetaSkillGem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "[DNT] Meta Spell Totem", "refName": "[DNT] Meta Spell Totem", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "MetaSkillGem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "[DNT] Plunging Blade", "refName": "[DNT] Plunging Blade", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "[DNT] Quadrilla Boss Drop", "refName": "[DNT] Quadrilla Boss Drop", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "[DNT] RingOfBlades", "refName": "[DNT] RingOfBlades", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "[DNT] Sandstorm Swipe", "refName": "[DNT] Sandstorm Swipe", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "[DNT] Scarecrow Drop", "refName": "[DNT] Scarecrow Drop", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "[DNT] Shadow Ambush", "refName": "[DNT] Shadow Ambush", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "[DNT] Shadow Dash", "refName": "[DNT] Shadow Dash", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "[DNT] Shadow Thief Slash", "refName": "[DNT] Shadow Thief Slash", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "[DNT] Spear Mine", "refName": "[DNT] Spear Mine", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "[DNT] Spear Vortex", "refName": "[DNT] Spear Vortex", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "[DNT] Spinning Flail", "refName": "[DNT] Spinning Flail", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "[DNT] Spinning Throw", "refName": "[DNT] Spinning Throw", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "[DNT] Spiral Throw", "refName": "[DNT] Spiral Throw", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "[DNT] Storm Blade", "refName": "[DNT] Storm Blade", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "[DNT] Sword Leap Slash", "refName": "[DNT] Sword Leap Slash", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "[DNT] Sword Lunge", "refName": "[DNT] Sword Lunge", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "[DNT] Triple Slash Combo", "refName": "[DNT] Triple Slash Combo", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}} -{"name": "[DNT] Vaal Blood Priestess Boss Drop", "refName": "[DNT] Vaal Blood Priestess Boss Drop", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "[DNT] Vaal Sun Worshipper Boss Drop", "refName": "[DNT] Vaal Sun Worshipper Boss Drop", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "[DNT] Viper Napuatzi Drop", "refName": "[DNT] Viper Napuatzi Drop", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "QuestItem"}, "w": 2, "h": 2} -{"name": "[UNUSED] Heist Test Reward Equipment", "refName": "[UNUSED] Heist Test Reward Equipment", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "HeistEquipmentReward"}, "w": 1, "h": 1} -{"name": "[UNUSED] Heist Test Tool", "refName": "[UNUSED] Heist Test Tool", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "HeistEquipmentTool"}, "w": 2, "h": 2} -{"name": "[UNUSED] Heist Test Utility Equipment", "refName": "[UNUSED] Heist Test Utility Equipment", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "HeistEquipmentUtility"}, "w": 2, "h": 2} -{"name": "[UNUSED] Heist Test Weapon", "refName": "[UNUSED] Heist Test Weapon", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "HeistEquipmentWeapon"}, "w": 2, "h": 2} -{"name": "Andvarius", "refName": "Andvarius", "namespace": "UNIQUE", "unique": {"base": "Gold Ring"}} -{"name": "Astramentis", "refName": "Astramentis", "namespace": "UNIQUE", "unique": {"base": "Stellar Amulet"}} -{"name": "Beacon of Azis", "refName": "Beacon of Azis", "namespace": "UNIQUE", "unique": {"base": "Solar Amulet"}} -{"name": "Birthright Buckle", "refName": "Birthright Buckle", "namespace": "UNIQUE", "unique": {"base": "Wide Belt"}} -{"name": "Blackflame", "refName": "Blackflame", "namespace": "UNIQUE", "unique": {"base": "Amethyst Ring"}} -{"name": "Blackheart", "refName": "Blackheart", "namespace": "UNIQUE", "unique": {"base": "Iron Ring"}} -{"name": "Blistering Bond", "refName": "Blistering Bond", "namespace": "UNIQUE", "unique": {"base": "Ruby Ring"}} -{"name": "Brynabas", "refName": "Brynabas", "namespace": "UNIQUE", "unique": {"base": "Wide Belt"}} -{"name": "Call of the Brotherhood", "refName": "Call of the Brotherhood", "namespace": "UNIQUE", "unique": {"base": "Topaz Ring"}} -{"name": "Carnage Heart", "refName": "Carnage Heart", "namespace": "UNIQUE", "unique": {"base": "Amber Amulet"}} -{"name": "Choir of the Storm", "refName": "Choir of the Storm", "namespace": "UNIQUE", "unique": {"base": "Jade Amulet"}} -{"name": "Coward's Legacy", "refName": "Coward's Legacy", "namespace": "UNIQUE", "unique": {"base": "Mail Belt"}} -{"name": "Cracklecreep", "refName": "Cracklecreep", "namespace": "UNIQUE", "unique": {"base": "Ruby Ring"}} -{"name": "Death Rush", "refName": "Death Rush", "namespace": "UNIQUE", "unique": {"base": "Emerald Ring"}} -{"name": "Defiance of Destiny", "refName": "Defiance of Destiny", "namespace": "UNIQUE", "unique": {"base": "Jade Amulet"}} -{"name": "Doedre's Damning", "refName": "Doedre's Damning", "namespace": "UNIQUE", "unique": {"base": "Lazuli Ring"}} -{"name": "Dream Fragments", "refName": "Dream Fragments", "namespace": "UNIQUE", "unique": {"base": "Sapphire Ring"}} -{"name": "Eye of Chayula", "refName": "Eye of Chayula", "namespace": "UNIQUE", "unique": {"base": "Gold Amulet"}} -{"name": "Fireflower", "refName": "Fireflower", "namespace": "UNIQUE", "unique": {"base": "Solar Amulet"}} -{"name": "Fixation of Yix", "refName": "Fixation of Yix", "namespace": "UNIQUE", "unique": {"base": "Stellar Amulet"}} -{"name": "Glowswarm", "refName": "Glowswarm", "namespace": "UNIQUE", "unique": {"base": "Lazuli Ring"}} -{"name": "Headhunter", "refName": "Headhunter", "namespace": "UNIQUE", "unique": {"base": "Heavy Belt"}} -{"name": "Heartbound Loop", "refName": "Heartbound Loop", "namespace": "UNIQUE", "unique": {"base": "Pearl Ring"}} -{"name": "Idol of Uldurn", "refName": "Idol of Uldurn", "namespace": "UNIQUE", "unique": {"base": "Crimson Amulet"}} -{"name": "Igniferis", "refName": "Igniferis", "namespace": "UNIQUE", "unique": {"base": "Crimson Amulet"}} -{"name": "Infernoclasp", "refName": "Infernoclasp", "namespace": "UNIQUE", "unique": {"base": "Plate Belt"}} -{"name": "Ingenuity", "refName": "Ingenuity", "namespace": "UNIQUE", "unique": {"base": "Utility Belt"}} -{"name": "Kalandra's Touch", "refName": "Kalandra's Touch", "namespace": "UNIQUE", "unique": {"base": "Ring"}} -{"name": "Keelhaul", "refName": "Keelhaul", "namespace": "UNIQUE", "unique": {"base": "Linen Belt"}} -{"name": "Levinstone", "refName": "Levinstone", "namespace": "UNIQUE", "unique": {"base": "Topaz Ring"}} -{"name": "Ligurium Talisman", "refName": "Ligurium Talisman", "namespace": "UNIQUE", "unique": {"base": "Lapis Amulet"}} -{"name": "Meginord's Girdle", "refName": "Meginord's Girdle", "namespace": "UNIQUE", "unique": {"base": "Rawhide Belt"}} -{"name": "Midnight Braid", "refName": "Midnight Braid", "namespace": "UNIQUE", "unique": {"base": "Rawhide Belt"}} -{"name": "Ming's Heart", "refName": "Ming's Heart", "namespace": "UNIQUE", "unique": {"base": "Amethyst Ring"}} -{"name": "Original Sin", "refName": "Original Sin", "namespace": "UNIQUE", "unique": {"base": "Amethyst Ring"}} -{"name": "Perandus Seal", "refName": "Perandus Seal", "namespace": "UNIQUE", "unique": {"base": "Gold Ring"}} -{"name": "Polcirkeln", "refName": "Polcirkeln", "namespace": "UNIQUE", "unique": {"base": "Sapphire Ring"}} -{"name": "Revered Resin", "refName": "Revered Resin", "namespace": "UNIQUE", "unique": {"base": "Amber Amulet"}} -{"name": "Rondel of Fragility", "refName": "Rondel of Fragility", "namespace": "UNIQUE", "unique": {"base": "Lunar Amulet"}} -{"name": "Ryslatha's Coil", "refName": "Ryslatha's Coil", "namespace": "UNIQUE", "unique": {"base": "Ornate Belt"}} -{"name": "Seed of Cataclysm", "refName": "Seed of Cataclysm", "namespace": "UNIQUE", "unique": {"base": "Lazuli Ring"}} -{"name": "Sekhema's Resolve", "refName": "Sekhema's Resolve", "namespace": "UNIQUE", "unique": {"base": "Ring"}} -{"name": "Serpent's Egg", "refName": "Serpent's Egg", "namespace": "UNIQUE", "unique": {"base": "Gold Amulet"}} -{"name": "Shavronne's Satchel", "refName": "Shavronne's Satchel", "namespace": "UNIQUE", "unique": {"base": "Fine Belt"}} -{"name": "Snakepit", "refName": "Snakepit", "namespace": "UNIQUE", "unique": {"base": "Pearl Ring"}} -{"name": "Soul Tether", "refName": "Soul Tether", "namespace": "UNIQUE", "unique": {"base": "Long Belt"}} -{"name": "Surefooted Sigil", "refName": "Surefooted Sigil", "namespace": "UNIQUE", "unique": {"base": "Jade Amulet"}} -{"name": "The Anvil", "refName": "The Anvil", "namespace": "UNIQUE", "unique": {"base": "Bloodstone Amulet"}} -{"name": "The Burrower", "refName": "The Burrower", "namespace": "UNIQUE", "unique": {"base": "Topaz Ring"}} -{"name": "The Everlasting Gaze", "refName": "The Everlasting Gaze", "namespace": "UNIQUE", "unique": {"base": "Azure Amulet"}} -{"name": "The Pandemonius", "refName": "The Pandemonius", "namespace": "UNIQUE", "unique": {"base": "Lapis Amulet"}} -{"name": "Thief's Torment", "refName": "Thief's Torment", "namespace": "UNIQUE", "unique": {"base": "Emerald Ring"}} -{"name": "Ungil's Harmony", "refName": "Ungil's Harmony", "namespace": "UNIQUE", "unique": {"base": "Azure Amulet"}} -{"name": "Ventor's Gamble", "refName": "Ventor's Gamble", "namespace": "UNIQUE", "unique": {"base": "Gold Ring"}} -{"name": "Whisper of the Brotherhood", "refName": "Whisper of the Brotherhood", "namespace": "UNIQUE", "unique": {"base": "Sapphire Ring"}} -{"name": "Xoph's Blood", "refName": "Xoph's Blood", "namespace": "UNIQUE", "unique": {"base": "Amber Amulet"}} -{"name": "Zerphi's Genesis", "refName": "Zerphi's Genesis", "namespace": "UNIQUE", "unique": {"base": "Heavy Belt"}} -{"name": "Ab Aeterno", "refName": "Ab Aeterno", "namespace": "UNIQUE", "unique": {"base": "Grand Cuisses"}} -{"name": "Aerisvane's Wings", "refName": "Aerisvane's Wings", "namespace": "UNIQUE", "unique": {"base": "Burnished Gauntlets"}} -{"name": "Alkem Eira", "refName": "Alkem Eira", "namespace": "UNIQUE", "unique": {"base": "Blazon Crest Shield"}} -{"name": "Alpha's Howl", "refName": "Alpha's Howl", "namespace": "UNIQUE", "unique": {"base": "Armoured Cap"}} -{"name": "Apron of Emiran", "refName": "Apron of Emiran", "namespace": "UNIQUE", "unique": {"base": "Hermit Garb"}} -{"name": "Arvil's Wheel", "refName": "Arvil's Wheel", "namespace": "UNIQUE", "unique": {"base": "Hardwood Targe"}} -{"name": "Ashrend", "refName": "Ashrend", "namespace": "UNIQUE", "unique": {"base": "Pathfinder Coat"}} -{"name": "Asphyxia's Wrath", "refName": "Asphyxia's Wrath", "namespace": "UNIQUE", "unique": {"base": "Broadhead Quiver"}} -{"name": "Assailum", "refName": "Assailum", "namespace": "UNIQUE", "unique": {"base": "Closed Helm"}} -{"name": "Atsak's Sight", "refName": "Atsak's Sight", "namespace": "UNIQUE", "unique": {"base": "Veiled Mask"}} -{"name": "Atziri's Acuity", "refName": "Atziri's Acuity", "namespace": "UNIQUE", "unique": {"base": "Moulded Mitts"}} -{"name": "Atziri's Disdain", "refName": "Atziri's Disdain", "namespace": "UNIQUE", "unique": {"base": "Gold Circlet"}} -{"name": "Aurseize", "refName": "Aurseize", "namespace": "UNIQUE", "unique": {"base": "Layered Gauntlets"}} -{"name": "Beetlebite", "refName": "Beetlebite", "namespace": "UNIQUE", "unique": {"base": "Velour Shoes"}} -{"name": "Belly of the Beast", "refName": "Belly of the Beast", "namespace": "UNIQUE", "unique": {"base": "Explorer Armour"}} -{"name": "Beyond Reach", "refName": "Beyond Reach", "namespace": "UNIQUE", "unique": {"base": "Visceral Quiver"}} -{"name": "Birth of Fury", "refName": "Birth of Fury", "namespace": "UNIQUE", "unique": {"base": "Stone Greaves"}} -{"name": "Bitterbloom", "refName": "Bitterbloom", "namespace": "UNIQUE", "unique": {"base": "Feathered Robe"}} -{"name": "Blackbraid", "refName": "Blackbraid", "namespace": "UNIQUE", "unique": {"base": "Fur Plate"}} -{"name": "Blackgleam", "refName": "Blackgleam", "namespace": "UNIQUE", "unique": {"base": "Fire Quiver"}} -{"name": "Black Sun Crest", "refName": "Black Sun Crest", "namespace": "UNIQUE", "unique": {"base": "Wrapped Greathelm"}} -{"name": "Blessed Bonds", "refName": "Blessed Bonds", "namespace": "UNIQUE", "unique": {"base": "Linen Wraps"}} -{"name": "Blueflame Bracers", "refName": "Blueflame Bracers", "namespace": "UNIQUE", "unique": {"base": "Goldcast Cuffs"}} -{"name": "Bones of Ullr", "refName": "Bones of Ullr", "namespace": "UNIQUE", "unique": {"base": "Lattice Sandals"}} -{"name": "Bramblejack", "refName": "Bramblejack", "namespace": "UNIQUE", "unique": {"base": "Rusted Cuirass"}} -{"name": "Briarpatch", "refName": "Briarpatch", "namespace": "UNIQUE", "unique": {"base": "Laced Boots"}} -{"name": "Briskwrap", "refName": "Briskwrap", "namespace": "UNIQUE", "unique": {"base": "Rhoahide Coat"}} -{"name": "Bristleboar", "refName": "Bristleboar", "namespace": "UNIQUE", "unique": {"base": "Leather Vest"}} -{"name": "Bronzebeard", "refName": "Bronzebeard", "namespace": "UNIQUE", "unique": {"base": "Horned Crown"}} -{"name": "Bushwhack", "refName": "Bushwhack", "namespace": "UNIQUE", "unique": {"base": "Lizardscale Boots"}} -{"name": "Candlemaker", "refName": "Candlemaker", "namespace": "UNIQUE", "unique": {"base": "Sombre Gloves"}} -{"name": "Carrion Call", "refName": "Carrion Call", "namespace": "UNIQUE", "unique": {"base": "Engraved Focus"}} -{"name": "Cloak of Flame", "refName": "Cloak of Flame", "namespace": "UNIQUE", "unique": {"base": "Silk Robe"}} -{"name": "Coat of Red", "refName": "Coat of Red", "namespace": "UNIQUE", "unique": {"base": "Chain Mail"}} -{"name": "Cornathaum", "refName": "Cornathaum", "namespace": "UNIQUE", "unique": {"base": "Heavy Crown"}} -{"name": "Corona of the Red Sun", "refName": "Corona of the Red Sun", "namespace": "UNIQUE", "unique": {"base": "Warrior Greathelm"}} -{"name": "Corpsewade", "refName": "Corpsewade", "namespace": "UNIQUE", "unique": {"base": "Iron Greaves"}} -{"name": "Couture of Crimson", "refName": "Couture of Crimson", "namespace": "UNIQUE", "unique": {"base": "Gilded Vestments"}} -{"name": "Crest of Ardura", "refName": "Crest of Ardura", "namespace": "UNIQUE", "unique": {"base": "Jingling Crest Shield"}} -{"name": "Crown of the Pale King", "refName": "Crown of the Pale King", "namespace": "UNIQUE", "unique": {"base": "Cultist Crown"}} -{"name": "Crown of the Victor", "refName": "Crown of the Victor", "namespace": "UNIQUE", "unique": {"base": "Iron Crown"}} -{"name": "Crown of Thorns", "refName": "Crown of Thorns", "namespace": "UNIQUE", "unique": {"base": "Twig Circlet"}} -{"name": "Darkray Vectors", "refName": "Darkray Vectors", "namespace": "UNIQUE", "unique": {"base": "Braced Sabatons"}} -{"name": "Deathblow", "refName": "Deathblow", "namespace": "UNIQUE", "unique": {"base": "Doubled Gauntlets"}} -{"name": "Deathrattle", "refName": "Deathrattle", "namespace": "UNIQUE", "unique": {"base": "Twig Focus"}} -{"name": "Deidbell", "refName": "Deidbell", "namespace": "UNIQUE", "unique": {"base": "Elite Greathelm"}} -{"name": "Demon Stitcher", "refName": "Demon Stitcher", "namespace": "UNIQUE", "unique": {"base": "Intricate Gloves"}} -{"name": "Dionadair", "refName": "Dionadair", "namespace": "UNIQUE", "unique": {"base": "Splintered Tower Shield"}} -{"name": "Doedre's Tenure", "refName": "Doedre's Tenure", "namespace": "UNIQUE", "unique": {"base": "Stitched Gloves"}} -{"name": "Doomgate", "refName": "Doomgate", "namespace": "UNIQUE", "unique": {"base": "Braced Tower Shield"}} -{"name": "Doryani's Prototype", "refName": "Doryani's Prototype", "namespace": "UNIQUE", "unique": {"base": "Scale Mail"}} -{"name": "Dustbloom", "refName": "Dustbloom", "namespace": "UNIQUE", "unique": {"base": "Studded Vest"}} -{"name": "Edyrn's Tusks", "refName": "Edyrn's Tusks", "namespace": "UNIQUE", "unique": {"base": "Iron Cuirass"}} -{"name": "Elevore", "refName": "Elevore", "namespace": "UNIQUE", "unique": {"base": "Hunter Hood"}} -{"name": "Enfolding Dawn", "refName": "Enfolding Dawn", "namespace": "UNIQUE", "unique": {"base": "Pilgrim Vestments"}} -{"name": "Erian's Cobble", "refName": "Erian's Cobble", "namespace": "UNIQUE", "unique": {"base": "Guarded Helm"}} -{"name": "Ezomyte Peak", "refName": "Ezomyte Peak", "namespace": "UNIQUE", "unique": {"base": "Soldier Greathelm"}} -{"name": "Feathered Fortress", "refName": "Feathered Fortress", "namespace": "UNIQUE", "unique": {"base": "Crescent Targe"}} -{"name": "Forbidden Gaze", "refName": "Forbidden Gaze", "namespace": "UNIQUE", "unique": {"base": "Chain Tiara"}} -{"name": "Foxshade", "refName": "Foxshade", "namespace": "UNIQUE", "unique": {"base": "Quilted Vest"}} -{"name": "Gamblesprint", "refName": "Gamblesprint", "namespace": "UNIQUE", "unique": {"base": "Embossed Boots"}} -{"name": "Ghostmarch", "refName": "Ghostmarch", "namespace": "UNIQUE", "unique": {"base": "Threaded Shoes"}} -{"name": "Ghostwrithe", "refName": "Ghostwrithe", "namespace": "UNIQUE", "unique": {"base": "Tattered Robe"}} -{"name": "Glimpse of Chaos", "refName": "Glimpse of Chaos", "namespace": "UNIQUE", "unique": {"base": "Tribal Mask"}} -{"name": "Gloomform", "refName": "Gloomform", "namespace": "UNIQUE", "unique": {"base": "Waxed Jacket"}} -{"name": "Goldrim", "refName": "Goldrim", "namespace": "UNIQUE", "unique": {"base": "Felt Cap"}} -{"name": "Gravebind", "refName": "Gravebind", "namespace": "UNIQUE", "unique": {"base": "Rope Cuffs"}} -{"name": "Greed's Embrace", "refName": "Greed's Embrace", "namespace": "UNIQUE", "unique": {"base": "Vaal Cuirass"}} -{"name": "Greymake", "refName": "Greymake", "namespace": "UNIQUE", "unique": {"base": "Brimmed Helm"}} -{"name": "Grip of Winter", "refName": "Grip of Winter", "namespace": "UNIQUE", "unique": {"base": "Firm Bracers"}} -{"name": "Hand of Wisdom and Action", "refName": "Hand of Wisdom and Action", "namespace": "UNIQUE", "unique": {"base": "Furtive Wraps"}} -{"name": "Hateforge", "refName": "Hateforge", "namespace": "UNIQUE", "unique": {"base": "Moulded Mitts"}} -{"name": "Horns of Bynden", "refName": "Horns of Bynden", "namespace": "UNIQUE", "unique": {"base": "Rusted Greathelm"}} -{"name": "Husk of Dreams", "refName": "Husk of Dreams", "namespace": "UNIQUE", "unique": {"base": "Shaman Mantle"}} -{"name": "Icetomb", "refName": "Icetomb", "namespace": "UNIQUE", "unique": {"base": "Mail Vestments"}} -{"name": "Idle Hands", "refName": "Idle Hands", "namespace": "UNIQUE", "unique": {"base": "Sectioned Bracers"}} -{"name": "Innsmouth", "refName": "Innsmouth", "namespace": "UNIQUE", "unique": {"base": "Shabby Hood"}} -{"name": "Irongrasp", "refName": "Irongrasp", "namespace": "UNIQUE", "unique": {"base": "Vagabond Armour"}} -{"name": "Ironride", "refName": "Ironride", "namespace": "UNIQUE", "unique": {"base": "Visored Helm"}} -{"name": "Jarngreipr", "refName": "Jarngreipr", "namespace": "UNIQUE", "unique": {"base": "Ringmail Gauntlets"}} -{"name": "Kaom's Heart", "refName": "Kaom's Heart", "namespace": "UNIQUE", "unique": {"base": "Conqueror Plate"}} -{"name": "Keeper of the Arc", "refName": "Keeper of the Arc", "namespace": "UNIQUE", "unique": {"base": "Spiritbone Crown"}} -{"name": "Killjoy", "refName": "Killjoy", "namespace": "UNIQUE", "unique": {"base": "Linen Wraps"}} -{"name": "Kingsguard", "refName": "Kingsguard", "namespace": "UNIQUE", "unique": {"base": "Full Plate"}} -{"name": "Kitoko's Current", "refName": "Kitoko's Current", "namespace": "UNIQUE", "unique": {"base": "Jewelled Gloves"}} -{"name": "Leer Cast", "refName": "Leer Cast", "namespace": "UNIQUE", "unique": {"base": "Hooded Mask"}} -{"name": "Legionstride", "refName": "Legionstride", "namespace": "UNIQUE", "unique": {"base": "Rough Greaves"}} -{"name": "Lochtonial Caress", "refName": "Lochtonial Caress", "namespace": "UNIQUE", "unique": {"base": "Tempered Mitts"}} -{"name": "Luminous Pace", "refName": "Luminous Pace", "namespace": "UNIQUE", "unique": {"base": "Straw Sandals"}} -{"name": "Lycosidae", "refName": "Lycosidae", "namespace": "UNIQUE", "unique": {"base": "Rampart Tower Shield"}} -{"name": "Mahuxotl's Machination", "refName": "Mahuxotl's Machination", "namespace": "UNIQUE", "unique": {"base": "Omen Crest Shield"}} -{"name": "Maligaro's Virtuosity", "refName": "Maligaro's Virtuosity", "namespace": "UNIQUE", "unique": {"base": "Fine Bracers"}} -{"name": "Mask of the Sanguimancer", "refName": "Mask of the Sanguimancer", "namespace": "UNIQUE", "unique": {"base": "Face Mask"}} -{"name": "Mask of the Stitched Demon", "refName": "Mask of the Stitched Demon", "namespace": "UNIQUE", "unique": {"base": "Feathered Tiara"}} -{"name": "Merit of Service", "refName": "Merit of Service", "namespace": "UNIQUE", "unique": {"base": "Pelage Targe"}} -{"name": "Morior Invictus", "refName": "Morior Invictus", "namespace": "UNIQUE", "unique": {"base": "Grand Regalia"}} -{"name": "Myris Uxor", "refName": "Myris Uxor", "namespace": "UNIQUE", "unique": {"base": "Covert Hood"}} -{"name": "Necromantle", "refName": "Necromantle", "namespace": "UNIQUE", "unique": {"base": "Bone Raiment"}} -{"name": "Northpaw", "refName": "Northpaw", "namespace": "UNIQUE", "unique": {"base": "Suede Bracers"}} -{"name": "Oaksworn", "refName": "Oaksworn", "namespace": "UNIQUE", "unique": {"base": "Sigil Crest Shield"}} -{"name": "Obern's Bastion", "refName": "Obern's Bastion", "namespace": "UNIQUE", "unique": {"base": "Stacked Sabatons"}} -{"name": "Painter's Servant", "refName": "Painter's Servant", "namespace": "UNIQUE", "unique": {"base": "Torn Gloves"}} -{"name": "Pariah's Embrace", "refName": "Pariah's Embrace", "namespace": "UNIQUE", "unique": {"base": "Cloaked Mail"}} -{"name": "Perfidy", "refName": "Perfidy", "namespace": "UNIQUE", "unique": {"base": "Knight Armour"}} -{"name": "Plaguefinger", "refName": "Plaguefinger", "namespace": "UNIQUE", "unique": {"base": "Gauze Wraps"}} -{"name": "Powertread", "refName": "Powertread", "namespace": "UNIQUE", "unique": {"base": "Hunting Shoes"}} -{"name": "Pragmatism", "refName": "Pragmatism", "namespace": "UNIQUE", "unique": {"base": "Explorer Armour"}} -{"name": "Prayers for Rain", "refName": "Prayers for Rain", "namespace": "UNIQUE", "unique": {"base": "Keth Raiment"}} -{"name": "Quatl's Molt", "refName": "Quatl's Molt", "namespace": "UNIQUE", "unique": {"base": "Serpentscale Coat"}} -{"name": "Queen of the Forest", "refName": "Queen of the Forest", "namespace": "UNIQUE", "unique": {"base": "Smuggler Coat"}} -{"name": "Radiant Grief", "refName": "Radiant Grief", "namespace": "UNIQUE", "unique": {"base": "Lace Hood"}} -{"name": "Redflare Conduit", "refName": "Redflare Conduit", "namespace": "UNIQUE", "unique": {"base": "Anchorite Garb"}} -{"name": "Rise of the Phoenix", "refName": "Rise of the Phoenix", "namespace": "UNIQUE", "unique": {"base": "Omen Crest Shield"}} -{"name": "Saffell's Frame", "refName": "Saffell's Frame", "namespace": "UNIQUE", "unique": {"base": "Emblem Crest Shield"}} -{"name": "Sandstorm Visage", "refName": "Sandstorm Visage", "namespace": "UNIQUE", "unique": {"base": "Chain Tiara"}} -{"name": "Serpent's Lesson", "refName": "Serpent's Lesson", "namespace": "UNIQUE", "unique": {"base": "Tonal Focus"}} -{"name": "Shackles of the Wretched", "refName": "Shackles of the Wretched", "namespace": "UNIQUE", "unique": {"base": "Aged Cuffs"}} -{"name": "Sierran Inheritance", "refName": "Sierran Inheritance", "namespace": "UNIQUE", "unique": {"base": "Marabout Garb"}} -{"name": "Sine Aequo", "refName": "Sine Aequo", "namespace": "UNIQUE", "unique": {"base": "Grand Manchettes"}} -{"name": "Skin of the Loyal", "refName": "Skin of the Loyal", "namespace": "UNIQUE", "unique": {"base": "Garment"}} -{"name": "Snakebite", "refName": "Snakebite", "namespace": "UNIQUE", "unique": {"base": "Spined Bracers"}} -{"name": "Solus Ipse", "refName": "Solus Ipse", "namespace": "UNIQUE", "unique": {"base": "Grand Visage"}} -{"name": "Svalinn", "refName": "Svalinn", "namespace": "UNIQUE", "unique": {"base": "Crucible Tower Shield"}} -{"name": "Temporalis", "refName": "Temporalis", "namespace": "UNIQUE", "unique": {"base": "Silk Robe"}} -{"name": "Tetzlapokal's Desire", "refName": "Tetzlapokal's Desire", "namespace": "UNIQUE", "unique": {"base": "Votive Raiment"}} -{"name": "The Barrow Dweller", "refName": "The Barrow Dweller", "namespace": "UNIQUE", "unique": {"base": "Rogue Armour"}} -{"name": "The Black Doubt", "refName": "The Black Doubt", "namespace": "UNIQUE", "unique": {"base": "Hexer's Robe"}} -{"name": "The Brass Dome", "refName": "The Brass Dome", "namespace": "UNIQUE", "unique": {"base": "Champion Cuirass"}} -{"name": "The Covenant", "refName": "The Covenant", "namespace": "UNIQUE", "unique": {"base": "Altar Robe"}} -{"name": "The Dancing Mirage", "refName": "The Dancing Mirage", "namespace": "UNIQUE", "unique": {"base": "Wayfarer Jacket"}} -{"name": "The Devouring Diadem", "refName": "The Devouring Diadem", "namespace": "UNIQUE", "unique": {"base": "Wicker Tiara"}} -{"name": "The Eternal Spark", "refName": "The Eternal Spark", "namespace": "UNIQUE", "unique": {"base": "Crystal Focus"}} -{"name": "The Hollow Mask", "refName": "The Hollow Mask", "namespace": "UNIQUE", "unique": {"base": "Hewn Mask"}} -{"name": "The Immortan", "refName": "The Immortan", "namespace": "UNIQUE", "unique": {"base": "Raider Plate"}} -{"name": "The Infinite Pursuit", "refName": "The Infinite Pursuit", "namespace": "UNIQUE", "unique": {"base": "Bronze Greaves"}} -{"name": "The Knight-errant", "refName": "The Knight-errant", "namespace": "UNIQUE", "unique": {"base": "Mail Sabatons"}} -{"name": "The Rat Cage", "refName": "The Rat Cage", "namespace": "UNIQUE", "unique": {"base": "Scout's Vest"}} -{"name": "The Smiling Knight", "refName": "The Smiling Knight", "namespace": "UNIQUE", "unique": {"base": "Cowled Helm"}} -{"name": "The Surrender", "refName": "The Surrender", "namespace": "UNIQUE", "unique": {"base": "Stone Tower Shield"}} -{"name": "The Three Dragons", "refName": "The Three Dragons", "namespace": "UNIQUE", "unique": {"base": "Solid Mask"}} -{"name": "The Vertex", "refName": "The Vertex", "namespace": "UNIQUE", "unique": {"base": "Tribal Mask"}} -{"name": "The Vile Knight", "refName": "The Vile Knight", "namespace": "UNIQUE", "unique": {"base": "Shielded Helm"}} -{"name": "The Wailing Wall", "refName": "The Wailing Wall", "namespace": "UNIQUE", "unique": {"base": "Effigial Tower Shield"}} -{"name": "Threaded Light", "refName": "Threaded Light", "namespace": "UNIQUE", "unique": {"base": "Woven Focus"}} -{"name": "Thrillsteel", "refName": "Thrillsteel", "namespace": "UNIQUE", "unique": {"base": "Spired Greathelm"}} -{"name": "Thunderstep", "refName": "Thunderstep", "namespace": "UNIQUE", "unique": {"base": "Steeltoe Boots"}} -{"name": "Titanrot Cataphract", "refName": "Titanrot Cataphract", "namespace": "UNIQUE", "unique": {"base": "Maraketh Cuirass"}} -{"name": "Trampletoe", "refName": "Trampletoe", "namespace": "UNIQUE", "unique": {"base": "Trimmed Greaves"}} -{"name": "Treefingers", "refName": "Treefingers", "namespace": "UNIQUE", "unique": {"base": "Riveted Mitts"}} -{"name": "Veil of the Night", "refName": "Veil of the Night", "namespace": "UNIQUE", "unique": {"base": "Martyr Crown"}} -{"name": "Visage of Ayah", "refName": "Visage of Ayah", "namespace": "UNIQUE", "unique": {"base": "Beaded Circlet"}} -{"name": "Voll's Protector", "refName": "Voll's Protector", "namespace": "UNIQUE", "unique": {"base": "Ironclad Vestments"}} -{"name": "Wake of Destruction", "refName": "Wake of Destruction", "namespace": "UNIQUE", "unique": {"base": "Secured Leggings"}} -{"name": "Wandering Reliquary", "refName": "Wandering Reliquary", "namespace": "UNIQUE", "unique": {"base": "Steel Plate"}} -{"name": "Wanderlust", "refName": "Wanderlust", "namespace": "UNIQUE", "unique": {"base": "Wrapped Sandals"}} -{"name": "Windscream", "refName": "Windscream", "namespace": "UNIQUE", "unique": {"base": "Feathered Sandals"}} -{"name": "Wings of Caelyn", "refName": "Wings of Caelyn", "namespace": "UNIQUE", "unique": {"base": "Rusted Greathelm"}} -{"name": "Wondertrap", "refName": "Wondertrap", "namespace": "UNIQUE", "unique": {"base": "Silk Slippers"}} -{"name": "Wulfsbane", "refName": "Wulfsbane", "namespace": "UNIQUE", "unique": {"base": "Painted Tower Shield"}} -{"name": "Melting Maelstrom", "refName": "Melting Maelstrom", "namespace": "UNIQUE", "unique": {"base": "Ultimate Mana Flask"}} -{"name": "Olroth's Resolve", "refName": "Olroth's Resolve", "namespace": "UNIQUE", "unique": {"base": "Ultimate Life Flask"}} -{"name": "Against the Darkness", "refName": "Against the Darkness", "namespace": "UNIQUE", "unique": {"base": "Time-Lost Diamond"}} -{"name": "Controlled Metamorphosis", "refName": "Controlled Metamorphosis", "namespace": "UNIQUE", "unique": {"base": "Diamond"}} -{"name": "From Nothing", "refName": "From Nothing", "namespace": "UNIQUE", "unique": {"base": "Diamond"}} -{"name": "Grand Spectrum", "refName": "Grand Spectrum", "namespace": "UNIQUE", "unique": {"base": "Emerald"}} -{"name": "Grand Spectrum", "refName": "Grand Spectrum", "namespace": "UNIQUE", "unique": {"base": "Ruby"}} -{"name": "Grand Spectrum", "refName": "Grand Spectrum", "namespace": "UNIQUE", "unique": {"base": "Sapphire"}} -{"name": "Heroic Tragedy", "refName": "Heroic Tragedy", "namespace": "UNIQUE", "unique": {"base": "Timeless Jewel"}} -{"name": "Prism of Belief", "refName": "Prism of Belief", "namespace": "UNIQUE", "unique": {"base": "Diamond"}} -{"name": "The Adorned", "refName": "The Adorned", "namespace": "UNIQUE", "unique": {"base": "Diamond"}} -{"name": "Brain Rattler", "refName": "Brain Rattler", "namespace": "UNIQUE", "unique": {"base": "Studded Greatclub"}} -{"name": "Brynhand's Mark", "refName": "Brynhand's Mark", "namespace": "UNIQUE", "unique": {"base": "Wooden Club"}} -{"name": "Chober Chaber", "refName": "Chober Chaber", "namespace": "UNIQUE", "unique": {"base": "Leaden Greathammer"}} -{"name": "Death's Harp", "refName": "Death's Harp", "namespace": "UNIQUE", "unique": {"base": "Dualstring Bow"}} -{"name": "Dusk Vigil", "refName": "Dusk Vigil", "namespace": "UNIQUE", "unique": {"base": "Ashen Staff"}} -{"name": "Earthbound", "refName": "Earthbound", "namespace": "UNIQUE", "unique": {"base": "Voltaic Staff"}} -{"name": "Enezun's Charge", "refName": "Enezun's Charge", "namespace": "UNIQUE", "unique": {"base": "Volatile Wand"}} -{"name": "Font of Power", "refName": "Font of Power", "namespace": "UNIQUE", "unique": {"base": "Omen Sceptre"}} -{"name": "Frostbreath", "refName": "Frostbreath", "namespace": "UNIQUE", "unique": {"base": "Slim Mace"}} -{"name": "Guiding Palm", "refName": "Guiding Palm", "namespace": "UNIQUE", "unique": {"base": "Shrine Sceptre"}} -{"name": "Hoghunt", "refName": "Hoghunt", "namespace": "UNIQUE", "unique": {"base": "Felled Greatclub"}} -{"name": "Hrimnor's Hymn", "refName": "Hrimnor's Hymn", "namespace": "UNIQUE", "unique": {"base": "Oak Greathammer"}} -{"name": "INCOMPLETE", "refName": "INCOMPLETE", "namespace": "UNIQUE", "unique": {"base": "War Spear"}} -{"name": "INCOMPLETE", "refName": "INCOMPLETE", "namespace": "UNIQUE", "unique": {"base": "Vampiric Blade"}} -{"name": "INCOMPLETE", "refName": "INCOMPLETE", "namespace": "UNIQUE", "unique": {"base": "Charred Shortsword"}} -{"name": "INCOMPLETE", "refName": "INCOMPLETE", "namespace": "UNIQUE", "unique": {"base": "Corroded Longsword"}} -{"name": "INCOMPLETE", "refName": "INCOMPLETE", "namespace": "UNIQUE", "unique": {"base": "Rippled Greatsword"}} -{"name": "Lifesprig", "refName": "Lifesprig", "namespace": "UNIQUE", "unique": {"base": "Attuned Wand"}} -{"name": "Matsya", "refName": "Matsya", "namespace": "UNIQUE", "unique": {"base": "Crescent Quarterstaff"}} -{"name": "Mist Whisper", "refName": "Mist Whisper", "namespace": "UNIQUE", "unique": {"base": "Makeshift Crossbow"}} -{"name": "Nazir's Judgement", "refName": "Nazir's Judgement", "namespace": "UNIQUE", "unique": {"base": "Steelpoint Quarterstaff"}} -{"name": "Olrovasara", "refName": "Olrovasara", "namespace": "UNIQUE", "unique": {"base": "Torment Club"}} -{"name": "Pillar of the Caged God", "refName": "Pillar of the Caged God", "namespace": "UNIQUE", "unique": {"base": "Long Quarterstaff"}} -{"name": "Quecholli", "refName": "Quecholli", "namespace": "UNIQUE", "unique": {"base": "Crumbling Maul"}} -{"name": "Quill Rain", "refName": "Quill Rain", "namespace": "UNIQUE", "unique": {"base": "Shortbow"}} -{"name": "Rampart Raptor", "refName": "Rampart Raptor", "namespace": "UNIQUE", "unique": {"base": "Tense Crossbow"}} -{"name": "Sacred Flame", "refName": "Sacred Flame", "namespace": "UNIQUE", "unique": {"base": "Shrine Sceptre"}} -{"name": "Sanguine Diviner", "refName": "Sanguine Diviner", "namespace": "UNIQUE", "unique": {"base": "Bone Wand"}} -{"name": "Seeing Stars", "refName": "Seeing Stars", "namespace": "UNIQUE", "unique": {"base": "Plated Mace"}} -{"name": "Splinterheart", "refName": "Splinterheart", "namespace": "UNIQUE", "unique": {"base": "Recurve Bow"}} -{"name": "Taryn's Shiver", "refName": "Taryn's Shiver", "namespace": "UNIQUE", "unique": {"base": "Gelid Staff"}} -{"name": "The Blood Thorn", "refName": "The Blood Thorn", "namespace": "UNIQUE", "unique": {"base": "Wrapped Quarterstaff"}} -{"name": "The Burden of Shadows", "refName": "The Burden of Shadows", "namespace": "UNIQUE", "unique": {"base": "Chiming Staff"}} -{"name": "The Dark Defiler", "refName": "The Dark Defiler", "namespace": "UNIQUE", "unique": {"base": "Rattling Sceptre"}} -{"name": "The Searing Touch", "refName": "The Searing Touch", "namespace": "UNIQUE", "unique": {"base": "Pyrophyte Staff"}} -{"name": "The Sentry", "refName": "The Sentry", "namespace": "UNIQUE", "unique": {"base": "Gothic Quarterstaff"}} -{"name": "Trenchtimbre", "refName": "Trenchtimbre", "namespace": "UNIQUE", "unique": {"base": "Spiked Club"}} -{"name": "Trephina", "refName": "Trephina", "namespace": "UNIQUE", "unique": {"base": "Forge Maul"}} -{"name": "Widowhail", "refName": "Widowhail", "namespace": "UNIQUE", "unique": {"base": "Crude Bow"}} -{"name": "Winter's Bite", "refName": "Winter's Bite", "namespace": "UNIQUE", "unique": {"base": "Glass Shank"}} -{"name": "Wylund's Stake", "refName": "Wylund's Stake", "namespace": "UNIQUE", "unique": {"base": "Smithing Hammer"}} -{"name": "The Burden of Leadership", "refName": "The Burden of Leadership", "namespace": "UNIQUE", "unique": {"base": "Tapestry Relic"}} -{"name": "The Changing Seasons", "refName": "The Changing Seasons", "namespace": "UNIQUE", "unique": {"base": "Seal Relic"}} -{"name": "The Desperate Alliance", "refName": "The Desperate Alliance", "namespace": "UNIQUE", "unique": {"base": "Vase Relic"}} -{"name": "The Last Flame", "refName": "The Last Flame", "namespace": "UNIQUE", "unique": {"base": "Incense Relic"}} -{"name": "The Peacemaker's Draught", "refName": "The Peacemaker's Draught", "namespace": "UNIQUE", "unique": {"base": "Amphora Relic"}} -{"name": "The Remembered Tales", "refName": "The Remembered Tales", "namespace": "UNIQUE", "unique": {"base": "Coffer Relic"}} diff --git a/renderer/src/parser/en/patrons.json b/renderer/src/parser/en/patrons.json deleted file mode 100644 index 3e538437..00000000 --- a/renderer/src/parser/en/patrons.json +++ /dev/null @@ -1,191 +0,0 @@ -[ - {"from": "A. Førde", "months": 3, "style": 1}, - {"from": "A. Koenig", "months": 1, "style": 1}, - {"from": "A. Logos", "months": 20, "style": 2}, - {"from": "A. Miller", "months": 11, "style": 1}, - {"from": "A. Nakarada", "months": 7, "style": 2}, - {"from": "A. Robinson", "months": 7, "style": 3}, - {"from": "A. West", "months": 27, "style": 3}, - {"from": "A. Zastre", "months": 5, "style": 1}, - {"from": "AbedNego", "months": 6, "style": 1}, - {"from": "aikodz", "months": 3, "style": 1}, - {"from": "Andrew S", "months": 1, "style": 1}, - {"from": "angrymouse", "months": 6, "style": 1}, - {"from": "aNitMotD", "months": 2, "style": 3}, - {"from": "applejacked", "months": 20, "style": 2}, - {"from": "Arte Lope", "months": 17, "style": 2}, - {"from": "Askanor", "months": 1, "style": 1}, - {"from": "Athena", "months": 10, "style": 3}, - {"from": "AZ", "months": 3, "style": 1}, - {"from": "B. Maszlag", "months": 16, "style": 2}, - {"from": "B. Stone", "months": 1, "style": 1}, - {"from": "B3ginner", "months": 1, "style": 1}, - {"from": "Baang", "months": 35, "style": 5}, - {"from": "bashcoder", "months": 4, "style": 1}, - {"from": "BearsInTheSky", "months": 1, "style": 1}, - {"from": "Bjoern B.", "months": 4, "style": 1}, - {"from": "Brotango", "months": 3, "style": 1}, - {"from": "Budget Boudica", "months": 23, "style": 3}, - {"from": "C. Niemeier", "months": 10, "style": 2}, - {"from": "C. Szilagy", "months": 15, "style": 2}, - {"from": "C.M. Tolman", "months": 4, "style": 2}, - {"from": "Calyx", "months": 36, "style": 5}, - {"from": "camenre", "months": 2, "style": 1}, - {"from": "Chee", "months": 2, "style": 1}, - {"from": "clopnaz", "months": 3, "style": 1}, - {"from": "Cod Smack", "months": 28, "style": 3}, - {"from": "Coolulder", "months": 42, "style": 5}, - {"from": "Cry0nicS", "months": 1, "style": 1}, - {"from": "cuinhellcat", "months": 2, "style": 1}, - {"from": "CysDg", "months": 1, "style": 1}, - {"from": "D. Bryan", "months": 2, "style": 1}, - {"from": "D. Ivanov", "months": 16, "style": 4}, - {"from": "D. Paulino", "months": 30, "style": 5}, - {"from": "D. Ward", "months": 8, "style": 2}, - {"from": "d0mEsPLiTa", "months": 12, "style": 3}, - {"from": "Dadaless", "months": 4, "style": 1}, - {"from": "Dante M.", "months": 27, "style": 4}, - {"from": "Darkscion", "months": 1, "style": 1}, - {"from": "deeray", "months": 38, "style": 3}, - {"from": "delasteve", "months": 1, "style": 2}, - {"from": "digininja", "months": 39, "style": 3}, - {"from": "dreamweaverkara", "months": 4, "style": 2}, - {"from": "DTauro", "months": 6, "style": 1}, - {"from": "Dvoth", "months": 3, "style": 1}, - {"from": "E. Giegerich", "months": 2, "style": 1}, - {"from": "E. Manhattan", "months": 12, "style": 2}, - {"from": "E. Troyak", "months": 4, "style": 3}, - {"from": "Ellendar", "months": 45, "style": 5}, - {"from": "EllieJelly", "months": 38, "style": 4}, - {"from": "facemask12", "months": 4, "style": 2}, - {"from": "FARIS2", "months": 4, "style": 2}, - {"from": "frsm", "months": 37, "style": 3}, - {"from": "gamingrobot", "months": 9, "style": 2}, - {"from": "Gdubz", "months": 4, "style": 3}, - {"from": "GRIMGeek", "months": 37, "style": 3}, - {"from": "Grotok", "months": 19, "style": 3}, - {"from": "gurthymyco", "months": 1, "style": 1}, - {"from": "haliun", "months": 7, "style": 3}, - {"from": "Harometras", "months": 3, "style": 1}, - {"from": "Heikki", "months": 34, "style": 3}, - {"from": "Holonaut", "months": 7, "style": 2}, - {"from": "HOOSIER", "months": 21, "style": 2}, - {"from": "Horstusius", "months": 8, "style": 2}, - {"from": "hyronimus84", "months": 1, "style": 1}, - {"from": "imaapty", "months": 4, "style": 2}, - {"from": "iqdrive", "months": 2, "style": 1}, - {"from": "J. Harmer", "months": 10, "style": 2}, - {"from": "J. Krzeminski", "months": 14, "style": 2}, - {"from": "J. Madill", "months": 19, "style": 2}, - {"from": "J. Müller", "months": 26, "style": 3}, - {"from": "J. Pollard", "months": 4, "style": 1}, - {"from": "J. Porter", "months": 35, "style": 3}, - {"from": "J. Rapp", "months": 23, "style": 3}, - {"from": "J. Reed", "months": 6, "style": 2}, - {"from": "J. Stratmann", "months": 43, "style": 3}, - {"from": "J. Wiegand", "months": 10, "style": 3}, - {"from": "jerbear_pnw", "months": 14, "style": 4}, - {"from": "Jordan", "months": 1, "style": 1}, - {"from": "JoyFired", "months": 7, "style": 1}, - {"from": "JP Bagdonas", "months": 8, "style": 3}, - {"from": "Jr Honorio", "months": 5, "style": 2}, - {"from": "K_fudge", "months": 1, "style": 2}, - {"from": "K. Hafenscher", "months": 26, "style": 4}, - {"from": "K. Hardy", "months": 4, "style": 4}, - {"from": "K. Kaptur", "months": 8, "style": 1}, - {"from": "K. Mohin", "months": 1, "style": 1}, - {"from": "KhaozNZ", "months": 5, "style": 1}, - {"from": "khay", "months": 20, "style": 2}, - {"from": "Kloozy", "months": 6, "style": 1}, - {"from": "kmalex4", "months": 33, "style": 3}, - {"from": "kruderf", "months": 1, "style": 1}, - {"from": "L. Chien", "months": 12, "style": 3}, - {"from": "L. Kelly", "months": 8, "style": 2}, - {"from": "L. MacNeil", "months": 32, "style": 5}, - {"from": "L. Sampaio Dias", "months": 2, "style": 1}, - {"from": "lecruz01", "months": 2, "style": 1}, - {"from": "Lendoria", "months": 22, "style": 4}, - {"from": "livejamie", "months": 26, "style": 2}, - {"from": "lord_lengl", "months": 2, "style": 1}, - {"from": "Lordius", "months": 1, "style": 1}, - {"from": "louislo", "months": 6, "style": 1}, - {"from": "Ludion R", "months": 3, "style": 1}, - {"from": "M. Aldous", "months": 30, "style": 3}, - {"from": "M. Kimble", "months": 34, "style": 4}, - {"from": "M. Lopez", "months": 10, "style": 3}, - {"from": "martin1*5", "months": 12, "style": 3}, - {"from": "Max10969", "months": 16, "style": 3}, - {"from": "Melu", "months": 1, "style": 1}, - {"from": "Mike", "months": 6, "style": 2}, - {"from": "MiksLynx", "months": 14, "style": 2}, - {"from": "Mindfire", "months": 2, "style": 1}, - {"from": "mmastrocinque", "months": 11, "style": 2}, - {"from": "Mr. Ozarka", "months": 10, "style": 2}, - {"from": "N. Baldwin", "months": 23, "style": 4}, - {"from": "N. Juretic", "months": 15, "style": 4}, - {"from": "N. Pawlawski", "months": 3, "style": 1}, - {"from": "N. Sabin", "months": 1, "style": 1}, - {"from": "Nakoma", "months": 2, "style": 1}, - {"from": "ninni", "months": 12, "style": 2}, - {"from": "nipser", "months": 3, "style": 1}, - {"from": "P. Pandian", "months": 8, "style": 3}, - {"from": "P. Roeper", "months": 26, "style": 3}, - {"from": "Pieman807", "months": 12, "style": 3}, - {"from": "Praestrom", "months": 2, "style": 1}, - {"from": "Quezion", "months": 29, "style": 4}, - {"from": "R. Chow", "months": 40, "style": 3}, - {"from": "R. Fidel", "months": 14, "style": 4}, - {"from": "R. Klippert", "months": 26, "style": 3}, - {"from": "R. Meliksetyan", "months": 1, "style": 1}, - {"from": "R. Myers", "months": 1, "style": 1}, - {"from": "Rafnak", "months": 3, "style": 1}, - {"from": "roxzin", "months": 4, "style": 1}, - {"from": "Rutschi", "months": 4, "style": 2}, - {"from": "rw", "months": 31, "style": 4}, - {"from": "Ryndaar", "months": 2, "style": 1}, - {"from": "S. Barton", "months": 20, "style": 3}, - {"from": "S. Bejan", "months": 16, "style": 2}, - {"from": "S. Goozey", "months": 25, "style": 2}, - {"from": "S. Jones", "months": 8, "style": 2}, - {"from": "Sanii", "months": 35, "style": 5}, - {"from": "SasQ", "months": 1, "style": 1}, - {"from": "Secret Wizard", "months": 6, "style": 2}, - {"from": "Seppi", "months": 1, "style": 1}, - {"from": "sergeantglasc", "months": 1, "style": 1}, - {"from": "smartmusic", "months": 2, "style": 1}, - {"from": "smifli", "months": 3, "style": 2}, - {"from": "sn0cr4sh", "months": 31, "style": 4}, - {"from": "snape3619", "months": 3, "style": 1}, - {"from": "Solaarian", "months": 15, "style": 2}, - {"from": "Splat", "months": 7, "style": 1}, - {"from": "stark4machines", "months": 13, "style": 2}, - {"from": "Steve O.", "months": 6, "style": 1}, - {"from": "StrangerKill", "months": 29, "style": 3}, - {"from": "Sy", "months": 23, "style": 2}, - {"from": "sycofly", "months": 14, "style": 2}, - {"from": "symphony", "months": 20, "style": 2}, - {"from": "T. Boone", "months": 3, "style": 1}, - {"from": "T. Pluta", "months": 16, "style": 3}, - {"from": "T. Rayne", "months": 3, "style": 1}, - {"from": "T. Trav", "months": 15, "style": 4}, - {"from": "Tactical96", "months": 2, "style": 1}, - {"from": "TH", "months": 11, "style": 1}, - {"from": "ThatGuyWasTaken", "months": 38, "style": 5}, - {"from": "TheDriveHome", "months": 31, "style": 4}, - {"from": "tony", "months": 1, "style": 1}, - {"from": "Traceur", "months": 11, "style": 3}, - {"from": "turmalin", "months": 4, "style": 2}, - {"from": "V. Chernenko", "months": 2, "style": 1}, - {"from": "Vandi", "months": 30, "style": 3}, - {"from": "vervalsen", "months": 1, "style": 1}, - {"from": "vii", "months": 13, "style": 4}, - {"from": "Vindexus", "months": 6, "style": 2}, - {"from": "vivi", "months": 3, "style": 1}, - {"from": "Vulinux", "months": 4, "style": 1}, - {"from": "W. Milas", "months": 42, "style": 4}, - {"from": "Washclof", "months": 4, "style": 1}, - {"from": "Wiggles", "months": 21, "style": 4}, - {"from": "Zach H", "months": 11, "style": 5}, - {"from": "Zigra", "months": 4, "style": 2}, - {"from": "zlajo", "months": 8, "style": 1} -] \ No newline at end of file diff --git a/renderer/src/parser/en/stats.ndjson b/renderer/src/parser/en/stats.ndjson deleted file mode 100644 index 4fa2bb24..00000000 --- a/renderer/src/parser/en/stats.ndjson +++ /dev/null @@ -1,2910 +0,0 @@ -{"ref": "+# to Strength", "better": 1, "id": "additional_strength", "matchers": [{"string": "# to Strength", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_4080418644"], "implicit": ["implicit.stat_4080418644"], "enchant": ["enchant.stat_4080418644"]}}} -{"ref": "+# to Dexterity", "better": 1, "id": "additional_dexterity", "matchers": [{"string": "# to Dexterity", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_3261801346"], "implicit": ["implicit.stat_3261801346"], "enchant": ["enchant.stat_3261801346"]}}} -{"ref": "+# to Intelligence", "better": 1, "id": "additional_intelligence", "matchers": [{"string": "# to Intelligence", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_328541901"], "implicit": ["implicit.stat_328541901"], "enchant": ["enchant.stat_328541901"]}}} -{"ref": "+# to all Attributes", "better": 1, "id": "additional_all_attributes", "matchers": [{"string": "# to all Attributes", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1379411836"], "implicit": ["implicit.stat_1379411836"]}}} -{"ref": "+#% to Fire Resistance", "better": 1, "id": "base_fire_damage_resistance_%", "matchers": [{"string": "#% to Fire Resistance", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_3372524247"], "implicit": ["implicit.stat_3372524247"], "enchant": ["enchant.stat_3372524247"], "rune": ["rune.stat_3372524247"]}}} -{"ref": "+#% to Cold Resistance", "better": 1, "id": "base_cold_damage_resistance_%", "matchers": [{"string": "#% to Cold Resistance", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_4220027924"], "implicit": ["implicit.stat_4220027924"], "enchant": ["enchant.stat_4220027924"], "rune": ["rune.stat_4220027924"]}}} -{"ref": "+#% to Lightning Resistance", "better": 1, "id": "base_lightning_damage_resistance_%", "matchers": [{"string": "#% to Lightning Resistance", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1671376347"], "implicit": ["implicit.stat_1671376347"], "enchant": ["enchant.stat_1671376347"], "rune": ["rune.stat_1671376347"]}}} -{"ref": "+#% to all Elemental Resistances", "better": 1, "id": "base_resist_all_elements_%", "matchers": [{"string": "#% to all Elemental Resistances", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2901986750"], "implicit": ["implicit.stat_2901986750"], "enchant": ["enchant.stat_2901986750"], "rune": ["rune.stat_2901986750"]}}} -{"ref": "Allies in your Presence have +#% to all Elemental Resistances", "better": 1, "id": "allies_in_presence_resist_all_elements_%", "matchers": [{"string": "Allies in your Presence have +#% to all Elemental Resistances", "negate": false}], "trade": {"ids": null}} -{"ref": "+#% to Chaos Resistance", "better": 1, "id": "base_chaos_damage_resistance_%", "matchers": [{"string": "#% to Chaos Resistance", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2923486259"], "implicit": ["implicit.stat_2923486259"], "enchant": ["enchant.stat_2923486259"], "rune": ["rune.stat_2923486259"]}}} -{"ref": "+# to maximum Life", "better": 1, "id": "base_maximum_life", "matchers": [{"string": "# to maximum Life", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_3299347043"], "implicit": ["implicit.stat_3299347043"], "enchant": ["enchant.stat_3299347043"], "rune": ["rune.stat_3299347043"]}}} -{"ref": "#% increased maximum Life", "better": 1, "id": "maximum_life_+%", "matchers": [{"string": "#% increased maximum Life", "negate": false}, {"string": "#% reduced maximum Life", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_983749596"], "rune": ["rune.stat_983749596"], "sanctum": ["sanctum.stat_1200789871"]}}} -{"ref": "+# to maximum Mana", "better": 1, "id": "base_maximum_mana", "matchers": [{"string": "# to maximum Mana", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1050105434"], "implicit": ["implicit.stat_1050105434"], "enchant": ["enchant.stat_1050105434"], "rune": ["rune.stat_1050105434"]}}} -{"ref": "#% increased maximum Mana", "better": 1, "id": "maximum_mana_+%", "matchers": [{"string": "#% increased maximum Mana", "negate": false}, {"string": "#% reduced maximum Mana", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_2748665614"], "rune": ["rune.stat_2748665614"]}}} -{"ref": "+# to Armour", "better": 1, "id": "base_physical_damage_reduction_rating", "matchers": [{"string": "# to Armour", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_3484657501", "explicit.stat_809229260"], "implicit": ["implicit.stat_809229260"]}}} -{"ref": "+# to Evasion Rating", "better": 1, "id": "base_evasion_rating", "matchers": [{"string": "# to Evasion Rating", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_53045048", "explicit.stat_2144192055"]}}} -{"ref": "+# to maximum Energy Shield", "better": 1, "id": "base_maximum_energy_shield", "matchers": [{"string": "# to maximum Energy Shield", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_4052037485", "explicit.stat_3489782002"], "implicit": ["implicit.stat_3489782002"]}}} -{"ref": "#% increased Armour", "better": 1, "id": "physical_damage_reduction_rating_+%", "matchers": [{"string": "#% increased Armour", "negate": false}, {"string": "#% reduced Armour", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_1062208444", "explicit.stat_2866361420"], "enchant": ["enchant.stat_1062208444", "enchant.stat_2866361420"], "sanctum": ["sanctum.stat_1737465970"]}}} -{"ref": "#% increased Evasion Rating", "better": 1, "id": "evasion_rating_+%", "matchers": [{"string": "#% increased Evasion Rating", "negate": false}, {"string": "#% reduced Evasion Rating", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_124859000", "explicit.stat_2106365538"], "enchant": ["enchant.stat_124859000", "enchant.stat_2106365538"], "sanctum": ["sanctum.stat_3882471944"]}}} -{"ref": "#% increased maximum Energy Shield", "better": 1, "id": "maximum_energy_shield_+%", "matchers": [{"string": "#% increased maximum Energy Shield", "negate": false}, {"string": "#% reduced maximum Energy Shield", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_2482852589"], "enchant": ["enchant.stat_2482852589"], "sanctum": ["sanctum.stat_1707887759"]}}} -{"ref": "+# to Armour", "better": 1, "id": "local_base_physical_damage_reduction_rating", "matchers": [{"string": "# to Armour", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_3484657501", "explicit.stat_809229260"], "implicit": ["implicit.stat_809229260"]}}} -{"ref": "+# to Evasion Rating", "better": 1, "id": "local_base_evasion_rating", "matchers": [{"string": "# to Evasion Rating", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_53045048", "explicit.stat_2144192055"]}}} -{"ref": "+# to maximum Energy Shield", "better": 1, "id": "local_energy_shield", "matchers": [{"string": "# to maximum Energy Shield", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_4052037485", "explicit.stat_3489782002"], "implicit": ["implicit.stat_3489782002"]}}} -{"ref": "#% increased Armour", "better": 1, "id": "local_physical_damage_reduction_rating_+%", "matchers": [{"string": "#% increased Armour", "negate": false}, {"string": "#% reduced Armour", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_1062208444", "explicit.stat_2866361420"], "enchant": ["enchant.stat_1062208444", "enchant.stat_2866361420"], "sanctum": ["sanctum.stat_1737465970"]}}} -{"ref": "#% increased Evasion Rating", "better": 1, "id": "local_evasion_rating_+%", "matchers": [{"string": "#% increased Evasion Rating", "negate": false}, {"string": "#% reduced Evasion Rating", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_124859000", "explicit.stat_2106365538"], "enchant": ["enchant.stat_124859000", "enchant.stat_2106365538"], "sanctum": ["sanctum.stat_3882471944"]}}} -{"ref": "#% increased Energy Shield", "better": 1, "id": "local_energy_shield_+%", "matchers": [{"string": "#% increased Energy Shield", "negate": false}, {"string": "#% reduced Energy Shield", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_4015621042"], "enchant": ["enchant.stat_4015621042"]}}} -{"ref": "#% increased Armour and Evasion", "better": 1, "id": "local_armour_and_evasion_+%", "matchers": [{"string": "#% increased Armour and Evasion", "negate": false}, {"string": "#% reduced Armour and Evasion", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_2451402625"], "enchant": ["enchant.stat_2451402625"]}}} -{"ref": "#% increased Armour and Energy Shield", "better": 1, "id": "local_armour_and_energy_shield_+%", "matchers": [{"string": "#% increased Armour and Energy Shield", "negate": false}, {"string": "#% reduced Armour and Energy Shield", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_3321629045"], "enchant": ["enchant.stat_3321629045"]}}} -{"ref": "#% increased Evasion and Energy Shield", "better": 1, "id": "local_evasion_and_energy_shield_+%", "matchers": [{"string": "#% increased Evasion and Energy Shield", "negate": false}, {"string": "#% reduced Evasion and Energy Shield", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_1999113824"], "enchant": ["enchant.stat_1999113824"]}}} -{"ref": "#% increased Attribute Requirements", "better": 1, "id": "local_attribute_requirements_+%", "matchers": [{"string": "#% increased Attribute Requirements", "negate": false}, {"string": "#% reduced Attribute Requirements", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_3639275092"], "enchant": ["enchant.stat_3639275092"]}}} -{"ref": "+# to Stun Threshold", "better": 1, "id": "stun_threshold_+", "matchers": [{"string": "# to Stun Threshold", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_915769802"], "rune": ["rune.stat_915769802"]}}} -{"ref": "#% increased Movement Speed", "better": 1, "id": "base_movement_velocity_+%", "matchers": [{"string": "#% increased Movement Speed", "negate": false}, {"string": "#% reduced Movement Speed", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_2250533757"], "implicit": ["implicit.stat_2250533757"], "enchant": ["enchant.stat_2250533757"], "sanctum": ["sanctum.stat_1416455556"]}}} -{"ref": "# to # Physical Thorns damage", "better": 1, "id": "thorns_minimum_base_physical_damage", "matchers": [{"string": "# to # Physical Thorns damage", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2881298780"]}}} -{"ref": "Adds # to # Physical Damage to Attacks", "better": 1, "id": "attack_minimum_added_physical_damage", "matchers": [{"string": "Adds # to # Physical Damage to Attacks", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_3032590688"], "implicit": ["implicit.stat_3032590688"]}}} -{"ref": "Adds # to # Fire damage to Attacks", "better": 1, "id": "attack_minimum_added_fire_damage", "matchers": [{"string": "Adds # to # Fire damage to Attacks", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1573130764"], "implicit": ["implicit.stat_1573130764"]}}} -{"ref": "Adds # to # Cold damage to Attacks", "better": 1, "id": "attack_minimum_added_cold_damage", "matchers": [{"string": "Adds # to # Cold damage to Attacks", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_4067062424"]}}} -{"ref": "Adds # to # Lightning damage to Attacks", "better": 1, "id": "attack_minimum_added_lightning_damage", "matchers": [{"string": "Adds # to # Lightning damage to Attacks", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1754445556"]}}} -{"ref": "Adds # to # Physical Damage", "better": 1, "id": "local_minimum_added_physical_damage", "matchers": [{"string": "Adds # to # Physical Damage", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1940865751"]}}} -{"ref": "Adds # to # Fire Damage", "better": 1, "id": "local_minimum_added_fire_damage", "matchers": [{"string": "Adds # to # Fire Damage", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_709508406"], "enchant": ["enchant.stat_709508406"], "rune": ["rune.stat_709508406"]}}} -{"ref": "Adds # to # Cold Damage", "better": 1, "id": "local_minimum_added_cold_damage", "matchers": [{"string": "Adds # to # Cold Damage", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1037193709"], "enchant": ["enchant.stat_1037193709"], "rune": ["rune.stat_1037193709"]}}} -{"ref": "Adds # to # Lightning Damage", "better": 1, "id": "local_minimum_added_lightning_damage", "matchers": [{"string": "Adds # to # Lightning Damage", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_3336890334"], "enchant": ["enchant.stat_3336890334"], "rune": ["rune.stat_3336890334"]}}} -{"ref": "Allies in your Presence deal # to # additional Attack Physical Damage", "better": 1, "id": "allies_in_presence_attack_minimum_added_physical_damage", "matchers": [{"string": "Allies in your Presence deal # to # additional Attack Physical Damage", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1574590649"]}}} -{"ref": "Allies in your Presence deal # to # additional Attack Fire Damage", "better": 1, "id": "allies_in_presence_attack_minimum_added_fire_damage", "matchers": [{"string": "Allies in your Presence deal # to # additional Attack Fire Damage", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_849987426"]}}} -{"ref": "Allies in your Presence deal # to # additional Attack Cold Damage", "better": 1, "id": "allies_in_presence_attack_minimum_added_cold_damage", "matchers": [{"string": "Allies in your Presence deal # to # additional Attack Cold Damage", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2347036682"]}}} -{"ref": "Allies in your Presence deal # to # additional Attack Lightning Damage", "better": 1, "id": "allies_in_presence_attack_minimum_added_lightning_damage", "matchers": [{"string": "Allies in your Presence deal # to # additional Attack Lightning Damage", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2854751904"]}}} -{"ref": "No Physical Damage", "better": 1, "id": "local_physical_damage_+%", "matchers": [{"string": "No Physical Damage", "negate": false}], "trade": {"ids": null}} -{"ref": "Allies in your Presence deal #% increased Damage", "better": 1, "id": "allies_in_presence_damage_+%", "matchers": [{"string": "Allies in your Presence deal #% increased Damage", "negate": false}, {"string": "Allies in your Presence deal #% reduced Damage", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_1798257884"], "enchant": ["enchant.stat_1798257884"]}}} -{"ref": "#% increased Spell Damage", "better": 1, "id": "spell_damage_+%", "matchers": [{"string": "#% increased Spell Damage", "negate": false}, {"string": "#% reduced Spell Damage", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_2974417149"], "enchant": ["enchant.stat_2974417149"]}}} -{"ref": "#% increased Fire Damage", "better": 1, "id": "fire_damage_+%", "matchers": [{"string": "#% increased Fire Damage", "negate": false}, {"string": "#% reduced Fire Damage", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_3962278098"]}}} -{"ref": "#% increased Cold Damage", "better": 1, "id": "cold_damage_+%", "matchers": [{"string": "#% increased Cold Damage", "negate": false}, {"string": "#% reduced Cold Damage", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_3291658075"]}}} -{"ref": "#% increased Lightning Damage", "better": 1, "id": "lightning_damage_+%", "matchers": [{"string": "#% increased Lightning Damage", "negate": false}, {"string": "#% reduced Lightning Damage", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_2231156303"]}}} -{"ref": "#% increased Chaos Damage", "better": 1, "id": "chaos_damage_+%", "matchers": [{"string": "#% increased Chaos Damage", "negate": false}, {"string": "#% reduced Chaos Damage", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_736967255"]}}} -{"ref": "#% increased Spell Physical Damage", "better": 1, "id": "spell_physical_damage_+%", "matchers": [{"string": "#% increased Spell Physical Damage", "negate": false}, {"string": "#% reduced Spell Physical Damage", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_2768835289"]}}} -{"ref": "#% increased Trap Damage", "better": 1, "id": "trap_damage_+%", "matchers": [{"string": "#% increased Trap Damage", "negate": false}, {"string": "#% reduced Trap Damage", "negate": true}], "trade": {"ids": null}} -{"ref": "+# to Level of all Spell Skills", "better": 1, "id": "spell_skill_gem_level_+", "matchers": [{"string": "# to Level of all Spell Skills", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_124131830"]}}} -{"ref": "+# to Level of all Fire Spell Skills", "better": 1, "id": "fire_spell_skill_gem_level_+", "matchers": [{"string": "# to Level of all Fire Spell Skills", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_591105508"], "enchant": ["enchant.stat_591105508"]}}} -{"ref": "+# to Level of all Cold Spell Skills", "better": 1, "id": "cold_spell_skill_gem_level_+", "matchers": [{"string": "# to Level of all Cold Spell Skills", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2254480358"], "enchant": ["enchant.stat_2254480358"]}}} -{"ref": "+# to Level of all Lightning Spell Skills", "better": 1, "id": "lightning_spell_skill_gem_level_+", "matchers": [{"string": "# to Level of all Lightning Spell Skills", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1545858329"], "enchant": ["enchant.stat_1545858329"]}}} -{"ref": "+# to Level of all Chaos Spell Skills", "better": 1, "id": "chaos_spell_skill_gem_level_+", "matchers": [{"string": "# to Level of all Chaos Spell Skills", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_4226189338"], "enchant": ["enchant.stat_4226189338"]}}} -{"ref": "+# to Level of all Physical Spell Skills", "better": 1, "id": "physical_spell_skill_gem_level_+", "matchers": [{"string": "# to Level of all Physical Spell Skills", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1600707273"], "enchant": ["enchant.stat_1600707273"]}}} -{"ref": "+# to Level of all Minion Skills", "better": 1, "id": "minion_skill_gem_level_+", "matchers": [{"string": "# to Level of all Minion Skills", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2162097452"], "enchant": ["enchant.stat_2162097452"]}}} -{"ref": "+# to Level of all Trap Skill Gems", "better": 1, "id": "trap_skill_gem_level_+", "matchers": [{"string": "# to Level of all Trap Skill Gems", "negate": false}], "trade": {"ids": null}} -{"ref": "+# to Level of all Melee Skills", "better": 1, "id": "melee_skill_gem_level_+", "matchers": [{"string": "# to Level of all Melee Skills", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_9187492"], "enchant": ["enchant.stat_9187492"]}}} -{"ref": "+# to Level of all Projectile Skills", "better": 1, "id": "projectile_skill_gem_level_+", "matchers": [{"string": "# to Level of all Projectile Skills", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1202301673"]}}} -{"ref": "# Life Regeneration per second", "better": 1, "id": "base_life_regeneration_rate_per_minute", "matchers": [{"string": "# Life Regeneration per second", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_3325883026"], "implicit": ["implicit.stat_3325883026"]}}} -{"ref": "Allies in your Presence Regenerate # Life per second", "better": 1, "id": "allies_in_presence_life_regeneration_rate_per_minute", "matchers": [{"string": "Allies in your Presence Regenerate # Life per second", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_4010677958"]}}} -{"ref": "#% increased Mana Regeneration Rate", "better": 1, "id": "mana_regeneration_rate_+%", "matchers": [{"string": "#% increased Mana Regeneration Rate", "negate": false}, {"string": "#% reduced Mana Regeneration Rate", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_789117908"], "implicit": ["implicit.stat_789117908"], "enchant": ["enchant.stat_789117908"], "rune": ["rune.stat_789117908"]}}} -{"ref": "Leech #% of Physical Attack Damage as Life", "better": 1, "id": "base_life_leech_from_physical_attack_damage_permyriad", "matchers": [{"string": "Leech #% of Physical Attack Damage as Life", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2557965901"], "enchant": ["enchant.stat_2557965901"]}}} -{"ref": "Leeches #% of Physical Damage as Life", "better": 1, "id": "local_life_leech_from_physical_damage_permyriad", "matchers": [{"string": "Leeches #% of Physical Damage as Life", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_55876295"], "rune": ["rune.stat_55876295"]}}} -{"ref": "Leech #% of Physical Attack Damage as Mana", "better": 1, "id": "base_mana_leech_from_physical_attack_damage_permyriad", "matchers": [{"string": "Leech #% of Physical Attack Damage as Mana", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_707457662"], "enchant": ["enchant.stat_707457662"]}}} -{"ref": "Leeches #% of Physical Damage as Mana", "better": 1, "id": "local_mana_leech_from_physical_damage_permyriad", "matchers": [{"string": "Leeches #% of Physical Damage as Mana", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_669069897"], "rune": ["rune.stat_669069897"]}}} -{"ref": "Gain # Life per Enemy Killed", "better": 1, "id": "base_life_gained_on_enemy_death", "matchers": [{"string": "Gain # Life per Enemy Killed", "negate": false}, {"string": "Lose # Life per Enemy Killed", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_3695891184"], "enchant": ["enchant.stat_3695891184"], "rune": ["rune.stat_3695891184"]}}} -{"ref": "Gain # Mana per Enemy Killed", "better": 1, "id": "base_mana_gained_on_enemy_death", "matchers": [{"string": "Gain # Mana per Enemy Killed", "negate": false}, {"string": "Lose # Mana per Enemy Killed", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_1368271171"], "enchant": ["enchant.stat_1368271171"], "rune": ["rune.stat_1368271171"]}}} -{"ref": "Gain # Life per Enemy Hit with Attacks", "better": 1, "id": "base_life_gain_per_target", "matchers": [{"string": "Gain # Life per Enemy Hit with Attacks", "negate": false}, {"string": "Lose # Life per Enemy Hit with Attacks", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_2797971005"], "implicit": ["implicit.stat_2797971005"]}}} -{"ref": "Grants # Life per Enemy Hit", "better": 1, "id": "local_life_gain_per_target", "matchers": [{"string": "Grants # Life per Enemy Hit", "negate": false}, {"string": "Removes # of your Life per Enemy Hit", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_821021828"]}}} -{"ref": "#% increased Attack Speed", "better": 1, "id": "attack_speed_+%", "matchers": [{"string": "#% increased Attack Speed", "negate": false}, {"string": "#% reduced Attack Speed", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_210067635", "explicit.stat_681332047"], "implicit": ["implicit.stat_681332047"], "enchant": ["enchant.stat_210067635"], "rune": ["rune.stat_210067635"]}}} -{"ref": "#% increased Attack Speed", "better": 1, "id": "local_attack_speed_+%", "matchers": [{"string": "#% increased Attack Speed", "negate": false}, {"string": "#% reduced Attack Speed", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_210067635", "explicit.stat_681332047"], "implicit": ["implicit.stat_681332047"], "enchant": ["enchant.stat_210067635"], "rune": ["rune.stat_210067635"]}}} -{"ref": "Allies in your Presence have #% increased Attack Speed", "better": 1, "id": "allies_in_presence_attack_speed_+%", "matchers": [{"string": "Allies in your Presence have #% increased Attack Speed", "negate": false}, {"string": "Allies in your Presence have #% reduced Attack Speed", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_1998951374"], "enchant": ["enchant.stat_1998951374"]}}} -{"ref": "#% increased Cast Speed", "better": 1, "id": "base_cast_speed_+%", "matchers": [{"string": "#% increased Cast Speed", "negate": false}, {"string": "#% reduced Cast Speed", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_2891184298"], "implicit": ["implicit.stat_2891184298"], "enchant": ["enchant.stat_2891184298"]}}} -{"ref": "Allies in your Presence have #% increased Cast Speed", "better": 1, "id": "allies_in_presence_cast_speed_+%", "matchers": [{"string": "Allies in your Presence have #% increased Cast Speed", "negate": false}, {"string": "Allies in your Presence have #% reduced Cast Speed", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_289128254"], "enchant": ["enchant.stat_289128254"]}}} -{"ref": "#% increased Trap Throwing Speed", "better": 1, "id": "trap_throwing_speed_+%", "matchers": [{"string": "#% increased Trap Throwing Speed", "negate": false}, {"string": "#% reduced Trap Throwing Speed", "negate": true}], "trade": {"ids": null}} -{"ref": "+# to Accuracy Rating", "better": 1, "id": "accuracy_rating", "matchers": [{"string": "# to Accuracy Rating", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_803737631", "explicit.stat_691932474"], "implicit": ["implicit.stat_803737631"], "enchant": ["enchant.stat_803737631"], "rune": ["rune.stat_691932474"]}}} -{"ref": "+# to Accuracy Rating", "better": 1, "id": "local_accuracy_rating", "matchers": [{"string": "# to Accuracy Rating", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_803737631", "explicit.stat_691932474"], "implicit": ["implicit.stat_803737631"], "enchant": ["enchant.stat_803737631"], "rune": ["rune.stat_691932474"]}}} -{"ref": "Allies in your Presence have +# to Accuracy Rating", "better": 1, "id": "allies_in_presence_accuracy_rating", "matchers": [{"string": "Allies in your Presence have +# to Accuracy Rating", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Critical Hit Chance", "better": 1, "id": "critical_strike_chance_+%", "matchers": [{"string": "#% increased Critical Hit Chance", "negate": false}, {"string": "#% reduced Critical Hit Chance", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_587431675"]}}} -{"ref": "+#% to Critical Hit Chance", "better": 1, "id": "local_critical_strike_chance", "matchers": [{"string": "#% to Critical Hit Chance", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_518292764"]}}} -{"ref": "#% increased Critical Hit Chance for Spells", "better": 1, "id": "spell_critical_strike_chance_+%", "matchers": [{"string": "#% increased Critical Hit Chance for Spells", "negate": false}, {"string": "#% reduced Critical Hit Chance for Spells", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_737908626"], "enchant": ["enchant.stat_737908626"]}}} -{"ref": "#% increased Critical Hit Chance for Attacks", "better": 1, "id": "attack_critical_strike_chance_+%", "matchers": [{"string": "#% increased Critical Hit Chance for Attacks", "negate": false}, {"string": "#% reduced Critical Hit Chance for Attacks", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_2194114101"], "implicit": ["implicit.stat_2194114101"]}}} -{"ref": "#% increased Critical Hit Chance with Traps", "better": 1, "id": "trap_critical_strike_chance_+%", "matchers": [{"string": "#% increased Critical Hit Chance with Traps", "negate": false}, {"string": "#% reduced Critical Hit Chance with Traps", "negate": true}], "trade": {"ids": null}} -{"ref": "Allies in your Presence have #% increased Critical Hit Chance", "better": 1, "id": "allies_in_presence_critical_strike_chance_+%", "matchers": [{"string": "Allies in your Presence have #% increased Critical Hit Chance", "negate": false}, {"string": "Allies in your Presence have #% reduced Critical Hit Chance", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_1250712710"]}}} -{"ref": "#% increased Critical Damage Bonus", "better": 1, "id": "base_critical_strike_multiplier_+", "matchers": [{"string": "#% increased Critical Damage Bonus", "negate": false}, {"string": "#% reduced Critical Damage Bonus", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_3556824919"], "enchant": ["enchant.stat_3556824919"]}}} -{"ref": "+#% to Critical Damage Bonus", "better": 1, "id": "local_critical_strike_multiplier_+", "matchers": [{"string": "#% to Critical Damage Bonus", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2694482655"], "implicit": ["implicit.stat_2694482655"], "enchant": ["enchant.stat_2694482655"], "rune": ["rune.stat_2694482655"]}}} -{"ref": "#% increased Critical Spell Damage Bonus", "better": 1, "id": "base_spell_critical_strike_multiplier_+", "matchers": [{"string": "#% increased Critical Spell Damage Bonus", "negate": false}, {"string": "#% reduced Critical Spell Damage Bonus", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_274716455"]}}} -{"ref": "#% increased Critical Damage Bonus for Attack Damage", "better": 1, "id": "attack_critical_strike_multiplier_+", "matchers": [{"string": "#% increased Critical Damage Bonus for Attack Damage", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_3714003708"]}}} -{"ref": "+#% to Critical Damage Bonus with Traps", "better": 1, "id": "trap_critical_strike_multiplier_+", "matchers": [{"string": "#% to Critical Damage Bonus with Traps", "negate": false}], "trade": {"ids": null}} -{"ref": "Allies in your Presence have #% increased Critical Damage Bonus", "better": 1, "id": "allies_in_presence_critical_strike_multiplier_+", "matchers": [{"string": "Allies in your Presence have #% increased Critical Damage Bonus", "negate": false}, {"string": "Allies in your Presence have #% reduced Critical Damage Bonus", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_3057012405"], "enchant": ["enchant.stat_3057012405"]}}} -{"ref": "#% increased Rarity of Items found", "better": 1, "id": "base_item_found_rarity_+%", "matchers": [{"string": "#% increased Rarity of Items found", "negate": false}, {"string": "#% reduced Rarity of Items found", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_3917489142"], "implicit": ["implicit.stat_3917489142"], "enchant": ["enchant.stat_3917489142"], "rune": ["rune.stat_3917489142"]}}} -{"ref": "#% increased Light Radius", "better": 1, "id": "light_radius_+%", "matchers": [{"string": "#% increased Light Radius", "negate": false}, {"string": "#% reduced Light Radius", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_1263695895"]}}} -{"ref": "#% increased Block chance", "better": 1, "id": "local_block_chance_+%", "matchers": [{"string": "#% increased Block chance", "negate": false}, {"string": "#% reduced Block chance", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_2481353198", "explicit.stat_4147897060"], "enchant": ["enchant.stat_2481353198"]}}} -{"ref": "+# to Spirit", "better": 1, "id": "base_spirit_from_equipment", "matchers": [{"string": "# to Spirit", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_3981240776"], "implicit": ["implicit.stat_3981240776"], "enchant": ["enchant.stat_3981240776"], "rune": ["rune.stat_3981240776"]}}} -{"ref": "#% increased Spirit", "better": 1, "id": "local_spirit_+%", "matchers": [{"string": "#% increased Spirit", "negate": false}, {"string": "#% reduced Spirit", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_3984865854"], "enchant": ["enchant.stat_3984865854"]}}} -{"ref": "#% increased Bleeding Duration on you", "better": 1, "id": "self_bleed_duration_+%", "matchers": [{"string": "#% increased Bleeding Duration on you", "negate": false}, {"string": "#% reduced Bleeding Duration on you", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_1692879867"]}}} -{"ref": "#% increased Poison Duration on you", "better": 1, "id": "self_poison_duration_+%", "matchers": [{"string": "#% increased Poison Duration on you", "negate": false}, {"string": "#% reduced Poison Duration on you", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_3301100256"]}}} -{"ref": "#% reduced Ignite Duration on you", "better": 1, "id": "base_self_ignite_duration_-%", "matchers": [{"string": "#% reduced Ignite Duration on you", "negate": false}, {"string": "#% increased Ignite Duration on you", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_986397080"]}}} -{"ref": "#% reduced Shock duration on you", "better": 1, "id": "base_self_shock_duration_-%", "matchers": [{"string": "#% reduced Shock duration on you", "negate": false}, {"string": "#% increased Shock duration on you", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_99927264"]}}} -{"ref": "#% reduced Chill Duration on you", "better": 1, "id": "base_self_chill_duration_-%", "matchers": [{"string": "#% reduced Chill Duration on you", "negate": false}, {"string": "#% increased Chill Duration on you", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_1874553720"]}}} -{"ref": "#% reduced Freeze Duration on you", "better": 1, "id": "base_self_freeze_duration_-%", "matchers": [{"string": "#% reduced Freeze Duration on you", "negate": false}, {"string": "#% increased Freeze Duration on you", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_2160282525"]}}} -{"ref": "Hits against you have #% reduced Critical Damage Bonus", "better": 1, "id": "base_self_critical_strike_multiplier_-%", "matchers": [{"string": "Hits against you have #% reduced Critical Damage Bonus", "negate": false}, {"string": "Hits against you have #% increased Critical Damage Bonus", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_3855016469"], "rune": ["rune.stat_3855016469"], "sanctum": ["sanctum.stat_2948404493"]}}} -{"ref": "#% additional Physical Damage Reduction", "better": 1, "id": "base_additional_physical_damage_reduction_%", "matchers": [{"string": "#% additional Physical Damage Reduction", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_3771516363"], "enchant": ["enchant.stat_3771516363"], "sanctum": ["sanctum.stat_3470883829"]}}} -{"ref": "+#% to Maximum Fire Resistance", "better": 1, "id": "base_maximum_fire_damage_resistance_%", "matchers": [{"string": "#% to Maximum Fire Resistance", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_4095671657"], "enchant": ["enchant.stat_4095671657"], "rune": ["rune.stat_4095671657"]}}} -{"ref": "+#% to Maximum Cold Resistance", "better": 1, "id": "base_maximum_cold_damage_resistance_%", "matchers": [{"string": "#% to Maximum Cold Resistance", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_3676141501"], "enchant": ["enchant.stat_3676141501"], "rune": ["rune.stat_3676141501"]}}} -{"ref": "+#% to Maximum Lightning Resistance", "better": 1, "id": "base_maximum_lightning_damage_resistance_%", "matchers": [{"string": "#% to Maximum Lightning Resistance", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1011760251"], "enchant": ["enchant.stat_1011760251"], "rune": ["rune.stat_1011760251"]}}} -{"ref": "+#% to Maximum Chaos Resistance", "better": 1, "id": "base_maximum_chaos_damage_resistance_%", "matchers": [{"string": "#% to Maximum Chaos Resistance", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1301765461"]}}} -{"ref": "+#% to all Maximum Elemental Resistances", "better": 1, "id": "additional_maximum_all_elemental_resistances_%", "matchers": [{"string": "#% to all Maximum Elemental Resistances", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1978899297"], "implicit": ["implicit.stat_1978899297"], "enchant": ["enchant.stat_1978899297"]}}} -{"ref": "#% increased Energy Shield Recharge Rate", "better": 1, "id": "energy_shield_recharge_rate_+%", "matchers": [{"string": "#% increased Energy Shield Recharge Rate", "negate": false}, {"string": "#% reduced Energy Shield Recharge Rate", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_2339757871"]}}} -{"ref": "#% chance to Pierce an Enemy", "better": 1, "id": "base_chance_to_pierce_%", "matchers": [{"string": "#% chance to Pierce an Enemy", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2321178454"], "implicit": ["implicit.stat_2321178454"], "enchant": ["enchant.stat_2321178454"]}}} -{"ref": "Bow Attacks fire an additional Arrow", "better": 1, "id": "number_of_additional_arrows", "matchers": [{"string": "Bow Attacks fire an additional Arrow", "negate": false}, {"string": "Bow Attacks fire # additional Arrows", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_3885405204"], "implicit": ["implicit.stat_3885405204"], "enchant": ["enchant.stat_3885405204"]}}} -{"ref": "Loads an additional bolt", "better": 1, "id": "base_number_of_crossbow_bolts", "matchers": [{"string": "Loads an additional bolt", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1039380318"], "implicit": ["implicit.stat_1039380318"], "enchant": ["enchant.stat_1039380318"]}}} -{"ref": "#% increased Flask Life Recovery rate", "better": 1, "id": "flask_life_recovery_rate_+%", "matchers": [{"string": "#% increased Flask Life Recovery rate", "negate": false}, {"string": "#% reduced Flask Life Recovery rate", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_51994685"]}}} -{"ref": "#% increased Flask Mana Recovery rate", "better": 1, "id": "flask_mana_recovery_rate_+%", "matchers": [{"string": "#% increased Flask Mana Recovery rate", "negate": false}, {"string": "#% reduced Flask Mana Recovery rate", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_1412217137"]}}} -{"ref": "#% increased Charm Effect Duration", "better": 1, "id": "charm_duration_+%", "matchers": [{"string": "#% increased Charm Effect Duration", "negate": false}, {"string": "#% reduced Charm Effect Duration", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_1389754388"], "implicit": ["implicit.stat_1389754388"]}}} -{"ref": "#% increased Flask Charges gained", "better": 1, "id": "flask_charges_gained_+%", "matchers": [{"string": "#% increased Flask Charges gained", "negate": false}, {"string": "#% reduced Flask Charges gained", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_1836676211"], "implicit": ["implicit.stat_1836676211"]}}} -{"ref": "#% increased Flask Charges used", "better": 1, "id": "flask_charges_used_+%", "matchers": [{"string": "#% increased Flask Charges used", "negate": false}, {"string": "#% reduced Flask Charges used", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_644456512"], "implicit": ["implicit.stat_644456512"]}}} -{"ref": "#% increased Charm Charges gained", "better": 1, "id": "charm_charges_gained_+%", "matchers": [{"string": "#% increased Charm Charges gained", "negate": false}, {"string": "#% reduced Charm Charges gained", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_3585532255"], "implicit": ["implicit.stat_3585532255"], "rune": ["rune.stat_3585532255"]}}} -{"ref": "#% increased Charm Charges used", "better": 1, "id": "charm_charges_used_+%", "matchers": [{"string": "#% increased Charm Charges used", "negate": false}, {"string": "#% reduced Charm Charges used", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_1570770415"], "implicit": ["implicit.stat_1570770415"]}}} -{"ref": "+# Charm Slot", "better": 1, "id": "local_charm_slots", "matchers": [{"string": "# Charm Slot", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1416292992"]}}} -{"ref": "#% increased chance to Ignite", "better": 1, "id": "ignite_chance_+%", "matchers": [{"string": "#% increased chance to Ignite", "negate": false}, {"string": "#% reduced chance to Ignite", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_2968503605"], "enchant": ["enchant.stat_2968503605"], "rune": ["rune.stat_2968503605"]}}} -{"ref": "#% increased Freeze Buildup", "better": 1, "id": "hit_damage_freeze_multiplier_+%", "matchers": [{"string": "#% increased Freeze Buildup", "negate": false}, {"string": "#% reduced Freeze Buildup", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_473429811"], "enchant": ["enchant.stat_473429811"], "rune": ["rune.stat_473429811"]}}} -{"ref": "#% increased chance to Shock", "better": 1, "id": "shock_chance_+%", "matchers": [{"string": "#% increased chance to Shock", "negate": false}, {"string": "#% reduced chance to Shock", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_293638271"], "enchant": ["enchant.stat_293638271"], "rune": ["rune.stat_293638271"]}}} -{"ref": "#% increased Projectile Speed", "better": 1, "id": "base_projectile_speed_+%", "matchers": [{"string": "#% increased Projectile Speed", "negate": false}, {"string": "#% reduced Projectile Speed", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_3759663284"]}}} -{"ref": "#% of Damage taken Recouped as Life", "better": 1, "id": "damage_taken_goes_to_life_over_4_seconds_%", "matchers": [{"string": "#% of Damage taken Recouped as Life", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1444556985"], "enchant": ["enchant.stat_1444556985"]}}} -{"ref": "#% of Damage taken Recouped as Mana", "better": 1, "id": "damage_taken_goes_to_mana_%", "matchers": [{"string": "#% of Damage taken Recouped as Mana", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_472520716"], "enchant": ["enchant.stat_472520716"]}}} -{"ref": "#% increased Stun Duration", "better": 1, "id": "local_base_stun_duration_+%", "matchers": [{"string": "#% increased Stun Duration", "negate": false}, {"string": "#% reduced Stun Duration", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_748522257"]}}} -{"ref": "Causes #% increased Stun Buildup", "better": 1, "id": "local_hit_damage_stun_multiplier_+%", "matchers": [{"string": "Causes #% increased Stun Buildup", "negate": false}, {"string": "Causes #% reduced Stun Buildup", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_791928121"], "implicit": ["implicit.stat_791928121"], "enchant": ["enchant.stat_791928121"], "rune": ["rune.stat_791928121"]}}} -{"ref": "#% increased Elemental Damage with Attacks", "better": 1, "id": "elemental_damage_with_attack_skills_+%", "matchers": [{"string": "#% increased Elemental Damage with Attacks", "negate": false}, {"string": "#% reduced Elemental Damage with Attacks", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_387439868"], "enchant": ["enchant.stat_387439868"], "rune": ["rune.stat_387439868"]}}} -{"ref": "Gain #% of Damage as Extra Fire Damage", "better": 1, "id": "non_skill_base_all_damage_%_to_gain_as_fire", "matchers": [{"string": "Gain #% of Damage as Extra Fire Damage", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_3015669065"]}}} -{"ref": "Gain #% of Damage as Extra Cold Damage", "better": 1, "id": "non_skill_base_all_damage_%_to_gain_as_cold", "matchers": [{"string": "Gain #% of Damage as Extra Cold Damage", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2505884597"]}}} -{"ref": "Gain #% of Damage as Extra Lightning Damage", "better": 1, "id": "non_skill_base_all_damage_%_to_gain_as_lightning", "matchers": [{"string": "Gain #% of Damage as Extra Lightning Damage", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_3278136794"]}}} -{"ref": "#% increased Damage with Bow Skills", "better": 1, "id": "damage_+%_with_bow_skills", "matchers": [{"string": "#% increased Damage with Bow Skills", "negate": false}, {"string": "#% reduced Damage with Bow Skills", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_1241625305"]}}} -{"ref": "#% increased Presence Area of Effect", "better": 1, "id": "presence_area_+%", "matchers": [{"string": "#% increased Presence Area of Effect", "negate": false}, {"string": "#% reduced Presence Area of Effect", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_101878827"], "enchant": ["enchant.stat_101878827"]}}} -{"ref": "Minions have #% increased maximum Life", "better": 1, "id": "minion_maximum_life_+%", "matchers": [{"string": "Minions have #% increased maximum Life", "negate": false}, {"string": "Minions have #% reduced maximum Life", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_770672621"]}}} -{"ref": "#% increased Trap Trigger Area of Effect", "better": 1, "id": "trap_trigger_radius_+%", "matchers": [{"string": "#% increased Trap Trigger Area of Effect", "negate": false}, {"string": "#% reduced Trap Trigger Area of Effect", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Charges gained", "better": 1, "id": "local_charges_added_+%", "matchers": [{"string": "#% increased Charges gained", "negate": false}, {"string": "#% reduced Charges gained", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_3196823591"]}}} -{"ref": "#% increased Charges", "better": 1, "id": "local_max_charges_+%", "matchers": [{"string": "#% increased Charges", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1366840608"]}}} -{"ref": "#% increased Charges per use", "better": 1, "id": "local_charges_used_+%", "matchers": [{"string": "#% increased Charges per use", "negate": false}, {"string": "#% reduced Charges per use", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_388617051"]}}} -{"ref": "#% Chance to gain a Charge when you Kill an Enemy", "better": 1, "id": "local_%_chance_to_gain_flask_charge_on_kill", "matchers": [{"string": "#% Chance to gain a Charge when you Kill an Enemy", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_828533480"]}}} -{"ref": "Gains # Charges per Second", "better": 1, "id": "local_flask_gain_X_charges_every_minute", "matchers": [{"string": "Gains # Charges per Second", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1873752457"]}}} -{"ref": "#% increased Recovery rate", "better": 1, "id": "local_flask_recovery_speed_+%", "matchers": [{"string": "#% increased Recovery rate", "negate": false}, {"string": "#% reduced Recovery rate", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_173226756"]}}} -{"ref": "#% increased Amount Recovered", "better": 1, "id": "local_flask_amount_to_recover_+%", "matchers": [{"string": "#% increased Amount Recovered", "negate": false}, {"string": "#% reduced Amount Recovered", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_700317374"]}}} -{"ref": "#% more Recovery if used while on Low Life", "better": 1, "id": "local_flask_amount_to_recover_+%_when_on_low_life", "matchers": [{"string": "#% more Recovery if used while on Low Life", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_886931978"]}}} -{"ref": "#% more Recovery if used while on Low Mana", "better": 1, "id": "local_flask_amount_to_recover_+%_when_on_low_mana", "matchers": [{"string": "#% more Recovery if used while on Low Mana", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_3276224428"]}}} -{"ref": "#% increased Life Recovered", "better": 1, "id": "local_flask_life_to_recover_+%", "matchers": [{"string": "#% increased Life Recovered", "negate": false}, {"string": "#% reduced Life Recovered", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_1261982764"]}}} -{"ref": "#% increased Mana Recovered", "better": 1, "id": "local_flask_mana_to_recover_+%", "matchers": [{"string": "#% increased Mana Recovered", "negate": false}, {"string": "#% reduced Mana Recovered", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_1811130680"]}}} -{"ref": "#% of Recovery applied Instantly", "better": 1, "id": "local_flask_recovery_amount_%_to_recover_instantly", "matchers": [{"string": "#% of Recovery applied Instantly", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2503377690"]}}} -{"ref": "Instant Recovery", "better": 1, "id": "local_flask_recovers_instantly", "matchers": [{"string": "Instant Recovery", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1526933524"]}}} -{"ref": "Grants #% of Life Recovery to Minions", "better": 1, "id": "local_flask_minion_heal_%", "matchers": [{"string": "Grants #% of Life Recovery to Minions", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2416869319"]}}} -{"ref": "#% increased Duration", "better": 1, "id": "local_charm_duration_+%", "matchers": [{"string": "#% increased Duration", "negate": false}, {"string": "#% reduced Duration", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_2541588185", "explicit.stat_1256719186"]}}} -{"ref": "Recover # Life when Used", "better": 1, "id": "charm_recover_X_life_when_used", "matchers": [{"string": "Recover # Life when Used", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2365392475"]}}} -{"ref": "Recover # Mana when Used", "better": 1, "id": "charm_recover_X_mana_when_used", "matchers": [{"string": "Recover # Mana when Used", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1120862500"]}}} -{"ref": "Gain # Guard during Effect", "better": 1, "id": "charm_gain_X_guard_for_duration", "matchers": [{"string": "Gain # Guard during Effect", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2676834156"]}}} -{"ref": "#% increased Accuracy Rating", "better": 1, "id": "accuracy_rating_+%", "matchers": [{"string": "#% increased Accuracy Rating", "negate": false}, {"string": "#% reduced Accuracy Rating", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_624954515"], "implicit": ["implicit.stat_624954515"]}}} -{"ref": "#% reduced Enemy Stun Threshold", "better": 1, "id": "base_stun_threshold_reduction_+%", "matchers": [{"string": "#% reduced Enemy Stun Threshold", "negate": false}, {"string": "#% increased Enemy Stun Threshold", "negate": true}], "trade": {"ids": {"implicit": ["implicit.stat_1443060084"]}}} -{"ref": "#% chance to Poison on Hit with Attacks", "better": 1, "id": "chance_to_poison_on_hit_with_attacks_%", "matchers": [{"string": "#% chance to Poison on Hit with Attacks", "negate": false}], "trade": {"ids": {"implicit": ["implicit.stat_3954735777"]}}} -{"ref": "Attacks cannot cause Bleeding", "better": 1, "id": "bleed_on_hit_with_attacks_%", "matchers": [{"string": "Attacks cannot cause Bleeding", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Arrow Speed", "better": 1, "id": "base_arrow_speed_+%", "matchers": [{"string": "#% increased Arrow Speed", "negate": false}, {"string": "#% reduced Arrow Speed", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_1207554355"], "implicit": ["implicit.stat_1207554355"]}}} -{"ref": "Grants 1 additional Skill Slot", "better": 1, "id": "local_item_additional_skill_slots", "matchers": [{"string": "Grants 1 additional Skill Slot", "negate": false}], "trade": {"ids": {"implicit": ["implicit.stat_958696139"]}}} -{"ref": "Maximum Quality is #%", "better": 1, "id": "local_maximum_quality_is_%", "matchers": [{"string": "Maximum Quality is #%", "negate": false}], "trade": {"ids": {"implicit": ["implicit.stat_275498888"]}}} -{"ref": "#% increased Life Recovery from Flasks", "better": 1, "id": "flask_life_to_recover_+%", "matchers": [{"string": "#% increased Life Recovery from Flasks", "negate": false}, {"string": "#% reduced Life Recovery from Flasks", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_821241191"], "implicit": ["implicit.stat_821241191"]}}} -{"ref": "#% increased Mana Recovery from Flasks", "better": 1, "id": "flask_mana_to_recover_+%", "matchers": [{"string": "#% increased Mana Recovery from Flasks", "negate": false}, {"string": "#% reduced Mana Recovery from Flasks", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_2222186378"], "implicit": ["implicit.stat_2222186378"]}}} -{"ref": "#% increased Stun Threshold", "better": 1, "id": "stun_threshold_+%", "matchers": [{"string": "#% increased Stun Threshold", "negate": false}, {"string": "#% reduced Stun Threshold", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_680068163"], "implicit": ["implicit.stat_680068163"], "enchant": ["enchant.stat_680068163"]}}} -{"ref": "#% of Flask Recovery applied Instantly", "better": 1, "id": "flask_recovery_amount_%_to_recover_instantly", "matchers": [{"string": "#% of Flask Recovery applied Instantly", "negate": false}], "trade": {"ids": {"implicit": ["implicit.stat_462041840"]}}} -{"ref": "Flasks gain # charges per Second", "better": 1, "id": "generate_x_charges_for_any_flask_per_minute", "matchers": [{"string": "Flasks gain # charges per Second", "negate": false}], "trade": {"ids": {"implicit": ["implicit.stat_731781020"]}}} -{"ref": "Used when you become Frozen", "better": 1, "id": "local_flask_use_on_affected_by_freeze", "matchers": [{"string": "Used when you become Frozen", "negate": false}], "trade": {"ids": {"implicit": ["implicit.stat_1691862754"]}}} -{"ref": "Used when you start Bleeding", "better": 1, "id": "local_flask_use_on_affected_by_bleed", "matchers": [{"string": "Used when you start Bleeding", "negate": false}], "trade": {"ids": {"implicit": ["implicit.stat_3676540188"]}}} -{"ref": "Used when you become Poisoned", "better": 1, "id": "local_flask_use_on_affected_by_poison", "matchers": [{"string": "Used when you become Poisoned", "negate": false}], "trade": {"ids": {"implicit": ["implicit.stat_1412682799"]}}} -{"ref": "Used when you become Ignited", "better": 1, "id": "local_flask_use_on_affected_by_ignite", "matchers": [{"string": "Used when you become Ignited", "negate": false}], "trade": {"ids": {"implicit": ["implicit.stat_585126960"]}}} -{"ref": "Used when you become Shocked", "better": 1, "id": "local_flask_use_on_affected_by_shock", "matchers": [{"string": "Used when you become Shocked", "negate": false}], "trade": {"ids": {"implicit": ["implicit.stat_3699444296"]}}} -{"ref": "Used when you become Stunned", "better": 1, "id": "local_flask_use_on_stunned", "matchers": [{"string": "Used when you become Stunned", "negate": false}], "trade": {"ids": {"implicit": ["implicit.stat_1810482573"]}}} -{"ref": "Used when you are affected by a Slow", "better": 1, "id": "local_flask_use_on_affected_by_slow", "matchers": [{"string": "Used when you are affected by a Slow", "negate": false}], "trade": {"ids": {"implicit": ["implicit.stat_2778646494"]}}} -{"ref": "Used when you take Fire damage from a Hit", "better": 1, "id": "local_flask_use_on_fire_damage_taken", "matchers": [{"string": "Used when you take Fire damage from a Hit", "negate": false}], "trade": {"ids": {"implicit": ["implicit.stat_3854901951"]}}} -{"ref": "Used when you take Cold damage from a Hit", "better": 1, "id": "local_flask_use_on_cold_damage_taken", "matchers": [{"string": "Used when you take Cold damage from a Hit", "negate": false}], "trade": {"ids": {"implicit": ["implicit.stat_2994271459"]}}} -{"ref": "Used when you take Lightning damage from a Hit", "better": 1, "id": "local_flask_use_on_lightning_damage_taken", "matchers": [{"string": "Used when you take Lightning damage from a Hit", "negate": false}], "trade": {"ids": {"implicit": ["implicit.stat_2016937536"]}}} -{"ref": "Used when you take Chaos damage from a Hit", "better": 1, "id": "local_flask_use_on_chaos_damage_taken", "matchers": [{"string": "Used when you take Chaos damage from a Hit", "negate": false}], "trade": {"ids": {"implicit": ["implicit.stat_3310778564"]}}} -{"ref": "Used when you Kill a Rare or Unique Enemy", "better": 1, "id": "local_flask_use_on_killing_rare_or_unique_enemy", "matchers": [{"string": "Used when you Kill a Rare or Unique Enemy", "negate": false}], "trade": {"ids": {"implicit": ["implicit.stat_4010341289"]}}} -{"ref": "Regenerate #% of Life per second", "better": 1, "id": "life_regeneration_rate_per_minute_%", "matchers": [{"string": "Regenerate #% of Life per second", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_836936635"], "implicit": ["implicit.stat_836936635"], "enchant": ["enchant.stat_836936635"], "rune": ["rune.stat_836936635"]}}} -{"ref": "#% increased Elemental Ailment Threshold", "better": 1, "id": "ailment_threshold_+%", "matchers": [{"string": "#% increased Elemental Ailment Threshold", "negate": false}, {"string": "#% reduced Elemental Ailment Threshold", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_3544800472"], "implicit": ["implicit.stat_3544800472"], "rune": ["rune.stat_3544800472"]}}} -{"ref": "#% increased Slowing Potency of Debuffs on You", "better": 1, "id": "base_slow_potency_+%", "matchers": [{"string": "#% increased Slowing Potency of Debuffs on You", "negate": false}, {"string": "#% reduced Slowing Potency of Debuffs on You", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_924253255"], "implicit": ["implicit.stat_924253255"], "enchant": ["enchant.stat_924253255"], "rune": ["rune.stat_924253255"], "sanctum": ["sanctum.stat_978111083"]}}} -{"ref": "#% faster start of Energy Shield Recharge", "better": 1, "id": "energy_shield_delay_-%", "matchers": [{"string": "#% faster start of Energy Shield Recharge", "negate": false}, {"string": "#% slower start of Energy Shield Recharge", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_1782086450"], "implicit": ["implicit.stat_1782086450"], "enchant": ["enchant.stat_1782086450"]}}} -{"ref": "Gain # Rage on Hit", "better": 1, "id": "local_gain_X_rage_on_hit", "matchers": [{"string": "Gain # Rage on Hit", "negate": false}], "trade": {"ids": {"enchant": ["enchant.stat_1725749947"]}}} -{"ref": "Has no Accuracy Penalty from Range", "better": 1, "id": "local_weapon_accuracy_is_unaffected_by_distance", "matchers": [{"string": "Has no Accuracy Penalty from Range", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Damage taken", "better": 1, "id": "base_damage_taken_+%", "matchers": [{"string": "#% increased Damage taken", "negate": false}, {"string": "#% reduced Damage taken", "negate": true}], "trade": {"ids": null}} -{"ref": "Culling Strike", "better": 1, "id": "local_culling_strike", "matchers": [{"string": "Culling Strike", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2524254339"]}}} -{"ref": "#% chance to cause Bleeding on Hit", "better": 1, "id": "local_chance_to_bleed_on_hit_%", "matchers": [{"string": "#% chance to cause Bleeding on Hit", "negate": false}], "trade": {"ids": {"enchant": ["enchant.stat_1519615863"], "rune": ["rune.stat_1519615863"]}}} -{"ref": "Causes Daze buildup equal to #% of Damage dealt", "better": 1, "id": "local_weapon_damage_%_to_gain_as_daze_build_up", "matchers": [{"string": "Causes Daze buildup equal to #% of Damage dealt", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1559935218"], "implicit": ["implicit.stat_1559935218"]}}} -{"ref": "Always Hits", "better": 1, "id": "local_always_hit", "matchers": [{"string": "Always Hits", "negate": false}], "trade": {"ids": null}} -{"ref": "Strikes deal Splash damage to targets within 1.8 metres", "better": 1, "id": "melee_splash", "matchers": [{"string": "Strikes deal Splash damage to targets within 1.8 metres", "negate": false}], "trade": {"ids": {"implicit": ["implicit.stat_3675300253"]}}} -{"ref": "Causes Enemies to Explode on Critical kill, for #% of their Life as Physical Damage", "better": 1, "id": "local_explode_on_kill_with_crit_%_physical_damage_to_deal", "matchers": [{"string": "Causes Enemies to Explode on Critical kill, for #% of their Life as Physical Damage", "negate": false}], "trade": {"ids": {"implicit": ["implicit.stat_1541903247"]}}} -{"ref": "Crushes Enemies on Hit", "better": 1, "id": "local_crush_on_hit", "matchers": [{"string": "Crushes Enemies on Hit", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to Maim on Hit", "better": 1, "id": "local_maim_on_hit_%", "matchers": [{"string": "#% chance to Maim on Hit", "negate": false}], "trade": {"ids": {"enchant": ["enchant.stat_2763429652"]}}} -{"ref": "#% increased Projectile Speed when thrown", "better": 1, "id": "local_projectile_speed_+%", "matchers": [{"string": "#% increased Projectile Speed when thrown", "negate": false}], "trade": {"ids": {"implicit": ["implicit.stat_535217483"]}}} -{"ref": "Uses both hand slots", "better": 1, "id": "local_weapon_uses_both_hands", "matchers": [{"string": "Uses both hand slots", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to Blind Enemies on hit", "better": 1, "id": "local_chance_to_blind_on_hit_%", "matchers": [{"string": "#% chance to Blind Enemies on hit", "negate": false}], "trade": {"ids": {"enchant": ["enchant.stat_2301191210"]}}} -{"ref": "#% chance to Poison on Hit", "better": 1, "id": "local_poison_on_hit_%", "matchers": [{"string": "#% chance to Poison on Hit", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_795138349"], "enchant": ["enchant.stat_3885634897"], "rune": ["rune.stat_3885634897"]}}} -{"ref": "Grants # Mana per Enemy Hit", "better": 1, "id": "local_mana_gain_per_target", "matchers": [{"string": "Grants # Mana per Enemy Hit", "negate": false}, {"string": "Removes # of your Mana per Enemy Hit", "negate": true}], "trade": {"ids": null}} -{"ref": "#% of Spell Mana Cost Converted to Life Cost", "better": 1, "id": "spells_cost_life_instead_of_mana_%", "matchers": [{"string": "#% of Spell Mana Cost Converted to Life Cost", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_3544050945"]}}} -{"ref": "Breaks # Armour on Critical Hit", "better": 1, "id": "local_apply_X_armour_break_on_crit", "matchers": [{"string": "Breaks # Armour on Critical Hit", "negate": false}], "trade": {"ids": null}} -{"ref": "Unblockable", "better": 1, "id": "local_attacks_cannot_be_blocked", "matchers": [{"string": "Unblockable", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Range", "better": 1, "id": "local_+%_weapon_range", "matchers": [{"string": "#% increased Range", "negate": false}], "trade": {"ids": {"implicit": ["implicit.stat_548198834"], "enchant": ["enchant.stat_548198834"]}}} -{"ref": "+#% to Block chance", "better": 1, "id": "additional_block_%", "matchers": [{"string": "#% to Block chance", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1702195217"], "implicit": ["implicit.stat_1702195217"]}}} -{"ref": "#% chance to Chain an additional time", "better": 1, "id": "local_additional_attack_chain_chance_%", "matchers": [{"string": "#% chance to Chain an additional time", "negate": false}], "trade": {"ids": {"implicit": ["implicit.stat_1028592286"]}}} -{"ref": "#% increased Projectile Range", "better": 1, "id": "projectile_attack_range_+%", "matchers": [{"string": "#% increased Projectile Range", "negate": false}, {"string": "#% reduced Projectile Range", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Bolt Speed", "better": 1, "id": "projectile_speed_+%_with_crossbow_skills", "matchers": [{"string": "#% increased Bolt Speed", "negate": false}, {"string": "#% reduced Bolt Speed", "negate": true}], "trade": {"ids": {"implicit": ["implicit.stat_1803308202"]}}} -{"ref": "Grenade Skills Fire an additional Projectile", "better": 1, "id": "grenade_skill_number_of_additional_projectiles", "matchers": [{"string": "Grenade Skills Fire an additional Projectile", "negate": false}], "trade": {"ids": {"implicit": ["implicit.stat_1980802737"]}}} -{"ref": "+# to maximum number of Summoned Ballista Totems", "better": 1, "id": "additional_ballista_totems_allowed", "matchers": [{"string": "# to maximum number of Summoned Ballista Totems", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Cooldown Recovery Rate for throwing Traps", "better": 1, "id": "placing_traps_cooldown_recovery_+%", "matchers": [{"string": "#% increased Cooldown Recovery Rate for throwing Traps", "negate": false}, {"string": "#% reduced Cooldown Recovery Rate for throwing Traps", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased chance to inflict Ailments", "better": 1, "id": "ailment_chance_+%", "matchers": [{"string": "#% increased chance to inflict Ailments", "negate": false}, {"string": "#% reduced chance to inflict Ailments", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_1772247089"]}}} -{"ref": "#% increased Magnitude of Ailments you inflict", "better": 1, "id": "ailment_effect_+%", "matchers": [{"string": "#% increased Magnitude of Ailments you inflict", "negate": false}, {"string": "#% reduced Magnitude of Ailments you inflict", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_1303248024"]}}} -{"ref": "#% increased Area of Effect", "better": 1, "id": "base_skill_area_of_effect_+%", "matchers": [{"string": "#% increased Area of Effect", "negate": false}, {"string": "#% reduced Area of Effect", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_280731498"], "enchant": ["enchant.stat_280731498"]}}} -{"ref": "Break #% increased Armour", "better": 1, "id": "armour_break_amount_+%", "matchers": [{"string": "Break #% increased Armour", "negate": false}, {"string": "Break #% reduced Armour", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_1776411443"], "enchant": ["enchant.stat_1776411443"]}}} -{"ref": "#% increased Armour Break Duration", "better": 1, "id": "armour_break_duration_+%", "matchers": [{"string": "#% increased Armour Break Duration", "negate": false}, {"string": "#% reduced Armour Break Duration", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_2215233444"]}}} -{"ref": "#% increased Attack Damage", "better": 1, "id": "attack_damage_+%", "matchers": [{"string": "#% increased Attack Damage", "negate": false}, {"string": "#% reduced Attack Damage", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_2843214518"]}}} -{"ref": "#% increased Effect of Auras from your Skills", "better": 1, "id": "aura_effect_+%", "matchers": [{"string": "#% increased Effect of Auras from your Skills", "negate": false}, {"string": "#% reduced Effect of Auras from your Skills", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_315791320"]}}} -{"ref": "#% increased Damage with Axes", "better": 1, "id": "axe_damage_+%", "matchers": [{"string": "#% increased Damage with Axes", "negate": false}, {"string": "#% reduced Damage with Axes", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Attack Speed with Axes", "better": 1, "id": "axe_attack_speed_+%", "matchers": [{"string": "#% increased Attack Speed with Axes", "negate": false}, {"string": "#% reduced Attack Speed with Axes", "negate": true}], "trade": {"ids": null}} -{"ref": "#% chance to inflict Bleeding on Hit", "better": 1, "id": "base_chance_to_inflict_bleeding_%", "matchers": [{"string": "#% chance to inflict Bleeding on Hit", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2174054121"]}}} -{"ref": "#% increased Bleeding Duration", "better": 1, "id": "base_bleed_duration_+%", "matchers": [{"string": "#% increased Bleeding Duration", "negate": false}, {"string": "#% reduced Bleeding Duration", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_1459321413"]}}} -{"ref": "#% increased Blind Effect", "better": 1, "id": "blind_effect_+%", "matchers": [{"string": "#% increased Blind Effect", "negate": false}, {"string": "#% reduced Blind Effect", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_1585769763"]}}} -{"ref": "#% chance to Blind Enemies on Hit with Attacks", "better": 1, "id": "attacks_chance_to_blind_on_hit_%", "matchers": [{"string": "#% chance to Blind Enemies on Hit with Attacks", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_318953428"]}}} -{"ref": "#% increased Block chance", "better": 1, "id": "block_chance_+%", "matchers": [{"string": "#% increased Block chance", "negate": false}, {"string": "#% reduced Block chance", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_2481353198", "explicit.stat_4147897060"], "enchant": ["enchant.stat_2481353198"]}}} -{"ref": "#% increased Damage with Hits against Rare and Unique Enemies", "better": 1, "id": "damage_+%_to_rare_and_unique_enemies", "matchers": [{"string": "#% increased Damage with Hits against Rare and Unique Enemies", "negate": false}, {"string": "#% reduced Damage with Hits against Rare and Unique Enemies", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_1852872083"]}}} -{"ref": "#% increased Accuracy Rating with Bows", "better": 1, "id": "bow_accuracy_rating_+%", "matchers": [{"string": "#% increased Accuracy Rating with Bows", "negate": false}, {"string": "#% reduced Accuracy Rating with Bows", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_169946467"]}}} -{"ref": "#% increased Damage with Bows", "better": 1, "id": "bow_damage_+%", "matchers": [{"string": "#% increased Damage with Bows", "negate": false}, {"string": "#% reduced Damage with Bows", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_4188894176"]}}} -{"ref": "#% increased Attack Speed with Bows", "better": 1, "id": "bow_attack_speed_+%", "matchers": [{"string": "#% increased Attack Speed with Bows", "negate": false}, {"string": "#% reduced Attack Speed with Bows", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_3759735052"]}}} -{"ref": "Projectiles have #% chance to Chain an additional time from terrain", "better": 1, "id": "projectile_chance_to_chain_1_extra_time_from_terrain_%", "matchers": [{"string": "Projectiles have #% chance to Chain an additional time from terrain", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_4081947835"], "enchant": ["enchant.stat_4081947835"]}}} -{"ref": "#% increased Damage while you have an active Charm", "better": 1, "id": "damage_+%_while_using_charm", "matchers": [{"string": "#% increased Damage while you have an active Charm", "negate": false}, {"string": "#% reduced Damage while you have an active Charm", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_627767961"]}}} -{"ref": "#% increased Chill Duration on Enemies", "better": 1, "id": "chill_duration_+%", "matchers": [{"string": "#% increased Chill Duration on Enemies", "negate": false}, {"string": "#% reduced Chill Duration on Enemies", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_3485067555"]}}} -{"ref": "Damage Penetrates #% Cold Resistance", "better": 1, "id": "base_reduce_enemy_cold_resistance_%", "matchers": [{"string": "Damage Penetrates #% Cold Resistance", "negate": false}, {"string": "Your Hits treat Cold Resistance as #% higher than actual value", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_3417711605"], "enchant": ["enchant.stat_3417711605"]}}} -{"ref": "#% increased Cooldown Recovery Rate", "better": 1, "id": "base_cooldown_speed_+%", "matchers": [{"string": "#% increased Cooldown Recovery Rate", "negate": false}, {"string": "#% reduced Cooldown Recovery Rate", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_1004011302"], "enchant": ["enchant.stat_1004011302"]}}} -{"ref": "#% increased Damage if you have Consumed a Corpse Recently", "better": 1, "id": "damage_+%_if_you_have_consumed_a_corpse_recently", "matchers": [{"string": "#% increased Damage if you have Consumed a Corpse Recently", "negate": false}, {"string": "#% reduced Damage if you have Consumed a Corpse Recently", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_2118708619"]}}} -{"ref": "#% increased Magnitude of Damaging Ailments you inflict with Critical Hits", "better": 1, "id": "critical_hit_damaging_ailment_effect_+%", "matchers": [{"string": "#% increased Magnitude of Damaging Ailments you inflict with Critical Hits", "negate": false}, {"string": "#% reduced Magnitude of Damaging Ailments you inflict with Critical Hits", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_440490623"]}}} -{"ref": "#% increased Damage with Crossbows", "better": 1, "id": "crossbow_damage_+%", "matchers": [{"string": "#% increased Damage with Crossbows", "negate": false}, {"string": "#% reduced Damage with Crossbows", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_427684353"]}}} -{"ref": "#% increased Crossbow Reload Speed", "better": 1, "id": "reload_speed_+%", "matchers": [{"string": "#% increased Crossbow Reload Speed", "negate": false}, {"string": "#% reduced Crossbow Reload Speed", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_3192728503"]}}} -{"ref": "#% increased Attack Speed with Crossbows", "better": 1, "id": "crossbow_attack_speed_+%", "matchers": [{"string": "#% increased Attack Speed with Crossbows", "negate": false}, {"string": "#% reduced Attack Speed with Crossbows", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_1135928777"]}}} -{"ref": "#% increased Area of Effect of Curses", "better": 1, "id": "curse_area_of_effect_+%", "matchers": [{"string": "#% increased Area of Effect of Curses", "negate": false}, {"string": "#% reduced Area of Effect of Curses", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_153777645"]}}} -{"ref": "#% slower Curse Activation", "better": 1, "id": "curse_delay_+%", "matchers": [{"string": "#% slower Curse Activation", "negate": false}, {"string": "#% faster Curse Activation", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_1104825894"]}}} -{"ref": "#% increased Curse Duration", "better": 1, "id": "base_curse_duration_+%", "matchers": [{"string": "#% increased Curse Duration", "negate": false}, {"string": "#% reduced Curse Duration", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_3824372849"]}}} -{"ref": "#% increased Effect of your Curses", "better": 1, "id": "curse_effect_+%", "matchers": [{"string": "#% increased Effect of your Curses", "negate": false}, {"string": "#% reduced Effect of your Curses", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_2353576063"], "enchant": ["enchant.stat_2353576063"]}}} -{"ref": "#% increased Critical Hit Chance with Daggers", "better": 1, "id": "dagger_critical_strike_chance_+%", "matchers": [{"string": "#% increased Critical Hit Chance with Daggers", "negate": false}, {"string": "#% reduced Critical Hit Chance with Daggers", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Damage with Daggers", "better": 1, "id": "dagger_damage_+%", "matchers": [{"string": "#% increased Damage with Daggers", "negate": false}, {"string": "#% reduced Damage with Daggers", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Attack Speed with Daggers", "better": 1, "id": "dagger_attack_speed_+%", "matchers": [{"string": "#% increased Attack Speed with Daggers", "negate": false}, {"string": "#% reduced Attack Speed with Daggers", "negate": true}], "trade": {"ids": null}} -{"ref": "#% of Damage is taken from Mana before Life", "better": 1, "id": "base_damage_removed_from_mana_before_life_%", "matchers": [{"string": "#% of Damage is taken from Mana before Life", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_458438597"]}}} -{"ref": "#% increased Damage against Enemies with Fully Broken Armour", "better": 1, "id": "damage_+%_against_enemies_with_fully_broken_armour", "matchers": [{"string": "#% increased Damage against Enemies with Fully Broken Armour", "negate": false}, {"string": "#% reduced Damage against Enemies with Fully Broken Armour", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_2301718443"]}}} -{"ref": "#% increased Duration of Damaging Ailments on Enemies", "better": 1, "id": "damaging_ailment_duration_+%", "matchers": [{"string": "#% increased Duration of Damaging Ailments on Enemies", "negate": false}, {"string": "#% reduced Duration of Damaging Ailments on Enemies", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_1829102168"]}}} -{"ref": "#% increased Daze Buildup", "better": 1, "id": "daze_build_up_+%", "matchers": [{"string": "#% increased Daze Buildup", "negate": false}, {"string": "#% reduced Daze Buildup", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_1949833742"]}}} -{"ref": "Debuffs on you expire #% faster", "better": 1, "id": "debuff_time_passed_+%", "matchers": [{"string": "Debuffs on you expire #% faster", "negate": false}, {"string": "Debuffs on you expire #% slower", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_1238227257"]}}} -{"ref": "#% increased Duration of Ignite, Shock and Chill on Enemies", "better": 1, "id": "ignite_shock_chill_duration_+%", "matchers": [{"string": "#% increased Duration of Ignite, Shock and Chill on Enemies", "negate": false}, {"string": "#% reduced Duration of Ignite, Shock and Chill on Enemies", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_1062710370"]}}} -{"ref": "#% increased Elemental Damage", "better": 1, "id": "elemental_damage_+%", "matchers": [{"string": "#% increased Elemental Damage", "negate": false}, {"string": "#% reduced Elemental Damage", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_3141070085"]}}} -{"ref": "Empowered Attacks deal #% increased Damage", "better": 1, "id": "empowered_attack_damage_+%", "matchers": [{"string": "Empowered Attacks deal #% increased Damage", "negate": false}, {"string": "Empowered Attacks deal #% reduced Damage", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_1569101201"]}}} -{"ref": "Meta Skills gain #% increased Energy", "better": 1, "id": "energy_generated_+%", "matchers": [{"string": "Meta Skills gain #% increased Energy", "negate": false}, {"string": "Meta Skills gain #% reduced Energy", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_4236566306"], "enchant": ["enchant.stat_4236566306"]}}} -{"ref": "Damaging Ailments deal damage #% faster", "better": 1, "id": "damaging_ailments_deal_damage_+%_faster", "matchers": [{"string": "Damaging Ailments deal damage #% faster", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_538241406"]}}} -{"ref": "Damage Penetrates #% Fire Resistance", "better": 1, "id": "base_reduce_enemy_fire_resistance_%", "matchers": [{"string": "Damage Penetrates #% Fire Resistance", "negate": false}, {"string": "Your Hits treat Fire Resistance as #% higher than actual value", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_2653955271"], "enchant": ["enchant.stat_2653955271"]}}} -{"ref": "#% increased Critical Hit Chance with Flails", "better": 1, "id": "flail_critical_strike_chance_+%", "matchers": [{"string": "#% increased Critical Hit Chance with Flails", "negate": false}, {"string": "#% reduced Critical Hit Chance with Flails", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Damage with Flails", "better": 1, "id": "flail_damage_+%", "matchers": [{"string": "#% increased Damage with Flails", "negate": false}, {"string": "#% reduced Damage with Flails", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Flask Effect Duration", "better": 1, "id": "flask_duration_+%", "matchers": [{"string": "#% increased Flask Effect Duration", "negate": false}, {"string": "#% reduced Flask Effect Duration", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_3741323227"]}}} -{"ref": "#% increased Energy Shield from Equipped Focus", "better": 1, "id": "energy_shield_from_focus_+%", "matchers": [{"string": "#% increased Energy Shield from Equipped Focus", "negate": false}, {"string": "#% reduced Energy Shield from Equipped Focus", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_3174700878"]}}} -{"ref": "Projectiles have #% chance for an additional Projectile when Forking", "better": 1, "id": "chance_to_fork_extra_projectile_%", "matchers": [{"string": "Projectiles have #% chance for an additional Projectile when Forking", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_3003542304"]}}} -{"ref": "#% increased Freeze Threshold", "better": 1, "id": "freeze_threshold_+%", "matchers": [{"string": "#% increased Freeze Threshold", "negate": false}, {"string": "#% reduced Freeze Threshold", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_3780644166"], "enchant": ["enchant.stat_3780644166"]}}} -{"ref": "Herald Skills deal #% increased Damage", "better": 1, "id": "damage_+%_with_herald_skills", "matchers": [{"string": "Herald Skills deal #% increased Damage", "negate": false}, {"string": "Herald Skills deal #% reduced Damage", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_21071013"]}}} -{"ref": "#% increased Magnitude of Ignite you inflict", "better": 1, "id": "base_ignite_effect_+%", "matchers": [{"string": "#% increased Magnitude of Ignite you inflict", "negate": false}, {"string": "#% reduced Magnitude of Ignite you inflict", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_3791899485"]}}} -{"ref": "#% increased Skill Effect Duration", "better": 1, "id": "skill_effect_duration_+%", "matchers": [{"string": "#% increased Skill Effect Duration", "negate": false}, {"string": "#% reduced Skill Effect Duration", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_3377888098"], "enchant": ["enchant.stat_3377888098"]}}} -{"ref": "#% increased Knockback Distance", "better": 1, "id": "knockback_distance_+%", "matchers": [{"string": "#% increased Knockback Distance", "negate": false}, {"string": "#% reduced Knockback Distance", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_565784293"]}}} -{"ref": "#% of Skill Mana Costs Converted to Life Costs", "better": 1, "id": "base_skill_cost_life_instead_of_mana_%", "matchers": [{"string": "#% of Skill Mana Costs Converted to Life Costs", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2480498143"]}}} -{"ref": "#% increased Life Flask Charges gained", "better": 1, "id": "life_flask_charges_gained_+%", "matchers": [{"string": "#% increased Life Flask Charges gained", "negate": false}, {"string": "#% reduced Life Flask Charges gained", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_4009879772"]}}} -{"ref": "#% increased amount of Life Leeched", "better": 1, "id": "base_life_leech_amount_+%", "matchers": [{"string": "#% increased amount of Life Leeched", "negate": false}, {"string": "#% reduced amount of Life Leeched", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_2112395885"]}}} -{"ref": "Recover #% of Life on Kill", "better": 1, "id": "recover_%_maximum_life_on_kill", "matchers": [{"string": "Recover #% of Life on Kill", "negate": false}, {"string": "Lose #% of Life on Kill", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_2023107756"], "rune": ["rune.stat_2023107756"]}}} -{"ref": "#% increased Life Regeneration rate", "better": 1, "id": "life_regeneration_rate_+%", "matchers": [{"string": "#% increased Life Regeneration rate", "negate": false}, {"string": "#% reduced Life Regeneration rate", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_44972811"]}}} -{"ref": "Damage Penetrates #% Lightning Resistance", "better": 1, "id": "base_reduce_enemy_lightning_resistance_%", "matchers": [{"string": "Damage Penetrates #% Lightning Resistance", "negate": false}, {"string": "Your Hits treat Lightning Resistance as #% higher than actual value", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_818778753"], "enchant": ["enchant.stat_818778753"]}}} -{"ref": "#% increased Damage with Maces", "better": 1, "id": "mace_damage_+%", "matchers": [{"string": "#% increased Damage with Maces", "negate": false}, {"string": "#% reduced Damage with Maces", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_1181419800"]}}} -{"ref": "#% increased Stun Buildup with Maces", "better": 1, "id": "mace_hit_damage_stun_multiplier_+%", "matchers": [{"string": "#% increased Stun Buildup with Maces", "negate": false}, {"string": "#% reduced Stun Buildup with Maces", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_872504239"]}}} -{"ref": "#% increased Mana Flask Charges gained", "better": 1, "id": "mana_flask_charges_gained_+%", "matchers": [{"string": "#% increased Mana Flask Charges gained", "negate": false}, {"string": "#% reduced Mana Flask Charges gained", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_3590792340"]}}} -{"ref": "#% increased amount of Mana Leeched", "better": 1, "id": "base_mana_leech_amount_+%", "matchers": [{"string": "#% increased amount of Mana Leeched", "negate": false}, {"string": "#% reduced amount of Mana Leeched", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_2839066308"]}}} -{"ref": "Recover #% of Mana on Kill", "better": 1, "id": "maximum_mana_%_gained_on_kill", "matchers": [{"string": "Recover #% of Mana on Kill", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1030153674", "explicit.stat_1604736568"], "rune": ["rune.stat_1030153674"]}}} -{"ref": "Mark Skills have #% increased Cast Speed", "better": 1, "id": "mark_skill_cast_speed_+%", "matchers": [{"string": "Mark Skills have #% increased Cast Speed", "negate": false}, {"string": "Mark Skills have #% reduced Cast Speed", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_4189061307"]}}} -{"ref": "Mark Skills have #% increased Skill Effect Duration", "better": 1, "id": "mark_skill_duration_+%", "matchers": [{"string": "Mark Skills have #% increased Skill Effect Duration", "negate": false}, {"string": "Mark Skills have #% reduced Skill Effect Duration", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_2594634307"]}}} -{"ref": "#% increased Effect of your Mark Skills", "better": 1, "id": "mark_effect_+%", "matchers": [{"string": "#% increased Effect of your Mark Skills", "negate": false}, {"string": "#% reduced Effect of your Mark Skills", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_712554801"]}}} -{"ref": "+# to Maximum Rage", "better": 1, "id": "maximum_rage", "matchers": [{"string": "# to Maximum Rage", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1181501418"]}}} -{"ref": "#% increased Melee Damage", "better": 1, "id": "melee_damage_+%", "matchers": [{"string": "#% increased Melee Damage", "negate": false}, {"string": "#% reduced Melee Damage", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_1002362373"]}}} -{"ref": "#% increased Minion Accuracy Rating", "better": 1, "id": "minion_accuracy_rating_+%", "matchers": [{"string": "#% increased Minion Accuracy Rating", "negate": false}, {"string": "#% reduced Minion Accuracy Rating", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_1718147982"]}}} -{"ref": "Minions have #% increased Area of Effect", "better": 1, "id": "minion_skill_area_of_effect_+%", "matchers": [{"string": "Minions have #% increased Area of Effect", "negate": false}, {"string": "Minions have #% reduced Area of Effect", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_3811191316"]}}} -{"ref": "Minions have #% increased Attack and Cast Speed", "better": 1, "id": "minion_attack_and_cast_speed_+%", "matchers": [{"string": "Minions have #% increased Attack and Cast Speed", "negate": false}, {"string": "Minions have #% reduced Attack and Cast Speed", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_3091578504"]}}} -{"ref": "Minions have +#% to Chaos Resistance", "better": 1, "id": "minion_chaos_resistance_%", "matchers": [{"string": "Minions have +#% to Chaos Resistance", "negate": false}], "trade": {"ids": null}} -{"ref": "Minions have #% increased Critical Hit Chance", "better": 1, "id": "minion_critical_strike_chance_+%", "matchers": [{"string": "Minions have #% increased Critical Hit Chance", "negate": false}, {"string": "Minions have #% reduced Critical Hit Chance", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_491450213"]}}} -{"ref": "Minions have #% increased Critical Damage Bonus", "better": 1, "id": "minion_critical_strike_multiplier_+", "matchers": [{"string": "Minions have #% increased Critical Damage Bonus", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1854213750"]}}} -{"ref": "Minions deal #% increased Damage", "better": 1, "id": "minion_damage_+%", "matchers": [{"string": "Minions deal #% increased Damage", "negate": false}, {"string": "Minions deal #% reduced Damage", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_1589917703"]}}} -{"ref": "Minions have #% additional Physical Damage Reduction", "better": 1, "id": "minion_additional_physical_damage_reduction_%", "matchers": [{"string": "Minions have #% additional Physical Damage Reduction", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_3119612865"]}}} -{"ref": "Minions have +#% to all Elemental Resistances", "better": 1, "id": "minion_elemental_resistance_%", "matchers": [{"string": "Minions have +#% to all Elemental Resistances", "negate": false}], "trade": {"ids": null}} -{"ref": "Minions Revive #% faster", "better": 1, "id": "minion_resummon_speed_+%", "matchers": [{"string": "Minions Revive #% faster", "negate": false}, {"string": "Minions Revive #% slower", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_2639966148"]}}} -{"ref": "Offering Skills have #% increased Duration", "better": 1, "id": "offering_duration_+%", "matchers": [{"string": "Offering Skills have #% increased Duration", "negate": false}, {"string": "Offering Skills have #% reduced Duration", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_2957407601"]}}} -{"ref": "Offerings have #% increased Maximum Life", "better": 1, "id": "offering_life_+%", "matchers": [{"string": "Offerings have #% increased Maximum Life", "negate": false}, {"string": "Offerings have #% reduced Maximum Life", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_3787460122"]}}} -{"ref": "#% increased Global Physical Damage", "better": 1, "id": "physical_damage_+%", "matchers": [{"string": "#% increased Global Physical Damage", "negate": false}, {"string": "#% reduced Global Physical Damage", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_1310194496"]}}} -{"ref": "#% increased Pin Buildup", "better": 1, "id": "hit_damage_pin_multiplier_+%", "matchers": [{"string": "#% increased Pin Buildup", "negate": false}, {"string": "#% reduced Pin Buildup", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_3473929743"]}}} -{"ref": "#% chance to Poison on Hit", "better": 1, "id": "base_chance_to_poison_on_hit_%", "matchers": [{"string": "#% chance to Poison on Hit", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_795138349"], "enchant": ["enchant.stat_3885634897"], "rune": ["rune.stat_3885634897"]}}} -{"ref": "#% increased Magnitude of Poison you inflict", "better": 1, "id": "base_poison_effect_+%", "matchers": [{"string": "#% increased Magnitude of Poison you inflict", "negate": false}, {"string": "#% reduced Magnitude of Poison you inflict", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_2487305362"]}}} -{"ref": "#% increased Poison Duration", "better": 1, "id": "base_poison_duration_+%", "matchers": [{"string": "#% increased Poison Duration", "negate": false}, {"string": "#% reduced Poison Duration", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_2011656677"]}}} -{"ref": "#% increased Projectile Damage", "better": 1, "id": "projectile_damage_+%", "matchers": [{"string": "#% increased Projectile Damage", "negate": false}, {"string": "#% reduced Projectile Damage", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_1839076647"]}}} -{"ref": "#% increased Damage with Quarterstaves", "better": 1, "id": "quarterstaff_damage_+%", "matchers": [{"string": "#% increased Damage with Quarterstaves", "negate": false}, {"string": "#% reduced Damage with Quarterstaves", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_4045894391"]}}} -{"ref": "#% increased Freeze Buildup with Quarterstaves", "better": 1, "id": "quarterstaff_hit_damage_freeze_multiplier_+%", "matchers": [{"string": "#% increased Freeze Buildup with Quarterstaves", "negate": false}, {"string": "#% reduced Freeze Buildup with Quarterstaves", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_1697447343"]}}} -{"ref": "#% increased Attack Speed with Quarterstaves", "better": 1, "id": "quarterstaff_attack_speed_+%", "matchers": [{"string": "#% increased Attack Speed with Quarterstaves", "negate": false}, {"string": "#% reduced Attack Speed with Quarterstaves", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_3283482523"]}}} -{"ref": "#% increased bonuses gained from Equipped Quiver", "better": 1, "id": "quiver_mod_effect_+%", "matchers": [{"string": "#% increased bonuses gained from Equipped Quiver", "negate": false}, {"string": "#% reduced bonuses gained from Equipped Quiver", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_1200678966"]}}} -{"ref": "Gain # Rage on Melee Hit", "better": 1, "id": "gain_x_rage_on_melee_hit", "matchers": [{"string": "Gain # Rage on Melee Hit", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2709367754"]}}} -{"ref": "Gain # Rage when Hit by an Enemy", "better": 1, "id": "gain_x_rage_when_hit", "matchers": [{"string": "Gain # Rage when Hit by an Enemy", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_3292710273"]}}} -{"ref": "#% increased Defences from Equipped Shield", "better": 1, "id": "shield_armour_+%", "matchers": [{"string": "#% increased Defences from Equipped Shield", "negate": false}, {"string": "#% reduced Defences from Equipped Shield", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_1215155013"]}}} -{"ref": "#% increased Shock Duration", "better": 1, "id": "shock_duration_+%", "matchers": [{"string": "#% increased Shock Duration", "negate": false}, {"string": "#% reduced Shock Duration", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_3668351662"]}}} -{"ref": "#% increased Magnitude of Shock you inflict", "better": 1, "id": "shock_effect_+%", "matchers": [{"string": "#% increased Magnitude of Shock you inflict", "negate": false}, {"string": "#% reduced Magnitude of Shock you inflict", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_2527686725"]}}} -{"ref": "#% increased Attack Speed with Spears", "better": 1, "id": "spear_attack_speed_+%", "matchers": [{"string": "#% increased Attack Speed with Spears", "negate": false}, {"string": "#% reduced Attack Speed with Spears", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Critical Hit Chance with Spears", "better": 1, "id": "spear_critical_strike_chance_+%", "matchers": [{"string": "#% increased Critical Hit Chance with Spears", "negate": false}, {"string": "#% reduced Critical Hit Chance with Spears", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Damage with Spears", "better": 1, "id": "spear_damage_+%", "matchers": [{"string": "#% increased Damage with Spears", "negate": false}, {"string": "#% reduced Damage with Spears", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Stun Buildup", "better": 1, "id": "hit_damage_stun_multiplier_+%", "matchers": [{"string": "#% increased Stun Buildup", "negate": false}, {"string": "#% reduced Stun Buildup", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_239367161"]}}} -{"ref": "Gain #% of maximum Energy Shield as additional Stun Threshold", "better": 1, "id": "stun_threshold_+_from_%_maximum_energy_shield", "matchers": [{"string": "Gain #% of maximum Energy Shield as additional Stun Threshold", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_416040624"]}}} -{"ref": "#% increased Stun Threshold if you haven't been Stunned Recently", "better": 1, "id": "stun_threshold_+%_when_not_stunned_recently", "matchers": [{"string": "#% increased Stun Threshold if you haven't been Stunned Recently", "negate": false}, {"string": "#% reduced Stun Threshold if you haven't been Stunned Recently", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_1405298142"]}}} -{"ref": "#% increased Magnitude of Bleeding you inflict", "better": 1, "id": "base_bleeding_effect_+%", "matchers": [{"string": "#% increased Magnitude of Bleeding you inflict", "negate": false}, {"string": "#% reduced Magnitude of Bleeding you inflict", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_3166958180"]}}} -{"ref": "#% increased Damage with Swords", "better": 1, "id": "sword_damage_+%", "matchers": [{"string": "#% increased Damage with Swords", "negate": false}, {"string": "#% reduced Damage with Swords", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Attack Speed with Swords", "better": 1, "id": "sword_attack_speed_+%", "matchers": [{"string": "#% increased Attack Speed with Swords", "negate": false}, {"string": "#% reduced Attack Speed with Swords", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Thorns damage", "better": 1, "id": "thorns_damage_+%", "matchers": [{"string": "#% increased Thorns damage", "negate": false}, {"string": "#% reduced Thorns damage", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_1315743832"], "enchant": ["enchant.stat_1315743832"]}}} -{"ref": "#% increased Totem Damage", "better": 1, "id": "totem_damage_+%", "matchers": [{"string": "#% increased Totem Damage", "negate": false}, {"string": "#% reduced Totem Damage", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_3851254963"]}}} -{"ref": "#% increased Totem Life", "better": 1, "id": "totem_life_+%", "matchers": [{"string": "#% increased Totem Life", "negate": false}, {"string": "#% reduced Totem Life", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_686254215"]}}} -{"ref": "#% increased Totem Placement speed", "better": 1, "id": "summon_totem_cast_speed_+%", "matchers": [{"string": "#% increased Totem Placement speed", "negate": false}, {"string": "#% reduced Totem Placement speed", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_3374165039"]}}} -{"ref": "Triggered Spells deal #% increased Spell Damage", "better": 1, "id": "triggered_spell_spell_damage_+%", "matchers": [{"string": "Triggered Spells deal #% increased Spell Damage", "negate": false}, {"string": "Triggered Spells deal #% reduced Spell Damage", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_3067892458"]}}} -{"ref": "#% increased Damage with Unarmed Attacks", "better": 1, "id": "damage_+%_while_unarmed", "matchers": [{"string": "#% increased Damage with Unarmed Attacks", "negate": false}, {"string": "#% reduced Damage with Unarmed Attacks", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Warcry Buff Effect", "better": 1, "id": "warcry_buff_effect_+%", "matchers": [{"string": "#% increased Warcry Buff Effect", "negate": false}, {"string": "#% reduced Warcry Buff Effect", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_3037553757"]}}} -{"ref": "#% increased Warcry Cooldown Recovery Rate", "better": 1, "id": "warcry_cooldown_speed_+%", "matchers": [{"string": "#% increased Warcry Cooldown Recovery Rate", "negate": false}, {"string": "#% reduced Warcry Cooldown Recovery Rate", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_4159248054"]}}} -{"ref": "#% increased Damage with Warcries", "better": 1, "id": "warcry_damage_+%", "matchers": [{"string": "#% increased Damage with Warcries", "negate": false}, {"string": "#% reduced Damage with Warcries", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_1594812856"]}}} -{"ref": "#% increased Warcry Speed", "better": 1, "id": "warcry_speed_+%", "matchers": [{"string": "#% increased Warcry Speed", "negate": false}, {"string": "#% reduced Warcry Speed", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_1316278494"], "enchant": ["enchant.stat_1316278494"]}}} -{"ref": "#% increased Weapon Swap Speed", "better": 1, "id": "weapon_swap_speed_+%", "matchers": [{"string": "#% increased Weapon Swap Speed", "negate": false}, {"string": "#% reduced Weapon Swap Speed", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_3233599707"], "enchant": ["enchant.stat_3233599707"]}}} -{"ref": "#% increased Effect of Withered", "better": 1, "id": "withered_effect_+%", "matchers": [{"string": "#% increased Effect of Withered", "negate": false}, {"string": "#% reduced Effect of Withered", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_2545584555"]}}} -{"ref": "#% increased Unarmed Attack Speed", "better": 1, "id": "unarmed_attack_speed_+%", "matchers": [{"string": "#% increased Unarmed Attack Speed", "negate": false}, {"string": "#% reduced Unarmed Attack Speed", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Effect of Small Passive Skills in Radius", "better": 1, "id": "local_jewel_small_passive_in_radius_effect_+%", "matchers": [{"string": "#% increased Effect of Small Passive Skills in Radius", "negate": false}, {"string": "#% reduced Effect of Small Passive Skills in Radius", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_1060572482"]}}} -{"ref": "#% increased Strength", "better": 1, "id": "strength_+%", "matchers": [{"string": "#% increased Strength", "negate": false}, {"string": "#% reduced Strength", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_734614379"]}}} -{"ref": "#% increased Intelligence", "better": 1, "id": "intelligence_+%", "matchers": [{"string": "#% increased Intelligence", "negate": false}, {"string": "#% reduced Intelligence", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_656461285"]}}} -{"ref": "#% increased Dexterity", "better": 1, "id": "dexterity_+%", "matchers": [{"string": "#% increased Dexterity", "negate": false}, {"string": "#% reduced Dexterity", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_4139681126"]}}} -{"ref": "+# to Spirit", "better": 1, "id": "base_spirit", "matchers": [{"string": "# to Spirit", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_3981240776"], "implicit": ["implicit.stat_3981240776"], "enchant": ["enchant.stat_3981240776"], "rune": ["rune.stat_3981240776"]}}} -{"ref": "Gain #% of Damage as Extra Chaos Damage", "better": 1, "id": "non_skill_base_all_damage_%_to_gain_as_chaos", "matchers": [{"string": "Gain #% of Damage as Extra Chaos Damage", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_3398787959"], "enchant": ["enchant.stat_3398787959"]}}} -{"ref": "+# to Maximum Endurance Charges", "better": 1, "id": "max_endurance_charges", "matchers": [{"string": "# to Maximum Endurance Charges", "negate": false}], "trade": {"ids": {"enchant": ["enchant.stat_1515657623"]}}} -{"ref": "+# to Maximum Frenzy Charges", "better": 1, "id": "max_frenzy_charges", "matchers": [{"string": "# to Maximum Frenzy Charges", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_4078695"], "enchant": ["enchant.stat_4078695"]}}} -{"ref": "+# to Maximum Power Charges", "better": 1, "id": "max_power_charges", "matchers": [{"string": "# to Maximum Power Charges", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_227523295"], "enchant": ["enchant.stat_227523295"]}}} -{"ref": "+#% to maximum Block chance", "better": 1, "id": "additional_maximum_block_%", "matchers": [{"string": "#% to maximum Block chance", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_480796730"], "enchant": ["enchant.stat_480796730"]}}} -{"ref": "# Life gained when you Block", "better": 1, "id": "life_gained_on_block", "matchers": [{"string": "# Life gained when you Block", "negate": false}, {"string": "Lose # Life when you Block", "negate": true}], "trade": {"ids": {"enchant": ["enchant.stat_762600725"]}}} -{"ref": "# Mana gained when you Block", "better": 1, "id": "mana_gained_on_block", "matchers": [{"string": "# Mana gained when you Block", "negate": false}, {"string": "Lose # Mana when you Block", "negate": true}], "trade": {"ids": {"enchant": ["enchant.stat_2122183138"]}}} -{"ref": "#% increased Damage", "better": 1, "id": "damage_+%", "matchers": [{"string": "#% increased Damage", "negate": false}, {"string": "#% reduced Damage", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_2154246560"], "enchant": ["enchant.stat_2154246560"]}}} -{"ref": "#% increased Skill Speed", "better": 1, "id": "skill_speed_+%", "matchers": [{"string": "#% increased Skill Speed", "negate": false}, {"string": "#% reduced Skill Speed", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_970213192"], "enchant": ["enchant.stat_970213192"]}}} -{"ref": "+# to Level of all Skills", "better": 1, "id": "all_skill_gem_level_+", "matchers": [{"string": "# to Level of all Skills", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_4283407333"], "enchant": ["enchant.stat_4283407333"]}}} -{"ref": "Debuffs you inflict have #% increased Slow Magnitude", "better": 1, "id": "base_debuff_slow_magnitude_+%", "matchers": [{"string": "Debuffs you inflict have #% increased Slow Magnitude", "negate": false}, {"string": "Debuffs you inflict have #% reduced Slow Magnitude", "negate": true}], "trade": {"ids": {"enchant": ["enchant.stat_3650992555"]}}} -{"ref": "Life Flasks gain # charges per Second", "better": 1, "id": "generate_x_charges_for_life_flasks_per_minute", "matchers": [{"string": "Life Flasks gain # charges per Second", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1102738251"], "enchant": ["enchant.stat_1102738251"]}}} -{"ref": "Mana Flasks gain # charges per Second", "better": 1, "id": "generate_x_charges_for_mana_flasks_per_minute", "matchers": [{"string": "Mana Flasks gain # charges per Second", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2200293569"], "enchant": ["enchant.stat_2200293569"]}}} -{"ref": "Charms gain # charges per Second", "better": 1, "id": "generate_x_charges_for_charms_per_minute", "matchers": [{"string": "Charms gain # charges per Second", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_185580205"], "enchant": ["enchant.stat_185580205"]}}} -{"ref": "Adds # to # Chaos Damage", "better": 1, "id": "local_minimum_added_chaos_damage", "matchers": [{"string": "Adds # to # Chaos Damage", "negate": false}], "trade": {"ids": {"enchant": ["enchant.stat_2223678961"]}}} -{"ref": "Immune to Maim", "better": 1, "id": "immune_to_maim", "matchers": [{"string": "Immune to Maim", "negate": false}], "trade": {"ids": {"enchant": ["enchant.stat_3429557654"]}}} -{"ref": "You cannot be Hindered", "better": 1, "id": "you_cannot_be_hindered", "matchers": [{"string": "You cannot be Hindered", "negate": false}], "trade": {"ids": {"enchant": ["enchant.stat_721014846"]}}} -{"ref": "Corrupted Blood cannot be inflicted on you", "better": 1, "id": "cannot_be_inflicted_by_corrupted_blood", "matchers": [{"string": "Corrupted Blood cannot be inflicted on you", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1658498488"], "enchant": ["enchant.stat_1658498488"]}}} -{"ref": "Cannot be Blinded", "better": 1, "id": "cannot_be_blinded", "matchers": [{"string": "Cannot be Blinded", "negate": false}], "trade": {"ids": {"enchant": ["enchant.stat_1436284579"]}}} -{"ref": "#% increased Armour, Evasion and Energy Shield", "better": 1, "id": "local_armour_and_evasion_and_energy_shield_+%", "matchers": [{"string": "#% increased Armour, Evasion and Energy Shield", "negate": false}, {"string": "#% reduced Armour, Evasion and Energy Shield", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_3523867985"], "rune": ["rune.stat_3523867985"]}}} -{"ref": "Adds # to # Chaos Damage to Attacks", "better": 1, "id": "attack_minimum_added_chaos_damage", "matchers": [{"string": "Adds # to # Chaos Damage to Attacks", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_674553446"]}}} -{"ref": "+# to Level of all Fire Skills", "better": 1, "id": "fire_skill_gem_level_+", "matchers": [{"string": "# to Level of all Fire Skills", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_599749213"]}}} -{"ref": "+# to Level of all Lightning Skills", "better": 1, "id": "lightning_skill_gem_level_+", "matchers": [{"string": "# to Level of all Lightning Skills", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1147690586"]}}} -{"ref": "+# to Level of all Elemental Skills", "better": 1, "id": "elemental_skill_gem_level_+", "matchers": [{"string": "# to Level of all Elemental Skills", "negate": false}], "trade": {"ids": null}} -{"ref": "Gain # Mana per Enemy Hit with Attacks", "better": 1, "id": "mana_gain_per_target", "matchers": [{"string": "Gain # Mana per Enemy Hit with Attacks", "negate": false}, {"string": "Lose # Mana per Enemy Hit with Attacks", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_820939409"]}}} -{"ref": "Dodge Roll passes through Enemies", "better": 1, "id": "dodge_roll_phasing_without_visual", "matchers": [{"string": "Dodge Roll passes through Enemies", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1298316550"]}}} -{"ref": "Recover #% of Mana on Kill", "better": 1, "id": "recover_%_maximum_mana_on_kill", "matchers": [{"string": "Recover #% of Mana on Kill", "negate": false}, {"string": "Lose #% of Mana on Kill", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_1030153674", "explicit.stat_1604736568"], "rune": ["rune.stat_1030153674"]}}} -{"ref": "# to # Fire Thorns damage", "better": 1, "id": "thorns_minimum_base_fire_damage", "matchers": [{"string": "# to # Fire Thorns damage", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1993950627"]}}} -{"ref": "# to # Cold Thorns damage", "better": 1, "id": "thorns_minimum_base_cold_damage", "matchers": [{"string": "# to # Cold Thorns damage", "negate": false}], "trade": {"ids": null}} -{"ref": "#% of Physical Damage taken as Fire Damage", "better": 1, "id": "physical_hit_and_dot_damage_%_taken_as_fire", "matchers": [{"string": "#% of Physical Damage taken as Fire Damage", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1004468512"]}}} -{"ref": "+# to all Attributes per Level", "better": 1, "id": "local_all_attributes_-_per_level", "matchers": [{"string": "# to all Attributes per Level", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2333085568"]}}} -{"ref": "No Physical Damage", "better": 1, "id": "local_weapon_no_physical_damage", "matchers": [{"string": "No Physical Damage", "negate": false}], "trade": {"ids": null}} -{"ref": "Freezes Enemies that are on Full Life", "better": 1, "id": "local_always_freeze_on_full_life", "matchers": [{"string": "Freezes Enemies that are on Full Life", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2260055669"]}}} -{"ref": "#% increased Attack Damage when on Low Life", "better": 1, "id": "attack_damage_+%_when_on_low_life", "matchers": [{"string": "#% increased Attack Damage when on Low Life", "negate": false}, {"string": "#% reduced Attack Damage when on Low Life", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Attack Damage while not on Low Mana", "better": 1, "id": "attack_damage_+%_while_not_on_low_mana", "matchers": [{"string": "#% increased Attack Damage while not on Low Mana", "negate": false}, {"string": "#% reduced Attack Damage while not on Low Mana", "negate": true}], "trade": {"ids": null}} -{"ref": "Damage over Time bypasses your Energy Shield\\nWhile not on Full Life, Sacrifice #% of Mana per Second to Recover that much Life", "better": 1, "id": "unique_body_armour_black_doubt_drain_%_mana_to_recover_life_until_full_and_dot_bypasses_es", "matchers": [{"string": "Damage over Time bypasses your Energy Shield\\nWhile not on Full Life, Sacrifice #% of Mana per Second to Recover that much Life", "negate": false}], "trade": {"ids": null}} -{"ref": "Drop Ignited Ground while moving, which lasts 8 seconds and Ignites as though dealing Fire Damage equal to #% of your maximum Life", "better": 1, "id": "unique_boots_secondary_ground_ignite_while_moving_base_fire_damage_%_of_life", "matchers": [{"string": "Drop Ignited Ground while moving, which lasts 8 seconds and Ignites as though dealing Fire Damage equal to #% of your maximum Life", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2356156926"]}}} -{"ref": "Drop Shocked Ground while moving, lasting 8 seconds", "better": 1, "id": "unique_boots_secondary_ground_shock_while_moving", "matchers": [{"string": "Drop Shocked Ground while moving, lasting 8 seconds", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_65133983"]}}} -{"ref": "Cannot be Poisoned", "better": 1, "id": "cannot_be_poisoned", "matchers": [{"string": "Cannot be Poisoned", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_3835551335"]}}} -{"ref": "Chance to Ignite is doubled", "better": 1, "id": "chance_to_ignite_is_doubled", "matchers": [{"string": "Chance to Ignite is doubled", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1540254896"]}}} -{"ref": "You have no Spirit", "better": 1, "id": "you_have_no_spirit", "matchers": [{"string": "You have no Spirit", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_4091659555"]}}} -{"ref": "Leeches #% of maximum Life when you Cast a Spell", "better": 1, "id": "life_leech_%_maximum_life_on_spell_cast", "matchers": [{"string": "Leeches #% of maximum Life when you Cast a Spell", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_335699483"]}}} -{"ref": "#% more Attack Damage", "better": 1, "id": "unique_quill_rain_damage_+%_final", "matchers": [{"string": "#% more Attack Damage", "negate": false}, {"string": "#% less Attack Damage", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_412462523"]}}} -{"ref": "#% chance for Energy Shield Recharge to start when you Kill an Enemy", "better": 1, "id": "energy_shield_recharges_on_kill_%", "matchers": [{"string": "#% chance for Energy Shield Recharge to start when you Kill an Enemy", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1618482990"]}}} -{"ref": "Causes Bleeding on Hit", "better": 1, "id": "local_bleed_on_hit", "matchers": [{"string": "Causes Bleeding on Hit", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2091621414"]}}} -{"ref": "You can apply one fewer Curse", "better": 1, "id": "number_of_additional_curses_allowed", "matchers": [{"string": "You can apply one fewer Curse", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Life and Mana Recovery from Flasks", "better": 1, "id": "flask_life_and_mana_to_recover_+%", "matchers": [{"string": "#% increased Life and Mana Recovery from Flasks", "negate": false}, {"string": "#% reduced Life and Mana Recovery from Flasks", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_2310741722"], "rune": ["rune.stat_2310741722"]}}} -{"ref": "You count as on Low Life while at #% of maximum Life or below", "better": 1, "id": "low_life_threshold_%_override", "matchers": [{"string": "You count as on Low Life while at #% of maximum Life or below", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_356835700"]}}} -{"ref": "Lose # Life when you use a Skill", "better": 1, "id": "lose_x_life_when_you_use_skill", "matchers": [{"string": "Lose # Life when you use a Skill", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1902409192"]}}} -{"ref": "#% chance to Avoid Death from Hits", "better": 1, "id": "chance_to_avoid_death_%", "matchers": [{"string": "#% chance to Avoid Death from Hits", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1689729380"]}}} -{"ref": "You count as on Low Life while at #% of maximum Mana or below", "better": 1, "id": "unique_you_count_as_on_low_life_while_at_%_of_maximum_mana_or_below", "matchers": [{"string": "You count as on Low Life while at #% of maximum Mana or below", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_3154256486"]}}} -{"ref": "You count as on Low Mana while at #% of maximum Life or below", "better": 1, "id": "unique_you_count_as_on_low_mana_while_at_%_of_maximum_health_or_below", "matchers": [{"string": "You count as on Low Mana while at #% of maximum Life or below", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1143240184"]}}} -{"ref": "#% of Armour applies to Elemental Damage", "better": 1, "id": "armour_%_applies_to_fire_cold_lightning_damage", "matchers": [{"string": "#% of Armour applies to Elemental Damage", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_3362812763"]}}} -{"ref": "Moving while Bleeding doesn't cause you to take extra damage", "better": 1, "id": "no_extra_bleeding_damage_while_moving", "matchers": [{"string": "Moving while Bleeding doesn't cause you to take extra damage", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_4112450013"]}}} -{"ref": "When you Kill a Rare monster, you gain its Modifiers for 20 seconds", "better": 1, "id": "gain_rare_monster_mods_on_kill_ms", "matchers": [{"string": "When you Kill a Rare monster, you gain its Modifiers for 20 seconds", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2913235441"]}}} -{"ref": "Blocking Damage Poisons the Enemy as though dealing # Base Chaos Damage", "better": 1, "id": "poison_as_though_dealing_X_damage_on_block", "matchers": [{"string": "Blocking Damage Poisons the Enemy as though dealing # Base Chaos Damage", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_4195198267"]}}} -{"ref": "Accuracy Rating is Doubled", "better": 1, "id": "accuracy_rating_is_doubled", "matchers": [{"string": "Accuracy Rating is Doubled", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2161347476"]}}} -{"ref": "#% increased Weapon Damage per 5 Strength", "better": 1, "id": "weapon_damage_+%_per_5_str", "matchers": [{"string": "#% increased Weapon Damage per 5 Strength", "negate": false}, {"string": "#% reduced Weapon Damage per 5 Strength", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_868290738"]}}} -{"ref": "#% increased Attack Speed per 5 Dexterity", "better": 1, "id": "attack_speed_+%_per_5_dex", "matchers": [{"string": "#% increased Attack Speed per 5 Dexterity", "negate": false}, {"string": "#% reduced Attack Speed per 5 Dexterity", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_3356155703"]}}} -{"ref": "#% increased Area of Effect for Attacks per 5 Intelligence", "better": 1, "id": "attack_area_of_effect_+%_per_5_int", "matchers": [{"string": "#% increased Area of Effect for Attacks per 5 Intelligence", "negate": false}, {"string": "#% reduced Area of Effect for Attacks per 5 Intelligence", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_2082207021"]}}} -{"ref": "Your Maximum Resistances are #%", "better": 1, "id": "override_maximum_damage_resistance_%", "matchers": [{"string": "Your Maximum Resistances are #%", "negate": false}], "trade": {"ids": null}} -{"ref": "Gain #% of Damage as Chaos Damage per Undead Minion", "better": 1, "id": "non_skill_base_all_damage_%_to_gain_as_chaos_per_active_undead_minion", "matchers": [{"string": "Gain #% of Damage as Chaos Damage per Undead Minion", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_997343726"]}}} -{"ref": "You take #% of damage from Blocked Hits", "better": 1, "id": "base_block_%_damage_taken", "matchers": [{"string": "You take #% of damage from Blocked Hits", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2905515354"]}}} -{"ref": "Enemies are Culled on Block", "better": 1, "id": "culling_strike_enemies_on_block", "matchers": [{"string": "Enemies are Culled on Block", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_381470861"]}}} -{"ref": "#% more Physical Damage with Unarmed Melee Attacks", "better": 1, "id": "unique_facebreaker_unarmed_melee_physical_damage_+%_final", "matchers": [{"string": "#% more Physical Damage with Unarmed Melee Attacks", "negate": false}, {"string": "#% less Physical Damage with Unarmed Melee Attacks", "negate": true}], "trade": {"ids": null}} -{"ref": "Gain # Rage when Critically Hit by an Enemy", "better": 1, "id": "gain_x_rage_when_taken_crit", "matchers": [{"string": "Gain # Rage when Critically Hit by an Enemy", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1466716929"]}}} -{"ref": "#% increased Ignite Duration on Enemies", "better": 1, "id": "ignite_duration_+%", "matchers": [{"string": "#% increased Ignite Duration on Enemies", "negate": false}, {"string": "#% reduced Ignite Duration on Enemies", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_1086147743"]}}} -{"ref": "Enemies Ignited by you take Chaos Damage instead of Fire Damage from Ignite", "better": 1, "id": "enemies_you_ignite_take_chaos_damage_from_ignite_instead", "matchers": [{"string": "Enemies Ignited by you take Chaos Damage instead of Fire Damage from Ignite", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2714810050"]}}} -{"ref": "Damage Blocked is Recouped as Mana", "better": 1, "id": "damage_blocked_%_recouped_as_mana", "matchers": [{"string": "Damage Blocked is Recouped as Mana", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2875218423"]}}} -{"ref": "Take no Extra Damage from Critical Hits", "better": 1, "id": "self_take_no_extra_damage_from_critical_strikes", "matchers": [{"string": "Take no Extra Damage from Critical Hits", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_4294267596"]}}} -{"ref": "Life Flasks do not recover Life", "better": 1, "id": "base_life_flasks_do_not_recover_life", "matchers": [{"string": "Life Flasks do not recover Life", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_265717301"]}}} -{"ref": "On-Kill Effects happen twice", "better": 1, "id": "on_kill_effects_occur_twice", "matchers": [{"string": "On-Kill Effects happen twice", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_259470957"]}}} -{"ref": "#% chance to be inflicted with Bleeding when Hit", "better": 1, "id": "receive_bleeding_chance_%_when_hit", "matchers": [{"string": "#% chance to be inflicted with Bleeding when Hit", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_3423694372"]}}} -{"ref": "You cannot be Chilled or Frozen", "better": 1, "id": "base_cannot_be_chilled_or_frozen", "matchers": [{"string": "You cannot be Chilled or Frozen", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2996245527"]}}} -{"ref": "Every 3 seconds, Consume a nearby Corpse to Recover #% of Life", "better": 1, "id": "consume_nearby_corpse_every_3_seconds_to_recover_%_maximum_life", "matchers": [{"string": "Every 3 seconds, Consume a nearby Corpse to Recover #% of Life", "negate": false}, {"string": "Every 3 seconds, Consume a nearby Corpse to Lose #% of Life", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_3764198549"]}}} -{"ref": "You have a Smoke Cloud around you while stationary", "better": 1, "id": "smoke_cloud_while_stationary_radius", "matchers": [{"string": "You have a Smoke Cloud around you while stationary", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2592455368"]}}} -{"ref": "#% increased Evasion Rating when on Full Life", "better": 1, "id": "evasion_rating_+%_when_on_full_life", "matchers": [{"string": "#% increased Evasion Rating when on Full Life", "negate": false}, {"string": "#% reduced Evasion Rating when on Full Life", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_88817332"]}}} -{"ref": "#% increased Movement Speed when on Full Life", "better": 1, "id": "movement_velocity_+%_when_on_full_life", "matchers": [{"string": "#% increased Movement Speed when on Full Life", "negate": false}, {"string": "#% reduced Movement Speed when on Full Life", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_3393547195"]}}} -{"ref": "All damage with this Weapon causes Electrocution buildup", "better": 1, "id": "local_all_damage_can_electrocute", "matchers": [{"string": "All damage with this Weapon causes Electrocution buildup", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1910743684"]}}} -{"ref": "All Damage from Hits with this Weapon Contributes to Freeze Buildup", "better": 1, "id": "local_all_damage_can_freeze", "matchers": [{"string": "All Damage from Hits with this Weapon Contributes to Freeze Buildup", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_3761294489"]}}} -{"ref": "Culling Strike against Frozen Enemies", "better": 1, "id": "local_cull_frozen_enemies_on_hit", "matchers": [{"string": "Culling Strike against Frozen Enemies", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1158324489"]}}} -{"ref": "Enemies Frozen by you take #% increased Damage", "better": 1, "id": "frozen_monsters_take_increased_damage", "matchers": [{"string": "Enemies Frozen by you take #% increased Damage", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_849085925"]}}} -{"ref": "#% of Maximum Life Converted to Energy Shield", "better": 1, "id": "maximum_life_%_to_convert_to_maximum_energy_shield", "matchers": [{"string": "#% of Maximum Life Converted to Energy Shield", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2458962764"]}}} -{"ref": "#% more Damage taken if you have not been Hit Recently", "better": 1, "id": "damage_taken_+%_if_not_hit_recently_final", "matchers": [{"string": "#% more Damage taken if you have not been Hit Recently", "negate": false}, {"string": "#% less Damage taken if you have not been Hit Recently", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_67637087"]}}} -{"ref": "#% increased Evasion Rating if you have been Hit Recently", "better": 1, "id": "evasion_+%_if_hit_recently", "matchers": [{"string": "#% increased Evasion Rating if you have been Hit Recently", "negate": false}, {"string": "#% reduced Evasion Rating if you have been Hit Recently", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_1073310669"]}}} -{"ref": "Undead Minions have #% increased Reservation", "better": 1, "id": "undead_minion_reservation_+%", "matchers": [{"string": "Undead Minions have #% increased Reservation", "negate": false}, {"string": "Undead Minions have #% reduced Reservation", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_1176947534"]}}} -{"ref": "#% increased Rarity of Items found when on Low Life", "better": 1, "id": "item_found_rarity_+%_when_on_low_life", "matchers": [{"string": "#% increased Rarity of Items found when on Low Life", "negate": false}, {"string": "#% reduced Rarity of Items found when on Low Life", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_2929867083"]}}} -{"ref": "You cannot be Chilled for # second after being Chilled", "better": 1, "id": "chill_prevention_ms_when_chilled", "matchers": [{"string": "You cannot be Chilled for # second after being Chilled", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2306924373"]}}} -{"ref": "You cannot be Frozen for # second after being Frozen", "better": 1, "id": "freeze_prevention_ms_when_frozen", "matchers": [{"string": "You cannot be Frozen for # second after being Frozen", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_3612464552"]}}} -{"ref": "You cannot be Ignited for # second after being Ignited", "better": 1, "id": "ignite_prevention_ms_when_ignited", "matchers": [{"string": "You cannot be Ignited for # second after being Ignited", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_947072590"]}}} -{"ref": "You cannot be Shocked for # second after being Shocked", "better": 1, "id": "shock_prevention_ms_when_shocked", "matchers": [{"string": "You cannot be Shocked for # second after being Shocked", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_215346464"]}}} -{"ref": "Curses you inflict are reflected back to you", "better": 1, "id": "curses_reflected_to_self", "matchers": [{"string": "Curses you inflict are reflected back to you", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_4275855121"]}}} -{"ref": "#% increased Attack and Cast Speed", "better": 1, "id": "attack_and_cast_speed_+%", "matchers": [{"string": "#% increased Attack and Cast Speed", "negate": false}, {"string": "#% reduced Attack and Cast Speed", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_2672805335"]}}} -{"ref": "Share Charges with Allies in your Presence", "better": 1, "id": "share_charges_with_allies_in_your_presence", "matchers": [{"string": "Share Charges with Allies in your Presence", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2535267021"]}}} -{"ref": "Base Critical Hit Chance for Attacks with Weapons is #%", "better": 1, "id": "override_weapon_base_critical_strike_chance", "matchers": [{"string": "Base Critical Hit Chance for Attacks with Weapons is #%", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2635559734"]}}} -{"ref": "Enemies killed by anyone in your Presence count as being killed by you instead", "better": 1, "id": "deathgrip_presence", "matchers": [{"string": "Enemies killed by anyone in your Presence count as being killed by you instead", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1576794517"]}}} -{"ref": "All Damage from Hits Contributes to Poison Magnitude", "better": 1, "id": "all_damage_can_poison", "matchers": [{"string": "All Damage from Hits Contributes to Poison Magnitude", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_4012215578"]}}} -{"ref": "Freeze as though dealing Cold damage equal to #% of your maximum Mana when Hit", "better": 1, "id": "freeze_damage_equal_to_%_of_maximum_mana_to_return_when_hit", "matchers": [{"string": "Freeze as though dealing Cold damage equal to #% of your maximum Mana when Hit", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2006107135"]}}} -{"ref": "+# Physical damage taken from Projectile Attacks", "better": 1, "id": "physical_ranged_attack_damage_taken_+", "matchers": [{"string": "# Physical damage taken from Projectile Attacks", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_3612407781"]}}} -{"ref": "#% increased Magnitude of Chill you inflict", "better": 1, "id": "chill_effect_+%", "matchers": [{"string": "#% increased Magnitude of Chill you inflict", "negate": false}, {"string": "#% reduced Magnitude of Chill you inflict", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_828179689"]}}} -{"ref": "#% reduced Mana Cost of Skills", "better": 1, "id": "base_mana_cost_-%", "matchers": [{"string": "#% reduced Mana Cost of Skills", "negate": false}, {"string": "#% increased Mana Cost of Skills", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_474294393"]}}} -{"ref": "Lightning damage from Hits Contributes to Electrocution Buildup", "better": 1, "id": "base_lightning_damage_can_electrocute", "matchers": [{"string": "Lightning damage from Hits Contributes to Electrocution Buildup", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1017648537"]}}} -{"ref": "Strength can satisfy other Attribute Requirements of Melee Weapons and Melee Skills", "better": 1, "id": "strength_can_satisfy_dexterity_and_intelligence_requirements_of_melee_weapons_and_skills", "matchers": [{"string": "Strength can satisfy other Attribute Requirements of Melee Weapons and Melee Skills", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2230687504"]}}} -{"ref": "#% increased effect of Ignite on you", "better": 1, "id": "ignite_effect_on_self_+%", "matchers": [{"string": "#% increased effect of Ignite on you", "negate": false}, {"string": "#% reduced effect of Ignite on you", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_1269971728"]}}} -{"ref": "#% increased Effect of Chill on you", "better": 1, "id": "chill_effectiveness_on_self_+%", "matchers": [{"string": "#% increased Effect of Chill on you", "negate": false}, {"string": "#% reduced Effect of Chill on you", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_1478653032"]}}} -{"ref": "#% increased effect of Shock on you", "better": 1, "id": "shocked_effect_on_self_+%", "matchers": [{"string": "#% increased effect of Shock on you", "negate": false}, {"string": "#% reduced effect of Shock on you", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_3801067695"]}}} -{"ref": "Thorns damage is triggered by all Hits", "better": 1, "id": "thorns_proc_off_any_hit", "matchers": [{"string": "Thorns damage is triggered by all Hits", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_3414243317"]}}} -{"ref": "Trigger Decompose Skill on Step", "better": 1, "id": "local_display_triggers_level_x_corpse_cloud_on_footstep", "matchers": [{"string": "Trigger Decompose Skill on Step", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_4036087867"]}}} -{"ref": "Deal #% of Overkill damage to enemies within 2 metres of the enemy killed", "better": 1, "id": "overkill_damage_%_as_physical_to_nearby_enemies", "matchers": [{"string": "Deal #% of Overkill damage to enemies within 2 metres of the enemy killed", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2301852600"]}}} -{"ref": "Regenerate #% of Life per second per Endurance Charge", "better": 1, "id": "life_regeneration_rate_per_minute_%_per_endurance_charge", "matchers": [{"string": "Regenerate #% of Life per second per Endurance Charge", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Movement Speed per Frenzy Charge", "better": 1, "id": "movement_velocity_+%_per_frenzy_charge", "matchers": [{"string": "#% increased Movement Speed per Frenzy Charge", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1541516339"]}}} -{"ref": "+#% to Critical Damage Bonus per Power Charge", "better": 1, "id": "critical_strike_multiplier_+_per_power_charge", "matchers": [{"string": "#% to Critical Damage Bonus per Power Charge", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_4164870816"]}}} -{"ref": "Leech from Critical Hits is instant", "better": 1, "id": "base_leech_is_instant_on_critical", "matchers": [{"string": "Leech from Critical Hits is instant", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_3389184522"]}}} -{"ref": "Targets can be affected by +# of your Poisons at the same time", "better": 1, "id": "number_of_additional_poison_stacks", "matchers": [{"string": "Targets can be affected by +# of your Poisons at the same time", "negate": false}], "trade": {"ids": null}} -{"ref": "Sacrifice #% of Life to gain that much Energy Shield when you Cast a Spell", "better": 1, "id": "sacrifice_%_maximum_life_to_gain_as_es_on_spell_cast", "matchers": [{"string": "Sacrifice #% of Life to gain that much Energy Shield when you Cast a Spell", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_613752285"]}}} -{"ref": "Culling Strike", "better": 1, "id": "kill_enemy_on_hit_if_under_10%_life", "matchers": [{"string": "Culling Strike", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2524254339"]}}} -{"ref": "Decimating Strike", "better": 1, "id": "decimating_strike", "matchers": [{"string": "Decimating Strike", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_3872034802"]}}} -{"ref": "Cannot be Ignited", "better": 1, "id": "base_cannot_be_ignited", "matchers": [{"string": "Cannot be Ignited", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_331731406"]}}} -{"ref": "+# Physical Damage taken from Attack Hits", "better": 1, "id": "physical_attack_damage_taken_+", "matchers": [{"string": "# Physical Damage taken from Attack Hits", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_3441651621"]}}} -{"ref": "Intelligence provides no inherent bonus to Maximum Mana", "better": 1, "id": "gain_no_maximum_mana_from_intelligence", "matchers": [{"string": "Intelligence provides no inherent bonus to Maximum Mana", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2546599258"]}}} -{"ref": "You have no Life Regeneration", "better": 1, "id": "no_life_regeneration", "matchers": [{"string": "You have no Life Regeneration", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_854225133"]}}} -{"ref": "Maximum # Fragile Regrowth", "better": 1, "id": "base_maximum_fragile_regrowth", "matchers": [{"string": "Maximum # Fragile Regrowth", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1173537953"]}}} -{"ref": "The Effect of Chill on you is reversed", "better": 1, "id": "chill_effect_is_reversed", "matchers": [{"string": "The Effect of Chill on you is reversed", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2955966707"]}}} -{"ref": "#% of Melee Physical Damage taken reflected to Attacker", "better": 1, "id": "melee_physical_damage_taken_%_to_deal_to_attacker", "matchers": [{"string": "#% of Melee Physical Damage taken reflected to Attacker", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1092987622"]}}} -{"ref": "#% of Physical Damage prevented Recouped as Life", "better": 1, "id": "physical_damage_prevented_recouped_as_life_%", "matchers": [{"string": "#% of Physical Damage prevented Recouped as Life", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1374654984"]}}} -{"ref": "Energy Shield Recharge is not interrupted by Damage if Recharge began Recently", "better": 1, "id": "energy_shield_recharge_is_not_interrupted_if_recharge_begaen_recently", "matchers": [{"string": "Energy Shield Recharge is not interrupted by Damage if Recharge began Recently", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1419390131"]}}} -{"ref": "Minions gain #% of their Maximum Life as Extra Maximum Energy Shield", "better": 1, "id": "minion_maximum_life_%_to_gain_as_maximum_energy_shield", "matchers": [{"string": "Minions gain #% of their Maximum Life as Extra Maximum Energy Shield", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_943702197"]}}} -{"ref": "Cannot be Shocked", "better": 1, "id": "base_cannot_be_shocked", "matchers": [{"string": "Cannot be Shocked", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_491899612"]}}} -{"ref": "#% chance for Flasks you use to not consume Charges", "better": 1, "id": "flasks_%_chance_to_not_consume_charges", "matchers": [{"string": "#% chance for Flasks you use to not consume Charges", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_311641062"]}}} -{"ref": "You have no Elemental Resistances", "better": 1, "id": "your_elemental_resistances_do_not_exist", "matchers": [{"string": "You have no Elemental Resistances", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1776968075"]}}} -{"ref": "Critical Hits Poison the enemy", "better": 1, "id": "poison_on_critical_strike", "matchers": [{"string": "Critical Hits Poison the enemy", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_62849030"]}}} -{"ref": "Reflects your other Ring", "better": 1, "id": "local_ring_duplicate_other_ring", "matchers": [{"string": "Reflects your other Ring", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_746505085"]}}} -{"ref": "#% more minimum Physical Attack Damage", "better": 1, "id": "unique_ryuslathas_clutches_minimum_physical_attack_damage_+%_final", "matchers": [{"string": "#% more minimum Physical Attack Damage", "negate": false}, {"string": "#% less minimum Physical Attack Damage", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_1715495976"]}}} -{"ref": "#% more maximum Physical Attack Damage", "better": 1, "id": "unique_ryuslathas_clutches_maximum_physical_attack_damage_+%_final", "matchers": [{"string": "#% more maximum Physical Attack Damage", "negate": false}, {"string": "#% less maximum Physical Attack Damage", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_3029185248"]}}} -{"ref": "Equipment and Skill Gems have #% increased Attribute Requirements", "better": 1, "id": "global_item_attribute_requirements_+%", "matchers": [{"string": "Equipment and Skill Gems have #% increased Attribute Requirements", "negate": false}, {"string": "Equipment and Skill Gems have #% reduced Attribute Requirements", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_752930724"]}}} -{"ref": "Permanently Intimidate enemies on Block", "better": 1, "id": "permanently_intimidate_enemy_on_block", "matchers": [{"string": "Permanently Intimidate enemies on Block", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2930706364"]}}} -{"ref": "Onslaught", "better": 1, "id": "base_should_have_onslaught_from_stat", "matchers": [{"string": "Onslaught", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1520059289"]}}} -{"ref": "#% chance to Intimidate Enemies for 4 seconds on Hit", "better": 1, "id": "chance_to_intimidate_on_hit_%", "matchers": [{"string": "#% chance to Intimidate Enemies for 4 seconds on Hit", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_78985352"]}}} -{"ref": "#% increased Experience gain", "better": 1, "id": "experience_gain_+%", "matchers": [{"string": "#% increased Experience gain", "negate": false}, {"string": "#% reduced Experience gain", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_57434274", "explicit.stat_3666934677"]}}} -{"ref": "#% chance to gain a Power Charge on Critical Hit", "better": 1, "id": "add_power_charge_on_critical_strike_%", "matchers": [{"string": "#% chance to gain a Power Charge on Critical Hit", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_3814876985"]}}} -{"ref": "#% increased Strength Requirement", "better": 1, "id": "local_strength_requirement_+%", "matchers": [{"string": "#% increased Strength Requirement", "negate": false}, {"string": "#% reduced Strength Requirement", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_295075366"]}}} -{"ref": "Energy Shield Recharge starts when you use a Mana Flask", "better": 1, "id": "start_energy_shield_recharge_when_you_use_a_mana_flask", "matchers": [{"string": "Energy Shield Recharge starts when you use a Mana Flask", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2402413437"]}}} -{"ref": "#% increased Chance to be afflicted by Ailments when Hit", "better": 1, "id": "chance_to_be_inflicted_with_an_ailment_+%", "matchers": [{"string": "#% increased Chance to be afflicted by Ailments when Hit", "negate": false}, {"string": "#% reduced Chance to be afflicted by Ailments when Hit", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_892489594"]}}} -{"ref": "#% increased Movement Speed while affected by an Ailment", "better": 1, "id": "movement_speed_+%_while_affected_by_ailment", "matchers": [{"string": "#% increased Movement Speed while affected by an Ailment", "negate": false}, {"string": "#% reduced Movement Speed while affected by an Ailment", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_610276769"]}}} -{"ref": "Your Minions spread Caustic Ground on Death, dealing #% of their maximum Life as Chaos Damage per second", "better": 1, "id": "minion_caustic_cloud_on_death_maximum_life_per_minute_to_deal_as_chaos_damage_%", "matchers": [{"string": "Your Minions spread Caustic Ground on Death, dealing #% of their maximum Life as Chaos Damage per second", "negate": false}], "trade": {"ids": null}} -{"ref": "Causes Double Stun Buildup", "better": 1, "id": "local_double_hit_damage_stun_build_up", "matchers": [{"string": "Causes Double Stun Buildup", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_769129523"]}}} -{"ref": "Hits Break # Armour", "better": 1, "id": "local_apply_X_armour_break_on_hit", "matchers": [{"string": "Hits Break # Armour", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_289086688"]}}} -{"ref": "Apply Fire Exposure when fully breaking enemy Armour", "better": 1, "id": "local_apply_fire_exposure_on_full_armour_break", "matchers": [{"string": "Apply Fire Exposure when fully breaking enemy Armour", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_3439162551"]}}} -{"ref": "Double Stun Threshold while Shield is Raised", "better": 1, "id": "local_shield_double_stun_threshold_while_active_blocking", "matchers": [{"string": "Double Stun Threshold while Shield is Raised", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_3686997387"]}}} -{"ref": "Every Rage also grants #% increased Stun Threshold", "better": 1, "id": "stun_threshold_+%_per_rage", "matchers": [{"string": "Every Rage also grants #% increased Stun Threshold", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_352044736"]}}} -{"ref": "Every Rage also grants #% increased Armour", "better": 1, "id": "armour_+%_per_rage", "matchers": [{"string": "Every Rage also grants #% increased Armour", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2995914769"]}}} -{"ref": "Physical Damage is Pinning", "better": 1, "id": "base_physical_damage_can_pin", "matchers": [{"string": "Physical Damage is Pinning", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2041668411"]}}} -{"ref": "Gain #% of Physical Damage as Extra Damage of each Element with Attacks", "better": 1, "id": "non_skill_physical_damage_%_to_gain_as_each_element_with_attacks", "matchers": [{"string": "Gain #% of Physical Damage as Extra Damage of each Element with Attacks", "negate": false}], "trade": {"ids": null}} -{"ref": "Allies in your Presence have Block Chance equal to yours", "better": 1, "id": "override_block_chance_for_allies_in_your_presence", "matchers": [{"string": "Allies in your Presence have Block Chance equal to yours", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1361645249"]}}} -{"ref": "No Movement Speed Penalty while Shield is Raised", "better": 1, "id": "no_movement_penalty_while_shield_is_raised", "matchers": [{"string": "No Movement Speed Penalty while Shield is Raised", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_585231074"]}}} -{"ref": "Maim on Critical Hit", "better": 1, "id": "local_always_maim_on_crit", "matchers": [{"string": "Maim on Critical Hit", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2895144208"]}}} -{"ref": "Always deals Critical Hits against Heavy Stunned Enemies", "better": 1, "id": "local_always_crit_heavy_stunned_enemies", "matchers": [{"string": "Always deals Critical Hits against Heavy Stunned Enemies", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2214130968"]}}} -{"ref": "#% of your Life Regeneration is granted to Allies in your Presence", "better": 1, "id": "total_base_life_regeneration_rate_per_minute_%_granted_to_allies_in_your_presence", "matchers": [{"string": "#% of your Life Regeneration is granted to Allies in your Presence", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_4287671144"]}}} -{"ref": "When a Party Member in your Presence Casts a Spell, you\\nSacrifice #% of Mana and they Leech that Mana", "better": 1, "id": "unique_%_maximum_mana_to_sacrifice_to_party_members_in_your_presence_when_they_cast_a_spell", "matchers": [{"string": "When a Party Member in your Presence Casts a Spell, you\\nSacrifice #% of Mana and they Leech that Mana", "negate": false}], "trade": {"ids": null}} -{"ref": "You cannot Block", "better": 1, "id": "cannot_block_attacks", "matchers": [{"string": "You cannot Block", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_3162258068"]}}} -{"ref": "No Chance to Block", "better": 1, "id": "local_no_block_chance", "matchers": [{"string": "No Chance to Block", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1023752508"]}}} -{"ref": "Modifiers to Maximum Block Chance instead apply to Maximum Resistances", "better": 1, "id": "maximum_block_modifiers_apply_to_maximum_resistances_instead", "matchers": [{"string": "Modifiers to Maximum Block Chance instead apply to Maximum Resistances", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_3679696791"]}}} -{"ref": "Can Block damage from all Hits", "better": 1, "id": "can_block_all_hits", "matchers": [{"string": "Can Block damage from all Hits", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_3902042119"]}}} -{"ref": "Cannot use Shield Skills", "better": 1, "id": "your_shield_skills_are_disabled", "matchers": [{"string": "Cannot use Shield Skills", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_65135897"]}}} -{"ref": "You count as on Full Mana while at #% of maximum Mana or above", "better": 1, "id": "full_mana_threshold_%_override", "matchers": [{"string": "You count as on Full Mana while at #% of maximum Mana or above", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_423304126"]}}} -{"ref": "#% increased Attack Speed while on Full Mana", "better": 1, "id": "attack_speed_+%_while_on_full_mana", "matchers": [{"string": "#% increased Attack Speed while on Full Mana", "negate": false}, {"string": "#% reduced Attack Speed while on Full Mana", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_4145314483"]}}} -{"ref": "Fire Damage from Hits Contributes to Shock Chance instead of Ignite Chance and Magnitude", "better": 1, "id": "unique_fire_damage_shocks", "matchers": [{"string": "Fire Damage from Hits Contributes to Shock Chance instead of Ignite Chance and Magnitude", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2949096603"]}}} -{"ref": "Cold Damage from Hits Contributes to Ignite Chance and Magnitude instead of Chill Magnitude", "better": 1, "id": "unique_cold_damage_ignites", "matchers": [{"string": "Cold Damage from Hits Contributes to Ignite Chance and Magnitude instead of Chill Magnitude", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1261612903"]}}} -{"ref": "Lightning Damage from Hits Contributes to Freeze Buildup instead of Shock Chance", "better": 1, "id": "unique_lightning_damage_freezes", "matchers": [{"string": "Lightning Damage from Hits Contributes to Freeze Buildup instead of Shock Chance", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1011772129"]}}} -{"ref": "Skills gain a Base Life Cost equal to #% of Base Mana Cost", "better": 1, "id": "base_skill_gain_life_cost_%_of_mana_cost", "matchers": [{"string": "Skills gain a Base Life Cost equal to #% of Base Mana Cost", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_3605834869"]}}} -{"ref": "#% of Spell Damage Leeched as Life", "better": 1, "id": "base_life_leech_from_all_spell_damage_permyriad", "matchers": [{"string": "#% of Spell Damage Leeched as Life", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_782941180"]}}} -{"ref": "#% of Fire Damage from Hits taken as Physical Damage", "better": 1, "id": "base_fire_hit_damage_taken_%_as_physical", "matchers": [{"string": "#% of Fire Damage from Hits taken as Physical Damage", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_3205239847"]}}} -{"ref": "Your Critical Damage Bonus is 300%", "better": 1, "id": "critical_strike_multiplier_is_300", "matchers": [{"string": "Your Critical Damage Bonus is 300%", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_824024007"]}}} -{"ref": "Enemies in your Presence are Ignited as though dealt # Base Fire Damage", "better": 1, "id": "ignite_as_though_dealing_X_damage_in_your_presence", "matchers": [{"string": "Enemies in your Presence are Ignited as though dealt # Base Fire Damage", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1433051415"]}}} -{"ref": "Reflects # to # Lightning Damage to Melee Attackers", "better": 1, "id": "minimum_lightning_damage_to_return_to_melee_attacker", "matchers": [{"string": "Reflects # to # Lightning Damage to Melee Attackers", "negate": false}], "trade": {"ids": null}} -{"ref": "Damage cannot bypass Energy Shield", "better": 1, "id": "unique_body_armour_shavronnes_wrappings_damage_cannot_bypass_energy_shield", "matchers": [{"string": "Damage cannot bypass Energy Shield", "negate": false}], "trade": {"ids": null}} -{"ref": "Bleeding you inflict is Aggravated", "better": 1, "id": "aggravate_inflicted_bleeding", "matchers": [{"string": "Bleeding you inflict is Aggravated", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_841429130"]}}} -{"ref": "#% chance to Aggravate Bleeding on targets you Critically Hit with Attacks", "better": 1, "id": "aggravate_bleeding_on_attack_crit_chance_%", "matchers": [{"string": "#% chance to Aggravate Bleeding on targets you Critically Hit with Attacks", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2438634449"]}}} -{"ref": "When you Leech Life from a Hit, Allies in your Presence also Leech the same amount of Life", "better": 1, "id": "life_leeched_from_hits_also_leeches_same_amount_to_allies_in_presence", "matchers": [{"string": "When you Leech Life from a Hit, Allies in your Presence also Leech the same amount of Life", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_3605721598"]}}} -{"ref": "Gain 0% to #% increased Movement Speed at random when Hit, until Hit again", "better": 1, "id": "maximum_random_movement_velocity_+%_when_hit", "matchers": [{"string": "Gain 0% to #% increased Movement Speed at random when Hit, until Hit again", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_796381300"]}}} -{"ref": "Projectiles Split towards +# targets", "better": 1, "id": "projectile_number_to_split", "matchers": [{"string": "Projectiles Split towards +# targets", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to gain a Power Charge on Hit", "better": 1, "id": "add_power_charge_on_skill_hit_%", "matchers": [{"string": "#% chance to gain a Power Charge on Hit", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1453197917"]}}} -{"ref": "Lose all Power Charges on reaching maximum Power Charges", "better": 1, "id": "lose_all_power_charges_on_reaching_maximum_power_charges", "matchers": [{"string": "Lose all Power Charges on reaching maximum Power Charges", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2135899247"]}}} -{"ref": "Shocks you when you reach maximum Power Charges", "better": 1, "id": "shocked_for_4_seconds_on_reaching_maximum_power_charges", "matchers": [{"string": "Shocks you when you reach maximum Power Charges", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_4256314560"]}}} -{"ref": "Minions deal #% of your Life as additional Cold Damage with Attacks", "better": 1, "id": "minion_attack_added_cold_damage_as_%_parent_maximum_life", "matchers": [{"string": "Minions deal #% of your Life as additional Cold Damage with Attacks", "negate": false}], "trade": {"ids": null}} -{"ref": "Reserves #% of Life", "better": 1, "id": "life_reserved_by_stat_%", "matchers": [{"string": "Reserves #% of Life", "negate": false}], "trade": {"ids": null}} -{"ref": "#% of Elemental Damage from Hits taken as Chaos Damage", "better": 1, "id": "elemental_damage_taken_%_as_chaos", "matchers": [{"string": "#% of Elemental Damage from Hits taken as Chaos Damage", "negate": false}], "trade": {"ids": null}} -{"ref": "+#% chance to be Poisoned", "better": 1, "id": "chance_to_be_poisoned_%", "matchers": [{"string": "#% chance to be Poisoned", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Endurance Charge Duration", "better": 1, "id": "endurance_charge_duration_+%", "matchers": [{"string": "#% increased Endurance Charge Duration", "negate": false}, {"string": "#% reduced Endurance Charge Duration", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_1170174456"]}}} -{"ref": "Recover #% of Life for each Endurance Charge consumed", "better": 1, "id": "recover_%_life_per_endurance_charge_consumed", "matchers": [{"string": "Recover #% of Life for each Endurance Charge consumed", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_939832726"]}}} -{"ref": "#% increased Culling Strike Threshold", "better": 1, "id": "culling_strike_threshold_+%", "matchers": [{"string": "#% increased Culling Strike Threshold", "negate": false}, {"string": "#% reduced Culling Strike Threshold", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_3563080185"]}}} -{"ref": "Your speed is unaffected by Slows", "better": 1, "id": "slows_have_no_potency_on_you", "matchers": [{"string": "Your speed is unaffected by Slows", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_50721145"]}}} -{"ref": "Regenerate #% of Life per second while on Low Life", "better": 1, "id": "life_regeneration_rate_per_minute_%_when_on_low_life", "matchers": [{"string": "Regenerate #% of Life per second while on Low Life", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_3942946753"]}}} -{"ref": "+#% to Fire Resistance while on Low Life", "better": 1, "id": "fire_damage_resistance_%_when_on_low_life", "matchers": [{"string": "#% to Fire Resistance while on Low Life", "negate": false}, {"string": "#% to Fire Resistance while on Low Life", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_38301299"]}}} -{"ref": "#% increased Spell Damage per 10 Spirit", "better": 1, "id": "spell_damage_+%_per_10_spirit", "matchers": [{"string": "#% increased Spell Damage per 10 Spirit", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2412053423"]}}} -{"ref": "Life Recovery from Flasks also applies to Energy Shield", "better": 1, "id": "life_recovery_from_flasks_also_recovers_energy_shield", "matchers": [{"string": "Life Recovery from Flasks also applies to Energy Shield", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2812872407"]}}} -{"ref": "Unaffected by Curses", "better": 1, "id": "unaffected_by_curses", "matchers": [{"string": "Unaffected by Curses", "negate": false}], "trade": {"ids": null}} -{"ref": "Curse Reflection", "better": 1, "id": "reflect_curses", "matchers": [{"string": "Curse Reflection", "negate": false}], "trade": {"ids": null}} -{"ref": "You are Chilled while you are Bleeding", "better": 1, "id": "chilled_while_bleeding", "matchers": [{"string": "You are Chilled while you are Bleeding", "negate": false}], "trade": {"ids": null}} -{"ref": "You are Chilled when you are Poisoned", "better": 1, "id": "chilled_while_poisoned", "matchers": [{"string": "You are Chilled when you are Poisoned", "negate": false}], "trade": {"ids": null}} -{"ref": "Non-Chilled Enemies you inflict Bleeding on are Chilled", "better": 1, "id": "non_chilled_enemies_you_bleed_are_chilled", "matchers": [{"string": "Non-Chilled Enemies you inflict Bleeding on are Chilled", "negate": false}], "trade": {"ids": null}} -{"ref": "Non-Chilled Enemies you Poison are Chilled", "better": 1, "id": "non_chilled_enemies_you_poison_are_chilled", "matchers": [{"string": "Non-Chilled Enemies you Poison are Chilled", "negate": false}], "trade": {"ids": null}} -{"ref": "Armour also applies to Lightning damage taken from Hits", "better": 1, "id": "base_armour_applies_to_lightning_damage", "matchers": [{"string": "Armour also applies to Lightning damage taken from Hits", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2134207902"]}}} -{"ref": "Lightning Resistance does not affect Lightning damage taken", "better": 1, "id": "lightning_resistance_does_not_apply_to_lighting_damage", "matchers": [{"string": "Lightning Resistance does not affect Lightning damage taken", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_3999959974"]}}} -{"ref": "Enemies in your Presence have Lightning Resistance equal to yours", "better": 1, "id": "enemies_in_presence_lightning_resist_equal_to_yours", "matchers": [{"string": "Enemies in your Presence have Lightning Resistance equal to yours", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1546580830"]}}} -{"ref": "#% of Physical damage from Hits taken as Lightning damage", "better": 1, "id": "physical_damage_taken_%_as_lightning", "matchers": [{"string": "#% of Physical damage from Hits taken as Lightning damage", "negate": false}], "trade": {"ids": null}} -{"ref": "You are at Maximum Chance to Block Attack Damage if you have not Blocked Recently", "better": 1, "id": "max_chance_to_block_attacks_if_not_blocked_recently", "matchers": [{"string": "You are at Maximum Chance to Block Attack Damage if you have not Blocked Recently", "negate": false}], "trade": {"ids": null}} -{"ref": "Life Recovery from Flasks is instant", "better": 1, "id": "life_flask_recovery_is_instant", "matchers": [{"string": "Life Recovery from Flasks is instant", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_720388959"]}}} -{"ref": "Life Leech can Overflow Maximum Life", "better": 1, "id": "life_leech_can_overcap_life", "matchers": [{"string": "Life Leech can Overflow Maximum Life", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2714890129"]}}} -{"ref": "Soul Eater", "better": 1, "id": "unique_gain_soul_eater", "matchers": [{"string": "Soul Eater", "negate": false}], "trade": {"ids": null}} -{"ref": "Presence Radius is doubled", "better": 1, "id": "unique_double_presence_radius", "matchers": [{"string": "Presence Radius is doubled", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1810907437"]}}} -{"ref": "Chaos Resistance is Zero", "better": 1, "id": "zero_chaos_resistance", "matchers": [{"string": "Chaos Resistance is Zero", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2439129490"]}}} -{"ref": "Recover #% of Life when you Block", "better": 1, "id": "recover_%_of_maximum_life_on_block", "matchers": [{"string": "Recover #% of Life when you Block", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2442647190"]}}} -{"ref": "Enemies you Curse are Intimidated", "better": 1, "id": "enemies_you_curse_are_intimidated", "matchers": [{"string": "Enemies you Curse are Intimidated", "negate": false}], "trade": {"ids": null}} -{"ref": "#% reduced Elemental Ailment Duration on you", "better": 1, "id": "self_elemental_status_duration_-%", "matchers": [{"string": "#% reduced Elemental Ailment Duration on you", "negate": false}, {"string": "#% increased Elemental Ailment Duration on you", "negate": true}], "trade": {"ids": null}} -{"ref": "Curses have no Activation Delay", "better": 1, "id": "unique_no_curse_delay", "matchers": [{"string": "Curses have no Activation Delay", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_3751072557"]}}} -{"ref": "1% increased Movement Speed per # Evasion Rating\\nOther Modifiers to Movement Speed do not apply", "better": 1, "id": "movement_speed_is_only_base_+1%_per_x_evasion_rating", "matchers": [{"string": "1% increased Movement Speed per # Evasion Rating\\nOther Modifiers to Movement Speed do not apply", "negate": false}], "trade": {"ids": null}} -{"ref": "Life Flasks used while on Low Life apply Recovery Instantly", "better": 1, "id": "life_flask_recovery_is_instant_while_on_low_life", "matchers": [{"string": "Life Flasks used while on Low Life apply Recovery Instantly", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1200347828"]}}} -{"ref": "Mana Flasks used while on Low Mana apply Recovery Instantly", "better": 1, "id": "mana_flask_recovery_is_instant_while_on_low_mana", "matchers": [{"string": "Mana Flasks used while on Low Mana apply Recovery Instantly", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1839832419"]}}} -{"ref": "Attacks Gain #% of Damage as Extra Fire Damage", "better": 1, "id": "non_skill_base_all_damage_%_to_gain_as_fire_with_attacks", "matchers": [{"string": "Attacks Gain #% of Damage as Extra Fire Damage", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1049080093"]}}} -{"ref": "Attacks Gain #% of Damage as Extra Cold Damage", "better": 1, "id": "non_skill_base_all_damage_%_to_gain_as_cold_with_attacks", "matchers": [{"string": "Attacks Gain #% of Damage as Extra Cold Damage", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1484500028"]}}} -{"ref": "Attacks Gain #% of Physical Damage as extra Chaos Damage", "better": 1, "id": "non_skill_base_physical_damage_%_to_gain_as_chaos_with_attacks", "matchers": [{"string": "Attacks Gain #% of Physical Damage as extra Chaos Damage", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_261503687"]}}} -{"ref": "Enemies Chilled by your Hits increase damage taken by Chill Magnitude", "better": 1, "id": "enemies_chilled_by_hits_take_damage_increased_by_chill_effect", "matchers": [{"string": "Enemies Chilled by your Hits increase damage taken by Chill Magnitude", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1816894864"]}}} -{"ref": "# Physical Damage taken on Minion Death", "better": 1, "id": "physical_damage_taken_on_minion_death", "matchers": [{"string": "# Physical Damage taken on Minion Death", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_4176970656"]}}} -{"ref": "You gain Onslaught for # seconds on Kill", "better": 1, "id": "onslaught_buff_duration_on_kill_ms", "matchers": [{"string": "You gain Onslaught for # seconds on Kill", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1195849808"]}}} -{"ref": "Deal #% increased Damage with Hits to Rare or Unique Enemies for each second they've ever been in your Presence, up to a maximum of 200%", "better": 1, "id": "unique_damage_+%_vs_rare_or_unique_enemy_per_second_ever_in_presence_up_to_max", "matchers": [{"string": "Deal #% increased Damage with Hits to Rare or Unique Enemies for each second they've ever been in your Presence, up to a maximum of 200%", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_4258409981"]}}} -{"ref": "Projectiles Pierce all Ignited enemies", "better": 1, "id": "always_pierce_burning_enemies", "matchers": [{"string": "Projectiles Pierce all Ignited enemies", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2214228141"]}}} -{"ref": "#% increased Stun Recovery", "better": 1, "id": "base_stun_recovery_+%", "matchers": [{"string": "#% increased Stun Recovery", "negate": false}, {"string": "#% reduced Stun Recovery", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_2511217560"]}}} -{"ref": "Increases and Reductions to Spell Damage also apply to Attacks", "better": 1, "id": "additive_spell_damage_modifiers_apply_to_attack_damage", "matchers": [{"string": "Increases and Reductions to Spell Damage also apply to Attacks", "negate": false}], "trade": {"ids": null}} -{"ref": "Life Recharges", "better": 1, "id": "base_life_recharges_like_energy_shield", "matchers": [{"string": "Life Recharges", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_3971919056"]}}} -{"ref": "+# to maximum number of Summoned Totems", "better": 1, "id": "number_of_additional_totems_allowed", "matchers": [{"string": "# to maximum number of Summoned Totems", "negate": false}], "trade": {"ids": null}} -{"ref": "Inflicts a random Hex on you when your Totems die", "better": 1, "id": "randomly_cursed_when_totems_die_curse_level", "matchers": [{"string": "Inflicts a random Hex on you when your Totems die", "negate": false}], "trade": {"ids": null}} -{"ref": "Corpses in your Presence Explode when you Warcry,\\ndealing #% of their Life as Physical Damage", "better": 1, "id": "corpses_in_your_presence_explode_dealing_%_maximum_life_physical_damage_on_warcry", "matchers": [{"string": "Corpses in your Presence Explode when you Warcry,\\ndealing #% of their Life as Physical Damage", "negate": false}], "trade": {"ids": null}} -{"ref": "Warcry Skills have #% increased Area of Effect", "better": 1, "id": "warcry_skill_area_of_effect_+%", "matchers": [{"string": "Warcry Skills have #% increased Area of Effect", "negate": false}, {"string": "Warcry Skills have #% reduced Area of Effect", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_2567751411"]}}} -{"ref": "Totems Reflect #% of their maximum Life as Fire Damage to nearby Enemies when Hit", "better": 1, "id": "totem_%_maximum_life_inflicted_as_aoe_fire_damage_when_hit", "matchers": [{"string": "Totems Reflect #% of their maximum Life as Fire Damage to nearby Enemies when Hit", "negate": false}], "trade": {"ids": null}} -{"ref": "+#% to Melee Critical Damage Bonus", "better": 1, "id": "melee_weapon_critical_strike_multiplier_+", "matchers": [{"string": "#% to Melee Critical Damage Bonus", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Physical Damage taken", "better": 1, "id": "physical_damage_taken_+%", "matchers": [{"string": "#% increased Physical Damage taken", "negate": false}, {"string": "#% reduced Physical Damage taken", "negate": true}], "trade": {"ids": null}} -{"ref": "Gain # Rage after Spending a total of 200 Mana", "better": 1, "id": "gain_x_rage_per_200_mana_spent", "matchers": [{"string": "Gain # Rage after Spending a total of 200 Mana", "negate": false}], "trade": {"ids": null}} -{"ref": "Rage grants Spell Damage instead of Attack Damage", "better": 1, "id": "rage_grants_spell_damage_instead", "matchers": [{"string": "Rage grants Spell Damage instead of Attack Damage", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Global Defences", "better": 1, "id": "global_defences_+%", "matchers": [{"string": "#% increased Global Defences", "negate": false}, {"string": "#% reduced Global Defences", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_1389153006"]}}} -{"ref": "#% increased Quantity of Gold Dropped by Slain Enemies", "better": 1, "id": "gold_+%_from_enemies", "matchers": [{"string": "#% increased Quantity of Gold Dropped by Slain Enemies", "negate": false}, {"string": "#% reduced Quantity of Gold Dropped by Slain Enemies", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_3175163625"]}}} -{"ref": "Cannot have Energy Shield", "better": 1, "id": "cannot_have_current_energy_shield", "matchers": [{"string": "Cannot have Energy Shield", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_410952253"]}}} -{"ref": "Regenerate # Life per second per Maximum Energy Shield", "better": 1, "id": "life_regeneration_per_minute_per_maximum_energy_shield", "matchers": [{"string": "Regenerate # Life per second per Maximum Energy Shield", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_3276271783"]}}} -{"ref": "Recover #% of Missing Life before being Hit by an Enemy", "better": 1, "id": "missing_life_%_gained_as_life_before_hit", "matchers": [{"string": "Recover #% of Missing Life before being Hit by an Enemy", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1990472846"]}}} -{"ref": "You have no Accuracy Penalty at Distance", "better": 1, "id": "deadeye_accuracy_unaffected_by_range", "matchers": [{"string": "You have no Accuracy Penalty at Distance", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_3070990531"]}}} -{"ref": "Increases and Reductions to Minion Damage also affect you", "better": 1, "id": "minion_damage_increases_and_reductions_also_affects_you", "matchers": [{"string": "Increases and Reductions to Minion Damage also affect you", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1631928082"]}}} -{"ref": "Increases and Reductions to Minion Attack Speed also affect you", "better": 1, "id": "additive_modifiers_to_minion_attack_speed_also_affect_you", "matchers": [{"string": "Increases and Reductions to Minion Attack Speed also affect you", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2293111154"]}}} -{"ref": "#% increased Mana Regeneration Rate while stationary", "better": 1, "id": "mana_regeneration_rate_+%_while_stationary", "matchers": [{"string": "#% increased Mana Regeneration Rate while stationary", "negate": false}, {"string": "#% reduced Mana Regeneration Rate while stationary", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_3308030688"]}}} -{"ref": "Gain #% of Maximum Life as Extra Maximum Energy Shield", "better": 1, "id": "maximum_life_%_to_gain_as_maximum_energy_shield", "matchers": [{"string": "Gain #% of Maximum Life as Extra Maximum Energy Shield", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1228337241"]}}} -{"ref": "#% of Damage taken bypasses Energy Shield", "better": 1, "id": "base_all_damage_bypass_energy_shield_%", "matchers": [{"string": "#% of Damage taken bypasses Energy Shield", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2448633171"]}}} -{"ref": "You lose #% of Energy Shield per second", "better": 1, "id": "energy_shield_lost_per_minute_%", "matchers": [{"string": "You lose #% of Energy Shield per second", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2350411833"]}}} -{"ref": "Excess Life Recovery from Leech is applied to Energy Shield", "better": 1, "id": "life_leech_excess_goes_to_energy_shield", "matchers": [{"string": "Excess Life Recovery from Leech is applied to Energy Shield", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_999436592"]}}} -{"ref": "Minions in Presence lose Life when you lose Life\\nMinions in Presence gain Life when you gain Life", "better": 1, "id": "unique_minions_in_presence_gain_and_lose_life_when_you_do", "matchers": [{"string": "Minions in Presence lose Life when you lose Life\\nMinions in Presence gain Life when you gain Life", "negate": false}], "trade": {"ids": null}} -{"ref": "Ignites you inflict spread to other Enemies that stay within 1.5 metres for 2 seconds", "better": 1, "id": "ignite_proliferation_radius_15", "matchers": [{"string": "Ignites you inflict spread to other Enemies that stay within 1.5 metres for 2 seconds", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_3314057862"]}}} -{"ref": "Your Critical Hits do not deal extra Damage", "better": 1, "id": "no_critical_strike_multiplier", "matchers": [{"string": "Your Critical Hits do not deal extra Damage", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_4058681894"]}}} -{"ref": "Critical Hits do not deal extra Damage", "better": 1, "id": "local_no_critical_strike_multiplier", "matchers": [{"string": "Critical Hits do not deal extra Damage", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1508661598"]}}} -{"ref": "+#% to Thorns Critical Hit Chance", "better": 1, "id": "base_thorns_critical_strike_chance", "matchers": [{"string": "#% to Thorns Critical Hit Chance", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2715190555"]}}} -{"ref": "#% chance for Slam Skills you use yourself to cause Aftershocks", "better": 1, "id": "slam_aftershock_chance_%", "matchers": [{"string": "#% chance for Slam Skills you use yourself to cause Aftershocks", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1157523820"]}}} -{"ref": "Energy Generation is doubled", "better": 1, "id": "energy_generation_is_doubled", "matchers": [{"string": "Energy Generation is doubled", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_793801176"]}}} -{"ref": "#% increased Reload Speed", "better": 1, "id": "local_reload_speed_+%", "matchers": [{"string": "#% increased Reload Speed", "negate": false}, {"string": "#% reduced Reload Speed", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_710476746"]}}} -{"ref": "#% chance to not consume a bolt if you've Reloaded Recently", "better": 1, "id": "crossbow_attack_%_chance_to_not_consume_ammo_if_reloaded_recently", "matchers": [{"string": "#% chance to not consume a bolt if you've Reloaded Recently", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_842299438"]}}} -{"ref": "Skills reserve 50% less Spirit", "better": 1, "id": "unique_spirit_reservations_are_halved", "matchers": [{"string": "Skills reserve 50% less Spirit", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2838161567"]}}} -{"ref": "This Weapon's Critical Hit Chance is {0:d}%", "better": 1, "id": "local_weapon_base_crit_chance_permyriad_override", "matchers": [{"string": "This Weapon's Critical Hit Chance is {0:d}%", "negate": false}], "trade": {"ids": null}} -{"ref": "Attacks Chain an additional time", "better": 1, "id": "attacks_num_of_additional_chains", "matchers": [{"string": "Attacks Chain an additional time", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_3868118796"]}}} -{"ref": "+# Intelligence Requirement", "better": 1, "id": "local_intelligence_requirement_+", "matchers": [{"string": "# Intelligence Requirement", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2153364323"]}}} -{"ref": "Enemies Chilled by your Hits can be Shattered as though Frozen", "better": 1, "id": "chills_from_your_hits_cause_shattering", "matchers": [{"string": "Enemies Chilled by your Hits can be Shattered as though Frozen", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_3119292058"]}}} -{"ref": "Trigger Ember Fusillade Skill on casting a Spell", "better": 1, "id": "local_display_triggers_level_x_ember_fusillade_on_spell_cast", "matchers": [{"string": "Trigger Ember Fusillade Skill on casting a Spell", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_826162720"]}}} -{"ref": "Trigger Spark Skill on killing a Shocked Enemy", "better": 1, "id": "local_display_triggers_level_x_spark_on_killing_shocked_enemy_with_enemy_location_as_origin", "matchers": [{"string": "Trigger Spark Skill on killing a Shocked Enemy", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_811217923"]}}} -{"ref": "Trigger Lightning Bolt Skill on Critical Hit", "better": 1, "id": "local_display_triggers_level_x_lightning_bolt_on_critical_strike", "matchers": [{"string": "Trigger Lightning Bolt Skill on Critical Hit", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_704919631"]}}} -{"ref": "You can only Socket Ruby Jewels in this item", "better": 1, "id": "local_can_only_socket_ruby_gems", "matchers": [{"string": "You can only Socket Ruby Jewels in this item", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_4031148736"]}}} -{"ref": "You can only Socket Emerald Jewels in this item", "better": 1, "id": "local_can_only_socket_emerald_gems", "matchers": [{"string": "You can only Socket Emerald Jewels in this item", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_3598729471"]}}} -{"ref": "You can only Socket Sapphire Jewels in this item", "better": 1, "id": "local_can_only_socket_sapphire_gems", "matchers": [{"string": "You can only Socket Sapphire Jewels in this item", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_21302430"]}}} -{"ref": "Fire Resistance is unaffected by Area Penalties", "better": 1, "id": "fire_resist_unaffected_by_area_penalties", "matchers": [{"string": "Fire Resistance is unaffected by Area Penalties", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_3247805335"]}}} -{"ref": "Cold Resistance is unaffected by Area Penalties", "better": 1, "id": "cold_resist_unaffected_by_area_penalties", "matchers": [{"string": "Cold Resistance is unaffected by Area Penalties", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_4207433208"]}}} -{"ref": "Lightning Resistance is unaffected by Area Penalties", "better": 1, "id": "lightning_resist_unaffected_by_area_penalties", "matchers": [{"string": "Lightning Resistance is unaffected by Area Penalties", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_3631920880"]}}} -{"ref": "DNT Trigger Gas Cloud Skill on Hitting with your Main Hand", "better": 1, "id": "local_display_triggers_level_x_gas_cloud_on_main_hand_hit", "matchers": [{"string": "DNT Trigger Gas Cloud Skill on Hitting with your Main Hand", "negate": false}], "trade": {"ids": null}} -{"ref": "DNT Trigger Detonation Skill on Hitting with your Off Hand", "better": 1, "id": "local_display_triggers_level_x_detonation_on_off_hand_hit", "matchers": [{"string": "DNT Trigger Detonation Skill on Hitting with your Off Hand", "negate": false}], "trade": {"ids": null}} -{"ref": "Take # Fire Damage when you Ignite an Enemy", "better": 1, "id": "fire_damage_taken_when_enemy_ignited", "matchers": [{"string": "Take # Fire Damage when you Ignite an Enemy", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2518598473"]}}} -{"ref": "+# metre to Dodge Roll distance", "better": 1, "id": "dodge_roll_base_travel_distance", "matchers": [{"string": "# metre to Dodge Roll distance", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_258119672"], "sanctum": ["sanctum.stat_1040593638"]}}} -{"ref": "#% increased Evasion Rating if you've Dodge Rolled Recently", "better": 1, "id": "evasion_rating_+%_if_you_dodge_rolled_recently", "matchers": [{"string": "#% increased Evasion Rating if you've Dodge Rolled Recently", "negate": false}, {"string": "#% reduced Evasion Rating if you've Dodge Rolled Recently", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_1040569494"]}}} -{"ref": "Critical Hits ignore Enemy Monster Elemental Resistances", "better": 1, "id": "critical_strikes_ignore_elemental_resistances", "matchers": [{"string": "Critical Hits ignore Enemy Monster Elemental Resistances", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1094937621"]}}} -{"ref": "Life Regeneration is applied to Energy Shield instead", "better": 1, "id": "regenerate_energy_shield_instead_of_life", "matchers": [{"string": "Life Regeneration is applied to Energy Shield instead", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_632761194"]}}} -{"ref": "Gain #% of Maximum Mana as Extra Maximum Energy Shield", "better": 1, "id": "mana_%_to_gain_as_energy_shield", "matchers": [{"string": "Gain #% of Maximum Mana as Extra Maximum Energy Shield", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_3027830452"]}}} -{"ref": "#% chance when you gain a Charge to gain an additional Charge", "better": 1, "id": "chance_to_gain_1_more_charge_%", "matchers": [{"string": "#% chance when you gain a Charge to gain an additional Charge", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1555237944"]}}} -{"ref": "Can be modified while Corrupted", "better": 1, "id": "local_item_allow_modification_while_corrupted", "matchers": [{"string": "Can be modified while Corrupted", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1161337167"]}}} -{"ref": "#% of charges used by Charms granted to your Life Flasks", "better": 1, "id": "charm_charges_used_%_granted_to_life_flasks", "matchers": [{"string": "#% of charges used by Charms granted to your Life Flasks", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2369960685"]}}} -{"ref": "#% increased effect of Socketed Soul Cores", "better": 1, "id": "local_soul_core_effect_+%", "matchers": [{"string": "#% increased effect of Socketed Soul Cores", "negate": false}, {"string": "#% reduced effect of Socketed Soul Cores", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_4065505214"]}}} -{"ref": "Gain # random Charge on reaching Maximum Rage", "better": 1, "id": "gain_X_random_charges_on_reaching_maximum_rage", "matchers": [{"string": "Gain # random Charge on reaching Maximum Rage", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2906384323"]}}} -{"ref": "Lose all Rage on reaching Maximum Rage", "better": 1, "id": "lose_all_rage_on_reaching_maximum_rage", "matchers": [{"string": "Lose all Rage on reaching Maximum Rage", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_3851480592"]}}} -{"ref": "Life Recovery from Regeneration is not applied", "better": 1, "id": "life_recovery_from_regeneration_is_not_applied", "matchers": [{"string": "Life Recovery from Regeneration is not applied", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_3947672598"]}}} -{"ref": "Every 4 seconds, Recover 1 Life for every # Life Recovery per second from Regeneration", "better": 1, "id": "recover_1_life_per_x_life_regeneration_per_minute_every_4_seconds", "matchers": [{"string": "Every 4 seconds, Recover 1 Life for every # Life Recovery per second from Regeneration", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1457411584"]}}} -{"ref": "Skills have +# to Limit", "better": 1, "id": "base_limit_+", "matchers": [{"string": "Skills have +# to Limit", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2942704390"]}}} -{"ref": "Inflict Fire Exposure on Shocking an Enemy", "better": 1, "id": "inflict_fire_exposure_on_shock", "matchers": [{"string": "Inflict Fire Exposure on Shocking an Enemy", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1538879632"]}}} -{"ref": "Inflict Cold Exposure on Igniting an Enemy", "better": 1, "id": "inflict_cold_exposure_on_ignite", "matchers": [{"string": "Inflict Cold Exposure on Igniting an Enemy", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_3314536008"]}}} -{"ref": "Inflict Lightning Exposure on Critical Hit", "better": 1, "id": "inflict_lightning_exposure_on_crit", "matchers": [{"string": "Inflict Lightning Exposure on Critical Hit", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2665488635"]}}} -{"ref": "Enemies in your Presence gain Critical Weakness every second", "better": 1, "id": "enemies_in_presence_gain_critical_weakness_every_second", "matchers": [{"string": "Enemies in your Presence gain Critical Weakness every second", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_3587857709"]}}} -{"ref": "Enemies in your Presence are Blinded", "better": 1, "id": "enemies_in_presence_are_blinded", "matchers": [{"string": "Enemies in your Presence are Blinded", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1464727508"]}}} -{"ref": "Skills have +# seconds to Cooldown", "better": 1, "id": "unique_cooldown_modifier_ms", "matchers": [{"string": "Skills have +# seconds to Cooldown", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to not destroy Corpses when Consuming Corpses", "better": 1, "id": "base_chance_to_not_consume_corpse_%", "matchers": [{"string": "#% chance to not destroy Corpses when Consuming Corpses", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_965913123"]}}} -{"ref": "Can't use other Rings", "better": 1, "id": "local_ring_disable_other_ring", "matchers": [{"string": "Can't use other Rings", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_64726306"]}}} -{"ref": "#% increased Duration of Curses on you", "better": 1, "id": "self_curse_duration_+%", "matchers": [{"string": "#% increased Duration of Curses on you", "negate": false}, {"string": "#% reduced Duration of Curses on you", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_2920970371"]}}} -{"ref": "Left ring slot: Projectiles from Spells Fork", "better": 1, "id": "local_left_ring_slot_projectiles_from_spells_fork", "matchers": [{"string": "Left ring slot: Projectiles from Spells Fork", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2437476305"]}}} -{"ref": "Left ring slot: Projectiles from Spells cannot Chain", "better": 1, "id": "local_left_ring_slot_projectiles_from_spells_cannot_chain", "matchers": [{"string": "Left ring slot: Projectiles from Spells cannot Chain", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_3647242059"]}}} -{"ref": "Right ring slot: Projectiles from Spells Chain +# times", "better": 1, "id": "local_right_ring_slot_number_of_additional_chains_for_spell_projectiles", "matchers": [{"string": "Right ring slot: Projectiles from Spells Chain +# times", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1555918911"]}}} -{"ref": "Right ring slot: Projectiles from Spells cannot Fork", "better": 1, "id": "local_right_ring_slot_projectiles_from_spells_cannot_fork", "matchers": [{"string": "Right ring slot: Projectiles from Spells cannot Fork", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2933024469"]}}} -{"ref": "Projectiles from Spells cannot Pierce", "better": 1, "id": "projectiles_from_spells_cannot_pierce", "matchers": [{"string": "Projectiles from Spells cannot Pierce", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_3826125995"]}}} -{"ref": "Excess Life Recovery added as Guard for # seconds", "better": 1, "id": "local_unique_flask_life_recovered_above_effective_life_is_instead_added_as_guard_for_X_seconds", "matchers": [{"string": "Excess Life Recovery added as Guard for # seconds", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_636464211"]}}} -{"ref": "Alternating every 5 seconds:\\nTake #% more Damage from Hits\\nTake #% more Damage over time", "better": 1, "id": "has_trickster_alternating_damage_taken_+%_final", "matchers": [{"string": "Alternating every 5 seconds:\\nTake #% more Damage from Hits\\nTake #% more Damage over time", "negate": false}, {"string": "Alternating every 5 seconds:\\nTake #% less Damage from Hits\\nTake #% less Damage over time", "negate": true}], "trade": {"ids": null}} -{"ref": "Block chance is Lucky", "better": 1, "id": "block_chance_is_lucky", "matchers": [{"string": "Block chance is Lucky", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1469179771"]}}} -{"ref": "Charms use no Charges", "better": 1, "id": "charms_use_no_charges", "matchers": [{"string": "Charms use no Charges", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2620375641"]}}} -{"ref": "Aggravate Bleeding on Enemies when they Enter your Presence", "better": 1, "id": "aggravate_bleeding_on_enemies_when_they_enter_your_presence", "matchers": [{"string": "Aggravate Bleeding on Enemies when they Enter your Presence", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_874646180"]}}} -{"ref": "Skills gain #% of Damage as Chaos Damage per 3 Life Cost", "better": 1, "id": "non_skill_all_damage_%_to_gain_as_chaos_per_3_life_cost", "matchers": [{"string": "Skills gain #% of Damage as Chaos Damage per 3 Life Cost", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_4117005593"]}}} -{"ref": "+# to Spirit per Socketed Rune or Soul Core", "better": 1, "id": "local_spirit_+_per_rune_or_soul_core", "matchers": [{"string": "# to Spirit per Socketed Rune or Soul Core", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Maximum Life per Socketed Rune or Soul Core", "better": 1, "id": "local_maximum_life_+%_per_rune_or_soul_core", "matchers": [{"string": "#% increased Maximum Life per Socketed Rune or Soul Core", "negate": false}, {"string": "#% reduced Maximum Life per Socketed Rune or Soul Core", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_2702182380"]}}} -{"ref": "#% increased Maximum Mana per Socketed Rune or Soul Core", "better": 1, "id": "local_maximum_mana_+%_per_rune_or_soul_core", "matchers": [{"string": "#% increased Maximum Mana per Socketed Rune or Soul Core", "negate": false}, {"string": "#% reduced Maximum Mana per Socketed Rune or Soul Core", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_911712882"]}}} -{"ref": "#% increased Global Defences per Socketed Rune or Soul Core", "better": 1, "id": "local_global_defences_+%_per_rune_or_soul_core", "matchers": [{"string": "#% increased Global Defences per Socketed Rune or Soul Core", "negate": false}, {"string": "#% reduced Global Defences per Socketed Rune or Soul Core", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_1225174187"]}}} -{"ref": "#% increased Rarity of Items found per Socketed Rune or Soul Core", "better": 1, "id": "local_item_found_rarity_+%_per_rune_or_soul_core", "matchers": [{"string": "#% increased Rarity of Items found per Socketed Rune or Soul Core", "negate": false}, {"string": "#% reduced Rarity of Items found per Socketed Rune or Soul Core", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_313223231"]}}} -{"ref": "+#% to all Elemental Resistances per Socketed Rune or Soul Core", "better": 1, "id": "local_resist_all_elements_+%_per_rune_or_soul_core", "matchers": [{"string": "#% to all Elemental Resistances per Socketed Rune or Soul Core", "negate": false}, {"string": "-#% to all Elemental Resistances per Socketed Rune or Soul Core", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Attributes per Socketed Rune or Soul Core", "better": 1, "id": "local_all_attributes_+%_per_rune_or_soul_core", "matchers": [{"string": "#% increased Attributes per Socketed Rune or Soul Core", "negate": false}, {"string": "#% reduced Attributes per Socketed Rune or Soul Core", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_2513318031"]}}} -{"ref": "On Hitting an enemy, gains maximum added Lightning damage equal to\\nthe enemy's Power for 6 seconds, up to a total of #", "better": 1, "id": "local_maximum_added_lightning_damage_equal_to_total_monster_power_of_enemies_hit_in_past_6_seconds_up_to_X", "matchers": [{"string": "On Hitting an enemy, gains maximum added Lightning damage equal to\\nthe enemy's Power for 6 seconds, up to a total of #", "negate": false}], "trade": {"ids": null}} -{"ref": "You can use two copies of the same Support Gem in different Skills", "better": 1, "id": "support_gem_limit_+", "matchers": [{"string": "You can use two copies of the same Support Gem in different Skills", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_898131228"]}}} -{"ref": "Immobilise enemies at #% buildup instead of 100%", "better": 1, "id": "crowd_control_effects_are_triggered_at_%_poise_threshold_instead", "matchers": [{"string": "Immobilise enemies at #% buildup instead of 100%", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_4238331303"]}}} -{"ref": "Enemies Immobilised by you take #% less Damage", "better": 1, "id": "unique_crowd_controlled_enemy_damage_taken_-%_final", "matchers": [{"string": "Enemies Immobilised by you take #% less Damage", "negate": false}, {"string": "Enemies Immobilised by you take #% more Damage", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_1613322341"]}}} -{"ref": "Dodge Roll avoids all Hits", "better": 1, "id": "dodge_roll_can_avoid_all_damage", "matchers": [{"string": "Dodge Roll avoids all Hits", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_3518087336"]}}} -{"ref": "#% less Movement and Skill Speed per Dodge Roll in the past 20 seconds", "better": 1, "id": "unique_movement_speed_and_skill_speed_-%_final_per_number_of_times_dodge_rolled_in_past_20_seconds", "matchers": [{"string": "#% less Movement and Skill Speed per Dodge Roll in the past 20 seconds", "negate": false}, {"string": "#% more Movement and Skill Speed per Dodge Roll in the past 20 seconds", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_3156445245"]}}} -{"ref": "Allies in your Presence Gain #% of Damage as Extra Fire Damage", "better": 1, "id": "allies_in_presence_damage_%_to_gain_as_fire", "matchers": [{"string": "Allies in your Presence Gain #% of Damage as Extra Fire Damage", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2173791158"]}}} -{"ref": "Allies in your Presence Regenerate #% of their Maximum Life per second", "better": 1, "id": "allies_in_presence_life_regeneration_rate_per_minute_equal_to_their_maximum_life_%", "matchers": [{"string": "Allies in your Presence Regenerate #% of their Maximum Life per second", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_3081479811"]}}} -{"ref": "Enemies in your Presence Resist Elemental Damage based on their Lowest Resistance", "better": 1, "id": "enemies_in_presence_elemental_damage_resisted_by_lowest_elemental_resistance", "matchers": [{"string": "Enemies in your Presence Resist Elemental Damage based on their Lowest Resistance", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2786852525"]}}} -{"ref": "Enemies in your Presence are Intimidated", "better": 1, "id": "enemies_in_presence_are_intimidated", "matchers": [{"string": "Enemies in your Presence are Intimidated", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_3491722585"]}}} -{"ref": "#% chance to Avoid Physical Damage from Hits", "better": 1, "id": "avoid_physical_damage_%", "matchers": [{"string": "#% chance to Avoid Physical Damage from Hits", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2415497478"]}}} -{"ref": "#% chance to Avoid Chaos Damage from Hits", "better": 1, "id": "avoid_chaos_damage_%", "matchers": [{"string": "#% chance to Avoid Chaos Damage from Hits", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1563503803"]}}} -{"ref": "Skills have a #% longer Perfect Timing window", "better": 1, "id": "perfect_timing_window_ms_+%", "matchers": [{"string": "Skills have a #% longer Perfect Timing window", "negate": false}, {"string": "Skills have a #% shorter Perfect Timing window", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_1373370443"]}}} -{"ref": "Recover all Mana when Used", "better": 1, "id": "local_unique_flask_recover_all_mana_on_use", "matchers": [{"string": "Recover all Mana when Used", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1002973905"]}}} -{"ref": "Every 3 seconds during Effect, deal #% of Mana spent in those seconds as Chaos Damage to Enemies within 3 metres", "better": 1, "id": "local_unique_flask_nova_with_chaos_damage_equal_to_%_mana_spent_during_flask_effect", "matchers": [{"string": "Every 3 seconds during Effect, deal #% of Mana spent in those seconds as Chaos Damage to Enemies within 3 metres", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1910039112"]}}} -{"ref": "Deals #% of current Mana as Chaos Damage to you when Effect ends", "better": 1, "id": "local_unique_flask_take_chaos_damage_equal_to_current_mana_%_when_flask_effect_ends", "matchers": [{"string": "Deals #% of current Mana as Chaos Damage to you when Effect ends", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_3311259821"]}}} -{"ref": "Effect is not removed when Unreserved Mana is Filled", "better": 1, "id": "local_flask_effect_not_removed_at_full_mana", "matchers": [{"string": "Effect is not removed when Unreserved Mana is Filled", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_3969608626"]}}} -{"ref": "#% chance for Trigger skills to refund half of Energy Spent", "better": 1, "id": "trigger_skills_refund_half_energy_spent_chance_%", "matchers": [{"string": "#% chance for Trigger skills to refund half of Energy Spent", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased bonuses gained from Equipped Rings", "better": 1, "id": "equipped_rings_effect_of_bonuses_+%", "matchers": [{"string": "#% increased bonuses gained from Equipped Rings", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2793222406"]}}} -{"ref": "Enemies in your Presence have Fire Exposure", "better": 1, "id": "enemies_in_presence_have_fire_exposure", "matchers": [{"string": "Enemies in your Presence have Fire Exposure", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1069772386"]}}} -{"ref": "Critical Hits Ignore Enemy Monster Lightning Resistance", "better": 1, "id": "critical_strikes_ignore_lightning_resistance", "matchers": [{"string": "Critical Hits Ignore Enemy Monster Lightning Resistance", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1289045485"]}}} -{"ref": "Blind Chilled enemies on Hit", "better": 1, "id": "blind_chilled_enemies_on_hit_%", "matchers": [{"string": "Blind Chilled enemies on Hit", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_3450276548"]}}} -{"ref": "Armour is increased by Overcapped Fire Resistance", "better": 1, "id": "armour_increased_by_overcapped_fire_resistance", "matchers": [{"string": "Armour is increased by Overcapped Fire Resistance", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2129352930"]}}} -{"ref": "Evasion Rating is increased by Overcapped Lightning Resistance", "better": 1, "id": "evasion_rating_increased_by_overcapped_lightning_resistance", "matchers": [{"string": "Evasion Rating is increased by Overcapped Lightning Resistance", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_3924187855"]}}} -{"ref": "Energy Shield is increased by Overcapped Cold Resistance", "better": 1, "id": "energy_shield_increased_by_overcapped_cold_resistance", "matchers": [{"string": "Energy Shield is increased by Overcapped Cold Resistance", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_3377256514"]}}} -{"ref": "Elemental Ailment Threshold is increased by Overcapped Chaos Resistance", "better": 1, "id": "ailment_threshold_increased_by_overcapped_chaos_resistance", "matchers": [{"string": "Elemental Ailment Threshold is increased by Overcapped Chaos Resistance", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_83828836"]}}} -{"ref": "Chaos Damage from Hits also Contributes to Freeze Buildup", "better": 1, "id": "chaos_damage_can_freeze", "matchers": [{"string": "Chaos Damage from Hits also Contributes to Freeze Buildup", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2973498992"]}}} -{"ref": "Chaos Damage from Hits also Contributes to Electrocute Buildup", "better": 1, "id": "base_chaos_damage_can_electrocute", "matchers": [{"string": "Chaos Damage from Hits also Contributes to Electrocute Buildup", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2315177528"]}}} -{"ref": "Adds # to # Lightning Damage to Attacks per 10 Intelligence", "better": 1, "id": "minimum_added_lightning_damage_to_attacks_per_10_intelligence", "matchers": [{"string": "Adds # to # Lightning Damage to Attacks per 10 Intelligence", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_3168149399"]}}} -{"ref": "#% increased Attack Speed per 25 Dexterity", "better": 1, "id": "attack_speed_+%_per_25_dex", "matchers": [{"string": "#% increased Attack Speed per 25 Dexterity", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2241560081"]}}} -{"ref": "Minions' Resistances are equal to yours", "better": 1, "id": "minion_resistances_equal_yours", "matchers": [{"string": "Minions' Resistances are equal to yours", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_3045072899"]}}} -{"ref": "You take Fire Damage instead of Physical Damage from Bleeding", "better": 1, "id": "bleeding_damage_on_self_taken_as_fire_instead", "matchers": [{"string": "You take Fire Damage instead of Physical Damage from Bleeding", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2022332470"]}}} -{"ref": "Lightning Damage of Enemies Hitting you is Lucky", "better": 1, "id": "enemies_extra_damage_rolls_with_lightning_damage", "matchers": [{"string": "Lightning Damage of Enemies Hitting you is Lucky", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_4224965099"]}}} -{"ref": "#% increased Maximum Life per socketed Grand Spectrum", "better": 1, "id": "maximum_life_+%_per_stackable_unique_jewel", "matchers": [{"string": "#% increased Maximum Life per socketed Grand Spectrum", "negate": false}, {"string": "#% reduced Maximum Life per socketed Grand Spectrum", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_332217711"]}}} -{"ref": "+#% to all Elemental Resistances per socketed Grand Spectrum", "better": 1, "id": "elemental_resistance_%_per_stackable_unique_jewel", "matchers": [{"string": "#% to all Elemental Resistances per socketed Grand Spectrum", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_242161915"]}}} -{"ref": "#% increased Spirit per socketed Grand Spectrum", "better": 1, "id": "spirit_+%_per_stackable_unique_jewel", "matchers": [{"string": "#% increased Spirit per socketed Grand Spectrum", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1430165758"]}}} -{"ref": "#% of Fire Damage Converted to Cold Damage", "better": 1, "id": "non_skill_base_fire_damage_%_to_convert_to_cold", "matchers": [{"string": "#% of Fire Damage Converted to Cold Damage", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_3503160529"]}}} -{"ref": "#% of Fire Damage Converted to Lightning Damage", "better": 1, "id": "non_skill_base_fire_damage_%_to_convert_to_lightning", "matchers": [{"string": "#% of Fire Damage Converted to Lightning Damage", "negate": false}], "trade": {"ids": null}} -{"ref": "#% of Lightning Damage Converted to Cold Damage", "better": 1, "id": "non_skill_base_lightning_damage_%_to_convert_to_cold", "matchers": [{"string": "#% of Lightning Damage Converted to Cold Damage", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_3627052716"]}}} -{"ref": "#% of Cold Damage Converted to Lightning Damage", "better": 1, "id": "non_skill_base_cold_damage_%_to_convert_to_lightning", "matchers": [{"string": "#% of Cold Damage Converted to Lightning Damage", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1686824704"]}}} -{"ref": "#% of Elemental Damage Converted to Fire Damage", "better": 1, "id": "non_skill_base_elemental_damage_%_to_convert_to_fire", "matchers": [{"string": "#% of Elemental Damage Converted to Fire Damage", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_40154188"]}}} -{"ref": "#% of Elemental Damage Converted to Cold Damage", "better": 1, "id": "non_skill_base_elemental_damage_%_to_convert_to_cold", "matchers": [{"string": "#% of Elemental Damage Converted to Cold Damage", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_210092264"]}}} -{"ref": "#% of Elemental Damage Converted to Lightning Damage", "better": 1, "id": "non_skill_base_elemental_damage_%_to_convert_to_lightning", "matchers": [{"string": "#% of Elemental Damage Converted to Lightning Damage", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_289540902"]}}} -{"ref": "#% of Elemental Damage Converted to Chaos Damage", "better": 1, "id": "non_skill_base_elemental_damage_%_to_convert_to_chaos", "matchers": [{"string": "#% of Elemental Damage Converted to Chaos Damage", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2295988214"]}}} -{"ref": "Pain Attunement", "better": 1, "id": "keystone_pain_attunement", "matchers": [{"string": "Pain Attunement", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_98977150"]}}} -{"ref": "Iron Reflexes", "better": 1, "id": "keystone_iron_reflexes", "matchers": [{"string": "Iron Reflexes", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_326965591"]}}} -{"ref": "Blood Magic", "better": 1, "id": "keystone_blood_magic", "matchers": [{"string": "Blood Magic", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2801937280"]}}} -{"ref": "Eldritch Battery", "better": 1, "id": "keystone_eldritch_battery", "matchers": [{"string": "Eldritch Battery", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2262736444"]}}} -{"ref": "Giant's Blood", "better": 1, "id": "keystone_giants_blood", "matchers": [{"string": "Giant's Blood", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1875158664"]}}} -{"ref": "Unwavering Stance", "better": 1, "id": "keystone_unwavering_stance", "matchers": [{"string": "Unwavering Stance", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1683578560"]}}} -{"ref": "Iron Grip", "better": 1, "id": "keystone_strong_bowman", "matchers": [{"string": "Iron Grip", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_573347393"]}}} -{"ref": "Iron Will", "better": 1, "id": "strong_casting", "matchers": [{"string": "Iron Will", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_4092697134"]}}} -{"ref": "Can have a second Instilled Modifier", "better": 1, "id": "local_item_can_have_x_additional_enchantments", "matchers": [{"string": "Can have a second Instilled Modifier", "negate": false}], "trade": {"ids": null}} -{"ref": "Poison on Hit", "better": 1, "id": "global_poison_on_hit", "matchers": [{"string": "Poison on Hit", "negate": false}], "trade": {"ids": null}} -{"ref": "Inflict Bleeding on Hit", "better": 1, "id": "global_bleed_on_hit", "matchers": [{"string": "Inflict Bleeding on Hit", "negate": false}], "trade": {"ids": null}} -{"ref": "Cannot be Stunned", "better": 1, "id": "base_cannot_be_stunned", "matchers": [{"string": "Cannot be Stunned", "negate": false}], "trade": {"ids": null}} -{"ref": "Break Armour equal to #% of Physical Damage dealt", "better": 1, "id": "armour_break_physical_damage_%_dealt_as_armour_break", "matchers": [{"string": "Break Armour equal to #% of Physical Damage dealt", "negate": false}], "trade": {"ids": null}} -{"ref": "Skills fire an additional Projectile", "better": 1, "id": "number_of_additional_projectiles", "matchers": [{"string": "Skills fire an additional Projectile", "negate": false}], "trade": {"ids": null}} -{"ref": "DNT #% more Area of Effect", "better": 1, "id": "rare_monster_mod_area_of_effect_+%_final", "matchers": [{"string": "DNT #% more Area of Effect", "negate": false}, {"string": "DNT #% less Area of Effect", "negate": true}], "trade": {"ids": null}} -{"ref": "All Damage from Hits Contributes to Ignite Chance and Magnitude", "better": 1, "id": "all_damage_can_ignite", "matchers": [{"string": "All Damage from Hits Contributes to Ignite Chance and Magnitude", "negate": false}], "trade": {"ids": null}} -{"ref": "All Damage from Hits Contributes to Chill Magnitude", "better": 1, "id": "all_damage_can_chill", "matchers": [{"string": "All Damage from Hits Contributes to Chill Magnitude", "negate": false}], "trade": {"ids": null}} -{"ref": "All Damage from Hits Contributes to Shock Chance", "better": 1, "id": "all_damage_can_shock", "matchers": [{"string": "All Damage from Hits Contributes to Shock Chance", "negate": false}], "trade": {"ids": null}} -{"ref": "DNT #% more Slowing Potency of Debuffs against this monster", "better": 1, "id": "monster_slow_potency_+%_final", "matchers": [{"string": "DNT #% more Slowing Potency of Debuffs against this monster", "negate": false}, {"string": "DNT #% less Slowing Potency of Debuffs against this monster", "negate": true}], "trade": {"ids": null}} -{"ref": "DNT #% less Life Leeched from", "better": 1, "id": "life_leeched_from_-permyriad", "matchers": [{"string": "DNT #% less Life Leeched from", "negate": false}, {"string": "DNT #% more Life Leeched from", "negate": true}], "trade": {"ids": null}} -{"ref": "Hexproof", "better": 1, "id": "hexproof", "matchers": [{"string": "Hexproof", "negate": false}], "trade": {"ids": null}} -{"ref": "Skills Chain +# times", "better": 1, "id": "number_of_chains", "matchers": [{"string": "Skills Chain +# times", "negate": false}], "trade": {"ids": null}} -{"ref": "Projectiles gain Damage as they travel farther, dealing up\\nto #% increased Damage with Hits to targets", "better": 1, "id": "projectile_damage_+%_max_as_distance_travelled_increases", "matchers": [{"string": "Projectiles gain Damage as they travel farther, dealing up\\nto #% increased Damage with Hits to targets", "negate": false}], "trade": {"ids": null}} -{"ref": "#% reduced Action Speed", "better": 1, "id": "action_speed_-%", "matchers": [{"string": "#% reduced Action Speed", "negate": false}, {"string": "#% increased Action Speed", "negate": true}], "trade": {"ids": null}} -{"ref": "Cannot Recover Life or Energy Shield to above #%", "better": 1, "id": "cannot_recover_life_or_energy_shield_above_%", "matchers": [{"string": "Cannot Recover Life or Energy Shield to above #%", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Quantity of Items found in this Area", "better": 1, "id": "map_item_drop_quantity_+%", "matchers": [{"string": "#% increased Quantity of Items found in this Area", "negate": false}, {"string": "#% reduced Quantity of Items found in this Area", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_2390685262"]}}} -{"ref": "#% increased Rarity of Items found in this Area", "better": 1, "id": "map_item_drop_rarity_+%", "matchers": [{"string": "#% increased Rarity of Items found in this Area", "negate": false}, {"string": "#% reduced Rarity of Items found in this Area", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_2306002879"], "enchant": ["enchant.stat_2306002879"]}}} -{"ref": "#% increased Gold found in this Area", "better": 1, "id": "map_gold_+%", "matchers": [{"string": "#% increased Gold found in this Area", "negate": false}, {"string": "#% reduced Gold found in this Area", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_1133965702"]}}} -{"ref": "#% increased Experience gain", "better": 1, "id": "map_experience_gain_+%", "matchers": [{"string": "#% increased Experience gain", "negate": false}, {"string": "#% reduced Experience gain", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_57434274", "explicit.stat_3666934677"]}}} -{"ref": "#% increased Pack size", "better": 1, "id": "map_pack_size_+%", "matchers": [{"string": "#% increased Pack size", "negate": false}, {"string": "#% reduced Pack size", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_2017682521"], "enchant": ["enchant.stat_2017682521"]}}} -{"ref": "#% increased number of Monster Packs", "better": 1, "id": "map_monster_tre_+%", "matchers": [{"string": "#% increased number of Monster Packs", "negate": false}, {"string": "#% reduced number of Monster Packs", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_2624927319"]}}} -{"ref": "#% increased amount of Chests", "better": 1, "id": "map_chest_amount_+%", "matchers": [{"string": "#% increased amount of Chests", "negate": false}, {"string": "#% reduced amount of Chests", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_2745845732"]}}} -{"ref": "#% increased Magic Monsters", "better": 1, "id": "map_number_of_magic_packs_+%", "matchers": [{"string": "#% increased Magic Monsters", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_3873704640"], "enchant": ["enchant.stat_3873704640"]}}} -{"ref": "#% increased number of Rare Monsters", "better": 1, "id": "map_number_of_rare_packs_+%", "matchers": [{"string": "#% increased number of Rare Monsters", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_3793155082"], "enchant": ["enchant.stat_3793155082"]}}} -{"ref": "#% increased amount of Magic Chests", "better": 1, "id": "map_magic_chest_amount_+%", "matchers": [{"string": "#% increased amount of Magic Chests", "negate": false}, {"string": "#% reduced amount of Magic Chests", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_2898517796"]}}} -{"ref": "#% increased amount of Rare Chests", "better": 1, "id": "map_rare_chest_amount_+%", "matchers": [{"string": "#% increased amount of Rare Chests", "negate": false}, {"string": "#% reduced amount of Rare Chests", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_798469000"]}}} -{"ref": "#% increased Magic Pack Size", "better": 1, "id": "map_magic_pack_size_+%", "matchers": [{"string": "#% increased Magic Pack Size", "negate": false}, {"string": "#% reduced Magic Pack Size", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_1714706956"]}}} -{"ref": "Rare Monsters have # additional Modifier", "better": 1, "id": "map_rare_monster_num_additional_modifiers", "matchers": [{"string": "Rare Monsters have # additional Modifier", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2550456553"]}}} -{"ref": "Area contains an additional Shrine", "better": 1, "id": "map_num_extra_shrines", "matchers": [{"string": "Area contains an additional Shrine", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1468737867"]}}} -{"ref": "Area contains an additional Strongbox", "better": 1, "id": "map_num_extra_strongboxes", "matchers": [{"string": "Area contains an additional Strongbox", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_3240183538"]}}} -{"ref": "Area contains an additional Essence", "better": 1, "id": "map_extra_monoliths", "matchers": [{"string": "Area contains an additional Essence", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_395808938"]}}} -{"ref": "Area contains # additional packs of Undead", "better": 1, "id": "map_monster_additional_undead_packs", "matchers": [{"string": "Area contains # additional packs of Undead", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_240445958"]}}} -{"ref": "Area contains # additional packs of Beasts", "better": 1, "id": "map_monster_additional_beasts_packs", "matchers": [{"string": "Area contains # additional packs of Beasts", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_3757259819"]}}} -{"ref": "Area contains # additional packs of Ezomyte Monsters", "better": 1, "id": "map_monster_additional_ezomyte_packs", "matchers": [{"string": "Area contains # additional packs of Ezomyte Monsters", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1436812886"]}}} -{"ref": "Area contains # additional packs of Faridun Monsters", "better": 1, "id": "map_monster_additional_faridun_packs", "matchers": [{"string": "Area contains # additional packs of Faridun Monsters", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_4130878258"]}}} -{"ref": "Area contains # additional packs of Vaal Monsters", "better": 1, "id": "map_monster_additional_vaal_packs", "matchers": [{"string": "Area contains # additional packs of Vaal Monsters", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_4181857719"]}}} -{"ref": "Area contains # additional packs of Iron Guards", "better": 1, "id": "map_monster_additional_baron_packs", "matchers": [{"string": "Area contains # additional packs of Iron Guards", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2949706590"]}}} -{"ref": "Area contains # additional packs of Plagued Monsters", "better": 1, "id": "map_monster_additional_perennial_packs", "matchers": [{"string": "Area contains # additional packs of Plagued Monsters", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_3592067990"]}}} -{"ref": "Area contains # additional packs of Transcended Monsters", "better": 1, "id": "map_monster_additional_doryani_packs", "matchers": [{"string": "Area contains # additional packs of Transcended Monsters", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1689473577"]}}} -{"ref": "Area contains # additional packs of Bramble Monsters", "better": 1, "id": "map_monster_additional_bramble_packs", "matchers": [{"string": "Area contains # additional packs of Bramble Monsters", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_3309089125"]}}} -{"ref": "Monsters deal #% of Damage as Extra Fire", "better": 1, "id": "map_monsters_%_all_damage_to_gain_as_fire", "matchers": [{"string": "Monsters deal #% of Damage as Extra Fire", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_92381065"]}}} -{"ref": "Monsters deal #% of Damage as Extra Cold", "better": 1, "id": "map_monsters_%_all_damage_to_gain_as_cold", "matchers": [{"string": "Monsters deal #% of Damage as Extra Cold", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_211727"]}}} -{"ref": "Monsters deal #% of Damage as Extra Lightning", "better": 1, "id": "map_monsters_%_all_damage_to_gain_as_lightning", "matchers": [{"string": "Monsters deal #% of Damage as Extra Lightning", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_512071314"]}}} -{"ref": "#% increased Monster Damage", "better": 1, "id": "map_monsters_damage_+%", "matchers": [{"string": "#% increased Monster Damage", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1890519597"]}}} -{"ref": "#% increased Monster Movement Speed", "better": 1, "id": "map_monsters_movement_speed_+%", "matchers": [{"string": "#% increased Monster Movement Speed", "negate": false}, {"string": "#% reduced Monster Movement Speed", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_2306522833"]}}} -{"ref": "Monsters have #% increased Critical Hit Chance", "better": 1, "id": "map_monsters_critical_strike_chance_+%", "matchers": [{"string": "Monsters have #% increased Critical Hit Chance", "negate": false}, {"string": "Monsters have #% reduced Critical Hit Chance", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_2753083623"]}}} -{"ref": "#% more Monster Life", "better": 1, "id": "map_monsters_life_+%", "matchers": [{"string": "#% more Monster Life", "negate": false}, {"string": "#% less Monster Life", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_95249895"]}}} -{"ref": "+#% Monster Elemental Resistances", "better": 1, "id": "map_monsters_additional_elemental_resistance", "matchers": [{"string": "#% Monster Elemental Resistances", "negate": false}], "trade": {"ids": null}} -{"ref": "Monsters are Armoured", "better": 1, "id": "map_monsters_additional_strength_ratio_%_for_armour", "matchers": [{"string": "Monsters are Armoured", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2539290279"]}}} -{"ref": "Monsters are Evasive", "better": 1, "id": "map_monsters_additional_dexterity_ratio_%_for_evasion", "matchers": [{"string": "Monsters are Evasive", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2570249991"]}}} -{"ref": "Monsters gain #% of Maximum Life as Extra Maximum Energy Shield", "better": 1, "id": "map_monsters_maximum_life_%_to_add_to_maximum_energy_shield", "matchers": [{"string": "Monsters gain #% of Maximum Life as Extra Maximum Energy Shield", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2887760183"]}}} -{"ref": "Monsters have #% chance to Poison on Hit", "better": 1, "id": "map_monsters_chance_to_poison_on_hit_%", "matchers": [{"string": "Monsters have #% chance to Poison on Hit", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_95221307"]}}} -{"ref": "Monsters have #% chance to Bleed on Hit", "better": 1, "id": "map_monsters_chance_to_inflict_bleeding_%", "matchers": [{"string": "Monsters have #% chance to Bleed on Hit", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2506820610"]}}} -{"ref": "Monsters have #% increased Stun Threshold", "better": 1, "id": "map_monsters_stun_threshold_+%", "matchers": [{"string": "Monsters have #% increased Stun Threshold", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_4101943684"]}}} -{"ref": "Monsters Break Armour equal to #% of Physical Damage dealt", "better": 1, "id": "map_monsters_armour_break_physical_damage_%_dealt_as_armour_break", "matchers": [{"string": "Monsters Break Armour equal to #% of Physical Damage dealt", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1879340377"]}}} -{"ref": "Monsters have #% increased Accuracy Rating", "better": 1, "id": "map_monsters_accuracy_rating_+%", "matchers": [{"string": "Monsters have #% increased Accuracy Rating", "negate": false}, {"string": "Monsters have #% reduced Accuracy Rating", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_1588049749"]}}} -{"ref": "Monsters deal #% of Damage as Extra Chaos", "better": 1, "id": "map_monsters_%_all_damage_to_gain_as_chaos", "matchers": [{"string": "Monsters deal #% of Damage as Extra Chaos", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2200661314"]}}} -{"ref": "Monsters have #% increased Stun Buildup", "better": 1, "id": "map_monsters_hit_damage_stun_multiplier_+%", "matchers": [{"string": "Monsters have #% increased Stun Buildup", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_115425161"]}}} -{"ref": "Monsters have #% increased Ignite Chance", "better": 1, "id": "map_monsters_ignite_chance_+%", "matchers": [{"string": "Monsters have #% increased Ignite Chance", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2508044078"]}}} -{"ref": "Monsters fire # additional Projectiles", "better": 1, "id": "map_monsters_additional_number_of_projecitles", "matchers": [{"string": "Monsters fire # additional Projectiles", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1309819744"]}}} -{"ref": "Monsters have #% increased Area of Effect", "better": 1, "id": "map_monsters_area_of_effect_+%", "matchers": [{"string": "Monsters have #% increased Area of Effect", "negate": false}, {"string": "Monsters have #% reduced Area of Effect", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_1708461270"]}}} -{"ref": "Players are Cursed with Enfeeble", "better": 1, "id": "map_player_has_level_X_enfeeble", "matchers": [{"string": "Players are Cursed with Enfeeble", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_4103440490"]}}} -{"ref": "Players are Cursed with Temporal Chains", "better": 1, "id": "map_player_has_level_X_temporal_chains", "matchers": [{"string": "Players are Cursed with Temporal Chains", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2326202293"]}}} -{"ref": "Players are Cursed with Elemental Weakness", "better": 1, "id": "map_player_has_level_X_elemental_weakness", "matchers": [{"string": "Players are Cursed with Elemental Weakness", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_558910024"]}}} -{"ref": "Area has patches of Burning Ground", "better": 1, "id": "map_base_ground_fire_damage_to_deal_per_10_seconds", "matchers": [{"string": "Area has patches of Burning Ground", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_133340941"]}}} -{"ref": "Area has patches of Chilled Ground", "better": 1, "id": "map_ground_ice_base_magnitude", "matchers": [{"string": "Area has patches of Chilled Ground", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_349586058"]}}} -{"ref": "Area has patches of Shocked Ground", "better": 1, "id": "map_ground_lightning", "matchers": [{"string": "Area has patches of Shocked Ground", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_3477720557"]}}} -{"ref": "Monster Damage Penetrates #% Elemental Resistances", "better": 1, "id": "map_monsters_penetrate_elemental_resistances_%", "matchers": [{"string": "Monster Damage Penetrates #% Elemental Resistances", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1898978455"]}}} -{"ref": "#% maximum Player Resistances", "better": 1, "id": "map_additional_player_maximum_resistances_%", "matchers": [{"string": "#% maximum Player Resistances", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_3376488707"]}}} -{"ref": "Players gain #% increased Flask Charges", "better": 1, "id": "map_player_charges_gained_+%", "matchers": [{"string": "Players gain #% increased Flask Charges", "negate": false}, {"string": "Players gain #% reduced Flask Charges", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_2549889921"]}}} -{"ref": "Players have #% more Recovery Rate of Life and Energy Shield", "better": 1, "id": "map_player_life_and_es_recovery_speed_+%_final", "matchers": [{"string": "Players have #% more Recovery Rate of Life and Energy Shield", "negate": false}, {"string": "Players have #% less Recovery Rate of Life and Energy Shield", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_4181072906"]}}} -{"ref": "Players have #% more Cooldown Recovery Rate", "better": 1, "id": "map_player_cooldown_speed_+%_final", "matchers": [{"string": "Players have #% more Cooldown Recovery Rate", "negate": false}, {"string": "Players have #% less Cooldown Recovery Rate", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_941368244"]}}} -{"ref": "Monsters take #% reduced Extra Damage from Critical Hits", "better": 1, "id": "map_monsters_base_self_critical_strike_multiplier_-%", "matchers": [{"string": "Monsters take #% reduced Extra Damage from Critical Hits", "negate": false}, {"string": "Monsters take #% increased Extra Damage from Critical Hits", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_337935900"]}}} -{"ref": "#% more effect of Curses on Monsters", "better": 1, "id": "map_monsters_curse_effect_on_self_+%_final", "matchers": [{"string": "#% more effect of Curses on Monsters", "negate": false}, {"string": "#% less effect of Curses on Monsters", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_3796523155"]}}} -{"ref": "Monsters have #% chance to steal Power, Frenzy and Endurance charges on Hit", "better": 1, "id": "map_monsters_steal_charges", "matchers": [{"string": "Monsters have #% chance to steal Power, Frenzy and Endurance charges on Hit", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_3222482040"]}}} -{"ref": "# Maps in Range are Irradiated", "better": 1, "id": "tower_add_irradiated_to_X_maps", "matchers": [{"string": "# Maps in Range are Irradiated", "negate": false}], "trade": {"ids": {"implicit": ["implicit.stat_4041853756"]}}} -{"ref": "# Maps in Range contain Breaches", "better": 1, "id": "tower_add_breach_to_X_maps", "matchers": [{"string": "# Maps in Range contain Breaches", "negate": false}], "trade": {"ids": {"implicit": ["implicit.stat_2219129443"]}}} -{"ref": "# Maps in Range contain Expedition Encounters", "better": 1, "id": "tower_add_expedition_to_X_maps", "matchers": [{"string": "# Maps in Range contain Expedition Encounters", "negate": false}], "trade": {"ids": {"implicit": ["implicit.stat_1714888636"]}}} -{"ref": "# Maps in Range contain Mirrors of Delirium", "better": 1, "id": "tower_add_delirium_to_X_maps", "matchers": [{"string": "# Maps in Range contain Mirrors of Delirium", "negate": false}], "trade": {"ids": {"implicit": ["implicit.stat_3879011313"]}}} -{"ref": "# Maps in Range contain Ritual Altars", "better": 1, "id": "tower_add_ritual_to_X_maps", "matchers": [{"string": "# Maps in Range contain Ritual Altars", "negate": false}], "trade": {"ids": {"implicit": ["implicit.stat_3166002380"]}}} -{"ref": "#% increased Waystones found in Area", "better": 1, "id": "map_map_item_drop_chance_+%", "matchers": [{"string": "#% increased Waystones found in Area", "negate": false}], "trade": {"ids": null}} -{"ref": "Rare Monsters have a #% chance to have an additional Modifier", "better": 1, "id": "map_rare_monster_additional_modifier_chance_%_with_rollover", "matchers": [{"string": "Rare Monsters have a #% chance to have an additional Modifier", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_3732878551"], "enchant": ["enchant.stat_3732878551"]}}} -{"ref": "Map has # additional random Modifier", "better": 1, "id": "map_number_of_additional_mods", "matchers": [{"string": "Map has # additional random Modifier", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_588512487"]}}} -{"ref": "Breaches have #% increased Monster density", "better": 1, "id": "map_breach_monster_quantity_+%", "matchers": [{"string": "Breaches have #% increased Monster density", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1210760818"]}}} -{"ref": "Breaches open and close #% faster", "better": 1, "id": "map_breach_time_passed_+%", "matchers": [{"string": "Breaches open and close #% faster", "negate": false}, {"string": "Breaches open and close #% slower", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_2504358770"]}}} -{"ref": "Breaches in Area contain # additional Clasped Hand", "better": 1, "id": "map_breaches_num_additional_chests_to_spawn", "matchers": [{"string": "Breaches in Area contain # additional Clasped Hand", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2224050171"]}}} -{"ref": "#% increased quantity of Artifacts dropped by Monsters", "better": 1, "id": "map_expedition_artifact_quantity_+%", "matchers": [{"string": "#% increased quantity of Artifacts dropped by Monsters", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_4219583418"], "implicit": ["implicit.stat_4219583418"]}}} -{"ref": "#% increased Explosive Placement Range", "better": 1, "id": "map_expedition_maximum_placement_distance_+%", "matchers": [{"string": "#% increased Explosive Placement Range", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1539368271"], "implicit": ["implicit.stat_1539368271"]}}} -{"ref": "Expeditions in Area have +# Remnants", "better": 1, "id": "map_expedition_relics_+", "matchers": [{"string": "Expeditions in Area have +# Remnants", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Explosive Radius", "better": 1, "id": "map_expedition_explosion_radius_+%", "matchers": [{"string": "#% increased Explosive Radius", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_3289828378"], "implicit": ["implicit.stat_3289828378"]}}} -{"ref": "#% increased Quantity of Expedition Logbooks dropped by Runic Monsters", "better": 1, "id": "expedition_monsters_logbook_chance_+%", "matchers": [{"string": "#% increased Quantity of Expedition Logbooks dropped by Runic Monsters", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1083387327"]}}} -{"ref": "Area contains #% increased number of Runic Monster Markers", "better": 1, "id": "map_expedition_elite_marker_count_+%", "matchers": [{"string": "Area contains #% increased number of Runic Monster Markers", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1640965354"], "implicit": ["implicit.stat_1640965354"]}}} -{"ref": "#% increased Stack size of Simulacrum Splinters found in Area", "better": 1, "id": "map_delirium_splinter_amount_+%", "matchers": [{"string": "#% increased Stack size of Simulacrum Splinters found in Area", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2301218725"], "enchant": ["enchant.stat_2301218725"]}}} -{"ref": "Monsters Sacrificed at Ritual Altars in Area grant #% increased Tribute", "better": 1, "id": "map_ritual_tribute_+%", "matchers": [{"string": "Monsters Sacrificed at Ritual Altars in Area grant #% increased Tribute", "negate": false}, {"string": "Monsters Sacrificed at Ritual Altars in Area grant #% reduced Tribute", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_159726667"]}}} -{"ref": "Ritual Altars in Area allow rerolling Favours an additional time", "better": 1, "id": "map_ritual_additional_reward_rerolls", "matchers": [{"string": "Ritual Altars in Area allow rerolling Favours an additional time", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_120737942"]}}} -{"ref": "+# to Monster Level of Area", "better": 1, "id": "map_level_+", "matchers": [{"string": "# to Monster Level of Area", "negate": false}], "trade": {"ids": null}} -{"ref": "Slaying Enemies has a #% increased chance to spawn Coalesced Corruption", "better": 1, "id": "map_beyond_portal_chance_+%", "matchers": [{"string": "Slaying Enemies has a #% increased chance to spawn Coalesced Corruption", "negate": false}, {"string": "Slaying Enemies has a #% reduced chance to spawn Coalesced Corruption", "negate": true}], "trade": {"ids": null}} -{"ref": "Monsters drop no items", "better": 1, "id": "map_monster_no_drops", "matchers": [{"string": "Monsters drop no items", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Quantity of Items Found from Chests", "better": 1, "id": "chest_item_quantity_+%", "matchers": [{"string": "#% increased Quantity of Items Found from Chests", "negate": false}, {"string": "#% reduced Quantity of Items Found from Chests", "negate": true}], "trade": {"ids": null}} -{"ref": "{{#% increased Rarity of Items Found in Excavated Chests}}", "better": 1, "id": "chest_item_rarity_+%_final_from_mod", "matchers": [{"string": "{{#% increased Rarity of Items Found in Excavated Chests}}", "negate": false}, {"string": "{{#% reduced Rarity of Items Found in Excavated Chests}}", "negate": true}], "trade": {"ids": null}} -{"ref": "Contains an additional Unique Item", "better": 1, "id": "chest_drop_additional_unqiue_items", "matchers": [{"string": "Contains an additional Unique Item", "negate": false}], "trade": {"ids": null}} -{"ref": "+# Chest level", "better": 1, "id": "chest_dropped_item_level_+", "matchers": [{"string": "# Chest level", "negate": false}], "trade": {"ids": null}} -{"ref": "Contains Identified Items", "better": 1, "id": "chest_items_drop_identified", "matchers": [{"string": "Contains Identified Items", "negate": false}], "trade": {"ids": null}} -{"ref": "Contained Items have #% Quality", "better": 1, "id": "chest_dropped_equipment_flasks_charms_have_quality_%", "matchers": [{"string": "Contained Items have #% Quality", "negate": false}], "trade": {"ids": null}} -{"ref": "Contained Items have an additional Socket", "better": 1, "id": "dropped_items_have_additional_sockets", "matchers": [{"string": "Contained Items have an additional Socket", "negate": false}], "trade": {"ids": null}} -{"ref": "Contains # additional Rune", "better": 1, "id": "drop_additional_runes", "matchers": [{"string": "Contains # additional Rune", "negate": false}], "trade": {"ids": null}} -{"ref": "Contains # additional Djinn Barya", "better": 1, "id": "drop_additional_sanctum_key", "matchers": [{"string": "Contains # additional Djinn Barya", "negate": false}], "trade": {"ids": null}} -{"ref": "Contains # additional Inscribed Ultimatum", "better": 1, "id": "drop_additional_ultimatum_key", "matchers": [{"string": "Contains # additional Inscribed Ultimatum", "negate": false}], "trade": {"ids": null}} -{"ref": "Contains # additional Unusual Tablet", "better": 1, "id": "drop_additional_special_tower_augment", "matchers": [{"string": "Contains # additional Unusual Tablet", "negate": false}], "trade": {"ids": null}} -{"ref": "Players in Area are #% Delirious", "better": 1, "id": "map_endgame_fog_depth", "matchers": [{"string": "Players in Area are #% Delirious", "negate": false}], "trade": {"ids": {"enchant": ["enchant.stat_1715784068"]}}} -{"ref": "#% chance to Avoid All Damage from Hits", "better": 1, "id": "avoid_damage_%", "matchers": [{"string": "#% chance to Avoid All Damage from Hits", "negate": false}], "trade": {"ids": null}} -{"ref": "Your Hits can't be Evaded", "better": 1, "id": "global_always_hit", "matchers": [{"string": "Your Hits can't be Evaded", "negate": false}], "trade": {"ids": null}} -{"ref": "Monsters' Hits are always Critical Hits", "better": 1, "id": "always_crit", "matchers": [{"string": "Monsters' Hits are always Critical Hits", "negate": false}], "trade": {"ids": null}} -{"ref": "Hits against Monsters cannot be Critical Hits", "better": 1, "id": "never_take_critical_strike", "matchers": [{"string": "Hits against Monsters cannot be Critical Hits", "negate": false}], "trade": {"ids": null}} -{"ref": "Life cannot be Leeched from Monsters", "better": 1, "id": "base_cannot_have_life_leeched_from", "matchers": [{"string": "Life cannot be Leeched from Monsters", "negate": false}], "trade": {"ids": null}} -{"ref": "{{Monsters are Immune to Physical Damage}}", "better": 1, "id": "physical_immunity", "matchers": [{"string": "{{Monsters are Immune to Physical Damage}}", "negate": false}], "trade": {"ids": null}} -{"ref": "Immune to Cold Damage", "better": 1, "id": "base_cold_immunity", "matchers": [{"string": "Immune to Cold Damage", "negate": false}], "trade": {"ids": null}} -{"ref": "Immune to lightning Damage", "better": 1, "id": "base_lightning_immunity", "matchers": [{"string": "Immune to lightning Damage", "negate": false}], "trade": {"ids": null}} -{"ref": "Immune to Fire Damage", "better": 1, "id": "base_fire_immunity", "matchers": [{"string": "Immune to Fire Damage", "negate": false}], "trade": {"ids": null}} -{"ref": "Provides Immunity to Chaos Damage", "better": 1, "id": "chaos_immunity", "matchers": [{"string": "Provides Immunity to Chaos Damage", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to Avoid being Chilled", "better": 1, "id": "base_avoid_chill_%", "matchers": [{"string": "#% chance to Avoid being Chilled", "negate": false}], "trade": {"ids": null}} -{"ref": "Runic Monsters apply a random Curse on Hit", "better": 1, "id": "apply_X_random_curses_on_hit", "matchers": [{"string": "Runic Monsters apply a random Curse on Hit", "negate": false}], "trade": {"ids": null}} -{"ref": "Monsters do not grant Flask Charges when Slain", "better": 1, "id": "monster_grants_no_flask_charges", "matchers": [{"string": "Monsters do not grant Flask Charges when Slain", "negate": false}], "trade": {"ids": null}} -{"ref": "Every 4 seconds, Regenerate #% of Life over one second", "better": 1, "id": "guardian_gain_life_regeneration_per_minute_%_for_1_second_every_10_seconds", "matchers": [{"string": "Every 4 seconds, Regenerate #% of Life over one second", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Attack Speed when on Low Life", "better": 1, "id": "attack_speed_+%_when_on_low_life", "matchers": [{"string": "#% increased Attack Speed when on Low Life", "negate": false}, {"string": "#% reduced Attack Speed when on Low Life", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Critical Hit Chance against Enemies on Full Life", "better": 1, "id": "critical_strike_chance_against_enemies_on_full_life_+%", "matchers": [{"string": "#% increased Critical Hit Chance against Enemies on Full Life", "negate": false}, {"string": "#% reduced Critical Hit Chance against Enemies on Full Life", "negate": true}], "trade": {"ids": null}} -{"ref": "+#% to All Resistances", "better": 1, "id": "resist_all_%", "matchers": [{"string": "#% to All Resistances", "negate": false}], "trade": {"ids": {"sanctum": ["sanctum.stat_3128852541"]}}} -{"ref": "Attacks cannot cause Bleeding", "better": 1, "id": "attacks_inflict_bleeding_on_hit", "matchers": [{"string": "Attacks cannot cause Bleeding", "negate": false}], "trade": {"ids": null}} -{"ref": "Damage Penetrates #% Chaos Resistance", "better": 1, "id": "reduce_enemy_chaos_resistance_%", "matchers": [{"string": "Damage Penetrates #% Chaos Resistance", "negate": false}, {"string": "Your Hits treat Chaos Resistance as #% higher than actual value", "negate": true}], "trade": {"ids": null}} -{"ref": "{{Runic Monsters are Duplicated}}", "better": 1, "id": "expedition_twinned_elites", "matchers": [{"string": "{{Runic Monsters are Duplicated}}", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Item Quantity", "better": 1, "id": "from_league_item_quantity_+%_permyriad", "matchers": [{"string": "#% increased Item Quantity", "negate": false}, {"string": "#% reduced Item Quantity", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Item Rarity", "better": 1, "id": "from_league_item_rarity_+%_permyriad", "matchers": [{"string": "#% increased Item Rarity", "negate": false}, {"string": "#% reduced Item Rarity", "negate": true}], "trade": {"ids": null}} -{"ref": "{{Monsters grant #% increased Experience}}", "better": 1, "id": "monster_slain_experience_+%", "matchers": [{"string": "{{Monsters grant #% increased Experience}}", "negate": false}, {"string": "{{Monsters grant #% reduced Experience}}", "negate": true}], "trade": {"ids": null}} -{"ref": "{{#% increased Quantity of Artifacts dropped by Monsters}}", "better": 1, "id": "expedition_monsters_currency_drop_quantity_+%", "matchers": [{"string": "{{#% increased Quantity of Artifacts dropped by Monsters}}", "negate": false}], "trade": {"ids": null}} -{"ref": "{{#% increased Quantity of Artifacts found in Excavated Chests}}", "better": 1, "id": "expedition_chest_currency_drop_quantity_+%", "matchers": [{"string": "{{#% increased Quantity of Artifacts found in Excavated Chests}}", "negate": false}, {"string": "{{#% reduced Quantity of Artifacts found in Excavated Chests}}", "negate": true}], "trade": {"ids": null}} -{"ref": "{{Monsters spawn with an additional #% of Life missing}}", "better": 1, "id": "map_expedition_monster_spawn_additional_missing_life_%", "matchers": [{"string": "{{Monsters spawn with an additional #% of Life missing}}", "negate": false}], "trade": {"ids": null}} -{"ref": "{{Items dropped by Monsters have #% chance to be Corrupted}}", "better": 1, "id": "monster_items_drop_corrupted_%", "matchers": [{"string": "{{Items dropped by Monsters have #% chance to be Corrupted}}", "negate": false}], "trade": {"ids": null}} -{"ref": "#% more Magnitude of Ignite inflicted", "better": 1, "id": "active_skill_ignite_effect_+%_final", "matchers": [{"string": "#% more Magnitude of Ignite inflicted", "negate": false}, {"string": "#% less Magnitude of Ignite inflicted", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Quantity of Items found", "better": 1, "id": "base_item_found_quantity_+%", "matchers": [{"string": "#% increased Quantity of Items found", "negate": false}, {"string": "#% reduced Quantity of Items found", "negate": true}], "trade": {"ids": null}} -{"ref": "Gain #% of Physical Damage as Extra Fire Damage", "better": 1, "id": "non_skill_base_physical_damage_%_to_gain_as_fire", "matchers": [{"string": "Gain #% of Physical Damage as Extra Fire Damage", "negate": false}], "trade": {"ids": null}} -{"ref": "Gain #% of Physical Damage as Extra Cold Damage", "better": 1, "id": "non_skill_base_physical_damage_%_to_gain_as_cold", "matchers": [{"string": "Gain #% of Physical Damage as Extra Cold Damage", "negate": false}], "trade": {"ids": null}} -{"ref": "Gain #% of Physical Damage as Extra Lightning Damage", "better": 1, "id": "non_skill_base_physical_damage_%_to_gain_as_lightning", "matchers": [{"string": "Gain #% of Physical Damage as Extra Lightning Damage", "negate": false}], "trade": {"ids": null}} -{"ref": "#% more Attack Speed", "better": 1, "id": "active_skill_attack_speed_+%_final", "matchers": [{"string": "#% more Attack Speed", "negate": false}, {"string": "#% less Attack Speed", "negate": true}], "trade": {"ids": null}} -{"ref": "#% of Maximum Life taken per second as Chaos Damage", "better": 1, "id": "base_chaos_damage_%_of_maximum_life_taken_per_minute", "matchers": [{"string": "#% of Maximum Life taken per second as Chaos Damage", "negate": false}], "trade": {"ids": null}} -{"ref": "#% more maximum Life", "better": 1, "id": "monster_life_+%_final_from_rarity", "matchers": [{"string": "#% more maximum Life", "negate": false}, {"string": "#% less maximum Life", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Character Size", "better": 1, "id": "base_actor_scale_+%", "matchers": [{"string": "#% increased Character Size", "negate": false}, {"string": "#% reduced Character Size", "negate": true}], "trade": {"ids": null}} -{"ref": "Curse Enemies with Vulnerability on Hit", "better": 1, "id": "curse_on_hit_level_vulnerability", "matchers": [{"string": "Curse Enemies with Vulnerability on Hit", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to Curse Enemies with Vulnerability on Hit", "better": 1, "id": "curse_on_hit_%_vulnerability", "matchers": [{"string": "#% chance to Curse Enemies with Vulnerability on Hit", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Stun Duration on you", "better": 1, "id": "stun_duration_on_self_+%", "matchers": [{"string": "#% increased Stun Duration on you", "negate": false}, {"string": "#% reduced Stun Duration on you", "negate": true}], "trade": {"ids": null}} -{"ref": "#% of Physical Damage Converted to Fire Damage", "better": 1, "id": "non_skill_base_physical_damage_%_to_convert_to_fire", "matchers": [{"string": "#% of Physical Damage Converted to Fire Damage", "negate": false}], "trade": {"ids": null}} -{"ref": "#% of Physical Damage Converted to Cold Damage", "better": 1, "id": "non_skill_base_physical_damage_%_to_convert_to_cold", "matchers": [{"string": "#% of Physical Damage Converted to Cold Damage", "negate": false}], "trade": {"ids": null}} -{"ref": "#% of Physical Damage Converted to Lightning Damage", "better": 1, "id": "non_skill_base_physical_damage_%_to_convert_to_lightning", "matchers": [{"string": "#% of Physical Damage Converted to Lightning Damage", "negate": false}], "trade": {"ids": null}} -{"ref": "#% of Physical Damage Converted to Chaos Damage", "better": 1, "id": "non_skill_base_physical_damage_%_to_convert_to_chaos", "matchers": [{"string": "#% of Physical Damage Converted to Chaos Damage", "negate": false}], "trade": {"ids": null}} -{"ref": "#% more Cast Speed", "better": 1, "id": "active_skill_cast_speed_+%_final", "matchers": [{"string": "#% more Cast Speed", "negate": false}, {"string": "#% less Cast Speed", "negate": true}], "trade": {"ids": null}} -{"ref": "Never deal Critical Hits", "better": 1, "id": "global_cannot_crit", "matchers": [{"string": "Never deal Critical Hits", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to gain an Endurance Charge on Hit", "better": 1, "id": "add_endurance_charge_on_skill_hit_%", "matchers": [{"string": "#% chance to gain an Endurance Charge on Hit", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to gain a Frenzy Charge on Hit", "better": 1, "id": "add_frenzy_charge_on_skill_hit_%", "matchers": [{"string": "#% chance to gain a Frenzy Charge on Hit", "negate": false}], "trade": {"ids": null}} -{"ref": "Curse Immune", "better": 1, "id": "immune_to_curses", "matchers": [{"string": "Curse Immune", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Cast Speed per Power Charge", "better": 1, "id": "cast_speed_+%_per_power_charge", "matchers": [{"string": "#% increased Cast Speed per Power Charge", "negate": false}], "trade": {"ids": null}} -{"ref": "Acrobatics", "better": 1, "id": "keystone_acrobatics", "matchers": [{"string": "Acrobatics", "negate": false}], "trade": {"ids": null}} -{"ref": "Has no Sockets", "better": 1, "id": "local_has_no_sockets", "matchers": [{"string": "Has no Sockets", "negate": false}], "trade": {"ids": null}} -{"ref": "Unaffected by Shock", "better": 1, "id": "unaffected_by_shock", "matchers": [{"string": "Unaffected by Shock", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to Avoid being Shocked", "better": 1, "id": "base_avoid_shock_%", "matchers": [{"string": "#% chance to Avoid being Shocked", "negate": false}], "trade": {"ids": null}} -{"ref": "Reflects # Physical Damage to Melee Attackers", "better": 1, "id": "physical_damage_to_return_to_melee_attacker", "matchers": [{"string": "Reflects # Physical Damage to Melee Attackers", "negate": false}], "trade": {"ids": null}} -{"ref": "Reflects # Cold Damage to Melee Attackers", "better": 1, "id": "cold_damage_to_return_to_melee_attacker", "matchers": [{"string": "Reflects # Cold Damage to Melee Attackers", "negate": false}], "trade": {"ids": null}} -{"ref": "Reflects # to # Physical Damage to Melee Attackers", "better": 1, "id": "minimum_physical_damage_to_return_to_melee_attacker", "matchers": [{"string": "Reflects # to # Physical Damage to Melee Attackers", "negate": false}], "trade": {"ids": null}} -{"ref": "Cannot be Chilled", "better": 1, "id": "base_cannot_be_chilled", "matchers": [{"string": "Cannot be Chilled", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Mana Cost of Skills when on Low Life", "better": 1, "id": "mana_cost_+%_when_on_low_life", "matchers": [{"string": "#% increased Mana Cost of Skills when on Low Life", "negate": false}, {"string": "#% reduced Mana Cost of Skills when on Low Life", "negate": true}], "trade": {"ids": null}} -{"ref": "+#% to all Elemental Resistances while on Low Life", "better": 1, "id": "elemental_resistance_%_when_on_low_life", "matchers": [{"string": "#% to all Elemental Resistances while on Low Life", "negate": false}], "trade": {"ids": null}} -{"ref": "+# to Evasion Rating while on Low Life", "better": 1, "id": "evasion_rating_+_when_on_low_life", "matchers": [{"string": "# to Evasion Rating while on Low Life", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Movement Speed when on Low Life", "better": 1, "id": "movement_velocity_+%_when_on_low_life", "matchers": [{"string": "#% increased Movement Speed when on Low Life", "negate": false}, {"string": "#% reduced Movement Speed when on Low Life", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Attack Speed when on Full Life", "better": 1, "id": "attack_speed_+%_when_on_full_life", "matchers": [{"string": "#% increased Attack Speed when on Full Life", "negate": false}, {"string": "#% reduced Attack Speed when on Full Life", "negate": true}], "trade": {"ids": null}} -{"ref": "Conduit", "better": 1, "id": "keystone_conduit", "matchers": [{"string": "Conduit", "negate": false}], "trade": {"ids": null}} -{"ref": "Area has Damaging Totems", "better": 1, "id": "map_packs_are_str_mission_totems", "matchers": [{"string": "Area has Damaging Totems", "negate": false}], "trade": {"ids": null}} -{"ref": "Monsters Fracture", "better": 1, "id": "map_non_unique_monsters_spawn_X_monsters_on_death", "matchers": [{"string": "Monsters Fracture", "negate": false}], "trade": {"ids": null}} -{"ref": "Area is inhabited by # additional Rogue Exile", "better": 1, "id": "map_spawn_extra_exiles", "matchers": [{"string": "Area is inhabited by # additional Rogue Exile", "negate": false}], "trade": {"ids": null}} -{"ref": "Unique Boss has #% increased Life", "better": 1, "id": "map_boss_maximum_life_+%", "matchers": [{"string": "Unique Boss has #% increased Life", "negate": false}, {"string": "Unique Boss has #% reduced Life", "negate": true}], "trade": {"ids": null}} -{"ref": "Monsters cannot be Stunned", "better": 1, "id": "map_monsters_cannot_be_stunned", "matchers": [{"string": "Monsters cannot be Stunned", "negate": false}], "trade": {"ids": null}} -{"ref": "Area contains no monsters", "better": 1, "id": "display_map_no_monsters", "matchers": [{"string": "Area contains no monsters", "negate": false}], "trade": {"ids": null}} -{"ref": "Area is inhabited by wild Animals", "better": 1, "id": "display_map_inhabited_by_wild_beasts", "matchers": [{"string": "Area is inhabited by wild Animals", "negate": false}], "trade": {"ids": null}} -{"ref": "+#% Chance to Block", "better": 1, "id": "local_additional_block_chance_%", "matchers": [{"string": "#% Chance to Block", "negate": false}], "trade": {"ids": null}} -{"ref": "#% Chance to Block Spell Damage while on Low Life", "better": 1, "id": "old_do_not_use_spell_block_%_while_on_low_life_from_assumed_block_value", "matchers": [{"string": "#% Chance to Block Spell Damage while on Low Life", "negate": false}], "trade": {"ids": null}} -{"ref": "#% Chance to Block Spell Damage", "better": 1, "id": "old_do_not_use_spell_block_%_from_assumed_block_value", "matchers": [{"string": "#% Chance to Block Spell Damage", "negate": false}], "trade": {"ids": null}} -{"ref": "+#% Chance to Block Spell Damage while on Low Life", "better": 1, "id": "spell_block_%_while_on_low_life", "matchers": [{"string": "#% Chance to Block Spell Damage while on Low Life", "negate": false}], "trade": {"ids": null}} -{"ref": "#% Chance to Block Spell Damage", "better": 1, "id": "base_spell_block_%", "matchers": [{"string": "#% Chance to Block Spell Damage", "negate": false}], "trade": {"ids": null}} -{"ref": "Locks enemy in place", "better": 1, "id": "no_movement_speed", "matchers": [{"string": "Locks enemy in place", "negate": false}], "trade": {"ids": null}} -{"ref": "Attacks have #% chance to Maim on Hit", "better": 1, "id": "maim_on_hit_%", "matchers": [{"string": "Attacks have #% chance to Maim on Hit", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to Ignite", "better": 1, "id": "base_chance_to_ignite_%", "matchers": [{"string": "#% chance to Ignite", "negate": false}], "trade": {"ids": null}} -{"ref": "Burns Ground on Death", "better": 1, "id": "monster_ground_fire_on_death_%_max_damage_to_deal_per_minute", "matchers": [{"string": "Burns Ground on Death", "negate": false}], "trade": {"ids": null}} -{"ref": "Spreads Caustic Ground on Death", "better": 1, "id": "monster_caustic_cloud_on_death_%_max_damage_to_deal_per_minute", "matchers": [{"string": "Spreads Caustic Ground on Death", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Area of Effect of Aura Skills", "better": 1, "id": "base_aura_area_of_effect_+%", "matchers": [{"string": "#% increased Area of Effect of Aura Skills", "negate": false}, {"string": "#% reduced Area of Effect of Aura Skills", "negate": true}], "trade": {"ids": null}} -{"ref": "Curse Enemies with Enfeeble on Hit", "better": 1, "id": "curse_on_hit_level_enfeeble", "matchers": [{"string": "Curse Enemies with Enfeeble on Hit", "negate": false}], "trade": {"ids": null}} -{"ref": "Curse Enemies with Temporal Chains on Hit", "better": 1, "id": "curse_on_hit_level_temporal_chains", "matchers": [{"string": "Curse Enemies with Temporal Chains on Hit", "negate": false}], "trade": {"ids": null}} -{"ref": "Curse Enemies with Temporal Chains on Hit", "better": 1, "id": "curse_on_hit_%_temporal_chains", "matchers": [{"string": "Curse Enemies with Temporal Chains on Hit", "negate": false}], "trade": {"ids": null}} -{"ref": "Curse Enemies with Flammability on Hit", "better": 1, "id": "curse_on_hit_%_flammability", "matchers": [{"string": "Curse Enemies with Flammability on Hit", "negate": false}], "trade": {"ids": null}} -{"ref": "Curse Skills have #% increased Cast Speed", "better": 1, "id": "curse_cast_speed_+%", "matchers": [{"string": "Curse Skills have #% increased Cast Speed", "negate": false}, {"string": "Curse Skills have #% reduced Cast Speed", "negate": true}], "trade": {"ids": null}} -{"ref": "Ancestral Bond", "better": 1, "id": "keystone_ancestral_bond", "matchers": [{"string": "Ancestral Bond", "negate": false}], "trade": {"ids": null}} -{"ref": "+# to Melee Strike Range", "better": 1, "id": "melee_range_+", "matchers": [{"string": "# to Melee Strike Range", "negate": false}], "trade": {"ids": null}} -{"ref": "Gain a Frenzy Charge on Critical Hit", "better": 1, "id": "add_frenzy_charge_on_critical_strike", "matchers": [{"string": "Gain a Frenzy Charge on Critical Hit", "negate": false}], "trade": {"ids": null}} -{"ref": "+#% to all maximum Resistances", "better": 1, "id": "additional_maximum_all_resistances_%", "matchers": [{"string": "#% to all maximum Resistances", "negate": false}], "trade": {"ids": null}} -{"ref": "Socketed Gems are Supported by Level # Concentrated Effect", "better": 1, "id": "local_display_socketed_gems_get_concentrated_area_level", "matchers": [{"string": "Socketed Gems are Supported by Level # Concentrated Effect", "negate": false}], "trade": {"ids": null}} -{"ref": "Socketed Gems are Supported by Level # Fire Penetration", "better": 1, "id": "local_display_socketed_gems_get_fire_penetration_level", "matchers": [{"string": "Socketed Gems are Supported by Level # Fire Penetration", "negate": false}], "trade": {"ids": null}} -{"ref": "Socketed Gems are Supported by Level # Added Fire Damage", "better": 1, "id": "local_display_socketed_gems_get_added_fire_damage_level", "matchers": [{"string": "Socketed Gems are Supported by Level # Added Fire Damage", "negate": false}], "trade": {"ids": null}} -{"ref": "Socketed Gems are Supported by Level # Cold to Fire", "better": 1, "id": "local_display_socketed_gems_get_cold_to_fire_level", "matchers": [{"string": "Socketed Gems are Supported by Level # Cold to Fire", "negate": false}], "trade": {"ids": null}} -{"ref": "When you generate an Endurance Charge, Allies in your Presence generate that Charge instead", "better": 1, "id": "endurance_only_conduit", "matchers": [{"string": "When you generate an Endurance Charge, Allies in your Presence generate that Charge instead", "negate": false}], "trade": {"ids": null}} -{"ref": "Gain an Endurance Charge when you take a Critical Hit", "better": 1, "id": "add_endurance_charge_on_enemy_critical_strike", "matchers": [{"string": "Gain an Endurance Charge when you take a Critical Hit", "negate": false}], "trade": {"ids": null}} -{"ref": "Chills Ground on Death", "better": 1, "id": "monster_ground_ice_on_death_base_area_of_effect_radius", "matchers": [{"string": "Chills Ground on Death", "negate": false}], "trade": {"ids": null}} -{"ref": "Spreads Tar on Death", "better": 1, "id": "monster_ground_tar_on_death_base_area_of_effect_radius", "matchers": [{"string": "Spreads Tar on Death", "negate": false}], "trade": {"ids": null}} -{"ref": "Socketed Gems are supported by Level # Blind", "better": 1, "id": "local_display_socketed_gems_get_blind_level", "matchers": [{"string": "Socketed Gems are supported by Level # Blind", "negate": false}], "trade": {"ids": null}} -{"ref": "Chests have #% increased Item Rarity", "better": 1, "id": "map_chest_item_rarity_+%", "matchers": [{"string": "Chests have #% increased Item Rarity", "negate": false}, {"string": "Chests have #% reduced Item Rarity", "negate": true}], "trade": {"ids": null}} -{"ref": "All Chests are Magic or Rare", "better": 1, "id": "map_chests_all_magic_or_rare", "matchers": [{"string": "All Chests are Magic or Rare", "negate": false}], "trade": {"ids": null}} -{"ref": "Can raise Magic monsters", "better": 1, "id": "necromancer_additional_rarity_levels_can_be_raised", "matchers": [{"string": "Can raise Magic monsters", "negate": false}], "trade": {"ids": null}} -{"ref": "Socketed Gems are Supported by Level # Pulverise", "better": 1, "id": "local_display_socketed_gems_supported_by_level_x_pulverise", "matchers": [{"string": "Socketed Gems are Supported by Level # Pulverise", "negate": false}], "trade": {"ids": null}} -{"ref": "Socketed Gems are Supported by Level # Increased Area of Effect", "better": 1, "id": "local_display_socketed_gems_get_increased_area_level", "matchers": [{"string": "Socketed Gems are Supported by Level # Increased Area of Effect", "negate": false}], "trade": {"ids": null}} -{"ref": "Socketed Gems are Supported by Level 10 Intensify", "better": 1, "id": "local_display_supported_by_level_10_intensify", "matchers": [{"string": "Socketed Gems are Supported by Level 10 Intensify", "negate": false}], "trade": {"ids": null}} -{"ref": "Extra gore", "better": 1, "id": "extra_gore", "matchers": [{"string": "Extra gore", "negate": false}], "trade": {"ids": null}} -{"ref": "Has one socket of each colour", "better": 1, "id": "local_one_socket_each_colour_only", "matchers": [{"string": "Has one socket of each colour", "negate": false}], "trade": {"ids": null}} -{"ref": "+#% Chance to Block Attack Damage while Dual Wielding", "better": 1, "id": "block_while_dual_wielding_%", "matchers": [{"string": "#% Chance to Block Attack Damage while Dual Wielding", "negate": false}], "trade": {"ids": null}} -{"ref": "+# to Level of all Raise Zombie Gems", "better": 1, "id": "raise_zombie_gem_level_+", "matchers": [{"string": "# to Level of all Raise Zombie Gems", "negate": false}], "trade": {"ids": null}} -{"ref": "Limit # Raised Zombie", "better": 1, "id": "base_number_of_zombies_allowed", "matchers": [{"string": "Limit # Raised Zombie", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Skeleton Movement Speed", "better": 1, "id": "skeleton_movement_speed_+%", "matchers": [{"string": "#% increased Skeleton Movement Speed", "negate": false}, {"string": "#% reduced Skeleton Movement Speed", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Skeleton Attack Speed", "better": 1, "id": "skeleton_attack_speed_+%", "matchers": [{"string": "#% increased Skeleton Attack Speed", "negate": false}, {"string": "#% reduced Skeleton Attack Speed", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Skeleton Cast Speed", "better": 1, "id": "skeleton_cast_speed_+%", "matchers": [{"string": "#% increased Skeleton Cast Speed", "negate": false}, {"string": "#% reduced Skeleton Cast Speed", "negate": true}], "trade": {"ids": null}} -{"ref": "Socketed Gems Cost and Reserve Life instead of Mana", "better": 1, "id": "local_display_socketed_gems_have_blood_magic", "matchers": [{"string": "Socketed Gems Cost and Reserve Life instead of Mana", "negate": false}], "trade": {"ids": null}} -{"ref": "+# to Level of Socketed Aura Gems", "better": 1, "id": "local_socketed_aura_gem_level_+", "matchers": [{"string": "# to Level of Socketed Aura Gems", "negate": false}], "trade": {"ids": null}} -{"ref": "Socketed Gems have #% chance to cause Enemies to Flee on Hit", "better": 1, "id": "local_display_socketed_gems_have_chance_to_flee_%", "matchers": [{"string": "Socketed Gems have #% chance to cause Enemies to Flee on Hit", "negate": false}], "trade": {"ids": null}} -{"ref": "#% of Physical Damage Converted to Chaos Damage per Level", "better": 1, "id": "non_skill_base_physical_damage_%_to_convert_to_chaos_per_level", "matchers": [{"string": "#% of Physical Damage Converted to Chaos Damage per Level", "negate": false}], "trade": {"ids": null}} -{"ref": "+# to Level of Socketed Strength Gems", "better": 1, "id": "local_socketed_strength_gem_level_+", "matchers": [{"string": "# to Level of Socketed Strength Gems", "negate": false}], "trade": {"ids": null}} -{"ref": "Chaos Damage taken does not cause double loss of Energy Shield", "better": 1, "id": "base_chaos_damage_does_not_damage_energy_shield_extra_hard", "matchers": [{"string": "Chaos Damage taken does not cause double loss of Energy Shield", "negate": false}], "trade": {"ids": null}} -{"ref": "#% of Physical Damage from Hits taken as Chaos Damage", "better": 1, "id": "physical_damage_taken_%_as_chaos", "matchers": [{"string": "#% of Physical Damage from Hits taken as Chaos Damage", "negate": false}], "trade": {"ids": null}} -{"ref": "#% more Damage with Arrow Hits at Close Range", "better": 1, "id": "unique_chin_sol_close_range_bow_damage_+%_final", "matchers": [{"string": "#% more Damage with Arrow Hits at Close Range", "negate": false}], "trade": {"ids": null}} -{"ref": "Bow Knockback at Close Range", "better": 1, "id": "unique_chin_sol_close_range_knockback", "matchers": [{"string": "Bow Knockback at Close Range", "negate": false}], "trade": {"ids": null}} -{"ref": "#% of Physical Damage from Hits taken as Fire Damage", "better": 1, "id": "physical_damage_taken_%_as_fire", "matchers": [{"string": "#% of Physical Damage from Hits taken as Fire Damage", "negate": false}], "trade": {"ids": null}} -{"ref": "Reflects # Fire Damage to Melee Attackers", "better": 1, "id": "fire_damage_to_return_to_melee_attacker", "matchers": [{"string": "Reflects # Fire Damage to Melee Attackers", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to Avoid being Ignited", "better": 1, "id": "base_avoid_ignite_%", "matchers": [{"string": "#% chance to Avoid being Ignited", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Physical Damage with Ranged Weapons", "better": 1, "id": "ranged_weapon_physical_damage_+%", "matchers": [{"string": "#% increased Physical Damage with Ranged Weapons", "negate": false}, {"string": "#% reduced Physical Damage with Ranged Weapons", "negate": true}], "trade": {"ids": null}} -{"ref": "Arrows Pierce all Targets", "better": 1, "id": "base_arrows_always_pierce", "matchers": [{"string": "Arrows Pierce all Targets", "negate": false}], "trade": {"ids": null}} -{"ref": "Arrows Pierce an additional Target", "better": 1, "id": "arrow_base_number_of_targets_to_pierce", "matchers": [{"string": "Arrows Pierce an additional Target", "negate": false}], "trade": {"ids": null}} -{"ref": "+#% Chance to Block Attack Damage while Dual Wielding Claws", "better": 1, "id": "block_while_dual_wielding_claws_%", "matchers": [{"string": "#% Chance to Block Attack Damage while Dual Wielding Claws", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Armour against Projectiles", "better": 1, "id": "physical_damage_reduction_rating_+%_against_projectiles", "matchers": [{"string": "#% increased Armour against Projectiles", "negate": false}, {"string": "#% reduced Armour against Projectiles", "negate": true}], "trade": {"ids": null}} -{"ref": "+#% chance to Block Projectile Attack Damage", "better": 1, "id": "additional_block_chance_against_projectiles_%", "matchers": [{"string": "#% chance to Block Projectile Attack Damage", "negate": false}], "trade": {"ids": null}} -{"ref": "#% Chance to Block Attack Damage", "better": 1, "id": "monster_base_block_%", "matchers": [{"string": "#% Chance to Block Attack Damage", "negate": false}], "trade": {"ids": null}} -{"ref": "Cannot Leech", "better": 1, "id": "base_cannot_leech", "matchers": [{"string": "Cannot Leech", "negate": false}], "trade": {"ids": null}} -{"ref": "Socketed Gems have #% increased Reservation Efficiency", "better": 1, "id": "local_display_socketed_gems_have_mana_reservation_+%", "matchers": [{"string": "Socketed Gems have #% increased Reservation Efficiency", "negate": false}], "trade": {"ids": null}} -{"ref": "Always Freezes Enemies on Hit", "better": 1, "id": "base_chance_to_freeze_%", "matchers": [{"string": "Always Freezes Enemies on Hit", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Intelligence Requirement", "better": 1, "id": "local_intelligence_requirement_+%", "matchers": [{"string": "#% increased Intelligence Requirement", "negate": false}, {"string": "#% reduced Intelligence Requirement", "negate": true}], "trade": {"ids": null}} -{"ref": "Socketed Gems are Supported by Level # Added Chaos Damage", "better": 1, "id": "local_display_socketed_gems_get_added_chaos_damage_level", "matchers": [{"string": "Socketed Gems are Supported by Level # Added Chaos Damage", "negate": false}], "trade": {"ids": null}} -{"ref": "Recover Energy Shield equal to #% of Armour when you Block", "better": 1, "id": "energy_shield_%_of_armour_rating_gained_on_block", "matchers": [{"string": "Recover Energy Shield equal to #% of Armour when you Block", "negate": false}], "trade": {"ids": null}} -{"ref": "Poisonous Hit", "better": 1, "id": "local_poison_on_hit", "matchers": [{"string": "Poisonous Hit", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Skeleton Duration", "better": 1, "id": "skeleton_duration_+%", "matchers": [{"string": "#% increased Skeleton Duration", "negate": false}, {"string": "#% reduced Skeleton Duration", "negate": true}], "trade": {"ids": null}} -{"ref": "+# Strength Requirement", "better": 1, "id": "local_strength_requirement_+", "matchers": [{"string": "# Strength Requirement", "negate": false}], "trade": {"ids": null}} -{"ref": "+# Dexterity Requirement", "better": 1, "id": "local_dexterity_requirement_+", "matchers": [{"string": "# Dexterity Requirement", "negate": false}], "trade": {"ids": null}} -{"ref": "+# Strength and Intelligence Requirement", "better": 1, "id": "local_strength_and_intelligence_requirement_+", "matchers": [{"string": "# Strength and Intelligence Requirement", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Spell Damage taken when on Low Mana", "better": 1, "id": "spell_damage_taken_+%_when_on_low_mana", "matchers": [{"string": "#% increased Spell Damage taken when on Low Mana", "negate": false}, {"string": "#% reduced Spell Damage taken when on Low Mana", "negate": true}], "trade": {"ids": null}} -{"ref": "+# to Evasion Rating while on Full Life", "better": 1, "id": "evasion_rating_+_when_on_full_life", "matchers": [{"string": "# to Evasion Rating while on Full Life", "negate": false}], "trade": {"ids": null}} -{"ref": "Removes Curses on use", "better": 1, "id": "local_flask_remove_curses_on_use", "matchers": [{"string": "Removes Curses on use", "negate": false}], "trade": {"ids": null}} -{"ref": "50% chance to cause Bleeding on Hit", "better": 1, "id": "local_chance_to_bleed_on_hit_50%", "matchers": [{"string": "50% chance to cause Bleeding on Hit", "negate": false}], "trade": {"ids": null}} -{"ref": "25% chance to cause Bleeding on Hit", "better": 1, "id": "local_chance_to_bleed_on_hit_25%", "matchers": [{"string": "25% chance to cause Bleeding on Hit", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to Cause Bleeding on Critical Hit", "better": 1, "id": "local_bleed_on_critical_strike_chance_%", "matchers": [{"string": "#% chance to Cause Bleeding on Critical Hit", "negate": false}], "trade": {"ids": null}} -{"ref": "50% chance to cause Bleeding on Critical Hit", "better": 1, "id": "local_chance_to_bleed_on_crit_50%", "matchers": [{"string": "50% chance to cause Bleeding on Critical Hit", "negate": false}], "trade": {"ids": null}} -{"ref": "Attacks deal no Physical Damage", "better": 1, "id": "attacks_deal_no_physical_damage", "matchers": [{"string": "Attacks deal no Physical Damage", "negate": false}], "trade": {"ids": null}} -{"ref": "Golden Radiance", "better": 1, "id": "display_golden_radiance", "matchers": [{"string": "Golden Radiance", "negate": false}], "trade": {"ids": null}} -{"ref": "Cannot be Stunned when on Low Life", "better": 1, "id": "cannot_be_stunned_when_on_low_life", "matchers": [{"string": "Cannot be Stunned when on Low Life", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased effect of Non-Curse Auras from your Skills", "better": 1, "id": "non_curse_aura_effect_+%", "matchers": [{"string": "#% increased effect of Non-Curse Auras from your Skills", "negate": false}, {"string": "#% reduced effect of Non-Curse Auras from your Skills", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased effect of Non-Curse Auras from your Skills on your Minions", "better": 1, "id": "minions_have_non_curse_aura_effect_+%_from_parent_skills", "matchers": [{"string": "#% increased effect of Non-Curse Auras from your Skills on your Minions", "negate": false}, {"string": "#% reduced effect of Non-Curse Auras from your Skills on your Minions", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Area Damage", "better": 1, "id": "area_damage_+%", "matchers": [{"string": "#% increased Area Damage", "negate": false}, {"string": "#% reduced Area Damage", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Global Damage", "better": 1, "id": "on_weapon_global_damage_+%", "matchers": [{"string": "#% increased Global Damage", "negate": false}, {"string": "#% reduced Global Damage", "negate": true}], "trade": {"ids": null}} -{"ref": "Contains waves of Monsters", "better": 1, "id": "display_cowards_trial_waves_of_monsters", "matchers": [{"string": "Contains waves of Monsters", "negate": false}], "trade": {"ids": null}} -{"ref": "Contains additional waves of Undead Monsters", "better": 1, "id": "display_cowards_trial_waves_of_undead_monsters", "matchers": [{"string": "Contains additional waves of Undead Monsters", "negate": false}], "trade": {"ids": null}} -{"ref": "Curse Non-Cursed Enemies with Enfeeble on Hit", "better": 1, "id": "curse_with_enfeeble_on_hit_%_against_uncursed_enemies", "matchers": [{"string": "Curse Non-Cursed Enemies with Enfeeble on Hit", "negate": false}], "trade": {"ids": null}} -{"ref": "Spreads Tar when you take a Critical Hit", "better": 1, "id": "ground_tar_on_take_crit_base_area_of_effect_radius", "matchers": [{"string": "Spreads Tar when you take a Critical Hit", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to spread Tar when Hit", "better": 1, "id": "ground_tar_when_hit_%_chance", "matchers": [{"string": "#% chance to spread Tar when Hit", "negate": false}], "trade": {"ids": null}} -{"ref": "Your Spells have Culling Strike", "better": 1, "id": "spells_have_culling_strike", "matchers": [{"string": "Your Spells have Culling Strike", "negate": false}], "trade": {"ids": null}} -{"ref": "Monsters are Immune to randomly chosen Elemental Ailments or Stun", "better": 1, "id": "map_monsters_immune_to_a_random_status_ailment_or_stun", "matchers": [{"string": "Monsters are Immune to randomly chosen Elemental Ailments or Stun", "negate": false}], "trade": {"ids": null}} -{"ref": "Monsters' Melee Attacks apply random Hexes on Hit", "better": 1, "id": "map_monster_melee_attacks_apply_random_curses", "matchers": [{"string": "Monsters' Melee Attacks apply random Hexes on Hit", "negate": false}], "trade": {"ids": null}} -{"ref": "Monsters Reflect Hexes", "better": 1, "id": "map_monsters_reflect_curses", "matchers": [{"string": "Monsters Reflect Hexes", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Global Evasion Rating when on Low Life", "better": 1, "id": "evasion_rating_+%_when_on_low_life", "matchers": [{"string": "#% increased Global Evasion Rating when on Low Life", "negate": false}, {"string": "#% reduced Global Evasion Rating when on Low Life", "negate": true}], "trade": {"ids": null}} -{"ref": "Life Leech from Hits with this Weapon is instant", "better": 1, "id": "local_life_leech_is_instant", "matchers": [{"string": "Life Leech from Hits with this Weapon is instant", "negate": false}], "trade": {"ids": null}} -{"ref": "#% reduced Mana Reservation Efficiency of Skills", "better": 1, "id": "mana_reservation_efficiency_-2%_per_1", "matchers": [{"string": "#% reduced Mana Reservation Efficiency of Skills", "negate": false}, {"string": "#% increased Mana Reservation Efficiency of Skills", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Mana Reservation Efficiency of Skills", "better": 1, "id": "base_mana_reservation_efficiency_+%", "matchers": [{"string": "#% increased Mana Reservation Efficiency of Skills", "negate": false}, {"string": "#% reduced Mana Reservation Efficiency of Skills", "negate": true}], "trade": {"ids": null}} -{"ref": "#% reduced Reservation Efficiency of Skills", "better": 1, "id": "reservation_efficiency_-2%_per_1", "matchers": [{"string": "#% reduced Reservation Efficiency of Skills", "negate": false}, {"string": "#% increased Reservation Efficiency of Skills", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Reservation Efficiency of Skills", "better": 1, "id": "base_reservation_efficiency_+%", "matchers": [{"string": "#% increased Reservation Efficiency of Skills", "negate": false}, {"string": "#% reduced Reservation Efficiency of Skills", "negate": true}], "trade": {"ids": null}} -{"ref": "#% chance to Avoid being Ignited while on Low Life", "better": 1, "id": "avoid_ignite_%_when_on_low_life", "matchers": [{"string": "#% chance to Avoid being Ignited while on Low Life", "negate": false}], "trade": {"ids": null}} -{"ref": "Socketed Gems are Supported by Level # Elemental Proliferation", "better": 1, "id": "local_display_socketed_gems_get_elemental_proliferation_level", "matchers": [{"string": "Socketed Gems are Supported by Level # Elemental Proliferation", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Spark Duration", "better": 1, "id": "spark_skill_effect_duration_+%", "matchers": [{"string": "#% increased Spark Duration", "negate": false}, {"string": "#% reduced Spark Duration", "negate": true}], "trade": {"ids": null}} -{"ref": "Area is a large Maze", "better": 1, "id": "display_map_larger_maze", "matchers": [{"string": "Area is a large Maze", "negate": false}], "trade": {"ids": null}} -{"ref": "Restless Dead", "better": 1, "id": "display_map_restless_dead", "matchers": [{"string": "Restless Dead", "negate": false}], "trade": {"ids": null}} -{"ref": "Area contains a Large Chest", "better": 1, "id": "display_map_large_chest", "matchers": [{"string": "Area contains a Large Chest", "negate": false}], "trade": {"ids": null}} -{"ref": "+# to Level of Socketed Movement Gems", "better": 1, "id": "local_socketed_movement_gem_level_+", "matchers": [{"string": "# to Level of Socketed Movement Gems", "negate": false}], "trade": {"ids": null}} -{"ref": "Players deal #% more Projectile Damage", "better": 1, "id": "map_player_projectile_damage_+%_final", "matchers": [{"string": "Players deal #% more Projectile Damage", "negate": false}, {"string": "Players deal #% less Projectile Damage", "negate": true}], "trade": {"ids": null}} -{"ref": "Projectiles move at #% increased Speed", "better": 1, "id": "map_projectile_speed_+%", "matchers": [{"string": "Projectiles move at #% increased Speed", "negate": false}, {"string": "Projectiles move at #% reduced Speed", "negate": true}], "trade": {"ids": null}} -{"ref": "+#% chance to Suppress Spell Damage per Frenzy Charge", "better": 1, "id": "spell_suppression_chance_%_per_frenzy_charge", "matchers": [{"string": "#% chance to Suppress Spell Damage per Frenzy Charge", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Evasion Rating per Frenzy Charge", "better": 1, "id": "evasion_rating_+%_per_frenzy_charge", "matchers": [{"string": "#% increased Evasion Rating per Frenzy Charge", "negate": false}, {"string": "#% reduced Evasion Rating per Frenzy Charge", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Frenzy Charge Duration", "better": 1, "id": "base_frenzy_charge_duration_+%", "matchers": [{"string": "#% increased Frenzy Charge Duration", "negate": false}, {"string": "#% reduced Frenzy Charge Duration", "negate": true}], "trade": {"ids": null}} -{"ref": "Socketed Gems are Supported by Level # Spell Totem", "better": 1, "id": "local_display_socketed_gems_get_spell_totem_level", "matchers": [{"string": "Socketed Gems are Supported by Level # Spell Totem", "negate": false}], "trade": {"ids": null}} -{"ref": "Socketed Gems are Supported by Level # Increased Duration", "better": 1, "id": "local_display_socketed_gems_get_increased_duration_level", "matchers": [{"string": "Socketed Gems are Supported by Level # Increased Duration", "negate": false}], "trade": {"ids": null}} -{"ref": "Socketed Gems are Supported by Level # Added Lightning Damage", "better": 1, "id": "local_display_socketed_gems_get_added_lightning_damage_level", "matchers": [{"string": "Socketed Gems are Supported by Level # Added Lightning Damage", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Duration of Lightning Ailments", "better": 1, "id": "lightning_ailment_duration_+%", "matchers": [{"string": "#% increased Duration of Lightning Ailments", "negate": false}, {"string": "#% reduced Duration of Lightning Ailments", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased effect of Curses on you", "better": 1, "id": "curse_effect_on_self_+%", "matchers": [{"string": "#% increased effect of Curses on you", "negate": false}, {"string": "#% reduced effect of Curses on you", "negate": true}], "trade": {"ids": null}} -{"ref": "Socketed Gems are supported by Level # Chance to Flee", "better": 1, "id": "local_display_socketed_gems_get_flee_level", "matchers": [{"string": "Socketed Gems are supported by Level # Chance to Flee", "negate": false}], "trade": {"ids": null}} -{"ref": "Emits a golden glow", "better": 1, "id": "unique_loris_lantern_golden_light", "matchers": [{"string": "Emits a golden glow", "negate": false}], "trade": {"ids": null}} -{"ref": "+#% to Chaos Resistance when on Low Life", "better": 1, "id": "chaos_damage_resistance_%_when_on_low_life", "matchers": [{"string": "#% to Chaos Resistance when on Low Life", "negate": false}], "trade": {"ids": null}} -{"ref": "Enemy hits on you roll low Damage", "better": 1, "id": "enemy_hits_roll_low_damage", "matchers": [{"string": "Enemy hits on you roll low Damage", "negate": false}], "trade": {"ids": null}} -{"ref": "Socketed Gems are Supported by Level # Faster Attacks", "better": 1, "id": "local_display_socketed_gems_get_faster_attacks_level", "matchers": [{"string": "Socketed Gems are Supported by Level # Faster Attacks", "negate": false}], "trade": {"ids": null}} -{"ref": "Socketed Gems are Supported by Level # Melee Physical Damage", "better": 1, "id": "local_display_socketed_gems_get_melee_physical_damage_level", "matchers": [{"string": "Socketed Gems are Supported by Level # Melee Physical Damage", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to gain an Endurance Charge when you Block", "better": 1, "id": "chance_to_gain_endurance_charge_on_block_%", "matchers": [{"string": "#% chance to gain an Endurance Charge when you Block", "negate": false}], "trade": {"ids": null}} -{"ref": "Damage of Enemies Hitting you is Lucky while you are on Low Life", "better": 1, "id": "enemy_extra_damage_rolls_when_on_low_life", "matchers": [{"string": "Damage of Enemies Hitting you is Lucky while you are on Low Life", "negate": false}], "trade": {"ids": null}} -{"ref": "Damage of Enemies Hitting you is Lucky while you are on Full Life", "better": 1, "id": "enemy_extra_damage_rolls_when_on_full_life", "matchers": [{"string": "Damage of Enemies Hitting you is Lucky while you are on Full Life", "negate": false}], "trade": {"ids": null}} -{"ref": "Monsters drop Burning Ground on death", "better": 1, "id": "map_monsters_drop_ground_fire_on_death_base_radius", "matchers": [{"string": "Monsters drop Burning Ground on death", "negate": false}], "trade": {"ids": null}} -{"ref": "Areas Have the Same Layout for all Players", "better": 1, "id": "map_fixed_seed", "matchers": [{"string": "Areas Have the Same Layout for all Players", "negate": false}], "trade": {"ids": null}} -{"ref": "Minimap is Revealed", "better": 1, "id": "map_minimap_revealed", "matchers": [{"string": "Minimap is Revealed", "negate": false}], "trade": {"ids": null}} -{"ref": "Life, Mana, Energy Shield and Flasks are not refilled in Towns", "better": 1, "id": "map_no_refills_in_town", "matchers": [{"string": "Life, Mana, Energy Shield and Flasks are not refilled in Towns", "negate": false}], "trade": {"ids": null}} -{"ref": "Item drops on death", "better": 1, "id": "item_drops_on_death", "matchers": [{"string": "Item drops on death", "negate": false}], "trade": {"ids": null}} -{"ref": "Deal # to # Lightning Damage to nearby Enemies when you lose a Power, Frenzy, or Endurance Charge", "better": 1, "id": "base_minimum_lightning_damage_on_charge_expiry", "matchers": [{"string": "Deal # to # Lightning Damage to nearby Enemies when you lose a Power, Frenzy, or Endurance Charge", "negate": false}], "trade": {"ids": null}} -{"ref": "Reflects # Chaos Damage to Melee Attackers", "better": 1, "id": "chaos_damage_to_return_to_melee_attacker", "matchers": [{"string": "Reflects # Chaos Damage to Melee Attackers", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Power Charge Duration", "better": 1, "id": "power_charge_duration_+%", "matchers": [{"string": "#% increased Power Charge Duration", "negate": false}, {"string": "#% reduced Power Charge Duration", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Spell Damage per Power Charge", "better": 1, "id": "spell_damage_+%_per_power_charge", "matchers": [{"string": "#% increased Spell Damage per Power Charge", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to create Consecrated Ground when you Block", "better": 1, "id": "consecrate_on_block_%_chance_to_create", "matchers": [{"string": "#% chance to create Consecrated Ground when you Block", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to create Desecrated Ground when you Block", "better": 1, "id": "desecrate_on_block_%_chance_to_create", "matchers": [{"string": "#% chance to create Desecrated Ground when you Block", "negate": false}], "trade": {"ids": null}} -{"ref": "Can't use Chest armour", "better": 1, "id": "disable_chest_slot", "matchers": [{"string": "Can't use Chest armour", "negate": false}], "trade": {"ids": null}} -{"ref": "+# to Level of Socketed Elemental Gems", "better": 1, "id": "local_socketed_elemental_gem_level_+", "matchers": [{"string": "# to Level of Socketed Elemental Gems", "negate": false}], "trade": {"ids": null}} -{"ref": "Gain # Energy Shield per Enemy Killed", "better": 1, "id": "base_energy_shield_gained_on_enemy_death", "matchers": [{"string": "Gain # Energy Shield per Enemy Killed", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Claw Physical Damage when on Low Life", "better": 1, "id": "physical_claw_damage_+%_when_on_low_life", "matchers": [{"string": "#% increased Claw Physical Damage when on Low Life", "negate": false}, {"string": "#% reduced Claw Physical Damage when on Low Life", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Damage with Claws while on Low Life", "better": 1, "id": "claw_damage_+%_while_on_low_life", "matchers": [{"string": "#% increased Damage with Claws while on Low Life", "negate": false}, {"string": "#% reduced Damage with Claws while on Low Life", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Accuracy Rating when on Low Life", "better": 1, "id": "accuracy_rating_+%_when_on_low_life", "matchers": [{"string": "#% increased Accuracy Rating when on Low Life", "negate": false}, {"string": "#% reduced Accuracy Rating when on Low Life", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Damage taken from Projectile Hits", "better": 1, "id": "projectile_damage_taken_+%", "matchers": [{"string": "#% increased Damage taken from Projectile Hits", "negate": false}, {"string": "#% reduced Damage taken from Projectile Hits", "negate": true}], "trade": {"ids": null}} -{"ref": "You cannot increase the Rarity of Items found", "better": 1, "id": "cannot_increase_rarity_of_dropped_items", "matchers": [{"string": "You cannot increase the Rarity of Items found", "negate": false}], "trade": {"ids": null}} -{"ref": "You cannot increase the Quantity of Items found", "better": 1, "id": "cannot_increase_quantity_of_dropped_items", "matchers": [{"string": "You cannot increase the Quantity of Items found", "negate": false}], "trade": {"ids": null}} -{"ref": "You cannot be killed by reflected Elemental Damage", "better": 1, "id": "cannot_be_killed_by_elemental_reflect", "matchers": [{"string": "You cannot be killed by reflected Elemental Damage", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased effect of Curses on Monsters", "better": 1, "id": "map_monsters_curse_effect_+%", "matchers": [{"string": "#% increased effect of Curses on Monsters", "negate": false}, {"string": "#% reduced effect of Curses on Monsters", "negate": true}], "trade": {"ids": null}} -{"ref": "Insufficient Mana doesn't prevent your Melee Attacks", "better": 1, "id": "melee_attacks_usable_without_mana_cost", "matchers": [{"string": "Insufficient Mana doesn't prevent your Melee Attacks", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Monster Attack Speed", "better": 1, "id": "map_monsters_attack_speed_+%", "matchers": [{"string": "#% increased Monster Attack Speed", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1913583994"]}}} -{"ref": "Rogue Exiles roam Wraeclast", "better": 1, "id": "map_spawn_exile_per_area_%", "matchers": [{"string": "Rogue Exiles roam Wraeclast", "negate": false}], "trade": {"ids": null}} -{"ref": "+# to Strength and Dexterity", "better": 1, "id": "additional_strength_and_dexterity", "matchers": [{"string": "# to Strength and Dexterity", "negate": false}], "trade": {"ids": null}} -{"ref": "+# to Strength and Intelligence", "better": 1, "id": "additional_strength_and_intelligence", "matchers": [{"string": "# to Strength and Intelligence", "negate": false}], "trade": {"ids": null}} -{"ref": "+# to Dexterity and Intelligence", "better": 1, "id": "additional_dexterity_and_intelligence", "matchers": [{"string": "# to Dexterity and Intelligence", "negate": false}], "trade": {"ids": null}} -{"ref": "+# to Weapon Range", "better": 1, "id": "local_weapon_range_+", "matchers": [{"string": "# to Weapon Range", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to gain a Frenzy Charge on Kill", "better": 1, "id": "add_frenzy_charge_on_kill_%_chance", "matchers": [{"string": "#% chance to gain a Frenzy Charge on Kill", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to gain a Power Charge on Kill", "better": 1, "id": "add_power_charge_on_kill_%_chance", "matchers": [{"string": "#% chance to gain a Power Charge on Kill", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to gain an Endurance Charge on Kill", "better": 1, "id": "endurance_charge_on_kill_%", "matchers": [{"string": "#% chance to gain an Endurance Charge on Kill", "negate": false}], "trade": {"ids": null}} -{"ref": "Gain an Endurance Charge when you lose a Power Charge", "better": 1, "id": "gain_endurance_charge_on_power_charge_expiry", "matchers": [{"string": "Gain an Endurance Charge when you lose a Power Charge", "negate": false}], "trade": {"ids": null}} -{"ref": "Chill Effect and Freeze Duration on you are based on #% of Energy Shield", "better": 1, "id": "chill_and_freeze_duration_based_on_%_energy_shield", "matchers": [{"string": "Chill Effect and Freeze Duration on you are based on #% of Energy Shield", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Melee Damage when on Full Life", "better": 1, "id": "melee_damage_+%_when_on_full_life", "matchers": [{"string": "#% increased Melee Damage when on Full Life", "negate": false}, {"string": "#% reduced Melee Damage when on Full Life", "negate": true}], "trade": {"ids": null}} -{"ref": "Creates Consecrated Ground on Critical Hit", "better": 1, "id": "consecrate_on_crit_%_chance_to_create", "matchers": [{"string": "Creates Consecrated Ground on Critical Hit", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Projectile Speed per Frenzy Charge", "better": 1, "id": "projectile_speed_+%_per_frenzy_charge", "matchers": [{"string": "#% increased Projectile Speed per Frenzy Charge", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Projectile Damage per Power Charge", "better": 1, "id": "projectile_damage_+%_per_power_charge", "matchers": [{"string": "#% increased Projectile Damage per Power Charge", "negate": false}], "trade": {"ids": null}} -{"ref": "Right ring slot: You cannot Regenerate Mana", "better": 1, "id": "local_right_ring_slot_no_mana_regeneration", "matchers": [{"string": "Right ring slot: You cannot Regenerate Mana", "negate": false}], "trade": {"ids": null}} -{"ref": "Right ring slot: Regenerate #% of Energy Shield per second", "better": 1, "id": "local_right_ring_slot_base_energy_shield_regeneration_rate_per_minute_%", "matchers": [{"string": "Right ring slot: Regenerate #% of Energy Shield per second", "negate": false}], "trade": {"ids": null}} -{"ref": "Left ring slot: #% increased Mana Regeneration Rate", "better": 1, "id": "local_left_ring_slot_mana_regeneration_rate_+%", "matchers": [{"string": "Left ring slot: #% increased Mana Regeneration Rate", "negate": false}], "trade": {"ids": null}} -{"ref": "Left ring slot: You cannot Recharge or Regenerate Energy Shield", "better": 1, "id": "local_left_ring_slot_no_energy_shield_recharge_or_regeneration", "matchers": [{"string": "Left ring slot: You cannot Recharge or Regenerate Energy Shield", "negate": false}], "trade": {"ids": null}} -{"ref": "Regenerate #% of Energy Shield per second", "better": 1, "id": "base_energy_shield_regeneration_rate_per_minute_%", "matchers": [{"string": "Regenerate #% of Energy Shield per second", "negate": false}], "trade": {"ids": null}} -{"ref": "Regenerate # Energy Shield per second", "better": 1, "id": "base_energy_shield_regeneration_rate_per_minute", "matchers": [{"string": "Regenerate # Energy Shield per second", "negate": false}], "trade": {"ids": null}} -{"ref": "You cannot Recharge Energy Shield", "better": 1, "id": "cannot_recharge_energy_shield", "matchers": [{"string": "You cannot Recharge Energy Shield", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Rarity of Items Dropped by Enemies killed with a Critical Hit", "better": 1, "id": "killed_monster_dropped_item_rarity_+%_on_crit", "matchers": [{"string": "#% increased Rarity of Items Dropped by Enemies killed with a Critical Hit", "negate": false}, {"string": "#% reduced Rarity of Items Dropped by Enemies killed with a Critical Hit", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Attack and Cast Speed per Frenzy Charge", "better": 1, "id": "attack_and_cast_speed_+%_per_frenzy_charge", "matchers": [{"string": "#% increased Attack and Cast Speed per Frenzy Charge", "negate": false}, {"string": "#% reduced Attack and Cast Speed per Frenzy Charge", "negate": true}], "trade": {"ids": null}} -{"ref": "Regenerate #% of Life per second per Frenzy Charge", "better": 1, "id": "life_regeneration_rate_per_minute_%_per_frenzy_charge", "matchers": [{"string": "Regenerate #% of Life per second per Frenzy Charge", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Damage per Frenzy Charge with Hits against Enemies on Low Life", "better": 1, "id": "damage_+%_vs_enemies_on_low_life_per_frenzy_charge", "matchers": [{"string": "#% increased Damage per Frenzy Charge with Hits against Enemies on Low Life", "negate": false}, {"string": "#% reduced Damage per Frenzy Charge with Hits against Enemies on Low Life", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Movement Speed while Cursed", "better": 1, "id": "movement_velocity_+%_while_cursed", "matchers": [{"string": "#% increased Movement Speed while Cursed", "negate": false}, {"string": "#% reduced Movement Speed while Cursed", "negate": true}], "trade": {"ids": null}} -{"ref": "+#% Chance to Block Attack Damage while holding a Shield", "better": 1, "id": "shield_block_%", "matchers": [{"string": "#% Chance to Block Attack Damage while holding a Shield", "negate": false}], "trade": {"ids": null}} -{"ref": "Reflects # Physical Damage to Attackers on Block", "better": 1, "id": "minimum_physical_damage_to_return_on_block", "matchers": [{"string": "Reflects # Physical Damage to Attackers on Block", "negate": false}], "trade": {"ids": null}} -{"ref": "Raised Zombies have +# to maximum Life", "better": 1, "id": "zombie_maximum_life_+", "matchers": [{"string": "Raised Zombies have +# to maximum Life", "negate": false}], "trade": {"ids": null}} -{"ref": "Raised Zombies deal #% more Physical Damage", "better": 1, "id": "zombie_physical_damage_+%_final", "matchers": [{"string": "Raised Zombies deal #% more Physical Damage", "negate": false}, {"string": "Raised Zombies deal #% less Physical Damage", "negate": true}], "trade": {"ids": null}} -{"ref": "Raised Zombies have +#% to all Resistances", "better": 1, "id": "zombie_chaos_elemental_damage_resistance_%", "matchers": [{"string": "Raised Zombies have +#% to all Resistances", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Raised Zombie Size", "better": 1, "id": "zombie_scale_+%", "matchers": [{"string": "#% increased Raised Zombie Size", "negate": false}, {"string": "#% reduced Raised Zombie Size", "negate": true}], "trade": {"ids": null}} -{"ref": "Enemies Killed by Zombies' Hits Explode, dealing #% of their Life as Fire Damage", "better": 1, "id": "zombie_explode_on_kill_%_fire_damage_to_deal", "matchers": [{"string": "Enemies Killed by Zombies' Hits Explode, dealing #% of their Life as Fire Damage", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased maximum number of Raised Zombies", "better": 1, "id": "number_of_zombies_allowed_+%", "matchers": [{"string": "#% increased maximum number of Raised Zombies", "negate": false}, {"string": "#% reduced maximum number of Raised Zombies", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Intelligence for each Unique Item Equipped", "better": 1, "id": "intelligence_+%_per_equipped_unique", "matchers": [{"string": "#% increased Intelligence for each Unique Item Equipped", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance for Slain monsters to drop an additional Scroll of Wisdom", "better": 1, "id": "additional_scroll_of_wisdom_drop_chance_%", "matchers": [{"string": "#% chance for Slain monsters to drop an additional Scroll of Wisdom", "negate": false}], "trade": {"ids": null}} -{"ref": "#% of Cold Damage Converted to Fire Damage", "better": 1, "id": "non_skill_base_cold_damage_%_to_convert_to_fire", "matchers": [{"string": "#% of Cold Damage Converted to Fire Damage", "negate": false}], "trade": {"ids": null}} -{"ref": "Ignited Enemies Killed by your Hits are destroyed", "better": 1, "id": "ignited_enemies_explode_on_kill", "matchers": [{"string": "Ignited Enemies Killed by your Hits are destroyed", "negate": false}], "trade": {"ids": null}} -{"ref": "You gain Onslaught for # seconds on Critical Hit", "better": 1, "id": "onslaught_on_crit_duration_ms", "matchers": [{"string": "You gain Onslaught for # seconds on Critical Hit", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Rarity of Items found during Effect", "better": 1, "id": "local_unique_flask_item_rarity_+%_while_healing", "matchers": [{"string": "#% increased Rarity of Items found during Effect", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Quantity of Items found during Effect", "better": 1, "id": "local_unique_flask_item_quantity_+%_while_healing", "matchers": [{"string": "#% increased Quantity of Items found during Effect", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Light Radius during Effect", "better": 1, "id": "local_unique_flask_light_radius_+%_while_healing", "matchers": [{"string": "#% increased Light Radius during Effect", "negate": false}], "trade": {"ids": null}} -{"ref": "+#% to all maximum Elemental Resistances during Effect", "better": 1, "id": "local_unique_flask_additional_maximum_all_elemental_resistances_%_while_healing", "matchers": [{"string": "#% to all maximum Elemental Resistances during Effect", "negate": false}], "trade": {"ids": null}} -{"ref": "+#% to Elemental Resistances during Effect", "better": 1, "id": "local_unique_flask_resist_all_elements_%_during_flask_effect", "matchers": [{"string": "#% to Elemental Resistances during Effect", "negate": false}], "trade": {"ids": null}} -{"ref": "Increases and Reductions to Spell Damage also apply to Attacks at 150% of their value", "better": 1, "id": "additive_spell_damage_modifiers_apply_to_attack_damage_at_150%_value", "matchers": [{"string": "Increases and Reductions to Spell Damage also apply to Attacks at 150% of their value", "negate": false}], "trade": {"ids": null}} -{"ref": "#% of Fire Damage Converted to Chaos Damage", "better": 1, "id": "non_skill_base_fire_damage_%_to_convert_to_chaos", "matchers": [{"string": "#% of Fire Damage Converted to Chaos Damage", "negate": false}], "trade": {"ids": null}} -{"ref": "1% increased Movement Speed per # Evasion Rating, up to 75%", "better": 1, "id": "movement_velocity_+1%_per_X_evasion_rating", "matchers": [{"string": "1% increased Movement Speed per # Evasion Rating, up to 75%", "negate": false}], "trade": {"ids": null}} -{"ref": "Physical Damage from Hits also Contributes to Chill Magnitude", "better": 1, "id": "physical_damage_can_chill", "matchers": [{"string": "Physical Damage from Hits also Contributes to Chill Magnitude", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Quantity of Items Dropped by Slain Frozen Enemies", "better": 1, "id": "killed_monster_dropped_item_quantity_+%_when_frozen", "matchers": [{"string": "#% increased Quantity of Items Dropped by Slain Frozen Enemies", "negate": false}, {"string": "#% reduced Quantity of Items Dropped by Slain Frozen Enemies", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Rarity of Items Dropped by Slain Shocked Enemies", "better": 1, "id": "killed_monster_dropped_item_rarity_+%_when_shocked", "matchers": [{"string": "#% increased Rarity of Items Dropped by Slain Shocked Enemies", "negate": false}, {"string": "#% reduced Rarity of Items Dropped by Slain Shocked Enemies", "negate": true}], "trade": {"ids": null}} -{"ref": "# Chaos Damage taken per second", "better": 1, "id": "base_chaos_damage_taken_per_minute", "matchers": [{"string": "# Chaos Damage taken per second", "negate": false}], "trade": {"ids": null}} -{"ref": "Counts as Dual Wielding", "better": 1, "id": "local_unique_counts_as_dual_wielding", "matchers": [{"string": "Counts as Dual Wielding", "negate": false}], "trade": {"ids": null}} -{"ref": "You take # Chaos Damage per second for # seconds on Kill", "better": 1, "id": "deaths_oath_debuff_on_kill_base_chaos_damage_to_deal_per_minute", "matchers": [{"string": "You take # Chaos Damage per second for # seconds on Kill", "negate": false}], "trade": {"ids": null}} -{"ref": "Gore Footprints", "better": 1, "id": "blood_footprints_from_item", "matchers": [{"string": "Gore Footprints", "negate": false}], "trade": {"ids": null}} -{"ref": "Deals # Chaos Damage per second to nearby Enemies", "better": 1, "id": "local_display_aura_base_chaos_damage_to_deal_per_minute", "matchers": [{"string": "Deals # Chaos Damage per second to nearby Enemies", "negate": false}], "trade": {"ids": null}} -{"ref": "Mercury Footprints", "better": 1, "id": "silver_footprints_from_item", "matchers": [{"string": "Mercury Footprints", "negate": false}], "trade": {"ids": null}} -{"ref": "Ignites you inflict deal Damage #% faster", "better": 1, "id": "faster_burn_%", "matchers": [{"string": "Ignites you inflict deal Damage #% faster", "negate": false}], "trade": {"ids": null}} -{"ref": "Cannot Leech Mana", "better": 1, "id": "base_cannot_leech_mana", "matchers": [{"string": "Cannot Leech Mana", "negate": false}], "trade": {"ids": null}} -{"ref": "Mana cannot be Leeched from Monsters", "better": 1, "id": "base_cannot_have_mana_leeched_from", "matchers": [{"string": "Mana cannot be Leeched from Monsters", "negate": false}], "trade": {"ids": null}} -{"ref": "Cannot Leech when on Low Life", "better": 1, "id": "cannot_leech_when_on_low_life", "matchers": [{"string": "Cannot Leech when on Low Life", "negate": false}], "trade": {"ids": null}} -{"ref": "You and nearby allies gain #% increased Damage", "better": 1, "id": "local_display_aura_damage_+%", "matchers": [{"string": "You and nearby allies gain #% increased Damage", "negate": false}], "trade": {"ids": null}} -{"ref": "Adds # to # Fire Damage in Main Hand", "better": 1, "id": "unique_local_minimum_added_fire_damage_when_in_main_hand", "matchers": [{"string": "Adds # to # Fire Damage in Main Hand", "negate": false}], "trade": {"ids": null}} -{"ref": "Adds # to # Chaos Damage in Off Hand", "better": 1, "id": "unique_local_minimum_added_chaos_damage_when_in_off_hand", "matchers": [{"string": "Adds # to # Chaos Damage in Off Hand", "negate": false}], "trade": {"ids": null}} -{"ref": "Adds # to # Cold Damage in Off Hand", "better": 1, "id": "unique_local_minimum_added_cold_damage_when_in_off_hand", "matchers": [{"string": "Adds # to # Cold Damage in Off Hand", "negate": false}], "trade": {"ids": null}} -{"ref": "Chaos Damage from Hits also Contributes to Shock Chance", "better": 1, "id": "chaos_damage_can_shock", "matchers": [{"string": "Chaos Damage from Hits also Contributes to Shock Chance", "negate": false}], "trade": {"ids": null}} -{"ref": "#% of Lightning Damage Converted to Chaos Damage", "better": 1, "id": "non_skill_base_lightning_damage_%_to_convert_to_chaos", "matchers": [{"string": "#% of Lightning Damage Converted to Chaos Damage", "negate": false}], "trade": {"ids": null}} -{"ref": "+40% to Maximum Effect of Shock", "better": 1, "id": "unique_voltaxic_rift_shock_maximum_magnitude_override", "matchers": [{"string": "40% to Maximum Effect of Shock", "negate": false}], "trade": {"ids": null}} -{"ref": "Hits with this Weapon Shock Enemies as though dealing #% more Damage", "better": 1, "id": "local_hits_with_this_weapon_shock_as_though_damage_+%_final", "matchers": [{"string": "Hits with this Weapon Shock Enemies as though dealing #% more Damage", "negate": false}, {"string": "Hits with this Weapon Shock Enemies as though dealing #% less Damage", "negate": true}], "trade": {"ids": null}} -{"ref": "Enemies Killed with Attack or Spell Hits Explode, dealing #% of their Life as Fire Damage", "better": 1, "id": "explode_on_kill_%_fire_damage_to_deal", "matchers": [{"string": "Enemies Killed with Attack or Spell Hits Explode, dealing #% of their Life as Fire Damage", "negate": false}], "trade": {"ids": null}} -{"ref": "Socketed Gems are Supported by Level # Inspiration", "better": 1, "id": "local_display_socketed_gems_get_reduced_mana_cost_level", "matchers": [{"string": "Socketed Gems are Supported by Level # Inspiration", "negate": false}], "trade": {"ids": null}} -{"ref": "Socketed Gems are Supported by Level # Faster Casting", "better": 1, "id": "local_display_socketed_gems_get_faster_cast_level", "matchers": [{"string": "Socketed Gems are Supported by Level # Faster Casting", "negate": false}], "trade": {"ids": null}} -{"ref": "Removes #% of your maximum Energy Shield on use", "better": 1, "id": "local_flask_removes_%_maximum_energy_shield_on_use", "matchers": [{"string": "Removes #% of your maximum Energy Shield on use", "negate": false}], "trade": {"ids": null}} -{"ref": "You take #% of your maximum Life as Chaos Damage on use", "better": 1, "id": "local_flask_deals_%_maximum_life_as_chaos_damage_on_use", "matchers": [{"string": "You take #% of your maximum Life as Chaos Damage on use", "negate": false}], "trade": {"ids": null}} -{"ref": "Gain # Frenzy Charge on use", "better": 1, "id": "local_flask_gain_frenzy_charges_on_use", "matchers": [{"string": "Gain # Frenzy Charge on use", "negate": false}], "trade": {"ids": null}} -{"ref": "Gain # Power Charge on use", "better": 1, "id": "local_flask_gain_power_charges_on_use", "matchers": [{"string": "Gain # Power Charge on use", "negate": false}], "trade": {"ids": null}} -{"ref": "Gain # Endurance Charge on use", "better": 1, "id": "local_flask_gain_endurance_charges_on_use", "matchers": [{"string": "Gain # Endurance Charge on use", "negate": false}], "trade": {"ids": null}} -{"ref": "You can only deal Damage with this Weapon or Ignite", "better": 1, "id": "local_can_only_deal_damage_with_this_weapon", "matchers": [{"string": "You can only deal Damage with this Weapon or Ignite", "negate": false}], "trade": {"ids": null}} -{"ref": "Left ring slot: You and your Minions take #% increased Reflected Elemental Damage", "better": 1, "id": "local_left_ring_slot_elemental_reflect_damage_taken_+%", "matchers": [{"string": "Left ring slot: You and your Minions take #% increased Reflected Elemental Damage", "negate": false}, {"string": "Left ring slot: You and your Minions take #% reduced Reflected Elemental Damage", "negate": true}], "trade": {"ids": null}} -{"ref": "Right ring slot: You and your Minions take #% increased Reflected Physical Damage", "better": 1, "id": "local_right_ring_slot_physical_reflect_damage_taken_+%", "matchers": [{"string": "Right ring slot: You and your Minions take #% increased Reflected Physical Damage", "negate": false}, {"string": "Right ring slot: You and your Minions take #% reduced Reflected Physical Damage", "negate": true}], "trade": {"ids": null}} -{"ref": "Removes Burning when you use a Flask", "better": 1, "id": "flasks_dispel_burning", "matchers": [{"string": "Removes Burning when you use a Flask", "negate": false}], "trade": {"ids": null}} -{"ref": "Unique Boss drops # additional Rare #", "better": 1, "id": "unique_map_boss_number_of_rare_items_to_drop", "matchers": [{"string": "Unique Boss drops # additional Rare #", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to Shock", "better": 1, "id": "base_chance_to_shock_%", "matchers": [{"string": "#% chance to Shock", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Fishing Line Strength", "better": 1, "id": "fishing_line_strength_+%", "matchers": [{"string": "#% increased Fishing Line Strength", "negate": false}, {"string": "#% reduced Fishing Line Strength", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Fishing Pool Consumption", "better": 1, "id": "fishing_pool_consumption_+%", "matchers": [{"string": "#% increased Fishing Pool Consumption", "negate": false}, {"string": "#% reduced Fishing Pool Consumption", "negate": true}], "trade": {"ids": null}} -{"ref": "Rhoa Feather Lure", "better": 1, "id": "fishing_lure_type", "matchers": [{"string": "Rhoa Feather Lure", "negate": false}], "trade": {"ids": null}} -{"ref": "Karui Stone Hook", "better": 1, "id": "fishing_hook_type", "matchers": [{"string": "Karui Stone Hook", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Fishing Range", "better": 1, "id": "fishing_range_+%", "matchers": [{"string": "#% increased Fishing Range", "negate": false}, {"string": "#% reduced Fishing Range", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Quantity of Fish Caught", "better": 1, "id": "fish_quantity_+%", "matchers": [{"string": "#% increased Quantity of Fish Caught", "negate": false}, {"string": "#% reduced Quantity of Fish Caught", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Rarity of Fish Caught", "better": 1, "id": "fish_rarity_+%", "matchers": [{"string": "#% increased Rarity of Fish Caught", "negate": false}, {"string": "#% reduced Rarity of Fish Caught", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Spell Damage per 5% Chance to Block Attack Damage", "better": 1, "id": "spell_damage_+%_per_5%_block_chance", "matchers": [{"string": "#% increased Spell Damage per 5% Chance to Block Attack Damage", "negate": false}], "trade": {"ids": null}} -{"ref": "Gain # Life per Enemy Hit with Spells", "better": 1, "id": "base_life_gained_on_spell_hit", "matchers": [{"string": "Gain # Life per Enemy Hit with Spells", "negate": false}, {"string": "Lose # Life per Enemy Hit with Spells", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Global Attack Speed per Green Socket", "better": 1, "id": "global_attack_speed_+%_per_green_socket_on_item", "matchers": [{"string": "#% increased Global Attack Speed per Green Socket", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Global Physical Damage with Weapons per Red Socket", "better": 1, "id": "global_weapon_physical_damage_+%_per_red_socket_on_item", "matchers": [{"string": "#% increased Global Physical Damage with Weapons per Red Socket", "negate": false}], "trade": {"ids": null}} -{"ref": "#% of Physical Attack Damage Leeched as Mana per Blue Socket", "better": 1, "id": "global_mana_leech_from_physical_attack_damage_permyriad_per_blue_socket_on_item", "matchers": [{"string": "#% of Physical Attack Damage Leeched as Mana per Blue Socket", "negate": false}], "trade": {"ids": null}} -{"ref": "+# to Melee Strike Range per White Socket", "better": 1, "id": "global_melee_range_+_per_white_socket_on_item", "matchers": [{"string": "# to Melee Strike Range per White Socket", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Damage taken from Melee Attacks", "better": 1, "id": "melee_damage_taken_+%", "matchers": [{"string": "#% increased Damage taken from Melee Attacks", "negate": false}, {"string": "#% reduced Damage taken from Melee Attacks", "negate": true}], "trade": {"ids": null}} -{"ref": "Regenerate #% of your Armour as Life over 1 second when you Block", "better": 1, "id": "regenerate_%_armour_as_life_over_1_second_on_block", "matchers": [{"string": "Regenerate #% of your Armour as Life over 1 second when you Block", "negate": false}], "trade": {"ids": null}} -{"ref": "Lose #% of your Energy Shield when you Block", "better": 1, "id": "energy_shield_%_to_lose_on_block", "matchers": [{"string": "Lose #% of your Energy Shield when you Block", "negate": false}], "trade": {"ids": null}} -{"ref": "Gain #% of Physical Damage as extra Chaos Damage", "better": 1, "id": "non_skill_base_physical_damage_%_to_gain_as_chaos", "matchers": [{"string": "Gain #% of Physical Damage as extra Chaos Damage", "negate": false}], "trade": {"ids": null}} -{"ref": "Gain #% of Fire Damage as Extra Chaos Damage", "better": 1, "id": "non_skill_base_fire_damage_%_to_gain_as_chaos", "matchers": [{"string": "Gain #% of Fire Damage as Extra Chaos Damage", "negate": false}], "trade": {"ids": null}} -{"ref": "Gain #% of Cold Damage as Extra Chaos Damage", "better": 1, "id": "non_skill_base_cold_damage_%_to_gain_as_chaos", "matchers": [{"string": "Gain #% of Cold Damage as Extra Chaos Damage", "negate": false}], "trade": {"ids": null}} -{"ref": "Gain #% of Lightning Damage as Extra Chaos Damage", "better": 1, "id": "non_skill_base_lightning_damage_%_to_gain_as_chaos", "matchers": [{"string": "Gain #% of Lightning Damage as Extra Chaos Damage", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to Ignite when in Main Hand", "better": 1, "id": "unique_ignite_chance_%_when_in_main_hand", "matchers": [{"string": "#% chance to Ignite when in Main Hand", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Chill Duration on Enemies when in Off Hand", "better": 1, "id": "unique_chill_duration_+%_when_in_off_hand", "matchers": [{"string": "#% increased Chill Duration on Enemies when in Off Hand", "negate": false}, {"string": "#% reduced Chill Duration on Enemies when in Off Hand", "negate": true}], "trade": {"ids": null}} -{"ref": "30% increased Movement Speed for # seconds on Throwing a Trap", "better": 1, "id": "movement_speed_bonus_when_throwing_trap_ms", "matchers": [{"string": "30% increased Movement Speed for # seconds on Throwing a Trap", "negate": false}], "trade": {"ids": null}} -{"ref": "Socketed Gems are Supported by Level # Trap", "better": 1, "id": "local_display_socketed_gems_get_trap_level", "matchers": [{"string": "Socketed Gems are Supported by Level # Trap", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Trap Duration", "better": 1, "id": "trap_duration_+%", "matchers": [{"string": "#% increased Trap Duration", "negate": false}, {"string": "#% reduced Trap Duration", "negate": true}], "trade": {"ids": null}} -{"ref": "Trap lasts # seconds", "better": 1, "id": "base_trap_duration", "matchers": [{"string": "Trap lasts # seconds", "negate": false}], "trade": {"ids": null}} -{"ref": "Cannot be Knocked Back", "better": 1, "id": "cannot_be_knocked_back", "matchers": [{"string": "Cannot be Knocked Back", "negate": false}], "trade": {"ids": null}} -{"ref": "Ice Spears on Death", "better": 1, "id": "display_monster_ice_spear_nova_on_death_text", "matchers": [{"string": "Ice Spears on Death", "negate": false}], "trade": {"ids": null}} -{"ref": "Spikes on Death", "better": 1, "id": "display_monster_spike_nova_on_death_text", "matchers": [{"string": "Spikes on Death", "negate": false}], "trade": {"ids": null}} -{"ref": "Reflects # to # Cold Damage to Melee Attackers", "better": 1, "id": "minimum_cold_damage_to_return_to_melee_attacker", "matchers": [{"string": "Reflects # to # Cold Damage to Melee Attackers", "negate": false}], "trade": {"ids": null}} -{"ref": "Minion Instability", "better": 1, "id": "keystone_minion_instability", "matchers": [{"string": "Minion Instability", "negate": false}], "trade": {"ids": null}} -{"ref": "Rare Monsters in next Area will each have a Nemesis Mod", "better": 1, "id": "map_rare_monsters_have_nemesis_mod", "matchers": [{"string": "Rare Monsters in next Area will each have a Nemesis Mod", "negate": false}], "trade": {"ids": null}} -{"ref": "Gain #% of Physical Damage as Extra Damage of a random Element", "better": 1, "id": "non_skill_base_physical_damage_%_to_gain_as_random_element", "matchers": [{"string": "Gain #% of Physical Damage as Extra Damage of a random Element", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to Curse Enemies with Enfeeble on Hit", "better": 1, "id": "curse_on_hit_%_enfeeble", "matchers": [{"string": "#% chance to Curse Enemies with Enfeeble on Hit", "negate": false}], "trade": {"ids": null}} -{"ref": "Powerful Shrines can affect both Monsters and you", "better": 1, "id": "map_allow_shrines", "matchers": [{"string": "Powerful Shrines can affect both Monsters and you", "negate": false}], "trade": {"ids": null}} -{"ref": "Regenerate # Life over 1 second when you Cast a Spell", "better": 1, "id": "regenerate_X_life_over_1_second_on_cast", "matchers": [{"string": "Regenerate # Life over 1 second when you Cast a Spell", "negate": false}], "trade": {"ids": null}} -{"ref": "Phasing", "better": 1, "id": "phase_through_objects", "matchers": [{"string": "Phasing", "negate": false}], "trade": {"ids": null}} -{"ref": "Final Boss drops higher Level Items", "better": 1, "id": "display_map_final_boss_drops_higher_level_gear", "matchers": [{"string": "Final Boss drops higher Level Items", "negate": false}], "trade": {"ids": null}} -{"ref": "Critical Strikes have Culling Strike", "better": 1, "id": "crits_have_culling_strike", "matchers": [{"string": "Critical Strikes have Culling Strike", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Fire Damage taken", "better": 1, "id": "fire_damage_taken_+%", "matchers": [{"string": "#% increased Fire Damage taken", "negate": false}, {"string": "#% reduced Fire Damage taken", "negate": true}], "trade": {"ids": null}} -{"ref": "+# Fire Damage taken from Hits", "better": 1, "id": "fire_damage_taken_+", "matchers": [{"string": "# Fire Damage taken from Hits", "negate": false}], "trade": {"ids": null}} -{"ref": "Gain a Frenzy Charge if an Attack Ignites an Enemy", "better": 1, "id": "gain_frenzy_charge_if_attack_ignites", "matchers": [{"string": "Gain a Frenzy Charge if an Attack Ignites an Enemy", "negate": false}], "trade": {"ids": null}} -{"ref": "Culling Strike against Burning Enemies", "better": 1, "id": "culling_strike_on_burning_enemies", "matchers": [{"string": "Culling Strike against Burning Enemies", "negate": false}], "trade": {"ids": null}} -{"ref": "+# Chaos Damage taken", "better": 1, "id": "chaos_damage_taken_+", "matchers": [{"string": "# Chaos Damage taken", "negate": false}], "trade": {"ids": null}} -{"ref": "Curse Skills have #% increased Skill Effect Duration", "better": 1, "id": "curse_skill_effect_duration_+%", "matchers": [{"string": "Curse Skills have #% increased Skill Effect Duration", "negate": false}, {"string": "Curse Skills have #% reduced Skill Effect Duration", "negate": true}], "trade": {"ids": null}} -{"ref": "+# to Level of Socketed Curse Gems", "better": 1, "id": "local_socketed_curse_gem_level_+", "matchers": [{"string": "# to Level of Socketed Curse Gems", "negate": false}], "trade": {"ids": null}} -{"ref": "+#% to Chaos Resistance during any Flask Effect", "better": 1, "id": "chaos_resistance_+_while_using_flask", "matchers": [{"string": "#% to Chaos Resistance during any Flask Effect", "negate": false}], "trade": {"ids": null}} -{"ref": "Monsters and bosses invade from elsewhere in Wraeclast", "better": 1, "id": "map_invasion_monster_packs", "matchers": [{"string": "Monsters and bosses invade from elsewhere in Wraeclast", "negate": false}], "trade": {"ids": null}} -{"ref": "Freezes you when activated", "better": 1, "id": "chest_display_freeze", "matchers": [{"string": "Freezes you when activated", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Rarity of Items Found from Chests", "better": 1, "id": "chest_item_rarity_+%", "matchers": [{"string": "#% increased Rarity of Items Found from Chests", "negate": false}, {"string": "#% reduced Rarity of Items Found from Chests", "negate": true}], "trade": {"ids": null}} -{"ref": "Contains an additional Unique Item", "better": 1, "id": "chest_drop_additional_number_of_uniques_of_drop_pool_types", "matchers": [{"string": "Contains an additional Unique Item", "negate": false}], "trade": {"ids": null}} -{"ref": "Contains an additional Kaom Item", "better": 1, "id": "chest_number_of_additional_kaom_uniques_to_drop", "matchers": [{"string": "Contains an additional Kaom Item", "negate": false}], "trade": {"ids": null}} -{"ref": "Contains an additional Unique Map", "better": 1, "id": "chest_drop_additional_unique_maps", "matchers": [{"string": "Contains an additional Unique Map", "negate": false}], "trade": {"ids": null}} -{"ref": "Guarded by a Rogue Exile", "better": 1, "id": "chest_spawn_rogue_exiles", "matchers": [{"string": "Guarded by a Rogue Exile", "negate": false}], "trade": {"ids": null}} -{"ref": "Guarded by a Unique Boss", "better": 1, "id": "chest_spawn_X_standalone_map_bosses", "matchers": [{"string": "Guarded by a Unique Boss", "negate": false}], "trade": {"ids": null}} -{"ref": "Revives nearby dead Monsters with Onslaught", "better": 1, "id": "chest_display_revive_nearby_monsters", "matchers": [{"string": "Revives nearby dead Monsters with Onslaught", "negate": false}], "trade": {"ids": null}} -{"ref": "Guarded by a stream of Monsters", "better": 1, "id": "chest_display_spawns_monsters_continuously", "matchers": [{"string": "Guarded by a stream of Monsters", "negate": false}], "trade": {"ids": null}} -{"ref": "Guarded by a stream of Tormented Spirits", "better": 1, "id": "chest_display_spawns_torment_spirits_continuously", "matchers": [{"string": "Guarded by a stream of Tormented Spirits", "negate": false}], "trade": {"ids": null}} -{"ref": "Guarded by a Redblade Warband", "better": 1, "id": "chest_display_summons_fire_warband", "matchers": [{"string": "Guarded by a Redblade Warband", "negate": false}], "trade": {"ids": null}} -{"ref": "Guarded by a Mutewind Warband", "better": 1, "id": "chest_display_summons_cold_warband", "matchers": [{"string": "Guarded by a Mutewind Warband", "negate": false}], "trade": {"ids": null}} -{"ref": "Guarded by a Brinerot Warband", "better": 1, "id": "chest_display_summons_lightning_warband", "matchers": [{"string": "Guarded by a Brinerot Warband", "negate": false}], "trade": {"ids": null}} -{"ref": "Guarded by a Renegade Warband", "better": 1, "id": "chest_display_summons_chaos_warband", "matchers": [{"string": "Guarded by a Renegade Warband", "negate": false}], "trade": {"ids": null}} -{"ref": "Detonates nearby corpses", "better": 1, "id": "chest_display_explodes_corpses", "matchers": [{"string": "Detonates nearby corpses", "negate": false}], "trade": {"ids": null}} -{"ref": "Guarded by camoflaged Monsters", "better": 1, "id": "chest_camoflaged", "matchers": [{"string": "Guarded by camoflaged Monsters", "negate": false}], "trade": {"ids": null}} -{"ref": "Casts a random Hex Curse Spell when activated", "better": 1, "id": "chest_display_cast_random_curse", "matchers": [{"string": "Casts a random Hex Curse Spell when activated", "negate": false}], "trade": {"ids": null}} -{"ref": "Guarded by the Ancestors' Power", "better": 1, "id": "chest_display_kaom_totems", "matchers": [{"string": "Guarded by the Ancestors' Power", "negate": false}], "trade": {"ids": null}} -{"ref": "Ignites you when activated", "better": 1, "id": "chest_display_ignite", "matchers": [{"string": "Ignites you when activated", "negate": false}], "trade": {"ids": null}} -{"ref": "Casts Firestorm", "better": 1, "id": "chest_display_fire_storm", "matchers": [{"string": "Casts Firestorm", "negate": false}], "trade": {"ids": null}} -{"ref": "Summons Volatile Crags", "better": 1, "id": "chest_display_generic", "matchers": [{"string": "Summons Volatile Crags", "negate": false}], "trade": {"ids": null}} -{"ref": "Spreads Caustic Ground", "better": 1, "id": "chest_display_caustic_clouds", "matchers": [{"string": "Spreads Caustic Ground", "negate": false}], "trade": {"ids": null}} -{"ref": "Explodes", "better": 1, "id": "chest_display_explosion", "matchers": [{"string": "Explodes", "negate": false}], "trade": {"ids": null}} -{"ref": "Contained Gems have Experience", "better": 1, "id": "chest_gems_drop_with_experience", "matchers": [{"string": "Contained Gems have Experience", "negate": false}], "trade": {"ids": null}} -{"ref": "Contains # additional Item", "better": 1, "id": "chest_drop_additional_normal_items_up_to", "matchers": [{"string": "Contains # additional Item", "negate": false}], "trade": {"ids": null}} -{"ref": "Contains # additional Magic Item", "better": 1, "id": "chest_drop_additional_magic_items_up_to", "matchers": [{"string": "Contains # additional Magic Item", "negate": false}], "trade": {"ids": null}} -{"ref": "Contains # additional Rare Item", "better": 1, "id": "chest_drop_additional_rare_items_up_to", "matchers": [{"string": "Contains # additional Rare Item", "negate": false}], "trade": {"ids": null}} -{"ref": "{{Items dropped by Runic Monsters are fully Linked}}", "better": 1, "id": "dropped_items_are_fully_linked", "matchers": [{"string": "{{Items dropped by Runic Monsters are fully Linked}}", "negate": false}], "trade": {"ids": null}} -{"ref": "Contains an extra Vaal Gem", "better": 1, "id": "chest_drops_extra_vaal_gems", "matchers": [{"string": "Contains an extra Vaal Gem", "negate": false}], "trade": {"ids": null}} -{"ref": "Contains # Divination Card that has a Full Stack number of #", "better": 1, "id": "chest_drop_X_divination_cards", "matchers": [{"string": "Contains # Divination Card that has a Full Stack number of #", "negate": false}], "trade": {"ids": null}} -{"ref": "Socketed Gems Chain # additional times", "better": 1, "id": "local_display_socketed_gems_chain_X_additional_times", "matchers": [{"string": "Socketed Gems Chain # additional times", "negate": false}], "trade": {"ids": null}} -{"ref": "Grants Immunity to Bleeding", "better": 1, "id": "immune_to_bleeding", "matchers": [{"string": "Grants Immunity to Bleeding", "negate": false}], "trade": {"ids": null}} -{"ref": "Traps cannot be Damaged for +# seconds after being Thrown", "better": 1, "id": "traps_invulnerable_for_duration_ms", "matchers": [{"string": "Traps cannot be Damaged for +# seconds after being Thrown", "negate": false}], "trade": {"ids": null}} -{"ref": "+# to Level of Socketed Vaal Gems", "better": 1, "id": "local_socketed_vaal_gem_level_+", "matchers": [{"string": "# to Level of Socketed Vaal Gems", "negate": false}], "trade": {"ids": null}} -{"ref": "+# to Level of Socketed Non-Vaal Gems", "better": 1, "id": "local_socketed_non_vaal_gem_level_+", "matchers": [{"string": "# to Level of Socketed Non-Vaal Gems", "negate": false}], "trade": {"ids": null}} -{"ref": "Strongboxes are guarded by ambushing monsters", "better": 1, "id": "map_ambush_chests", "matchers": [{"string": "Strongboxes are guarded by ambushing monsters", "negate": false}], "trade": {"ids": null}} -{"ref": "Unique Boss deals #% increased Damage", "better": 1, "id": "map_boss_damage_+%", "matchers": [{"string": "Unique Boss deals #% increased Damage", "negate": false}], "trade": {"ids": null}} -{"ref": "Minions gain Unholy Might for # seconds on Kill", "better": 1, "id": "minion_unholy_might_on_kill_duration_ms", "matchers": [{"string": "Minions gain Unholy Might for # seconds on Kill", "negate": false}], "trade": {"ids": null}} -{"ref": "Contains additional Divination Cards that give Currency", "better": 1, "id": "chest_drop_additional_currency_item_divination_cards", "matchers": [{"string": "Contains additional Divination Cards that give Currency", "negate": false}], "trade": {"ids": null}} -{"ref": "Arrows deal 50% increased Damage with Hits to Targets they Pierce", "better": 1, "id": "arrow_damage_+50%_vs_pierced_targets", "matchers": [{"string": "Arrows deal 50% increased Damage with Hits to Targets they Pierce", "negate": false}], "trade": {"ids": null}} -{"ref": "Arrows deal #% increased Damage with Hits to Targets they Pierce", "better": 1, "id": "arrow_damage_+%_vs_pierced_targets", "matchers": [{"string": "Arrows deal #% increased Damage with Hits to Targets they Pierce", "negate": false}, {"string": "Arrows deal #% reduced Damage with Hits to Targets they Pierce", "negate": true}], "trade": {"ids": null}} -{"ref": "You gain Onslaught for # seconds on using a Vaal Skill", "better": 1, "id": "onslaught_on_vaal_skill_use_duration_ms", "matchers": [{"string": "You gain Onslaught for # seconds on using a Vaal Skill", "negate": false}], "trade": {"ids": null}} -{"ref": "+# to Level of Socketed Support Gems", "better": 1, "id": "local_socketed_support_gem_level_+", "matchers": [{"string": "# to Level of Socketed Support Gems", "negate": false}], "trade": {"ids": null}} -{"ref": "Hexes Transfer to all Enemies in a range of 30 when Hexed Enemy dies", "better": 1, "id": "transfer_hexes_to_X_nearby_enemies_on_kill", "matchers": [{"string": "Hexes Transfer to all Enemies in a range of 30 when Hexed Enemy dies", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Melee Damage against Ignited Enemies", "better": 1, "id": "melee_damage_+%_vs_burning_enemies", "matchers": [{"string": "#% increased Melee Damage against Ignited Enemies", "negate": false}, {"string": "#% reduced Melee Damage against Ignited Enemies", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Melee Damage against Shocked Enemies", "better": 1, "id": "melee_damage_+%_vs_shocked_enemies", "matchers": [{"string": "#% increased Melee Damage against Shocked Enemies", "negate": false}, {"string": "#% reduced Melee Damage against Shocked Enemies", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Melee Damage against Frozen Enemies", "better": 1, "id": "melee_damage_+%_vs_frozen_enemies", "matchers": [{"string": "#% increased Melee Damage against Frozen Enemies", "negate": false}, {"string": "#% reduced Melee Damage against Frozen Enemies", "negate": true}], "trade": {"ids": null}} -{"ref": "Projectiles have #% chance to Shock", "better": 1, "id": "projectile_shock_chance_%", "matchers": [{"string": "Projectiles have #% chance to Shock", "negate": false}], "trade": {"ids": null}} -{"ref": "Projectiles have #% chance to Freeze", "better": 1, "id": "projectile_freeze_chance_%", "matchers": [{"string": "Projectiles have #% chance to Freeze", "negate": false}], "trade": {"ids": null}} -{"ref": "Projectiles have #% chance to Ignite", "better": 1, "id": "projectile_ignite_chance_%", "matchers": [{"string": "Projectiles have #% chance to Ignite", "negate": false}], "trade": {"ids": null}} -{"ref": "Socketed Gems are supported by Level # Life Leech", "better": 1, "id": "local_display_socketed_gems_get_life_leech_level", "matchers": [{"string": "Socketed Gems are supported by Level # Life Leech", "negate": false}], "trade": {"ids": null}} -{"ref": "Socketed Gems are supported by Level # Chance to Bleed", "better": 1, "id": "local_display_socketed_gems_get_chance_to_bleed_level", "matchers": [{"string": "Socketed Gems are supported by Level # Chance to Bleed", "negate": false}], "trade": {"ids": null}} -{"ref": "Light Radius is based on Energy Shield instead of Life", "better": 1, "id": "light_radius_scales_with_energy_shield", "matchers": [{"string": "Light Radius is based on Energy Shield instead of Life", "negate": false}], "trade": {"ids": null}} -{"ref": "+# Physical Damage taken from Hits by Animals", "better": 1, "id": "physical_damage_taken_+_vs_beasts", "matchers": [{"string": "# Physical Damage taken from Hits by Animals", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Damage taken per Frenzy Charge", "better": 1, "id": "damage_taken_+%_per_frenzy_charge", "matchers": [{"string": "#% increased Damage taken per Frenzy Charge", "negate": false}, {"string": "#% reduced Damage taken per Frenzy Charge", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Lightning Damage per Frenzy Charge", "better": 1, "id": "lightning_damage_+%_per_frenzy_charge", "matchers": [{"string": "#% increased Lightning Damage per Frenzy Charge", "negate": false}, {"string": "#% reduced Lightning Damage per Frenzy Charge", "negate": true}], "trade": {"ids": null}} -{"ref": "# Life gained on Kill per Frenzy Charge", "better": 1, "id": "life_gained_on_enemy_death_per_frenzy_charge", "matchers": [{"string": "# Life gained on Kill per Frenzy Charge", "negate": false}], "trade": {"ids": null}} -{"ref": "Contains no other Items", "better": 1, "id": "chest_no_regular_drops", "matchers": [{"string": "Contains no other Items", "negate": false}], "trade": {"ids": null}} -{"ref": "Recover #% of Life on use", "better": 1, "id": "local_unique_flask_instantly_recovers_%_maximum_life", "matchers": [{"string": "Recover #% of Life on use", "negate": false}], "trade": {"ids": null}} -{"ref": "#% of Maximum Life taken as Chaos Damage per second", "better": 1, "id": "local_unique_flask_chaos_damage_%_of_maximum_life_to_deal_per_minute_while_healing", "matchers": [{"string": "#% of Maximum Life taken as Chaos Damage per second", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to gain a Power Charge if you Knock an Enemy Back with Melee Damage", "better": 1, "id": "unique_add_power_charge_on_melee_knockback_%", "matchers": [{"string": "#% chance to gain a Power Charge if you Knock an Enemy Back with Melee Damage", "negate": false}], "trade": {"ids": null}} -{"ref": "Grants Level # Bear Trap Skill", "better": 1, "id": "local_display_grants_skill_bear_trap_level", "matchers": [{"string": "Grants Level # Bear Trap Skill", "negate": false}], "trade": {"ids": null}} -{"ref": "Unique Boss gives #% increased Experience", "better": 1, "id": "display_map_boss_gives_experience_+%", "matchers": [{"string": "Unique Boss gives #% increased Experience", "negate": false}], "trade": {"ids": null}} -{"ref": "Unique Boss drops an additional Currency Item", "better": 1, "id": "map_death_and_taxes_boss_drops_additional_currency", "matchers": [{"string": "Unique Boss drops an additional Currency Item", "negate": false}], "trade": {"ids": null}} -{"ref": "Slaying Enemies in a kill streak grants Rampage bonuses", "better": 1, "id": "map_players_gain_rampage_stacks", "matchers": [{"string": "Slaying Enemies in a kill streak grants Rampage bonuses", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to gain a Power Charge when you Throw a Trap", "better": 1, "id": "gain_power_charge_when_throwing_trap_%", "matchers": [{"string": "#% chance to gain a Power Charge when you Throw a Trap", "negate": false}], "trade": {"ids": null}} -{"ref": "Slaying Enemies close together can attract monsters from Beyond this realm", "better": 1, "id": "map_beyond_rules", "matchers": [{"string": "Slaying Enemies close together can attract monsters from Beyond this realm", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Critical Hit Chance per 8 Strength", "better": 1, "id": "critical_strike_chance_+%_per_8_strength", "matchers": [{"string": "#% increased Critical Hit Chance per 8 Strength", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Attack Speed while Ignited", "better": 1, "id": "attack_speed_+%_while_ignited", "matchers": [{"string": "#% increased Attack Speed while Ignited", "negate": false}, {"string": "#% reduced Attack Speed while Ignited", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Cast Speed while Ignited", "better": 1, "id": "cast_speed_+%_while_ignited", "matchers": [{"string": "#% increased Cast Speed while Ignited", "negate": false}, {"string": "#% reduced Cast Speed while Ignited", "negate": true}], "trade": {"ids": null}} -{"ref": "+#% chance to be Ignited", "better": 1, "id": "chance_to_be_ignited_%", "matchers": [{"string": "#% chance to be Ignited", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to Cause Poison on Critical Hit", "better": 1, "id": "local_poison_on_critical_strike_chance_%", "matchers": [{"string": "#% chance to Cause Poison on Critical Hit", "negate": false}], "trade": {"ids": null}} -{"ref": "Melee Critical Hits have #% chance to Poison the Enemy", "better": 1, "id": "poison_on_melee_critical_strike_%", "matchers": [{"string": "Melee Critical Hits have #% chance to Poison the Enemy", "negate": false}], "trade": {"ids": null}} -{"ref": "+#% Chance to Block Attack Damage during Effect", "better": 1, "id": "local_unique_flask_block_%_while_healing", "matchers": [{"string": "#% Chance to Block Attack Damage during Effect", "negate": false}], "trade": {"ids": null}} -{"ref": "+#% Chance to Block Spell Damage during Effect", "better": 1, "id": "local_unique_flask_spell_block_%_while_healing", "matchers": [{"string": "#% Chance to Block Spell Damage during Effect", "negate": false}], "trade": {"ids": null}} -{"ref": "Your Curses have infinite Duration", "better": 1, "id": "curses_never_expire", "matchers": [{"string": "Your Curses have infinite Duration", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Attack Damage per 450 Evasion Rating", "better": 1, "id": "attack_damage_+%_per_450_evasion", "matchers": [{"string": "#% increased Attack Damage per 450 Evasion Rating", "negate": false}, {"string": "#% reduced Attack Damage per 450 Evasion Rating", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Damage with Hits against Ignited Enemies", "better": 1, "id": "hit_damage_+%_vs_ignited_enemies", "matchers": [{"string": "#% increased Damage with Hits against Ignited Enemies", "negate": false}, {"string": "#% reduced Damage with Hits against Ignited Enemies", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Movement Speed while on Full Energy Shield", "better": 1, "id": "movement_velocity_+%_on_full_energy_shield", "matchers": [{"string": "#% increased Movement Speed while on Full Energy Shield", "negate": false}, {"string": "#% reduced Movement Speed while on Full Energy Shield", "negate": true}], "trade": {"ids": null}} -{"ref": "#% Chance to Cause Monster to Flee on Block", "better": 1, "id": "block_causes_monster_flee_%", "matchers": [{"string": "#% Chance to Cause Monster to Flee on Block", "negate": false}], "trade": {"ids": null}} -{"ref": "Leech Life #% faster", "better": 1, "id": "base_life_leech_rate_+%", "matchers": [{"string": "Leech Life #% faster", "negate": false}, {"string": "Leech Life #% slower", "negate": true}], "trade": {"ids": null}} -{"ref": "Leech #% faster", "better": 1, "id": "leech_rate_+%", "matchers": [{"string": "Leech #% faster", "negate": false}, {"string": "Leech #% slower", "negate": true}], "trade": {"ids": null}} -{"ref": "Leech Mana #% faster", "better": 1, "id": "base_mana_leech_rate_+%", "matchers": [{"string": "Leech Mana #% faster", "negate": false}, {"string": "Leech Mana #% slower", "negate": true}], "trade": {"ids": null}} -{"ref": "Adds # to # Chaos Damage to Spells", "better": 1, "id": "spell_minimum_added_chaos_damage", "matchers": [{"string": "Adds # to # Chaos Damage to Spells", "negate": false}], "trade": {"ids": null}} -{"ref": "Recover #% of Life on Rampage", "better": 1, "id": "recover_%_maximum_life_on_rampage_threshold", "matchers": [{"string": "Recover #% of Life on Rampage", "negate": false}], "trade": {"ids": null}} -{"ref": "Removes Elemental Ailments on Rampage", "better": 1, "id": "dispel_status_ailments_on_rampage_threshold", "matchers": [{"string": "Removes Elemental Ailments on Rampage", "negate": false}], "trade": {"ids": null}} -{"ref": "Gain Immunity to Physical Damage for # second on Rampage", "better": 1, "id": "gain_physical_damage_immunity_on_rampage_threshold_ms", "matchers": [{"string": "Gain Immunity to Physical Damage for # second on Rampage", "negate": false}], "trade": {"ids": null}} -{"ref": "Kills grant an additional Vaal Soul if you have Rampaged Recently", "better": 1, "id": "gain_an_additional_vaal_soul_on_kill_if_have_rampaged_recently", "matchers": [{"string": "Kills grant an additional Vaal Soul if you have Rampaged Recently", "negate": false}], "trade": {"ids": null}} -{"ref": "Creates a Smoke Cloud on Rampage", "better": 1, "id": "ground_smoke_on_rampage_threshold_ms", "matchers": [{"string": "Creates a Smoke Cloud on Rampage", "negate": false}], "trade": {"ids": null}} -{"ref": "Enemies do not block your movement for # second on Rampage", "better": 1, "id": "phasing_on_rampage_threshold_ms", "matchers": [{"string": "Enemies do not block your movement for # second on Rampage", "negate": false}], "trade": {"ids": null}} -{"ref": "#% Global chance to Blind Enemies on hit", "better": 1, "id": "global_chance_to_blind_on_hit_%", "matchers": [{"string": "#% Global chance to Blind Enemies on hit", "negate": false}], "trade": {"ids": null}} -{"ref": "Regenerate # Life per second per Level", "better": 1, "id": "life_regeneration_rate_per_minute_per_level", "matchers": [{"string": "Regenerate # Life per second per Level", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Global Critical Hit Chance per Level", "better": 1, "id": "critical_strike_chance_+%_per_level", "matchers": [{"string": "#% increased Global Critical Hit Chance per Level", "negate": false}, {"string": "#% reduced Global Critical Hit Chance per Level", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Attack Damage per Level", "better": 1, "id": "attack_damage_+%_per_level", "matchers": [{"string": "#% increased Attack Damage per Level", "negate": false}, {"string": "#% reduced Attack Damage per Level", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Spell Damage per Level", "better": 1, "id": "spell_damage_+%_per_level", "matchers": [{"string": "#% increased Spell Damage per Level", "negate": false}, {"string": "#% reduced Spell Damage per Level", "negate": true}], "trade": {"ids": null}} -{"ref": "Gain a Flask Charge when you deal a Critical Hit", "better": 1, "id": "recharge_flasks_on_crit", "matchers": [{"string": "Gain a Flask Charge when you deal a Critical Hit", "negate": false}], "trade": {"ids": null}} -{"ref": "Enemies you Attack have #% chance to Reflect # to # Chaos Damage to you", "better": 1, "id": "unique_minimum_chaos_damage_to_reflect_to_self_on_attack", "matchers": [{"string": "Enemies you Attack have #% chance to Reflect # to # Chaos Damage to you", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Critical Hit Chance", "better": 1, "id": "local_critical_strike_chance_+%", "matchers": [{"string": "#% increased Critical Hit Chance", "negate": false}, {"string": "#% reduced Critical Hit Chance", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_587431675"]}}} -{"ref": "Rampage", "better": 1, "id": "player_gain_rampage_stacks", "matchers": [{"string": "Rampage", "negate": false}], "trade": {"ids": null}} -{"ref": "Melee Hits count as Rampage Kills\\nRampage", "better": 1, "id": "melee_hits_grant_rampage_stacks", "matchers": [{"string": "Melee Hits count as Rampage Kills\\nRampage", "negate": false}], "trade": {"ids": null}} -{"ref": "Gain # Mana on Kill per Level", "better": 1, "id": "mana_gained_on_enemy_death_per_level", "matchers": [{"string": "Gain # Mana on Kill per Level", "negate": false}], "trade": {"ids": null}} -{"ref": "Gain # Energy Shield on Kill per Level", "better": 1, "id": "energy_shield_gained_on_enemy_death_per_level", "matchers": [{"string": "Gain # Energy Shield on Kill per Level", "negate": false}], "trade": {"ids": null}} -{"ref": "+# to Level of Socketed Skill Gems", "better": 1, "id": "local_socketed_active_skill_gem_level_+", "matchers": [{"string": "# to Level of Socketed Skill Gems", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Elemental Damage per Level", "better": 1, "id": "elemental_damage_+%_per_level", "matchers": [{"string": "#% increased Elemental Damage per Level", "negate": false}, {"string": "#% reduced Elemental Damage per Level", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Chaos Damage per Level", "better": 1, "id": "chaos_damage_+%_per_level", "matchers": [{"string": "#% increased Chaos Damage per Level", "negate": false}, {"string": "#% reduced Chaos Damage per Level", "negate": true}], "trade": {"ids": null}} -{"ref": "Gain # Life on Kill per Level", "better": 1, "id": "life_gained_on_enemy_death_per_level", "matchers": [{"string": "Gain # Life on Kill per Level", "negate": false}], "trade": {"ids": null}} -{"ref": "Gain Unholy Might for # second on Rampage", "better": 1, "id": "gain_unholy_might_on_rampage_threshold_ms", "matchers": [{"string": "Gain Unholy Might for # second on Rampage", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Blind duration", "better": 1, "id": "blind_duration_+%", "matchers": [{"string": "#% increased Blind duration", "negate": false}, {"string": "#% reduced Blind duration", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Damage per 10 Levels", "better": 1, "id": "damage_+%_per_10_levels", "matchers": [{"string": "#% increased Damage per 10 Levels", "negate": false}, {"string": "#% reduced Damage per 10 Levels", "negate": true}], "trade": {"ids": null}} -{"ref": "Area is inhabited by an additional Invasion Boss", "better": 1, "id": "map_num_extra_invasion_bosses", "matchers": [{"string": "Area is inhabited by an additional Invasion Boss", "negate": false}], "trade": {"ids": null}} -{"ref": "Area contains an additional pack with a Rare monster", "better": 1, "id": "map_contains_x_additional_rare_packs", "matchers": [{"string": "Area contains an additional pack with a Rare monster", "negate": false}], "trade": {"ids": null}} -{"ref": "Monsters have Onslaught", "better": 1, "id": "map_monsters_have_onslaught", "matchers": [{"string": "Monsters have Onslaught", "negate": false}], "trade": {"ids": null}} -{"ref": "Prefixes Cannot Be Changed", "better": 1, "id": "item_generation_cannot_change_prefixes", "matchers": [{"string": "Prefixes Cannot Be Changed", "negate": false}], "trade": {"ids": null}} -{"ref": "Suffixes Cannot Be Changed", "better": 1, "id": "item_generation_cannot_change_suffixes", "matchers": [{"string": "Suffixes Cannot Be Changed", "negate": false}], "trade": {"ids": null}} -{"ref": "Cannot roll Attack Modifiers", "better": 1, "id": "item_generation_cannot_roll_attack_affixes", "matchers": [{"string": "Cannot roll Attack Modifiers", "negate": false}], "trade": {"ids": null}} -{"ref": "Cannot roll Caster Modifiers", "better": 1, "id": "item_generation_cannot_roll_caster_affixes", "matchers": [{"string": "Cannot roll Caster Modifiers", "negate": false}], "trade": {"ids": null}} -{"ref": "Can have up to 3 Crafted Modifiers", "better": 1, "id": "item_generation_can_have_multiple_crafted_mods", "matchers": [{"string": "Can have up to 3 Crafted Modifiers", "negate": false}], "trade": {"ids": null}} -{"ref": "Socketed Gems have Elemental Equilibrium", "better": 1, "id": "local_display_socketed_gems_have_elemental_equilibrium", "matchers": [{"string": "Socketed Gems have Elemental Equilibrium", "negate": false}], "trade": {"ids": null}} -{"ref": "Socketed Gems have Secrets of Suffering", "better": 1, "id": "local_display_socketed_gems_have_secrets_of_suffering", "matchers": [{"string": "Socketed Gems have Secrets of Suffering", "negate": false}], "trade": {"ids": null}} -{"ref": "Unaffected by Ignite or Shock if Maximum Life and Maximum Mana are within 500", "better": 1, "id": "unaffected_by_ignite_and_shock_while_max_life_mana_within_500", "matchers": [{"string": "Unaffected by Ignite or Shock if Maximum Life and Maximum Mana are within 500", "negate": false}], "trade": {"ids": null}} -{"ref": "+#% to Fire Resistance when Socketed with a Red Gem", "better": 1, "id": "unique_fire_damage_resistance_%_when_red_gem_socketed", "matchers": [{"string": "#% to Fire Resistance when Socketed with a Red Gem", "negate": false}], "trade": {"ids": null}} -{"ref": "+#% to Lightning Resistance when Socketed with a Blue Gem", "better": 1, "id": "unique_lightning_damage_resistance_%_when_blue_gem_socketed", "matchers": [{"string": "#% to Lightning Resistance when Socketed with a Blue Gem", "negate": false}], "trade": {"ids": null}} -{"ref": "+#% to Cold Resistance when Socketed with a Green Gem", "better": 1, "id": "unique_cold_damage_resistance_%_when_green_gem_socketed", "matchers": [{"string": "#% to Cold Resistance when Socketed with a Green Gem", "negate": false}], "trade": {"ids": null}} -{"ref": "All Sockets are White", "better": 1, "id": "local_all_sockets_are_white", "matchers": [{"string": "All Sockets are White", "negate": false}], "trade": {"ids": null}} -{"ref": "Curse Enemies with Punishment when you Block their Melee Damage, ignoring Curse Limit", "better": 1, "id": "curse_on_melee_block_level_15_punishment", "matchers": [{"string": "Curse Enemies with Punishment when you Block their Melee Damage, ignoring Curse Limit", "negate": false}], "trade": {"ids": null}} -{"ref": "Curse Enemies with Temporal Chains when you Block their Projectile Attack Damage, ignoring Curse Limit", "better": 1, "id": "curse_on_projectile_block_level_15_temporal_chains", "matchers": [{"string": "Curse Enemies with Temporal Chains when you Block their Projectile Attack Damage, ignoring Curse Limit", "negate": false}], "trade": {"ids": null}} -{"ref": "Curse Enemies with Elemental Weakness when you Block their Spell Damage, ignoring Curse Limit", "better": 1, "id": "curse_on_spell_block_level_15_elemental_weakness", "matchers": [{"string": "Curse Enemies with Elemental Weakness when you Block their Spell Damage, ignoring Curse Limit", "negate": false}], "trade": {"ids": null}} -{"ref": "Enemies slain by Socketed Gems drop #% increased item quantity", "better": 1, "id": "local_display_socketed_gems_get_item_quantity_+%", "matchers": [{"string": "Enemies slain by Socketed Gems drop #% increased item quantity", "negate": false}, {"string": "Enemies slain by Socketed Gems drop #% reduced item quantity", "negate": true}], "trade": {"ids": null}} -{"ref": "Area becomes fatal after some time", "better": 1, "id": "display_map_has_oxygen", "matchers": [{"string": "Area becomes fatal after some time", "negate": false}], "trade": {"ids": null}} -{"ref": "Magic Monster Packs in next Area will each have a Bloodline Mod", "better": 1, "id": "map_magic_pack_mod_rules", "matchers": [{"string": "Magic Monster Packs in next Area will each have a Bloodline Mod", "negate": false}], "trade": {"ids": null}} -{"ref": "Curse Enemies with Vulnerability on Block", "better": 1, "id": "curse_on_block_level_5_vulnerability", "matchers": [{"string": "Curse Enemies with Vulnerability on Block", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to Steal Power, Frenzy, and Endurance Charges on Hit", "better": 1, "id": "base_steal_power_frenzy_endurance_charges_on_hit_%", "matchers": [{"string": "#% chance to Steal Power, Frenzy, and Endurance Charges on Hit", "negate": false}], "trade": {"ids": null}} -{"ref": "Skills Repeat an additional Time", "better": 1, "id": "skill_repeat_count", "matchers": [{"string": "Skills Repeat an additional Time", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to create a Smoke Cloud when Hit", "better": 1, "id": "ground_smoke_when_hit_%", "matchers": [{"string": "#% chance to create a Smoke Cloud when Hit", "negate": false}], "trade": {"ids": null}} -{"ref": "Tormented Spirits haunt Wraeclast", "better": 1, "id": "map_spawn_tormented_spirits", "matchers": [{"string": "Tormented Spirits haunt Wraeclast", "negate": false}], "trade": {"ids": null}} -{"ref": "Area is haunted by # additional Tormented Spirit", "better": 1, "id": "map_spawn_extra_torment_spirits", "matchers": [{"string": "Area is haunted by # additional Tormented Spirit", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Elemental Damage with Attack Skills during any Flask Effect", "better": 1, "id": "elemental_damage_with_attack_skills_+%_while_using_flask", "matchers": [{"string": "#% increased Elemental Damage with Attack Skills during any Flask Effect", "negate": false}, {"string": "#% reduced Elemental Damage with Attack Skills during any Flask Effect", "negate": true}], "trade": {"ids": null}} -{"ref": "#% of Fire Damage from Hits taken as Physical Damage", "better": 1, "id": "base_fire_hit_damage_taken_%_as_physical_value_negated", "matchers": [{"string": "#% of Fire Damage from Hits taken as Physical Damage", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_3205239847"]}}} -{"ref": "Adds # to # Fire Damage to Attacks against Ignited Enemies", "better": 1, "id": "minimum_added_fire_damage_vs_ignited_enemies", "matchers": [{"string": "Adds # to # Fire Damage to Attacks against Ignited Enemies", "negate": false}], "trade": {"ids": null}} -{"ref": "Trigger Socketed Minion Spells on Kill with this Weapon\\nMinion Spells Triggered by this Item have a 0.25 second Cooldown with 5 Uses", "better": 1, "id": "cast_socketed_minion_skills_on_bow_kill_%", "matchers": [{"string": "Trigger Socketed Minion Spells on Kill with this Weapon\\nMinion Spells Triggered by this Item have a 0.25 second Cooldown with 5 Uses", "negate": false}], "trade": {"ids": null}} -{"ref": "Minions deal #% increased Damage per 5 Dexterity", "better": 1, "id": "minion_damage_+%_per_5_dex", "matchers": [{"string": "Minions deal #% increased Damage per 5 Dexterity", "negate": false}, {"string": "Minions deal #% reduced Damage per 5 Dexterity", "negate": true}], "trade": {"ids": null}} -{"ref": "#% chance to Trigger Socketed Spells on Killing a Shocked Enemy", "better": 1, "id": "cast_linked_spells_on_shocked_enemy_kill_%", "matchers": [{"string": "#% chance to Trigger Socketed Spells on Killing a Shocked Enemy", "negate": false}], "trade": {"ids": null}} -{"ref": "Cannot gain Power Charges", "better": 1, "id": "cannot_gain_power_charges", "matchers": [{"string": "Cannot gain Power Charges", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Damage with Hits per Curse on Enemy", "better": 1, "id": "damage_vs_cursed_enemies_per_enemy_curse_+%", "matchers": [{"string": "#% increased Damage with Hits per Curse on Enemy", "negate": false}, {"string": "#% reduced Damage with Hits per Curse on Enemy", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Physical Damage per Endurance Charge", "better": 1, "id": "physical_damage_per_endurance_charge_+%", "matchers": [{"string": "#% increased Physical Damage per Endurance Charge", "negate": false}, {"string": "#% reduced Physical Damage per Endurance Charge", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Damage per Power Charge with Hits against Enemies that are on Full Life", "better": 1, "id": "damage_vs_enemies_on_full_life_per_power_charge_+%", "matchers": [{"string": "#% increased Damage per Power Charge with Hits against Enemies that are on Full Life", "negate": false}, {"string": "#% reduced Damage per Power Charge with Hits against Enemies that are on Full Life", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Damage per Power Charge with Hits against Enemies on Low Life", "better": 1, "id": "damage_vs_enemies_on_low_life_per_power_charge_+%", "matchers": [{"string": "#% increased Damage per Power Charge with Hits against Enemies on Low Life", "negate": false}, {"string": "#% reduced Damage per Power Charge with Hits against Enemies on Low Life", "negate": true}], "trade": {"ids": null}} -{"ref": "Penetrate #% Elemental Resistances per Frenzy Charge", "better": 1, "id": "penetrate_elemental_resistance_per_frenzy_charge_%", "matchers": [{"string": "Penetrate #% Elemental Resistances per Frenzy Charge", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Endurance, Frenzy and Power Charge Duration", "better": 1, "id": "charge_duration_+%", "matchers": [{"string": "#% increased Endurance, Frenzy and Power Charge Duration", "negate": false}, {"string": "#% reduced Endurance, Frenzy and Power Charge Duration", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Duration of Elemental Ailments on Enemies", "better": 1, "id": "base_elemental_status_ailment_duration_+%", "matchers": [{"string": "#% increased Duration of Elemental Ailments on Enemies", "negate": false}, {"string": "#% reduced Duration of Elemental Ailments on Enemies", "negate": true}], "trade": {"ids": null}} -{"ref": "Your Hits can only Kill Frozen Enemies", "better": 1, "id": "hits_can_only_kill_frozen_enemies", "matchers": [{"string": "Your Hits can only Kill Frozen Enemies", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Freeze Duration on Enemies", "better": 1, "id": "freeze_duration_+%", "matchers": [{"string": "#% increased Freeze Duration on Enemies", "negate": false}, {"string": "#% reduced Freeze Duration on Enemies", "negate": true}], "trade": {"ids": null}} -{"ref": "Contains an extra Vaal Fragment", "better": 1, "id": "chest_drops_extra_vaal_fragments", "matchers": [{"string": "Contains an extra Vaal Fragment", "negate": false}], "trade": {"ids": null}} -{"ref": "Contains # additional Rare Item", "better": 1, "id": "chest_drops_extra_rare_items_of_same_base_type", "matchers": [{"string": "Contains # additional Rare Item", "negate": false}], "trade": {"ids": null}} -{"ref": "Damage Penetrates #% Elemental Resistances", "better": 1, "id": "reduce_enemy_elemental_resistance_%", "matchers": [{"string": "Damage Penetrates #% Elemental Resistances", "negate": false}], "trade": {"ids": null}} -{"ref": "#% of Maximum Energy Shield taken as Physical Damage on Minion Death", "better": 1, "id": "maximum_es_taken_as_physical_damage_on_minion_death_%", "matchers": [{"string": "#% of Maximum Energy Shield taken as Physical Damage on Minion Death", "negate": false}], "trade": {"ids": null}} -{"ref": "Deal no Physical Damage", "better": 1, "id": "base_deal_no_physical_damage", "matchers": [{"string": "Deal no Physical Damage", "negate": false}], "trade": {"ids": null}} -{"ref": "Deal no Non-Physical Damage", "better": 1, "id": "deal_no_non_physical_damage", "matchers": [{"string": "Deal no Non-Physical Damage", "negate": false}], "trade": {"ids": null}} -{"ref": "Attacks that Fire Projectiles Consume up to # additional Steel Shard", "better": 1, "id": "steel_ammo_consumed_per_use_with_attacks_that_fire_projectiles", "matchers": [{"string": "Attacks that Fire Projectiles Consume up to # additional Steel Shard", "negate": false}], "trade": {"ids": null}} -{"ref": "Skills Fire # additional Projectile for 4 seconds after\\nyou consume a total of 12 Steel Shards", "better": 1, "id": "skills_fire_x_additional_projectiles_for_4_seconds_after_consuming_12_steel_ammo", "matchers": [{"string": "Skills Fire # additional Projectile for 4 seconds after\\nyou consume a total of 12 Steel Shards", "negate": false}], "trade": {"ids": null}} -{"ref": "Ignites you inflict with Attacks deal Damage #% faster", "better": 1, "id": "faster_burn_from_attacks_%", "matchers": [{"string": "Ignites you inflict with Attacks deal Damage #% faster", "negate": false}], "trade": {"ids": null}} -{"ref": "Socketed Gems fire Projectiles in a circle", "better": 1, "id": "local_display_socketed_gems_projectiles_nova", "matchers": [{"string": "Socketed Gems fire Projectiles in a circle", "negate": false}], "trade": {"ids": null}} -{"ref": "Socketed Projectile Spells fire Projectiles in a circle", "better": 1, "id": "local_display_socketed_spells_projectiles_circle", "matchers": [{"string": "Socketed Projectile Spells fire Projectiles in a circle", "negate": false}], "trade": {"ids": null}} -{"ref": "Socketed Gems fire an additional Projectile", "better": 1, "id": "local_display_socketed_gems_have_number_of_additional_projectiles", "matchers": [{"string": "Socketed Gems fire an additional Projectile", "negate": false}], "trade": {"ids": null}} -{"ref": "Socketed Projectile Spells fire an additional Projectile", "better": 1, "id": "local_display_socketed_spells_additional_projectiles", "matchers": [{"string": "Socketed Projectile Spells fire an additional Projectile", "negate": false}], "trade": {"ids": null}} -{"ref": "Socketed Gems have #% increased Skill Effect Duration", "better": 1, "id": "local_display_socketed_gems_skill_effect_duration_+%", "matchers": [{"string": "Socketed Gems have #% increased Skill Effect Duration", "negate": false}, {"string": "Socketed Gems have #% reduced Skill Effect Duration", "negate": true}], "trade": {"ids": null}} -{"ref": "Socketed Gems are Supported by Level # Generosity", "better": 1, "id": "local_display_socketed_gems_get_generosity_level", "matchers": [{"string": "Socketed Gems are Supported by Level # Generosity", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Elemental Damage per Frenzy Charge", "better": 1, "id": "elemental_damage_+%_per_frenzy_charge", "matchers": [{"string": "#% increased Elemental Damage per Frenzy Charge", "negate": false}], "trade": {"ids": null}} -{"ref": "Mines can be Detonated an additional time", "better": 1, "id": "mine_extra_uses", "matchers": [{"string": "Mines can be Detonated an additional time", "negate": false}], "trade": {"ids": null}} -{"ref": "You gain Onslaught for # seconds on Culling Strike", "better": 1, "id": "onslaught_buff_duration_on_culling_strike_ms", "matchers": [{"string": "You gain Onslaught for # seconds on Culling Strike", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to Avoid being Chilled during Onslaught", "better": 1, "id": "base_avoid_chill_%_while_have_onslaught", "matchers": [{"string": "#% chance to Avoid being Chilled during Onslaught", "negate": false}], "trade": {"ids": null}} -{"ref": "You and your Totems Regenerate #% of Life per second for each Summoned Totem", "better": 1, "id": "you_and_totem_life_regeneration_rate_per_minute_%_per_active_totem", "matchers": [{"string": "You and your Totems Regenerate #% of Life per second for each Summoned Totem", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Mine Throwing Speed", "better": 1, "id": "mine_laying_speed_+%", "matchers": [{"string": "#% increased Mine Throwing Speed", "negate": false}, {"string": "#% reduced Mine Throwing Speed", "negate": true}], "trade": {"ids": null}} -{"ref": "Mines have #% increased Detonation Speed", "better": 1, "id": "mine_detonation_speed_+%", "matchers": [{"string": "Mines have #% increased Detonation Speed", "negate": false}, {"string": "Mines have #% reduced Detonation Speed", "negate": true}], "trade": {"ids": null}} -{"ref": "#% more Mine Damage", "better": 1, "id": "unique_mine_damage_+%_final", "matchers": [{"string": "#% more Mine Damage", "negate": false}, {"string": "#% less Mine Damage", "negate": true}], "trade": {"ids": null}} -{"ref": "Socketed Gems are Supported by Level # Blastchain Mine", "better": 1, "id": "local_display_socketed_gems_get_remote_mine_level", "matchers": [{"string": "Socketed Gems are Supported by Level # Blastchain Mine", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Cold Damage with Attack Skills", "better": 1, "id": "cold_damage_with_attack_skills_+%", "matchers": [{"string": "#% increased Cold Damage with Attack Skills", "negate": false}, {"string": "#% reduced Cold Damage with Attack Skills", "negate": true}], "trade": {"ids": null}} -{"ref": "Adds # to # Lightning Damage to Unarmed Melee Hits", "better": 1, "id": "attack_minimum_added_melee_lightning_damage_while_unarmed", "matchers": [{"string": "Adds # to # Lightning Damage to Unarmed Melee Hits", "negate": false}], "trade": {"ids": null}} -{"ref": "Adds # to # Lightning Damage to Spells while Unarmed", "better": 1, "id": "spell_minimum_added_lightning_damage_while_unarmed", "matchers": [{"string": "Adds # to # Lightning Damage to Spells while Unarmed", "negate": false}], "trade": {"ids": null}} -{"ref": "+# Energy Shield gained on Killing a Shocked Enemy", "better": 1, "id": "gain_X_energy_shield_on_killing_shocked_enemy", "matchers": [{"string": "# Energy Shield gained on Killing a Shocked Enemy", "negate": false}], "trade": {"ids": null}} -{"ref": "Guarded by a Magic Monster", "better": 1, "id": "number_of_monsters_to_summon", "matchers": [{"string": "Guarded by a Magic Monster", "negate": false}], "trade": {"ids": null}} -{"ref": "Cannot Knock Enemies Back", "better": 1, "id": "cannot_knockback", "matchers": [{"string": "Cannot Knock Enemies Back", "negate": false}], "trade": {"ids": null}} -{"ref": "All Attack Damage Chills when you Stun", "better": 1, "id": "attack_damage_that_stuns_also_chills", "matchers": [{"string": "All Attack Damage Chills when you Stun", "negate": false}], "trade": {"ids": null}} -{"ref": "Nearby Allies gain #% of Life Regenerated per second", "better": 1, "id": "shapers_seed_unique_aura_life_regeneration_rate_per_minute_%", "matchers": [{"string": "Nearby Allies gain #% of Life Regenerated per second", "negate": false}], "trade": {"ids": null}} -{"ref": "Nearby Allies gain #% increased Mana Regeneration Rate", "better": 1, "id": "shapers_seed_unique_aura_mana_regeneration_rate_+%", "matchers": [{"string": "Nearby Allies gain #% increased Mana Regeneration Rate", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Rarity of Items Dropped by Frozen Enemies", "better": 1, "id": "killed_monster_dropped_item_rarity_+%_when_frozen", "matchers": [{"string": "#% increased Rarity of Items Dropped by Frozen Enemies", "negate": false}], "trade": {"ids": null}} -{"ref": "Gain #% of Physical Damage as Extra Fire Damage with Attacks", "better": 1, "id": "non_skill_physical_damage_%_to_gain_as_fire_with_attacks", "matchers": [{"string": "Gain #% of Physical Damage as Extra Fire Damage with Attacks", "negate": false}], "trade": {"ids": null}} -{"ref": "Allies' Aura Buffs do not affect you", "better": 1, "id": "immune_to_ally_buff_auras", "matchers": [{"string": "Allies' Aura Buffs do not affect you", "negate": false}], "trade": {"ids": null}} -{"ref": "Your Aura Buffs do not affect allies", "better": 1, "id": "buff_auras_dont_affect_allies", "matchers": [{"string": "Your Aura Buffs do not affect allies", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased effect of Buffs on you", "better": 1, "id": "buff_effect_on_self_+%", "matchers": [{"string": "#% increased effect of Buffs on you", "negate": false}], "trade": {"ids": null}} -{"ref": "Powerful Tempests can affect both Monsters and you", "better": 1, "id": "map_always_has_weather", "matchers": [{"string": "Powerful Tempests can affect both Monsters and you", "negate": false}], "trade": {"ids": null}} -{"ref": "Knockback direction is reversed", "better": 1, "id": "enemy_knockback_direction_is_reversed", "matchers": [{"string": "Knockback direction is reversed", "negate": false}], "trade": {"ids": null}} -{"ref": "Socketed Gems are Supported by Level # Knockback", "better": 1, "id": "local_display_socketed_gems_supported_by_x_knockback_level", "matchers": [{"string": "Socketed Gems are Supported by Level # Knockback", "negate": false}], "trade": {"ids": null}} -{"ref": "Regenerate # Life per second per Endurance Charge", "better": 1, "id": "life_regen_per_minute_per_endurance_charge", "matchers": [{"string": "Regenerate # Life per second per Endurance Charge", "negate": false}], "trade": {"ids": null}} -{"ref": "Transmogrification", "better": 1, "id": "map_non_unique_equipment_drops_as_sell_price", "matchers": [{"string": "Transmogrification", "negate": false}], "trade": {"ids": null}} -{"ref": "Atziri's Influence", "better": 1, "id": "map_items_drop_corrupted", "matchers": [{"string": "Atziri's Influence", "negate": false}], "trade": {"ids": null}} -{"ref": "Living Weapons", "better": 1, "id": "map_weapons_drop_animated", "matchers": [{"string": "Living Weapons", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to cause Enemies to Flee on use", "better": 1, "id": "local_flask_use_causes_monster_flee_chance_%", "matchers": [{"string": "#% chance to cause Enemies to Flee on use", "negate": false}], "trade": {"ids": null}} -{"ref": "#% more Melee Physical Damage during effect", "better": 1, "id": "local_unique_lions_roar_melee_physical_damage_+%_final_during_flask_effect", "matchers": [{"string": "#% more Melee Physical Damage during effect", "negate": false}], "trade": {"ids": null}} -{"ref": "Adds Knockback to Melee Attacks during Effect", "better": 1, "id": "local_flask_adds_knockback_while_healing", "matchers": [{"string": "Adds Knockback to Melee Attacks during Effect", "negate": false}], "trade": {"ids": null}} -{"ref": "Grants # Life and Mana per Enemy Hit", "better": 1, "id": "local_life_and_mana_gain_per_target", "matchers": [{"string": "Grants # Life and Mana per Enemy Hit", "negate": false}, {"string": "Removes # of your Life and Mana per Enemy Hit", "negate": true}], "trade": {"ids": null}} -{"ref": "Grants Level # Icestorm Skill", "better": 1, "id": "local_display_grants_skill_icestorm_level", "matchers": [{"string": "Grants Level # Icestorm Skill", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to gain a Power Charge when you Stun with Melee Damage", "better": 1, "id": "chance_to_gain_power_charge_on_melee_stun_%", "matchers": [{"string": "#% chance to gain a Power Charge when you Stun with Melee Damage", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to gain a Power Charge when you Stun", "better": 1, "id": "chance_to_gain_power_charge_on_stun_%", "matchers": [{"string": "#% chance to gain a Power Charge when you Stun", "negate": false}], "trade": {"ids": null}} -{"ref": "Gain Unholy Might for 2 seconds on Melee Critical Hit", "better": 1, "id": "gain_unholy_might_for_2_seconds_on_melee_crit", "matchers": [{"string": "Gain Unholy Might for 2 seconds on Melee Critical Hit", "negate": false}], "trade": {"ids": null}} -{"ref": "Gain Unholy Might for 4 seconds on Critical Hit", "better": 1, "id": "gain_unholy_might_for_4_seconds_on_crit", "matchers": [{"string": "Gain Unholy Might for 4 seconds on Critical Hit", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to Avoid Elemental Ailments", "better": 1, "id": "avoid_all_elemental_status_%", "matchers": [{"string": "#% chance to Avoid Elemental Ailments", "negate": false}], "trade": {"ids": null}} -{"ref": "Regenerate #% of Mana per second", "better": 1, "id": "mana_regeneration_rate_per_minute_%", "matchers": [{"string": "Regenerate #% of Mana per second", "negate": false}], "trade": {"ids": null}} -{"ref": "Enemy Projectiles Pierce you", "better": 1, "id": "projectiles_always_pierce_you", "matchers": [{"string": "Enemy Projectiles Pierce you", "negate": false}], "trade": {"ids": null}} -{"ref": "Grants Level # Gluttony of Elements Skill", "better": 1, "id": "local_display_grants_skill_gluttony_of_elements_level", "matchers": [{"string": "Grants Level # Gluttony of Elements Skill", "negate": false}], "trade": {"ids": null}} -{"ref": "Socketed Gems are Supported by Level # Pierce", "better": 1, "id": "local_display_socketed_gems_get_pierce_level", "matchers": [{"string": "Socketed Gems are Supported by Level # Pierce", "negate": false}], "trade": {"ids": null}} -{"ref": "Regenerate # Life per second per Buff on you", "better": 1, "id": "life_regeneration_per_minute_per_active_buff", "matchers": [{"string": "Regenerate # Life per second per Buff on you", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Damage with Claws", "better": 1, "id": "claw_damage_+%", "matchers": [{"string": "#% increased Damage with Claws", "negate": false}, {"string": "#% reduced Damage with Claws", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Damage with Wands", "better": 1, "id": "wand_damage_+%", "matchers": [{"string": "#% increased Damage with Wands", "negate": false}, {"string": "#% reduced Damage with Wands", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Damage with One Handed Weapons", "better": 1, "id": "damage_+%_with_one_handed_weapons", "matchers": [{"string": "#% increased Damage with One Handed Weapons", "negate": false}, {"string": "#% reduced Damage with One Handed Weapons", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Damage with Two Handed Weapons", "better": 1, "id": "damage_+%_with_two_handed_weapons", "matchers": [{"string": "#% increased Damage with Two Handed Weapons", "negate": false}, {"string": "#% reduced Damage with Two Handed Weapons", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Attack Damage while Dual Wielding", "better": 1, "id": "damage_while_dual_wielding_+%", "matchers": [{"string": "#% increased Attack Damage while Dual Wielding", "negate": false}, {"string": "#% reduced Attack Damage while Dual Wielding", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Melee Physical Damage with Unarmed Attacks", "better": 1, "id": "unarmed_melee_physical_damage_+%", "matchers": [{"string": "#% increased Melee Physical Damage with Unarmed Attacks", "negate": false}, {"string": "#% reduced Melee Physical Damage with Unarmed Attacks", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Spell Damage while wielding a Staff", "better": 1, "id": "spell_staff_damage_+%", "matchers": [{"string": "#% increased Spell Damage while wielding a Staff", "negate": false}, {"string": "#% reduced Spell Damage while wielding a Staff", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Spell Damage while Dual Wielding", "better": 1, "id": "spell_damage_+%_while_dual_wielding", "matchers": [{"string": "#% increased Spell Damage while Dual Wielding", "negate": false}, {"string": "#% reduced Spell Damage while Dual Wielding", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Spell Damage while holding a Shield", "better": 1, "id": "spell_damage_+%_while_holding_shield", "matchers": [{"string": "#% increased Spell Damage while holding a Shield", "negate": false}, {"string": "#% reduced Spell Damage while holding a Shield", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Mine Damage", "better": 1, "id": "mine_damage_+%", "matchers": [{"string": "#% increased Mine Damage", "negate": false}, {"string": "#% reduced Mine Damage", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Damage over Time", "better": 1, "id": "damage_over_time_+%", "matchers": [{"string": "#% increased Damage over Time", "negate": false}, {"string": "#% reduced Damage over Time", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Attack Speed with Maces or Sceptres", "better": 1, "id": "mace_attack_speed_+%", "matchers": [{"string": "#% increased Attack Speed with Maces or Sceptres", "negate": false}, {"string": "#% reduced Attack Speed with Maces or Sceptres", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Attack Speed with Claws", "better": 1, "id": "claw_attack_speed_+%", "matchers": [{"string": "#% increased Attack Speed with Claws", "negate": false}, {"string": "#% reduced Attack Speed with Claws", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Attack Speed with Wands", "better": 1, "id": "wand_attack_speed_+%", "matchers": [{"string": "#% increased Attack Speed with Wands", "negate": false}, {"string": "#% reduced Attack Speed with Wands", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Attack Speed with One Handed Melee Weapons", "better": 1, "id": "one_handed_melee_attack_speed_+%", "matchers": [{"string": "#% increased Attack Speed with One Handed Melee Weapons", "negate": false}, {"string": "#% reduced Attack Speed with One Handed Melee Weapons", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Attack Speed with Two Handed Melee Weapons", "better": 1, "id": "two_handed_melee_attack_speed_+%", "matchers": [{"string": "#% increased Attack Speed with Two Handed Melee Weapons", "negate": false}, {"string": "#% reduced Attack Speed with Two Handed Melee Weapons", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Attack Speed while Dual Wielding", "better": 1, "id": "attack_speed_while_dual_wielding_+%", "matchers": [{"string": "#% increased Attack Speed while Dual Wielding", "negate": false}, {"string": "#% reduced Attack Speed while Dual Wielding", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Cast Speed while Dual Wielding", "better": 1, "id": "cast_speed_while_dual_wielding_+%", "matchers": [{"string": "#% increased Cast Speed while Dual Wielding", "negate": false}, {"string": "#% reduced Cast Speed while Dual Wielding", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Attack Speed while holding a Shield", "better": 1, "id": "attack_speed_+%_while_holding_shield", "matchers": [{"string": "#% increased Attack Speed while holding a Shield", "negate": false}, {"string": "#% reduced Attack Speed while holding a Shield", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Cast Speed while holding a Shield", "better": 1, "id": "cast_speed_+%_while_holding_shield", "matchers": [{"string": "#% increased Cast Speed while holding a Shield", "negate": false}, {"string": "#% reduced Cast Speed while holding a Shield", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Cast Speed while wielding a Staff", "better": 1, "id": "cast_speed_+%_while_holding_staff", "matchers": [{"string": "#% increased Cast Speed while wielding a Staff", "negate": false}, {"string": "#% reduced Cast Speed while wielding a Staff", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Unarmed Attack Speed with Melee Skills", "better": 1, "id": "unarmed_melee_attack_speed_+%", "matchers": [{"string": "#% increased Unarmed Attack Speed with Melee Skills", "negate": false}, {"string": "#% reduced Unarmed Attack Speed with Melee Skills", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Attack Damage while holding a Shield", "better": 1, "id": "attack_damage_+%_while_holding_a_shield", "matchers": [{"string": "#% increased Attack Damage while holding a Shield", "negate": false}, {"string": "#% reduced Attack Damage while holding a Shield", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Cast Speed with Fire Skills", "better": 1, "id": "cast_speed_for_fire_skills_+%", "matchers": [{"string": "#% increased Cast Speed with Fire Skills", "negate": false}, {"string": "#% reduced Cast Speed with Fire Skills", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Cast Speed with Cold Skills", "better": 1, "id": "cast_speed_for_cold_skills_+%", "matchers": [{"string": "#% increased Cast Speed with Cold Skills", "negate": false}, {"string": "#% reduced Cast Speed with Cold Skills", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Cast Speed with Lightning Skills", "better": 1, "id": "cast_speed_for_lightning_skills_+%", "matchers": [{"string": "#% increased Cast Speed with Lightning Skills", "negate": false}, {"string": "#% reduced Cast Speed with Lightning Skills", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Cast Speed with Chaos Skills", "better": 1, "id": "cast_speed_for_chaos_skills_+%", "matchers": [{"string": "#% increased Cast Speed with Chaos Skills", "negate": false}, {"string": "#% reduced Cast Speed with Chaos Skills", "negate": true}], "trade": {"ids": null}} -{"ref": "Gain # Energy Shield per Enemy Hit with Attacks", "better": 1, "id": "energy_shield_gain_per_target", "matchers": [{"string": "Gain # Energy Shield per Enemy Hit with Attacks", "negate": false}, {"string": "Lose # Energy Shield per Enemy Hit with Attacks", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Critical Hit Chance with Maces or Sceptres", "better": 1, "id": "mace_critical_strike_chance_+%", "matchers": [{"string": "#% increased Critical Hit Chance with Maces or Sceptres", "negate": false}, {"string": "#% reduced Critical Hit Chance with Maces or Sceptres", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Critical Hit Chance with Axes", "better": 1, "id": "axe_critical_strike_chance_+%", "matchers": [{"string": "#% increased Critical Hit Chance with Axes", "negate": false}, {"string": "#% reduced Critical Hit Chance with Axes", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Critical Hit Chance with Swords", "better": 1, "id": "sword_critical_strike_chance_+%", "matchers": [{"string": "#% increased Critical Hit Chance with Swords", "negate": false}, {"string": "#% reduced Critical Hit Chance with Swords", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Critical Hit Chance with Bows", "better": 1, "id": "bow_critical_strike_chance_+%", "matchers": [{"string": "#% increased Critical Hit Chance with Bows", "negate": false}, {"string": "#% reduced Critical Hit Chance with Bows", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Critical Hit Chance with Claws", "better": 1, "id": "claw_critical_strike_chance_+%", "matchers": [{"string": "#% increased Critical Hit Chance with Claws", "negate": false}, {"string": "#% reduced Critical Hit Chance with Claws", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Critical Hit Chance with Wands", "better": 1, "id": "wand_critical_strike_chance_+%", "matchers": [{"string": "#% increased Critical Hit Chance with Wands", "negate": false}, {"string": "#% reduced Critical Hit Chance with Wands", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Critical Hit Chance with Quarterstaves", "better": 1, "id": "quarterstaff_critical_strike_chance_+%", "matchers": [{"string": "#% increased Critical Hit Chance with Quarterstaves", "negate": false}, {"string": "#% reduced Critical Hit Chance with Quarterstaves", "negate": true}], "trade": {"ids": null}} -{"ref": "+#% to Critical Damage Bonus with Maces or Sceptres", "better": 1, "id": "mace_critical_strike_multiplier_+", "matchers": [{"string": "#% to Critical Damage Bonus with Maces or Sceptres", "negate": false}], "trade": {"ids": null}} -{"ref": "+#% to Critical Damage Bonus with Axes", "better": 1, "id": "axe_critical_strike_multiplier_+", "matchers": [{"string": "#% to Critical Damage Bonus with Axes", "negate": false}], "trade": {"ids": null}} -{"ref": "+#% to Critical Damage Bonus with Swords", "better": 1, "id": "sword_critical_strike_multiplier_+", "matchers": [{"string": "#% to Critical Damage Bonus with Swords", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Critical Damage Bonus with Bows", "better": 1, "id": "bow_critical_strike_multiplier_+", "matchers": [{"string": "#% increased Critical Damage Bonus with Bows", "negate": false}], "trade": {"ids": null}} -{"ref": "+#% to Critical Damage Bonus with Claws", "better": 1, "id": "claw_critical_strike_multiplier_+", "matchers": [{"string": "#% to Critical Damage Bonus with Claws", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Critical Damage Bonus with Daggers", "better": 1, "id": "critical_strike_multiplier_with_dagger_+", "matchers": [{"string": "#% increased Critical Damage Bonus with Daggers", "negate": false}], "trade": {"ids": null}} -{"ref": "+#% to Critical Damage Bonus with Wands", "better": 1, "id": "wand_critical_strike_multiplier_+", "matchers": [{"string": "#% to Critical Damage Bonus with Wands", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Critical Damage Bonus with Quarterstaves", "better": 1, "id": "quarterstaff_critical_strike_multiplier_+", "matchers": [{"string": "#% increased Critical Damage Bonus with Quarterstaves", "negate": false}, {"string": "#% reduced Critical Damage Bonus with Quarterstaves", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Critical Hit Chance with One Handed Melee Weapons", "better": 1, "id": "one_handed_melee_critical_strike_chance_+%", "matchers": [{"string": "#% increased Critical Hit Chance with One Handed Melee Weapons", "negate": false}, {"string": "#% reduced Critical Hit Chance with One Handed Melee Weapons", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Critical Hit Chance with Two Handed Melee Weapons", "better": 1, "id": "two_handed_melee_critical_strike_chance_+%", "matchers": [{"string": "#% increased Critical Hit Chance with Two Handed Melee Weapons", "negate": false}, {"string": "#% reduced Critical Hit Chance with Two Handed Melee Weapons", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Attack Critical Hit Chance while Dual Wielding", "better": 1, "id": "critical_strike_chance_while_dual_wielding_+%", "matchers": [{"string": "#% increased Attack Critical Hit Chance while Dual Wielding", "negate": false}, {"string": "#% reduced Attack Critical Hit Chance while Dual Wielding", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Critical Hit Chance while holding a Shield", "better": 1, "id": "critical_strike_chance_while_wielding_shield_+%", "matchers": [{"string": "#% increased Critical Hit Chance while holding a Shield", "negate": false}, {"string": "#% reduced Critical Hit Chance while holding a Shield", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Melee Critical Hit Chance", "better": 1, "id": "melee_critical_strike_chance_+%", "matchers": [{"string": "#% increased Melee Critical Hit Chance", "negate": false}, {"string": "#% reduced Melee Critical Hit Chance", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Critical Hit Chance with Mines", "better": 1, "id": "mine_critical_strike_chance_+%", "matchers": [{"string": "#% increased Critical Hit Chance with Mines", "negate": false}, {"string": "#% reduced Critical Hit Chance with Mines", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Critical Hit Chance with Fire Skills", "better": 1, "id": "fire_critical_strike_chance_+%", "matchers": [{"string": "#% increased Critical Hit Chance with Fire Skills", "negate": false}, {"string": "#% reduced Critical Hit Chance with Fire Skills", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Critical Hit Chance with Cold Skills", "better": 1, "id": "cold_critical_strike_chance_+%", "matchers": [{"string": "#% increased Critical Hit Chance with Cold Skills", "negate": false}, {"string": "#% reduced Critical Hit Chance with Cold Skills", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Critical Hit Chance with Lightning Skills", "better": 1, "id": "lightning_critical_strike_chance_+%", "matchers": [{"string": "#% increased Critical Hit Chance with Lightning Skills", "negate": false}, {"string": "#% reduced Critical Hit Chance with Lightning Skills", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Critical Hit Chance with Elemental Skills", "better": 1, "id": "elemental_critical_strike_chance_+%", "matchers": [{"string": "#% increased Critical Hit Chance with Elemental Skills", "negate": false}, {"string": "#% reduced Critical Hit Chance with Elemental Skills", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Critical Hit Chance with Chaos Skills", "better": 1, "id": "chaos_critical_strike_chance_+%", "matchers": [{"string": "#% increased Critical Hit Chance with Chaos Skills", "negate": false}, {"string": "#% reduced Critical Hit Chance with Chaos Skills", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Critical Damage Bonus with One Handed Melee Weapons", "better": 1, "id": "one_handed_melee_critical_strike_multiplier_+", "matchers": [{"string": "#% increased Critical Damage Bonus with One Handed Melee Weapons", "negate": false}], "trade": {"ids": null}} -{"ref": "+#% to Critical Damage Bonus with Two Handed Melee Weapons", "better": 1, "id": "two_handed_melee_critical_strike_multiplier_+", "matchers": [{"string": "#% to Critical Damage Bonus with Two Handed Melee Weapons", "negate": false}], "trade": {"ids": null}} -{"ref": "+#% to Critical Damage Bonus while Dual Wielding", "better": 1, "id": "global_critical_strike_multiplier_while_dual_wielding_+", "matchers": [{"string": "#% to Critical Damage Bonus while Dual Wielding", "negate": false}], "trade": {"ids": null}} -{"ref": "+#% to Melee Critical Damage Bonus while holding a Shield", "better": 1, "id": "melee_critical_strike_multiplier_+_while_wielding_shield", "matchers": [{"string": "#% to Melee Critical Damage Bonus while holding a Shield", "negate": false}], "trade": {"ids": null}} -{"ref": "+#% to Critical Damage Bonus with Mines", "better": 1, "id": "mine_critical_strike_multiplier_+", "matchers": [{"string": "#% to Critical Damage Bonus with Mines", "negate": false}], "trade": {"ids": null}} -{"ref": "+#% to Critical Damage Bonus with Fire Skills", "better": 1, "id": "fire_critical_strike_multiplier_+", "matchers": [{"string": "#% to Critical Damage Bonus with Fire Skills", "negate": false}], "trade": {"ids": null}} -{"ref": "+#% to Critical Damage Bonus with Cold Skills", "better": 1, "id": "cold_critical_strike_multiplier_+", "matchers": [{"string": "#% to Critical Damage Bonus with Cold Skills", "negate": false}], "trade": {"ids": null}} -{"ref": "+#% to Critical Damage Bonus with Lightning Skills", "better": 1, "id": "lightning_critical_strike_multiplier_+", "matchers": [{"string": "#% to Critical Damage Bonus with Lightning Skills", "negate": false}], "trade": {"ids": null}} -{"ref": "+#% to Critical Damage Bonus with Elemental Skills", "better": 1, "id": "elemental_critical_strike_multiplier_+", "matchers": [{"string": "#% to Critical Damage Bonus with Elemental Skills", "negate": false}], "trade": {"ids": null}} -{"ref": "+#% to Critical Damage Bonus with Chaos Skills", "better": 1, "id": "chaos_critical_strike_multiplier_+", "matchers": [{"string": "#% to Critical Damage Bonus with Chaos Skills", "negate": false}], "trade": {"ids": null}} -{"ref": "+#% to Fire and Cold Resistances", "better": 1, "id": "fire_and_cold_damage_resistance_%", "matchers": [{"string": "#% to Fire and Cold Resistances", "negate": false}], "trade": {"ids": null}} -{"ref": "+#% to Fire and Lightning Resistances", "better": 1, "id": "fire_and_lightning_damage_resistance_%", "matchers": [{"string": "#% to Fire and Lightning Resistances", "negate": false}], "trade": {"ids": null}} -{"ref": "+#% to Cold and Lightning Resistances", "better": 1, "id": "cold_and_lightning_damage_resistance_%", "matchers": [{"string": "#% to Cold and Lightning Resistances", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Stun Duration on Enemies", "better": 1, "id": "base_stun_duration_+%", "matchers": [{"string": "#% increased Stun Duration on Enemies", "negate": false}, {"string": "#% reduced Stun Duration on Enemies", "negate": true}], "trade": {"ids": null}} -{"ref": "#% chance to Avoid being Frozen", "better": 1, "id": "base_avoid_freeze_%", "matchers": [{"string": "#% chance to Avoid being Frozen", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to Avoid being Stunned", "better": 1, "id": "base_avoid_stun_%", "matchers": [{"string": "#% chance to Avoid being Stunned", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to Knock Enemies Back on hit", "better": 1, "id": "base_global_chance_to_knockback_%", "matchers": [{"string": "#% chance to Knock Enemies Back on hit", "negate": false}], "trade": {"ids": null}} -{"ref": "+#% Chance to Block Attack Damage while wielding a Staff", "better": 1, "id": "additional_staff_block_%", "matchers": [{"string": "#% Chance to Block Attack Damage while wielding a Staff", "negate": false}], "trade": {"ids": null}} -{"ref": "+#% Chance to Block Spell Damage while Dual Wielding", "better": 1, "id": "spell_block_while_dual_wielding_%", "matchers": [{"string": "#% Chance to Block Spell Damage while Dual Wielding", "negate": false}], "trade": {"ids": null}} -{"ref": "+#% Chance to Block Spell Damage while holding a Shield", "better": 1, "id": "shield_spell_block_%", "matchers": [{"string": "#% Chance to Block Spell Damage while holding a Shield", "negate": false}], "trade": {"ids": null}} -{"ref": "+#% Chance to Block Spell Damage while wielding a Staff", "better": 1, "id": "spell_block_with_staff_%", "matchers": [{"string": "#% Chance to Block Spell Damage while wielding a Staff", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Chill and Freeze Duration on Enemies", "better": 1, "id": "chill_and_freeze_duration_+%", "matchers": [{"string": "#% increased Chill and Freeze Duration on Enemies", "negate": false}, {"string": "#% reduced Chill and Freeze Duration on Enemies", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased effect of Chill and Shock on you", "better": 1, "id": "shocked_chilled_effect_on_self_+%", "matchers": [{"string": "#% increased effect of Chill and Shock on you", "negate": false}, {"string": "#% reduced effect of Chill and Shock on you", "negate": true}], "trade": {"ids": null}} -{"ref": "#% chance to Impale Enemies on Hit with Attacks", "better": 1, "id": "attacks_impale_on_hit_%_chance", "matchers": [{"string": "#% chance to Impale Enemies on Hit with Attacks", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Burning Damage", "better": 1, "id": "burn_damage_+%", "matchers": [{"string": "#% increased Burning Damage", "negate": false}, {"string": "#% reduced Burning Damage", "negate": true}], "trade": {"ids": null}} -{"ref": "Minions have +#% Chance to Block Attack Damage", "better": 1, "id": "minion_block_%", "matchers": [{"string": "Minions have +#% Chance to Block Attack Damage", "negate": false}], "trade": {"ids": null}} -{"ref": "Totems gain +#% to all Elemental Resistances", "better": 1, "id": "totem_elemental_resistance_%", "matchers": [{"string": "Totems gain +#% to all Elemental Resistances", "negate": false}], "trade": {"ids": null}} -{"ref": "Strength from Passives in Radius is Transformed to Dexterity", "better": 1, "id": "local_jewel_nearby_passives_str_to_dex", "matchers": [{"string": "Strength from Passives in Radius is Transformed to Dexterity", "negate": false}], "trade": {"ids": null}} -{"ref": "Dexterity from Passives in Radius is Transformed to Intelligence", "better": 1, "id": "local_jewel_nearby_passives_dex_to_int", "matchers": [{"string": "Dexterity from Passives in Radius is Transformed to Intelligence", "negate": false}], "trade": {"ids": null}} -{"ref": "Intelligence from Passives in Radius is Transformed to Strength", "better": 1, "id": "local_jewel_nearby_passives_int_to_str", "matchers": [{"string": "Intelligence from Passives in Radius is Transformed to Strength", "negate": false}], "trade": {"ids": null}} -{"ref": "Strength from Passives in Radius is Transformed to Intelligence", "better": 1, "id": "local_jewel_nearby_passives_str_to_int", "matchers": [{"string": "Strength from Passives in Radius is Transformed to Intelligence", "negate": false}], "trade": {"ids": null}} -{"ref": "Intelligence from Passives in Radius is Transformed to Dexterity", "better": 1, "id": "local_jewel_nearby_passives_int_to_dex", "matchers": [{"string": "Intelligence from Passives in Radius is Transformed to Dexterity", "negate": false}], "trade": {"ids": null}} -{"ref": "Dexterity from Passives in Radius is Transformed to Strength", "better": 1, "id": "local_jewel_nearby_passives_dex_to_str", "matchers": [{"string": "Dexterity from Passives in Radius is Transformed to Strength", "negate": false}], "trade": {"ids": null}} -{"ref": "Knocks Back Enemies in an Area when you use a Flask", "better": 1, "id": "local_flask_use_causes_area_knockback", "matchers": [{"string": "Knocks Back Enemies in an Area when you use a Flask", "negate": false}], "trade": {"ids": null}} -{"ref": "Your Attacks do not cost Mana", "better": 1, "id": "attacks_do_not_cost_mana", "matchers": [{"string": "Your Attacks do not cost Mana", "negate": false}], "trade": {"ids": null}} -{"ref": "Cannot Leech or Regenerate Mana", "better": 1, "id": "cannot_leech_or_regenerate_mana", "matchers": [{"string": "Cannot Leech or Regenerate Mana", "negate": false}], "trade": {"ids": null}} -{"ref": "Resolute Technique", "better": 1, "id": "resolute_technique", "matchers": [{"string": "Resolute Technique", "negate": false}], "trade": {"ids": null}} -{"ref": "Passives in Radius can be Allocated without being connected to your tree", "better": 1, "id": "local_unique_jewel_nearby_disconnected_passives_can_be_allocated", "matchers": [{"string": "Passives in Radius can be Allocated without being connected to your tree", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_4077035099"]}}} -{"ref": "Only affects Passives in Very Small Ring", "better": 1, "id": "local_jewel_variable_ring_radius_value", "matchers": [{"string": "Only affects Passives in Very Small Ring", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_3642528642"]}}} -{"ref": "With 4 Notables Allocated in Radius, When you Kill a Rare monster, you gain # of its Modifiers for 20 seconds", "better": 1, "id": "local_unique_jewel_with_4_notables_gain_X_random_rare_monster_mods_on_kill", "matchers": [{"string": "With 4 Notables Allocated in Radius, When you Kill a Rare monster, you gain # of its Modifiers for 20 seconds", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Area of Effect while Unarmed", "better": 1, "id": "skill_area_of_effect_when_unarmed_+%", "matchers": [{"string": "#% increased Area of Effect while Unarmed", "negate": false}, {"string": "#% reduced Area of Effect while Unarmed", "negate": true}], "trade": {"ids": null}} -{"ref": "+# to Melee Strike Range while Unarmed", "better": 1, "id": "melee_range_+_while_unarmed", "matchers": [{"string": "# to Melee Strike Range while Unarmed", "negate": false}], "trade": {"ids": null}} -{"ref": "Melee and Melee Weapon Type modifiers in Radius are Transformed to Bow Modifiers", "better": 1, "id": "local_unique_jewel_melee_applies_to_bow", "matchers": [{"string": "Melee and Melee Weapon Type modifiers in Radius are Transformed to Bow Modifiers", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Chaos Damage per 10 Intelligence from Allocated Passives in Radius", "better": 1, "id": "local_unique_jewel_chaos_damage_+%_per_10_int_in_radius", "matchers": [{"string": "#% increased Chaos Damage per 10 Intelligence from Allocated Passives in Radius", "negate": false}, {"string": "#% reduced Chaos Damage per 10 Intelligence from Allocated Passives in Radius", "negate": true}], "trade": {"ids": null}} -{"ref": "Passives in Radius apply to Minions instead of you", "better": 1, "id": "local_unique_jewel_passives_in_radius_applied_to_minions_instead", "matchers": [{"string": "Passives in Radius apply to Minions instead of you", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Spell Damage per 10 Intelligence", "better": 1, "id": "spell_damage_+%_per_10_int", "matchers": [{"string": "#% increased Spell Damage per 10 Intelligence", "negate": false}, {"string": "#% reduced Spell Damage per 10 Intelligence", "negate": true}], "trade": {"ids": null}} -{"ref": "Recover #% of Life when you Consume a corpse", "better": 1, "id": "recover_%_maximum_life_when_corpse_destroyed_or_consumed", "matchers": [{"string": "Recover #% of Life when you Consume a corpse", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Totem Life per 10 Strength Allocated in Radius", "better": 1, "id": "local_unique_jewel_totem_life_+X%_per_10_str_in_radius", "matchers": [{"string": "#% increased Totem Life per 10 Strength Allocated in Radius", "negate": false}, {"string": "#% reduced Totem Life per 10 Strength Allocated in Radius", "negate": true}], "trade": {"ids": null}} -{"ref": "Totems cannot be Stunned", "better": 1, "id": "totems_cannot_be_stunned", "matchers": [{"string": "Totems cannot be Stunned", "negate": false}], "trade": {"ids": null}} -{"ref": "Minions have +#% chance to Suppress Spell Damage", "better": 1, "id": "minion_spell_suppression_chance_%", "matchers": [{"string": "Minions have +#% chance to Suppress Spell Damage", "negate": false}], "trade": {"ids": null}} -{"ref": "Adds # to # Fire Attack Damage per Buff on you", "better": 1, "id": "minimum_added_fire_attack_damage_per_active_buff", "matchers": [{"string": "Adds # to # Fire Attack Damage per Buff on you", "negate": false}], "trade": {"ids": null}} -{"ref": "Adds # to # Fire Spell Damage per Buff on you", "better": 1, "id": "minimum_added_fire_spell_damage_per_active_buff", "matchers": [{"string": "Adds # to # Fire Spell Damage per Buff on you", "negate": false}], "trade": {"ids": null}} -{"ref": "Minions Recover #% of their Life when they Block", "better": 1, "id": "minion_recover_%_of_maximum_life_on_block", "matchers": [{"string": "Minions Recover #% of their Life when they Block", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Damage while Leeching", "better": 1, "id": "damage_+%_while_leeching", "matchers": [{"string": "#% increased Damage while Leeching", "negate": false}, {"string": "#% reduced Damage while Leeching", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Movement Speed while Ignited", "better": 1, "id": "movement_velocity_+%_while_ignited", "matchers": [{"string": "#% increased Movement Speed while Ignited", "negate": false}, {"string": "#% reduced Movement Speed while Ignited", "negate": true}], "trade": {"ids": null}} -{"ref": "Melee Hits Fortify", "better": 1, "id": "chance_to_fortify_on_melee_hit_+%", "matchers": [{"string": "Melee Hits Fortify", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Damage for each Magic Item Equipped", "better": 1, "id": "damage_+%_per_equipped_magic_item", "matchers": [{"string": "#% increased Damage for each Magic Item Equipped", "negate": false}, {"string": "#% reduced Damage for each Magic Item Equipped", "negate": true}], "trade": {"ids": null}} -{"ref": "Totems fire # additional Projectile", "better": 1, "id": "totem_number_of_additional_projectiles", "matchers": [{"string": "Totems fire # additional Projectile", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to Gain Unholy Might for 4 seconds on Melee Kill", "better": 1, "id": "chance_to_gain_unholy_might_on_melee_kill_%", "matchers": [{"string": "#% chance to Gain Unholy Might for 4 seconds on Melee Kill", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Spell Damage while no Mana is Reserved", "better": 1, "id": "spell_damage_+%_while_no_mana_reserved", "matchers": [{"string": "#% increased Spell Damage while no Mana is Reserved", "negate": false}, {"string": "#% reduced Spell Damage while no Mana is Reserved", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Attributes per allocated Keystone", "better": 1, "id": "all_attributes_+%_per_assigned_keystone", "matchers": [{"string": "#% increased Attributes per allocated Keystone", "negate": false}, {"string": "#% reduced Attributes per allocated Keystone", "negate": true}], "trade": {"ids": null}} -{"ref": "Gain # Life per Elemental Ailment on Enemies Hit with Attacks", "better": 1, "id": "life_gained_on_hit_per_enemy_status_ailment", "matchers": [{"string": "Gain # Life per Elemental Ailment on Enemies Hit with Attacks", "negate": false}], "trade": {"ids": null}} -{"ref": "Gain # Life per Elemental Ailment on Enemies Hit with Spells", "better": 1, "id": "life_gained_on_spell_hit_per_enemy_status_ailment", "matchers": [{"string": "Gain # Life per Elemental Ailment on Enemies Hit with Spells", "negate": false}, {"string": "Lose # Life per Elemental Ailment on Enemies Hit with Spells", "negate": true}], "trade": {"ids": null}} -{"ref": "Survival", "better": 1, "id": "local_is_survival_jewel", "matchers": [{"string": "Survival", "negate": false}], "trade": {"ids": null}} -{"ref": "Nearby Allies have Culling Strike", "better": 1, "id": "local_display_aura_allies_have_culling_strike", "matchers": [{"string": "Nearby Allies have Culling Strike", "negate": false}], "trade": {"ids": null}} -{"ref": "Nearby Allies have #% increased Item Rarity", "better": 1, "id": "local_display_aura_allies_have_increased_item_rarity_+%", "matchers": [{"string": "Nearby Allies have #% increased Item Rarity", "negate": false}, {"string": "Nearby Allies have #% reduced Item Rarity", "negate": true}], "trade": {"ids": null}} -{"ref": "Nearby Allies have +#% to Critical Damage Bonus", "better": 1, "id": "local_display_nearby_allies_critical_strike_multiplier_+", "matchers": [{"string": "Nearby Allies have +#% to Critical Damage Bonus", "negate": false}], "trade": {"ids": null}} -{"ref": "Nearby Allies have +# Fortification", "better": 1, "id": "local_display_nearby_allies_have_fortify", "matchers": [{"string": "Nearby Allies have +# Fortification", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to gain an additional Vaal Soul on Kill", "better": 1, "id": "chance_to_gain_vaal_soul_on_kill_%", "matchers": [{"string": "#% chance to gain an additional Vaal Soul on Kill", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Vaal Skill Effect Duration", "better": 1, "id": "vaal_skill_effect_duration_+%", "matchers": [{"string": "#% increased Vaal Skill Effect Duration", "negate": false}, {"string": "#% reduced Vaal Skill Effect Duration", "negate": true}], "trade": {"ids": null}} -{"ref": "Vaal Skills have #% chance to regain consumed Souls when used", "better": 1, "id": "vaal_skill_soul_refund_chance_%", "matchers": [{"string": "Vaal Skills have #% chance to regain consumed Souls when used", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Vaal Skill Critical Hit Chance", "better": 1, "id": "vaal_skill_critical_strike_chance_+%", "matchers": [{"string": "#% increased Vaal Skill Critical Hit Chance", "negate": false}, {"string": "#% reduced Vaal Skill Critical Hit Chance", "negate": true}], "trade": {"ids": null}} -{"ref": "+#% to Vaal Skill Critical Damage Bonus", "better": 1, "id": "vaal_skill_critical_strike_multiplier_+", "matchers": [{"string": "#% to Vaal Skill Critical Damage Bonus", "negate": false}], "trade": {"ids": null}} -{"ref": "Flasks applied to you have #% increased Effect", "better": 1, "id": "flask_effect_+%", "matchers": [{"string": "Flasks applied to you have #% increased Effect", "negate": false}, {"string": "Flasks applied to you have #% reduced Effect", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Cost of Aura Skills that summon Totems", "better": 1, "id": "mana_cost_+%_on_totemified_aura_skills", "matchers": [{"string": "#% increased Cost of Aura Skills that summon Totems", "negate": false}, {"string": "#% reduced Cost of Aura Skills that summon Totems", "negate": true}], "trade": {"ids": null}} -{"ref": "#% chance to gain an additional Vaal Soul per Enemy Shattered", "better": 1, "id": "chance_to_gain_vaal_soul_on_enemy_shatter_%", "matchers": [{"string": "#% chance to gain an additional Vaal Soul per Enemy Shattered", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Experience Gain for Corrupted Gems", "better": 1, "id": "corrupted_gem_experience_gain_+%", "matchers": [{"string": "#% increased Experience Gain for Corrupted Gems", "negate": false}, {"string": "#% reduced Experience Gain for Corrupted Gems", "negate": true}], "trade": {"ids": null}} -{"ref": "With 5 Corrupted Items Equipped: Gain Soul Eater for # seconds on Vaal Skill use", "better": 1, "id": "gain_soul_eater_with_equipped_corrupted_items_on_vaal_skill_use_ms", "matchers": [{"string": "With 5 Corrupted Items Equipped: Gain Soul Eater for # seconds on Vaal Skill use", "negate": false}], "trade": {"ids": null}} -{"ref": "Lose #% of Life on Kill", "better": 1, "id": "maximum_life_%_lost_on_kill", "matchers": [{"string": "Lose #% of Life on Kill", "negate": false}], "trade": {"ids": null}} -{"ref": "Lose #% of Energy Shield on Kill", "better": 1, "id": "maximum_energy_shield_%_lost_on_kill", "matchers": [{"string": "Lose #% of Energy Shield on Kill", "negate": false}], "trade": {"ids": null}} -{"ref": "Curses you with Punishment on Kill", "better": 1, "id": "chance_to_curse_self_with_punishment_on_kill_%", "matchers": [{"string": "Curses you with Punishment on Kill", "negate": false}], "trade": {"ids": null}} -{"ref": "An additional Curse can be applied to you", "better": 1, "id": "number_of_additional_curses_allowed_on_self", "matchers": [{"string": "An additional Curse can be applied to you", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Damage per Curse on you", "better": 1, "id": "damage_+%_per_active_curse_on_self", "matchers": [{"string": "#% increased Damage per Curse on you", "negate": false}, {"string": "#% reduced Damage per Curse on you", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Damage taken while on Full Energy Shield", "better": 1, "id": "damage_taken_+%_while_es_full", "matchers": [{"string": "#% increased Damage taken while on Full Energy Shield", "negate": false}, {"string": "#% reduced Damage taken while on Full Energy Shield", "negate": true}], "trade": {"ids": null}} -{"ref": "Your spells have #% chance to Shock against Frozen Enemies", "better": 1, "id": "spell_chance_to_shock_frozen_enemies_%", "matchers": [{"string": "Your spells have #% chance to Shock against Frozen Enemies", "negate": false}], "trade": {"ids": null}} -{"ref": "1% increased Evasion Rating per # Dexterity Allocated in Radius", "better": 1, "id": "local_unique_jewel_evasion_rating_+%_per_X_dex_in_radius", "matchers": [{"string": "1% increased Evasion Rating per # Dexterity Allocated in Radius", "negate": false}], "trade": {"ids": null}} -{"ref": "Increases and Reductions to Physical Damage in Radius are Transformed to apply to Cold Damage", "better": 1, "id": "local_unique_jewel_physical_damage_increases_applies_to_cold_damage", "matchers": [{"string": "Increases and Reductions to Physical Damage in Radius are Transformed to apply to Cold Damage", "negate": false}], "trade": {"ids": null}} -{"ref": "Increases and Reductions to other Damage Types in Radius are Transformed to apply to Fire Damage", "better": 1, "id": "local_unique_jewel_damage_increases_applies_to_fire_damage", "matchers": [{"string": "Increases and Reductions to other Damage Types in Radius are Transformed to apply to Fire Damage", "negate": false}], "trade": {"ids": null}} -{"ref": "Increases and Reductions to Energy Shield in Radius are Transformed to apply to Armour at 200% of their value", "better": 1, "id": "local_unique_jewel_energy_shield_increases_applies_to_armour_doubled", "matchers": [{"string": "Increases and Reductions to Energy Shield in Radius are Transformed to apply to Armour at 200% of their value", "negate": false}], "trade": {"ids": null}} -{"ref": "Increases and Reductions to Life in Radius are Transformed to apply to Energy Shield", "better": 1, "id": "local_unique_jewel_life_increases_applies_to_energy_shield", "matchers": [{"string": "Increases and Reductions to Life in Radius are Transformed to apply to Energy Shield", "negate": false}], "trade": {"ids": null}} -{"ref": "Adds 1 to Maximum Life per # Intelligence Allocated in Radius", "better": 1, "id": "local_unique_jewel_additional_life_per_X_int_in_radius", "matchers": [{"string": "Adds 1 to Maximum Life per # Intelligence Allocated in Radius", "negate": false}], "trade": {"ids": null}} -{"ref": "Adds 1 maximum Lightning Damage to Attacks per # Dexterity Allocated in Radius", "better": 1, "id": "local_unique_jewel_one_additional_maximum_lightning_damage_per_X_dex", "matchers": [{"string": "Adds 1 maximum Lightning Damage to Attacks per # Dexterity Allocated in Radius", "negate": false}], "trade": {"ids": null}} -{"ref": "Increases and Reductions to Life in Radius are Transformed to apply to Mana at 200% of their value", "better": 1, "id": "local_unique_jewel_life_increases_applies_to_mana_doubled", "matchers": [{"string": "Increases and Reductions to Life in Radius are Transformed to apply to Mana at 200% of their value", "negate": false}], "trade": {"ids": null}} -{"ref": "Dexterity and Intelligence from passives in Radius count towards Strength Melee Damage bonus", "better": 1, "id": "local_unique_jewel_dex_and_int_apply_to_str_melee_damage_bonus_in_radius", "matchers": [{"string": "Dexterity and Intelligence from passives in Radius count towards Strength Melee Damage bonus", "negate": false}], "trade": {"ids": null}} -{"ref": "Gain # Life when you lose an Endurance Charge", "better": 1, "id": "gain_x_life_when_endurance_charge_expires_or_consumed", "matchers": [{"string": "Gain # Life when you lose an Endurance Charge", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Attack Damage against Bleeding Enemies", "better": 1, "id": "attack_damage_vs_bleeding_enemies_+%", "matchers": [{"string": "#% increased Attack Damage against Bleeding Enemies", "negate": false}, {"string": "#% reduced Attack Damage against Bleeding Enemies", "negate": true}], "trade": {"ids": null}} -{"ref": "Curse Enemies with Flammability on Hit", "better": 1, "id": "curse_on_hit_level_flammability", "matchers": [{"string": "Curse Enemies with Flammability on Hit", "negate": false}], "trade": {"ids": null}} -{"ref": "Grants Level # Lightning Warp Skill", "better": 1, "id": "local_display_grants_skill_lightning_warp_level", "matchers": [{"string": "Grants Level # Lightning Warp Skill", "negate": false}], "trade": {"ids": null}} -{"ref": "Socketed Gems are supported by Level # Multistrike", "better": 1, "id": "local_display_socketed_gems_get_multistrike_level", "matchers": [{"string": "Socketed Gems are supported by Level # Multistrike", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Melee Damage against Bleeding Enemies", "better": 1, "id": "melee_damage_vs_bleeding_enemies_+%", "matchers": [{"string": "#% increased Melee Damage against Bleeding Enemies", "negate": false}, {"string": "#% reduced Melee Damage against Bleeding Enemies", "negate": true}], "trade": {"ids": null}} -{"ref": "Adds # to # Fire Damage to Spells", "better": 1, "id": "spell_minimum_added_fire_damage", "matchers": [{"string": "Adds # to # Fire Damage to Spells", "negate": false}], "trade": {"ids": null}} -{"ref": "Battlemage", "better": 1, "id": "keystone_battlemage", "matchers": [{"string": "Battlemage", "negate": false}], "trade": {"ids": null}} -{"ref": "Adds # to # Cold Damage to Spells", "better": 1, "id": "spell_minimum_added_cold_damage", "matchers": [{"string": "Adds # to # Cold Damage to Spells", "negate": false}], "trade": {"ids": null}} -{"ref": "Adds # to # Lightning Damage to Spells", "better": 1, "id": "spell_minimum_added_lightning_damage", "matchers": [{"string": "Adds # to # Lightning Damage to Spells", "negate": false}], "trade": {"ids": null}} -{"ref": "Area has patches of Burning Ground", "better": 1, "id": "map_tempest_base_ground_fire_damage_to_deal_per_minute", "matchers": [{"string": "Area has patches of Burning Ground", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_133340941"]}}} -{"ref": "Area has patches of Chilled Ground", "better": 1, "id": "map_tempest_ground_ice", "matchers": [{"string": "Area has patches of Chilled Ground", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_349586058"]}}} -{"ref": "Area has patches of Shocked Ground", "better": 1, "id": "map_tempest_ground_lightning", "matchers": [{"string": "Area has patches of Shocked Ground", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_3477720557"]}}} -{"ref": "Area has patches of desecrated ground", "better": 1, "id": "map_tempest_base_ground_desecration_damage_to_deal_per_minute", "matchers": [{"string": "Area has patches of desecrated ground", "negate": false}], "trade": {"ids": null}} -{"ref": "Tempest Effects have #% increased Area of Effect", "better": 1, "id": "map_storm_area_of_effect_+%", "matchers": [{"string": "Tempest Effects have #% increased Area of Effect", "negate": false}, {"string": "Tempest Effects have #% reduced Area of Effect", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Damage with Movement Skills", "better": 1, "id": "damage_+%_with_movement_skills", "matchers": [{"string": "#% increased Damage with Movement Skills", "negate": false}, {"string": "#% reduced Damage with Movement Skills", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Attack Speed with Movement Skills", "better": 1, "id": "attack_speed_+%_with_movement_skills", "matchers": [{"string": "#% increased Attack Speed with Movement Skills", "negate": false}, {"string": "#% reduced Attack Speed with Movement Skills", "negate": true}], "trade": {"ids": null}} -{"ref": "Gain # Life per Ignited Enemy Killed", "better": 1, "id": "life_gained_on_killing_ignited_enemies", "matchers": [{"string": "Gain # Life per Ignited Enemy Killed", "negate": false}, {"string": "Lose # Life per Ignited Enemy Killed", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Damage taken from Skeletons", "better": 1, "id": "damage_taken_+%_from_skeletons", "matchers": [{"string": "#% increased Damage taken from Skeletons", "negate": false}, {"string": "#% reduced Damage taken from Skeletons", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Damage taken from Ghosts", "better": 1, "id": "damage_taken_+%_from_ghosts", "matchers": [{"string": "#% increased Damage taken from Ghosts", "negate": false}, {"string": "#% reduced Damage taken from Ghosts", "negate": true}], "trade": {"ids": null}} -{"ref": "You cannot be Shocked while Frozen", "better": 1, "id": "cannot_be_shocked_while_frozen", "matchers": [{"string": "You cannot be Shocked while Frozen", "negate": false}], "trade": {"ids": null}} -{"ref": "Ancient Talismans possess monsters throughout Wraeclast", "better": 1, "id": "map_spawn_talismans", "matchers": [{"string": "Ancient Talismans possess monsters throughout Wraeclast", "negate": false}], "trade": {"ids": null}} -{"ref": "Shrines are corrupted by Darkness", "better": 1, "id": "map_shrines_are_darkshrines", "matchers": [{"string": "Shrines are corrupted by Darkness", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Global Physical Damage while Frozen", "better": 1, "id": "physical_damage_+%_while_frozen", "matchers": [{"string": "#% increased Global Physical Damage while Frozen", "negate": false}, {"string": "#% reduced Global Physical Damage while Frozen", "negate": true}], "trade": {"ids": null}} -{"ref": "Hits that Stun inflict Bleeding", "better": 1, "id": "bleed_on_stun", "matchers": [{"string": "Hits that Stun inflict Bleeding", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to grant Unholy Might to nearby Enemies on Kill", "better": 1, "id": "chance_to_grant_nearby_enemies_unholy_might_on_kill_%", "matchers": [{"string": "#% chance to grant Unholy Might to nearby Enemies on Kill", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to grant Onslaught to nearby Enemies on Kill", "better": 1, "id": "chance_to_grant_nearby_enemies_onslaught_on_kill_%", "matchers": [{"string": "#% chance to grant Onslaught to nearby Enemies on Kill", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to gain Unholy Might for 10 seconds on Kill", "better": 1, "id": "chance_to_gain_unholy_might_on_kill_for_10_seconds_%", "matchers": [{"string": "#% chance to gain Unholy Might for 10 seconds on Kill", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to gain Onslaught for 10 seconds on Kill", "better": 1, "id": "chance_to_gain_onslaught_on_kill_for_10_seconds_%", "matchers": [{"string": "#% chance to gain Onslaught for 10 seconds on Kill", "negate": false}], "trade": {"ids": null}} -{"ref": "Recover #% of Energy Shield on Kill", "better": 1, "id": "recover_energy_shield_%_on_kill", "matchers": [{"string": "Recover #% of Energy Shield on Kill", "negate": false}, {"string": "Lose #% of Energy Shield on Kill", "negate": true}], "trade": {"ids": null}} -{"ref": "+#% to Fire Damage over Time Multiplier", "better": 1, "id": "fire_dot_multiplier_+", "matchers": [{"string": "#% to Fire Damage over Time Multiplier", "negate": false}], "trade": {"ids": null}} -{"ref": "Triggers Level # Manifest Dancing Dervishes on Rampage", "better": 1, "id": "local_display_cast_level_x_manifest_dancing_dervish", "matchers": [{"string": "Triggers Level # Manifest Dancing Dervishes on Rampage", "negate": false}], "trade": {"ids": null}} -{"ref": "With at least 40 Dexterity in Radius, Barrage fires an additional Projectile simultaneously on the first and final attacks", "better": 1, "id": "local_unique_jewel_barrage_final_volley_fires_x_additional_projectiles_simultaneously_with_50_dex_in_radius", "matchers": [{"string": "With at least 40 Dexterity in Radius, Barrage fires an additional Projectile simultaneously on the first and final attacks", "negate": false}], "trade": {"ids": null}} -{"ref": "With at least 40 Strength in Radius, Ground Slam\\nhas a #% increased angle", "better": 1, "id": "local_unique_jewel_ground_slam_angle_+%_with_50_str_in_radius", "matchers": [{"string": "With at least 40 Strength in Radius, Ground Slam\\nhas a #% increased angle", "negate": false}, {"string": "With at least 40 Strength in Radius, Ground Slam\\nhas a #% reduced angle", "negate": true}], "trade": {"ids": null}} -{"ref": "With at least 40 Strength in Radius, Ground Slam has a #% chance\\nto grant an Endurance Charge when you Stun an Enemy", "better": 1, "id": "local_unique_jewel_ground_slam_chance_to_gain_endurance_charge_%_on_stun_with_50_str_in_radius", "matchers": [{"string": "With at least 40 Strength in Radius, Ground Slam has a #% chance\\nto grant an Endurance Charge when you Stun an Enemy", "negate": false}], "trade": {"ids": null}} -{"ref": "With at least 40 Intelligence in Radius, Summon Skeletons can Summon up to # Skeleton Mages", "better": 1, "id": "local_unique_jewel_with_50_int_in_radius_summon_X_melee_skeletons_as_mage_skeletons", "matchers": [{"string": "With at least 40 Intelligence in Radius, Summon Skeletons can Summon up to # Skeleton Mages", "negate": false}], "trade": {"ids": null}} -{"ref": "Siege Ballista has +# to maximum number of Summoned Totems per 200 Dexterity", "better": 1, "id": "number_of_additional_siege_ballistae_per_200_dexterity", "matchers": [{"string": "Siege Ballista has +# to maximum number of Summoned Totems per 200 Dexterity", "negate": false}], "trade": {"ids": null}} -{"ref": "Shrapnel Ballista has +# to maximum number of Summoned Totems per 200 Strength", "better": 1, "id": "number_of_additional_shrapnel_ballistae_per_200_strength", "matchers": [{"string": "Shrapnel Ballista has +# to maximum number of Summoned Totems per 200 Strength", "negate": false}], "trade": {"ids": null}} -{"ref": "Adds # to # Physical Damage to Attacks per 25 Dexterity", "better": 1, "id": "attack_minimum_added_physical_damage_per_25_dexterity", "matchers": [{"string": "Adds # to # Physical Damage to Attacks per 25 Dexterity", "negate": false}], "trade": {"ids": null}} -{"ref": "Adds # to # Physical Damage to Attacks per 25 Strength", "better": 1, "id": "attack_minimum_added_physical_damage_per_25_strength", "matchers": [{"string": "Adds # to # Physical Damage to Attacks per 25 Strength", "negate": false}], "trade": {"ids": null}} -{"ref": "Nearby Enemies are Blinded", "better": 1, "id": "local_display_nearby_enemies_are_blinded", "matchers": [{"string": "Nearby Enemies are Blinded", "negate": false}], "trade": {"ids": null}} -{"ref": "Trigger Level # Fire Burst on Kill", "better": 1, "id": "display_cast_fire_burst_on_kill", "matchers": [{"string": "Trigger Level # Fire Burst on Kill", "negate": false}], "trade": {"ids": null}} -{"ref": "Nearby Enemies are Hindered, with #% increased Movement Speed", "better": 1, "id": "local_display_nearby_enemies_movement_speed_+%", "matchers": [{"string": "Nearby Enemies are Hindered, with #% increased Movement Speed", "negate": false}, {"string": "Nearby Enemies are Hindered, with #% reduced Movement Speed", "negate": true}], "trade": {"ids": null}} -{"ref": "Socketed Gems are Supported by Level # Hypothermia", "better": 1, "id": "local_display_socketed_gems_supported_by_x_hypothermia", "matchers": [{"string": "Socketed Gems are Supported by Level # Hypothermia", "negate": false}], "trade": {"ids": null}} -{"ref": "Socketed Gems are Supported by Level # Ice Bite", "better": 1, "id": "local_display_socketed_gems_supported_by_x_ice_bite", "matchers": [{"string": "Socketed Gems are Supported by Level # Ice Bite", "negate": false}], "trade": {"ids": null}} -{"ref": "Socketed Gems are Supported by Level # Cold Penetration", "better": 1, "id": "local_display_socketed_gems_supported_by_x_cold_penetration", "matchers": [{"string": "Socketed Gems are Supported by Level # Cold Penetration", "negate": false}], "trade": {"ids": null}} -{"ref": "Socketed Gems are Supported by Level # Mana Leech", "better": 1, "id": "local_display_socketed_gems_supported_by_x_mana_leech", "matchers": [{"string": "Socketed Gems are Supported by Level # Mana Leech", "negate": false}], "trade": {"ids": null}} -{"ref": "Socketed Gems are Supported by Level # Added Cold Damage", "better": 1, "id": "local_display_socketed_gems_supported_by_x_added_cold_damage", "matchers": [{"string": "Socketed Gems are Supported by Level # Added Cold Damage", "negate": false}], "trade": {"ids": null}} -{"ref": "Socketed Gems are Supported by Level # Inspiration", "better": 1, "id": "local_display_socketed_gems_supported_by_x_reduced_mana_cost", "matchers": [{"string": "Socketed Gems are Supported by Level # Inspiration", "negate": false}], "trade": {"ids": null}} -{"ref": "Consumes 1 Frenzy Charge on use", "better": 1, "id": "local_flask_consumes_x_frenzy_charges_on_use", "matchers": [{"string": "Consumes 1 Frenzy Charge on use", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Critical Hit Chance against Blinded Enemies", "better": 1, "id": "critical_strike_chance_+%_vs_blinded_enemies", "matchers": [{"string": "#% increased Critical Hit Chance against Blinded Enemies", "negate": false}, {"string": "#% reduced Critical Hit Chance against Blinded Enemies", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Damage with Hits against Hindered Enemies", "better": 1, "id": "damage_+%_vs_hindered_enemies", "matchers": [{"string": "#% increased Damage with Hits against Hindered Enemies", "negate": false}, {"string": "#% reduced Damage with Hits against Hindered Enemies", "negate": true}], "trade": {"ids": null}} -{"ref": "Area contains a Stone Circle", "better": 1, "id": "map_force_stone_circle", "matchers": [{"string": "Area contains a Stone Circle", "negate": false}], "trade": {"ids": null}} -{"ref": "Gain Soul Eater during any Flask Effect", "better": 1, "id": "gain_soul_eater_during_flask_effect", "matchers": [{"string": "Gain Soul Eater during any Flask Effect", "negate": false}], "trade": {"ids": null}} -{"ref": "Lose all Eaten Souls when you use a Flask", "better": 1, "id": "lose_soul_eater_souls_on_flask_use", "matchers": [{"string": "Lose all Eaten Souls when you use a Flask", "negate": false}], "trade": {"ids": null}} -{"ref": "Players gain Soul Eater for # seconds on Rare Monster Kill", "better": 1, "id": "map_players_gain_soul_eater_on_rare_kill_ms", "matchers": [{"string": "Players gain Soul Eater for # seconds on Rare Monster Kill", "negate": false}], "trade": {"ids": null}} -{"ref": "Players gain Modifiers from Slain Rare Monsters for # seconds", "better": 1, "id": "map_players_gain_rare_monster_mods_on_kill_ms", "matchers": [{"string": "Players gain Modifiers from Slain Rare Monsters for # seconds", "negate": false}], "trade": {"ids": null}} -{"ref": "Players gain a Random Mod from Slain Rare Monsters for # seconds", "better": 1, "id": "map_players_gain_1_random_rare_monster_mod_on_kill_ms", "matchers": [{"string": "Players gain a Random Mod from Slain Rare Monsters for # seconds", "negate": false}], "trade": {"ids": null}} -{"ref": "Deals #% more Damage", "better": 1, "id": "active_skill_damage_+%_final", "matchers": [{"string": "Deals #% more Damage", "negate": false}, {"string": "Deals #% less Damage", "negate": true}], "trade": {"ids": null}} -{"ref": "Socketed Gems have no Reservation\\nYour Blessing Skills are Disabled", "better": 1, "id": "disable_blessing_skills_and_display_socketed_aura_gems_reserve_no_mana", "matchers": [{"string": "Socketed Gems have no Reservation\\nYour Blessing Skills are Disabled", "negate": false}], "trade": {"ids": null}} -{"ref": "Grants Level # Illusory Warp Skill", "better": 1, "id": "local_display_illusory_warp_level", "matchers": [{"string": "Grants Level # Illusory Warp Skill", "negate": false}], "trade": {"ids": null}} -{"ref": "Implicit Modifier magnitudes are doubled", "better": 1, "id": "local_implicit_stat_magnitude_+%", "matchers": [{"string": "Implicit Modifier magnitudes are doubled", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Damage with Unarmed Attacks against Bleeding Enemies", "better": 1, "id": "unarmed_damage_+%_vs_bleeding_enemies", "matchers": [{"string": "#% increased Damage with Unarmed Attacks against Bleeding Enemies", "negate": false}, {"string": "#% reduced Damage with Unarmed Attacks against Bleeding Enemies", "negate": true}], "trade": {"ids": null}} -{"ref": "Modifiers to Claw Damage also apply to Unarmed Attack Damage with Melee Skills", "better": 1, "id": "modifiers_to_claw_damage_also_affect_unarmed_melee_damage", "matchers": [{"string": "Modifiers to Claw Damage also apply to Unarmed Attack Damage with Melee Skills", "negate": false}], "trade": {"ids": null}} -{"ref": "+#% to Unarmed Melee Attack Critical Hit Chance", "better": 1, "id": "base_melee_critical_strike_chance_while_unarmed_%", "matchers": [{"string": "#% to Unarmed Melee Attack Critical Hit Chance", "negate": false}], "trade": {"ids": null}} -{"ref": "Gain # Life per Bleeding Enemy Hit", "better": 1, "id": "life_gained_on_bleeding_enemy_hit", "matchers": [{"string": "Gain # Life per Bleeding Enemy Hit", "negate": false}], "trade": {"ids": null}} -{"ref": "Trigger Level 10 Summon Spectral Wolf on Kill", "better": 1, "id": "local_display_trigger_level_18_summon_spectral_wolf_on_kill_10%_chance", "matchers": [{"string": "Trigger Level 10 Summon Spectral Wolf on Kill", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to Trigger Level 25 Summon Spectral Wolf on Critical Hit with this Weapon", "better": 1, "id": "local_display_trigger_level_20_summon_spectral_wolf_on_crit_with_this_weapon_%_chance", "matchers": [{"string": "#% chance to Trigger Level 25 Summon Spectral Wolf on Critical Hit with this Weapon", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Physical Damage with Axes", "better": 1, "id": "physical_axe_damage_+%", "matchers": [{"string": "#% increased Physical Damage with Axes", "negate": false}, {"string": "#% reduced Physical Damage with Axes", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Physical Attack Damage while Dual Wielding", "better": 1, "id": "physical_damage_while_dual_wielding_+%", "matchers": [{"string": "#% increased Physical Attack Damage while Dual Wielding", "negate": false}, {"string": "#% reduced Physical Attack Damage while Dual Wielding", "negate": true}], "trade": {"ids": null}} -{"ref": "Arrows Fork", "better": 1, "id": "arrows_fork", "matchers": [{"string": "Arrows Fork", "negate": false}], "trade": {"ids": null}} -{"ref": "Modifiers to Claw Attack Speed also apply to Unarmed Attack Speed with Melee Skills", "better": 1, "id": "modifiers_to_claw_attack_speed_also_affect_unarmed_melee_attack_speed", "matchers": [{"string": "Modifiers to Claw Attack Speed also apply to Unarmed Attack Speed with Melee Skills", "negate": false}], "trade": {"ids": null}} -{"ref": "Modifiers to Claw Critical Hit Chance also apply to Unarmed Critical Hit Chance with Melee Skills", "better": 1, "id": "modifiers_to_claw_critical_strike_chance_also_affect_unarmed_melee_critical_strike_chance", "matchers": [{"string": "Modifiers to Claw Critical Hit Chance also apply to Unarmed Critical Hit Chance with Melee Skills", "negate": false}], "trade": {"ids": null}} -{"ref": "#% faster start of Energy Shield Recharge during any Flask Effect", "better": 1, "id": "energy_shield_delay_during_flask_effect_-%", "matchers": [{"string": "#% faster start of Energy Shield Recharge during any Flask Effect", "negate": false}, {"string": "#% slower start of Energy Shield Recharge during any Flask Effect", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Energy Shield Recharge Rate during any Flask Effect", "better": 1, "id": "energy_shield_recharge_rate_during_flask_effect_+%", "matchers": [{"string": "#% increased Energy Shield Recharge Rate during any Flask Effect", "negate": false}, {"string": "#% reduced Energy Shield Recharge Rate during any Flask Effect", "negate": true}], "trade": {"ids": null}} -{"ref": "Unique Boss drops an additional Map", "better": 1, "id": "map_display_unique_boss_drops_X_maps", "matchers": [{"string": "Unique Boss drops an additional Map", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Cold Damage per 1% Chance to Block Attack Damage", "better": 1, "id": "cold_damage_+%_per_1%_block_chance", "matchers": [{"string": "#% increased Cold Damage per 1% Chance to Block Attack Damage", "negate": false}, {"string": "#% reduced Cold Damage per 1% Chance to Block Attack Damage", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Maximum Mana per 2% Chance to Block Spell Damage", "better": 1, "id": "maximum_mana_+%_per_2%_spell_block_chance", "matchers": [{"string": "#% increased Maximum Mana per 2% Chance to Block Spell Damage", "negate": false}, {"string": "#% reduced Maximum Mana per 2% Chance to Block Spell Damage", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Armour while Chilled or Frozen", "better": 1, "id": "physical_damage_reduction_rating_+%_while_chilled_or_frozen", "matchers": [{"string": "#% increased Armour while Chilled or Frozen", "negate": false}, {"string": "#% reduced Armour while Chilled or Frozen", "negate": true}], "trade": {"ids": null}} -{"ref": "Adds # to # Cold Damage to Spells and Attacks", "better": 1, "id": "spell_and_attack_minimum_added_cold_damage", "matchers": [{"string": "Adds # to # Cold Damage to Spells and Attacks", "negate": false}], "trade": {"ids": null}} -{"ref": "This Map's Modifiers to Quantity of Items found also apply to Rarity", "better": 1, "id": "modifiers_to_map_item_drop_quantity_also_apply_to_map_item_drop_rarity", "matchers": [{"string": "This Map's Modifiers to Quantity of Items found also apply to Rarity", "negate": false}], "trade": {"ids": null}} -{"ref": "Monsters drop items # Level higher", "better": 1, "id": "map_monster_drop_higher_level_gear", "matchers": [{"string": "Monsters drop items # Level higher", "negate": false}], "trade": {"ids": null}} -{"ref": "Creates a Smoke Cloud on Use", "better": 1, "id": "local_smoke_ground_on_flask_use_radius", "matchers": [{"string": "Creates a Smoke Cloud on Use", "negate": false}], "trade": {"ids": null}} -{"ref": "Creates Consecrated Ground on Use", "better": 1, "id": "local_consecrate_ground_on_flask_use_radius", "matchers": [{"string": "Creates Consecrated Ground on Use", "negate": false}], "trade": {"ids": null}} -{"ref": "Creates Chilled Ground on Use", "better": 1, "id": "local_flask_chilled_ground_on_flask_use_radius", "matchers": [{"string": "Creates Chilled Ground on Use", "negate": false}], "trade": {"ids": null}} -{"ref": "Taunts nearby Enemies on use", "better": 1, "id": "local_flask_taunt_enemies_on_use_radius", "matchers": [{"string": "Taunts nearby Enemies on use", "negate": false}], "trade": {"ids": null}} -{"ref": "Restores Ward on use", "better": 1, "id": "local_flask_restore_ward", "matchers": [{"string": "Restores Ward on use", "negate": false}], "trade": {"ids": null}} -{"ref": "An Enemy Writhing Worms escape the Flask when used\\nWrithing Worms are destroyed when Hit", "better": 1, "id": "local_number_of_bloodworms_to_spawn_on_flask_use", "matchers": [{"string": "An Enemy Writhing Worms escape the Flask when used\\nWrithing Worms are destroyed when Hit", "negate": false}], "trade": {"ids": null}} -{"ref": "You lose all Endurance Charges on reaching maximum Endurance Charges", "better": 1, "id": "lose_all_endurance_charges_when_reaching_maximum", "matchers": [{"string": "You lose all Endurance Charges on reaching maximum Endurance Charges", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to Trigger Level 16 Molten Burst on Melee Hit", "better": 1, "id": "local_display_molten_burst_on_melee_hit_%", "matchers": [{"string": "#% chance to Trigger Level 16 Molten Burst on Melee Hit", "negate": false}], "trade": {"ids": null}} -{"ref": "Petrified during Effect", "better": 1, "id": "local_flask_is_petrified", "matchers": [{"string": "Petrified during Effect", "negate": false}], "trade": {"ids": null}} -{"ref": "#% additional Physical Damage Reduction during Effect", "better": 1, "id": "local_flask_additional_physical_damage_reduction_%", "matchers": [{"string": "#% additional Physical Damage Reduction during Effect", "negate": false}], "trade": {"ids": null}} -{"ref": "Nearby Enemies take {0:d} Lightning Damage per second", "better": 1, "id": "local_display_nearby_enemies_take_X_lightning_damage_per_minute", "matchers": [{"string": "Nearby Enemies take {0:d} Lightning Damage per second", "negate": false}], "trade": {"ids": null}} -{"ref": "Flasks do not apply to you", "better": 1, "id": "cannot_be_affected_by_flasks", "matchers": [{"string": "Flasks do not apply to you", "negate": false}], "trade": {"ids": null}} -{"ref": "Flasks you Use apply to your Raised Zombies and Spectres", "better": 1, "id": "flasks_apply_to_your_zombies_and_spectres", "matchers": [{"string": "Flasks you Use apply to your Raised Zombies and Spectres", "negate": false}], "trade": {"ids": null}} -{"ref": "Triggers Level # Abberath's Fury when Equipped", "better": 1, "id": "display_abberaths_hooves_skill_level", "matchers": [{"string": "Triggers Level # Abberath's Fury when Equipped", "negate": false}], "trade": {"ids": null}} -{"ref": "Regenerate #% of Life per second while Frozen", "better": 1, "id": "life_regeneration_per_minute_%_while_frozen", "matchers": [{"string": "Regenerate #% of Life per second while Frozen", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to knockback on Counterattack", "better": 1, "id": "knockback_on_counterattack_%", "matchers": [{"string": "#% chance to knockback on Counterattack", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance for Energy Shield Recharge to start when you Block", "better": 1, "id": "energy_shield_recharges_on_block_%", "matchers": [{"string": "#% chance for Energy Shield Recharge to start when you Block", "negate": false}], "trade": {"ids": null}} -{"ref": "Attacks with this Weapon deal Double Damage to Chilled Enemies", "better": 1, "id": "local_double_damage_to_chilled_enemies", "matchers": [{"string": "Attacks with this Weapon deal Double Damage to Chilled Enemies", "negate": false}], "trade": {"ids": null}} -{"ref": "Attacks with this Weapon Penetrate #% Elemental Resistances", "better": 1, "id": "local_elemental_penetration_%", "matchers": [{"string": "Attacks with this Weapon Penetrate #% Elemental Resistances", "negate": false}], "trade": {"ids": {"rune": ["rune.stat_4064396395"]}}} -{"ref": "Zealot's Oath during Effect", "better": 1, "id": "local_flask_zealots_oath", "matchers": [{"string": "Zealot's Oath during Effect", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Damage while you have no Frenzy Charges", "better": 1, "id": "damage_while_no_frenzy_charges_+%", "matchers": [{"string": "#% increased Damage while you have no Frenzy Charges", "negate": false}, {"string": "#% reduced Damage while you have no Frenzy Charges", "negate": true}], "trade": {"ids": null}} -{"ref": "Minions deal # to # additional Attack Physical Damage", "better": 1, "id": "minion_attack_minimum_added_physical_damage", "matchers": [{"string": "Minions deal # to # additional Attack Physical Damage", "negate": false}], "trade": {"ids": null}} -{"ref": "Gain #% of Physical Damage as Extra Lightning Damage with Attacks", "better": 1, "id": "non_skill_physical_damage_%_to_gain_as_lightning_with_attacks", "matchers": [{"string": "Gain #% of Physical Damage as Extra Lightning Damage with Attacks", "negate": false}], "trade": {"ids": null}} -{"ref": "+# maximum Energy Shield per 5 Strength", "better": 1, "id": "maximum_energy_shield_+_per_5_strength", "matchers": [{"string": "# maximum Energy Shield per 5 Strength", "negate": false}], "trade": {"ids": null}} -{"ref": "+# to maximum number of Summoned Golems", "better": 1, "id": "base_number_of_golems_allowed", "matchers": [{"string": "# to maximum number of Summoned Golems", "negate": false}], "trade": {"ids": null}} -{"ref": "Grants Level # Summon Stone Golem Skill", "better": 1, "id": "local_display_grants_level_x_summon_stone_golem", "matchers": [{"string": "Grants Level # Summon Stone Golem Skill", "negate": false}], "trade": {"ids": null}} -{"ref": "Counts as all One Handed Melee Weapon Types", "better": 1, "id": "local_varunastra_weapon_counts_as_all_1h_melee_weapon_types", "matchers": [{"string": "Counts as all One Handed Melee Weapon Types", "negate": false}], "trade": {"ids": null}} -{"ref": "Socketed Gems are Supported by Level # Fortify", "better": 1, "id": "local_display_socketed_gems_supported_by_level_x_fortify", "matchers": [{"string": "Socketed Gems are Supported by Level # Fortify", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Energy Shield Recovery rate", "better": 1, "id": "energy_shield_recovery_rate_+%", "matchers": [{"string": "#% increased Energy Shield Recovery rate", "negate": false}, {"string": "#% reduced Energy Shield Recovery rate", "negate": true}], "trade": {"ids": null}} -{"ref": "Caches of Perandus wealth can be found throughout Wraeclast", "better": 1, "id": "map_spawn_perandus_chests", "matchers": [{"string": "Caches of Perandus wealth can be found throughout Wraeclast", "negate": false}], "trade": {"ids": null}} -{"ref": "Immunity to Damage during Effect", "better": 1, "id": "local_flask_immune_to_damage", "matchers": [{"string": "Immunity to Damage during Effect", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Physical Damage Over Time per 10 Dexterity", "better": 1, "id": "physical_damage_over_time_per_10_dexterity_+%", "matchers": [{"string": "#% increased Physical Damage Over Time per 10 Dexterity", "negate": false}, {"string": "#% reduced Physical Damage Over Time per 10 Dexterity", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Bleeding Duration per 12 Intelligence", "better": 1, "id": "bleed_duration_per_12_intelligence_+%", "matchers": [{"string": "#% increased Bleeding Duration per 12 Intelligence", "negate": false}, {"string": "#% reduced Bleeding Duration per 12 Intelligence", "negate": true}], "trade": {"ids": null}} -{"ref": "#% Chance to cause Bleeding Enemies to Flee on hit", "better": 1, "id": "%_chance_to_cause_bleeding_enemies_to_flee_on_hit", "matchers": [{"string": "#% Chance to cause Bleeding Enemies to Flee on hit", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to Avoid Fire Damage from Hits", "better": 1, "id": "avoid_fire_damage_%", "matchers": [{"string": "#% chance to Avoid Fire Damage from Hits", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to create Chilled Ground when you Freeze an Enemy", "better": 1, "id": "chilled_ground_on_freeze_%_chance_for_3_seconds", "matchers": [{"string": "#% chance to create Chilled Ground when you Freeze an Enemy", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to create Consecrated Ground when you Shatter an Enemy", "better": 1, "id": "consecrate_ground_on_shatter_%_chance_for_3_seconds", "matchers": [{"string": "#% chance to create Consecrated Ground when you Shatter an Enemy", "negate": false}], "trade": {"ids": null}} -{"ref": "#% Chance for Traps to Trigger an additional time", "better": 1, "id": "trap_%_chance_to_trigger_twice", "matchers": [{"string": "#% Chance for Traps to Trigger an additional time", "negate": false}], "trade": {"ids": null}} -{"ref": "Traps and Mines deal # to # additional Physical Damage", "better": 1, "id": "trap_and_mine_minimum_added_physical_damage", "matchers": [{"string": "Traps and Mines deal # to # additional Physical Damage", "negate": false}], "trade": {"ids": null}} -{"ref": "Grants Last Breath when you Use a Skill during Effect, for #% of Mana Cost", "better": 1, "id": "local_flask_life_gain_on_skill_use_%_mana_cost", "matchers": [{"string": "Grants Last Breath when you Use a Skill during Effect, for #% of Mana Cost", "negate": false}], "trade": {"ids": null}} -{"ref": "Traps and Mines have a #% chance to Poison on Hit", "better": 1, "id": "traps_and_mines_%_chance_to_poison", "matchers": [{"string": "Traps and Mines have a #% chance to Poison on Hit", "negate": false}], "trade": {"ids": null}} -{"ref": "Socketed Gems are Supported by Level # Blasphemy", "better": 1, "id": "local_display_socketed_curse_gems_supported_by_level_x_blasphemy", "matchers": [{"string": "Socketed Gems are Supported by Level # Blasphemy", "negate": false}], "trade": {"ids": null}} -{"ref": "Socketed Curse Gems have #% increased Reservation Efficiency", "better": 1, "id": "local_display_socketed_curse_gems_have_mana_reservation_+%", "matchers": [{"string": "Socketed Curse Gems have #% increased Reservation Efficiency", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to grant a Power Charge to nearby Allies on Kill", "better": 1, "id": "chance_to_grant_power_charge_to_nearby_allies_on_kill_%", "matchers": [{"string": "#% chance to grant a Power Charge to nearby Allies on Kill", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to grant a Frenzy Charge to nearby Allies on Hit", "better": 1, "id": "chance_to_grant_frenzy_charge_to_nearby_allies_on_hit_%", "matchers": [{"string": "#% chance to grant a Frenzy Charge to nearby Allies on Hit", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to Trigger Level 10 Summon Raging Spirit on Kill", "better": 1, "id": "local_display_summon_raging_spirit_on_kill_%", "matchers": [{"string": "#% chance to Trigger Level 10 Summon Raging Spirit on Kill", "negate": false}], "trade": {"ids": null}} -{"ref": "Glows while in an Area containing a Unique Fish", "better": 1, "id": "glows_in_area_with_unique_fish", "matchers": [{"string": "Glows while in an Area containing a Unique Fish", "negate": false}], "trade": {"ids": null}} -{"ref": "Attacks with this Weapon Maim on hit", "better": 1, "id": "local_maim_on_hit", "matchers": [{"string": "Attacks with this Weapon Maim on hit", "negate": false}], "trade": {"ids": null}} -{"ref": "Always Critical Hit Shocked Enemies", "better": 1, "id": "always_crit_shocked_enemies", "matchers": [{"string": "Always Critical Hit Shocked Enemies", "negate": false}], "trade": {"ids": null}} -{"ref": "You cannot deal Critical Hits against non-Shocked Enemies", "better": 1, "id": "cannot_crit_non_shocked_enemies", "matchers": [{"string": "You cannot deal Critical Hits against non-Shocked Enemies", "negate": false}], "trade": {"ids": null}} -{"ref": "Minions have #% chance to Blind Enemies on hit", "better": 1, "id": "minions_%_chance_to_blind_on_hit", "matchers": [{"string": "Minions have #% chance to Blind Enemies on hit", "negate": false}], "trade": {"ids": null}} -{"ref": "Minions cannot be Blinded", "better": 1, "id": "minions_cannot_be_blinded", "matchers": [{"string": "Minions cannot be Blinded", "negate": false}], "trade": {"ids": null}} -{"ref": "Socketed Minion Gems are Supported by Level # Life Leech", "better": 1, "id": "display_socketed_minion_gems_supported_by_level_X_life_leech", "matchers": [{"string": "Socketed Minion Gems are Supported by Level # Life Leech", "negate": false}], "trade": {"ids": null}} -{"ref": "Found Magic Items drop Identified", "better": 1, "id": "magic_items_drop_identified", "matchers": [{"string": "Found Magic Items drop Identified", "negate": false}], "trade": {"ids": null}} -{"ref": "Gain # Mana per Grand Spectrum", "better": 1, "id": "X_mana_per_stackable_unique_jewel", "matchers": [{"string": "Gain # Mana per Grand Spectrum", "negate": false}], "trade": {"ids": null}} -{"ref": "Gain # Armour per Grand Spectrum", "better": 1, "id": "X_armour_per_stackable_unique_jewel", "matchers": [{"string": "Gain # Armour per Grand Spectrum", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Elemental Damage per Grand Spectrum", "better": 1, "id": "elemental_damage_+%_per_stackable_unique_jewel", "matchers": [{"string": "#% increased Elemental Damage per Grand Spectrum", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Critical Hit Chance per Grand Spectrum", "better": 1, "id": "critical_strike_chance_+%_per_stackable_unique_jewel", "matchers": [{"string": "#% increased Critical Hit Chance per Grand Spectrum", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to Avoid Elemental Ailments per Grand Spectrum", "better": 1, "id": "avoid_all_elemental_status_%_per_stackable_unique_jewel", "matchers": [{"string": "#% chance to Avoid Elemental Ailments per Grand Spectrum", "negate": false}], "trade": {"ids": null}} -{"ref": "Minions have +#% to Critical Damage Bonus per Grand Spectrum", "better": 1, "id": "minion_critical_strike_multiplier_+_per_stackable_unique_jewel", "matchers": [{"string": "Minions have +#% to Critical Damage Bonus per Grand Spectrum", "negate": false}], "trade": {"ids": null}} -{"ref": "+# to Minimum Endurance Charges per Grand Spectrum", "better": 1, "id": "minimum_endurance_charges_per_stackable_unique_jewel", "matchers": [{"string": "# to Minimum Endurance Charges per Grand Spectrum", "negate": false}], "trade": {"ids": null}} -{"ref": "+# to Minimum Frenzy Charges per Grand Spectrum", "better": 1, "id": "minimum_frenzy_charges_per_stackable_unique_jewel", "matchers": [{"string": "# to Minimum Frenzy Charges per Grand Spectrum", "negate": false}], "trade": {"ids": null}} -{"ref": "+# to Minimum Power Charges per Grand Spectrum", "better": 1, "id": "minimum_power_charges_per_stackable_unique_jewel", "matchers": [{"string": "# to Minimum Power Charges per Grand Spectrum", "negate": false}], "trade": {"ids": null}} -{"ref": "Adds # minimum Cold Damage to Spells per Power Charge", "better": 1, "id": "spell_minimum_added_cold_damage_per_power_charge", "matchers": [{"string": "Adds # minimum Cold Damage to Spells per Power Charge", "negate": false}], "trade": {"ids": null}} -{"ref": "+# Mana gained on Killing a Frozen Enemy", "better": 1, "id": "recover_X_mana_on_killing_frozen_enemy", "matchers": [{"string": "# Mana gained on Killing a Frozen Enemy", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to gain a Power Charge on Killing a Frozen Enemy", "better": 1, "id": "chance_to_gain_power_charge_on_killing_frozen_enemy_%", "matchers": [{"string": "#% chance to gain a Power Charge on Killing a Frozen Enemy", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Damage if you've Frozen an Enemy Recently", "better": 1, "id": "damage_+%_if_you_have_frozen_enemy_recently", "matchers": [{"string": "#% increased Damage if you've Frozen an Enemy Recently", "negate": false}, {"string": "#% reduced Damage if you've Frozen an Enemy Recently", "negate": true}], "trade": {"ids": null}} -{"ref": "Adds # to # Lightning Damage to Attacks with this Weapon per 10 Intelligence", "better": 1, "id": "attack_minimum_added_lightning_damage_per_10_int", "matchers": [{"string": "Adds # to # Lightning Damage to Attacks with this Weapon per 10 Intelligence", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Movement Speed while Bleeding", "better": 1, "id": "movement_speed_+%_while_bleeding", "matchers": [{"string": "#% increased Movement Speed while Bleeding", "negate": false}, {"string": "#% reduced Movement Speed while Bleeding", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Physical Damage taken while moving", "better": 1, "id": "physical_damage_taken_+%_while_moving", "matchers": [{"string": "#% increased Physical Damage taken while moving", "negate": false}, {"string": "#% reduced Physical Damage taken while moving", "negate": true}], "trade": {"ids": null}} -{"ref": "#% additional Physical Damage Reduction while stationary", "better": 1, "id": "physical_damage_reduction_rating_%_while_not_moving", "matchers": [{"string": "#% additional Physical Damage Reduction while stationary", "negate": false}], "trade": {"ids": null}} -{"ref": "Adds # to # Lightning Damage for each Shocked Enemy you've Killed Recently", "better": 1, "id": "minimum_added_lightning_damage_per_shocked_enemy_killed_recently", "matchers": [{"string": "Adds # to # Lightning Damage for each Shocked Enemy you've Killed Recently", "negate": false}], "trade": {"ids": null}} -{"ref": "Damage Penetrates #% Cold Resistance against Chilled Enemies", "better": 1, "id": "cold_penetration_%_vs_chilled_enemies", "matchers": [{"string": "Damage Penetrates #% Cold Resistance against Chilled Enemies", "negate": false}], "trade": {"ids": null}} -{"ref": "Recover # Life when you Ignite an Enemy", "better": 1, "id": "recover_X_life_on_enemy_ignited", "matchers": [{"string": "Recover # Life when you Ignite an Enemy", "negate": false}], "trade": {"ids": null}} -{"ref": "Shock Reflection", "better": 1, "id": "reflect_shocks", "matchers": [{"string": "Shock Reflection", "negate": false}], "trade": {"ids": null}} -{"ref": "Reflect Shocks applied to you to all Nearby Enemies", "better": 1, "id": "reflect_shocks_to_enemies_in_radius", "matchers": [{"string": "Reflect Shocks applied to you to all Nearby Enemies", "negate": false}], "trade": {"ids": null}} -{"ref": "Chaos Damage taken does not cause double loss of Energy Shield while not on Low Life", "better": 1, "id": "chaos_damage_does_not_damage_energy_shield_extra_hard_while_not_low_life", "matchers": [{"string": "Chaos Damage taken does not cause double loss of Energy Shield while not on Low Life", "negate": false}], "trade": {"ids": null}} -{"ref": "Gain a Frenzy Charge on Hit while Bleeding", "better": 1, "id": "gain_frenzy_charge_on_hit_while_bleeding", "matchers": [{"string": "Gain a Frenzy Charge on Hit while Bleeding", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Cold Damage per Frenzy Charge", "better": 1, "id": "cold_damage_+%_per_frenzy_charge", "matchers": [{"string": "#% increased Cold Damage per Frenzy Charge", "negate": false}, {"string": "#% reduced Cold Damage per Frenzy Charge", "negate": true}], "trade": {"ids": null}} -{"ref": "Recover # Life when you Block", "better": 1, "id": "recover_X_life_on_block", "matchers": [{"string": "Recover # Life when you Block", "negate": false}], "trade": {"ids": null}} -{"ref": "Grants Level # Reckoning Skill", "better": 1, "id": "local_display_grants_level_X_reckoning", "matchers": [{"string": "Grants Level # Reckoning Skill", "negate": false}], "trade": {"ids": null}} -{"ref": "Minions Recover #% of Life on Killing a Poisoned Enemy", "better": 1, "id": "minions_recover_%_maximum_life_on_killing_poisoned_enemy", "matchers": [{"string": "Minions Recover #% of Life on Killing a Poisoned Enemy", "negate": false}], "trade": {"ids": null}} -{"ref": "Gain a Frenzy Charge on reaching Maximum Power Charges", "better": 1, "id": "gain_frenzy_charge_on_reaching_maximum_power_charges", "matchers": [{"string": "Gain a Frenzy Charge on reaching Maximum Power Charges", "negate": false}], "trade": {"ids": null}} -{"ref": "Grants Level # Envy Skill", "better": 1, "id": "local_display_grants_level_X_envy", "matchers": [{"string": "Grants Level # Envy Skill", "negate": false}], "trade": {"ids": null}} -{"ref": "+# Armour if you've Blocked Recently", "better": 1, "id": "X_armour_if_you_have_blocked_recently", "matchers": [{"string": "# Armour if you've Blocked Recently", "negate": false}], "trade": {"ids": null}} -{"ref": "Minions have #% chance to Poison Enemies on Hit", "better": 1, "id": "minions_chance_to_poison_on_hit_%", "matchers": [{"string": "Minions have #% chance to Poison Enemies on Hit", "negate": false}], "trade": {"ids": null}} -{"ref": "Trigger Level # Bone Nova when you Hit a Bleeding Enemy", "better": 1, "id": "local_display_attack_with_level_X_bone_nova_on_bleeding_enemy_kill", "matchers": [{"string": "Trigger Level # Bone Nova when you Hit a Bleeding Enemy", "negate": false}], "trade": {"ids": null}} -{"ref": "Trigger Level # Icicle Burst when you Hit a Frozen Enemy", "better": 1, "id": "local_display_trigger_level_x_icicle_nova_on_hit_vs_frozen_enemy", "matchers": [{"string": "Trigger Level # Icicle Burst when you Hit a Frozen Enemy", "negate": false}], "trade": {"ids": null}} -{"ref": "Attacks have 25% chance to inflict Bleeding when Hitting Cursed Enemies", "better": 1, "id": "attacks_chance_to_bleed_25%_vs_cursed_enemies", "matchers": [{"string": "Attacks have 25% chance to inflict Bleeding when Hitting Cursed Enemies", "negate": false}], "trade": {"ids": null}} -{"ref": "Evasion Rating is increased by Overcapped Cold Resistance", "better": 1, "id": "evasion_rating_increased_by_overcapped_cold_resistance", "matchers": [{"string": "Evasion Rating is increased by Overcapped Cold Resistance", "negate": false}], "trade": {"ids": null}} -{"ref": "Critical Hit Chance is increased by Overcapped Lightning Resistance", "better": 1, "id": "critical_strike_chance_increased_by_overcapped_lightning_resistance", "matchers": [{"string": "Critical Hit Chance is increased by Overcapped Lightning Resistance", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to cover Enemies in Ash when they Hit you", "better": 1, "id": "apply_covered_in_ash_to_attacker_when_hit_%", "matchers": [{"string": "#% chance to cover Enemies in Ash when they Hit you", "negate": false}], "trade": {"ids": null}} -{"ref": "Chill Enemy for {0:d} second when Hit, reducing their Action Speed by 30%", "better": 1, "id": "chill_enemy_when_hit_duration_ms", "matchers": [{"string": "Chill Enemy for {0:d} second when Hit, reducing their Action Speed by 30%", "negate": false}], "trade": {"ids": null}} -{"ref": "Sockets cannot be modified", "better": 1, "id": "local_six_linked_random_sockets", "matchers": [{"string": "Sockets cannot be modified", "negate": false}], "trade": {"ids": null}} -{"ref": "You can only Socket Corrupted Gems in this item", "better": 1, "id": "local_can_only_socket_corrupted_gems", "matchers": [{"string": "You can only Socket Corrupted Gems in this item", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to Curse Enemies with Vulnerability on Hit", "better": 1, "id": "curse_on_hit_level_10_vulnerability_%", "matchers": [{"string": "#% chance to Curse Enemies with Vulnerability on Hit", "negate": false}], "trade": {"ids": null}} -{"ref": "Passives granting Fire Resistance or all Elemental Resistances in Radius\\nalso grant Chance to Block Attack Damage at #% of its value", "better": 1, "id": "local_unique_jewel_fire_resistance_also_grants_block_chance_scaled_%", "matchers": [{"string": "Passives granting Fire Resistance or all Elemental Resistances in Radius\\nalso grant Chance to Block Attack Damage at #% of its value", "negate": false}], "trade": {"ids": null}} -{"ref": "Passives granting Cold Resistance or all Elemental Resistances in Radius\\nalso grant Chance to Suppress Spell Damage at #% of its value", "better": 1, "id": "local_unique_jewel_cold_resistance_also_grants_spell_suppression_chance_scaled_%", "matchers": [{"string": "Passives granting Cold Resistance or all Elemental Resistances in Radius\\nalso grant Chance to Suppress Spell Damage at #% of its value", "negate": false}], "trade": {"ids": null}} -{"ref": "Passives granting Lightning Resistance or all Elemental Resistances in Radius\\nalso grant Chance to Block Spell Damage at #% of its value", "better": 1, "id": "local_unique_jewel_lightning_resistance_also_grants_block_spells_chance_scaled_%", "matchers": [{"string": "Passives granting Lightning Resistance or all Elemental Resistances in Radius\\nalso grant Chance to Block Spell Damage at #% of its value", "negate": false}], "trade": {"ids": null}} -{"ref": "Passives granting Fire Resistance or all Elemental Resistances in Radius\\nalso grant an equal chance to gain an Endurance Charge on Kill", "better": 1, "id": "local_unique_jewel_fire_resistance_also_grants_endurance_charge_on_kill_chance", "matchers": [{"string": "Passives granting Fire Resistance or all Elemental Resistances in Radius\\nalso grant an equal chance to gain an Endurance Charge on Kill", "negate": false}], "trade": {"ids": null}} -{"ref": "Passives granting Cold Resistance or all Elemental Resistances in Radius\\nalso grant an equal chance to gain a Frenzy Charge on Kill", "better": 1, "id": "local_unique_jewel_cold_resistance_also_grants_frenzy_charge_on_kill_chance", "matchers": [{"string": "Passives granting Cold Resistance or all Elemental Resistances in Radius\\nalso grant an equal chance to gain a Frenzy Charge on Kill", "negate": false}], "trade": {"ids": null}} -{"ref": "Passives granting Lightning Resistance or all Elemental Resistances in Radius\\nalso grant an equal chance to gain a Power Charge on Kill", "better": 1, "id": "local_unique_jewel_lightning_resistance_also_grants_power_charge_on_kill_chance", "matchers": [{"string": "Passives granting Lightning Resistance or all Elemental Resistances in Radius\\nalso grant an equal chance to gain a Power Charge on Kill", "negate": false}], "trade": {"ids": null}} -{"ref": "Trigger Level # Lightning Bolt when you deal a Critical Hit", "better": 1, "id": "local_display_cast_lightning_on_critical_strike", "matchers": [{"string": "Trigger Level # Lightning Bolt when you deal a Critical Hit", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Arctic Armour Buff Effect", "better": 1, "id": "arctic_armour_buff_effect_+%", "matchers": [{"string": "#% increased Arctic Armour Buff Effect", "negate": false}, {"string": "#% reduced Arctic Armour Buff Effect", "negate": true}], "trade": {"ids": null}} -{"ref": "Arctic Armour has no Reservation", "better": 1, "id": "arctic_armour_no_reservation", "matchers": [{"string": "Arctic Armour has no Reservation", "negate": false}], "trade": {"ids": null}} -{"ref": "Bleeding Enemies you Kill Explode, dealing #% of\\ntheir Maximum Life as Physical Damage", "better": 1, "id": "bleeding_enemies_explode_for_%_life_as_physical_damage", "matchers": [{"string": "Bleeding Enemies you Kill Explode, dealing #% of\\ntheir Maximum Life as Physical Damage", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Herald of Ice Damage", "better": 1, "id": "herald_of_ice_damage_+%", "matchers": [{"string": "#% increased Herald of Ice Damage", "negate": false}, {"string": "#% reduced Herald of Ice Damage", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Lightning Damage taken", "better": 1, "id": "lightning_damage_taken_+%", "matchers": [{"string": "#% increased Lightning Damage taken", "negate": false}, {"string": "#% reduced Lightning Damage taken", "negate": true}], "trade": {"ids": null}} -{"ref": "#% of Lightning Damage is taken from Mana before Life", "better": 1, "id": "lightning_damage_%_taken_from_mana_before_life", "matchers": [{"string": "#% of Lightning Damage is taken from Mana before Life", "negate": false}], "trade": {"ids": null}} -{"ref": "Recover #% of Mana when you Shock an Enemy", "better": 1, "id": "recover_%_maximum_mana_when_enemy_shocked", "matchers": [{"string": "Recover #% of Mana when you Shock an Enemy", "negate": false}], "trade": {"ids": null}} -{"ref": "Trigger Socketed Spells when you Spend at least # Mana on an\\nUpfront Cost to Use or Trigger a Skill, with a 0.1 second Cooldown", "better": 1, "id": "cast_socketed_spells_on_X_mana_spent", "matchers": [{"string": "Trigger Socketed Spells when you Spend at least # Mana on an\\nUpfront Cost to Use or Trigger a Skill, with a 0.1 second Cooldown", "negate": false}], "trade": {"ids": null}} -{"ref": "+#% Chance to Block Attack Damage when in Off Hand", "better": 1, "id": "additional_block_chance_%_when_in_off_hand", "matchers": [{"string": "#% Chance to Block Attack Damage when in Off Hand", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Global Critical Hit Chance when in Main Hand", "better": 1, "id": "critical_strike_chance_+%_when_in_main_hand", "matchers": [{"string": "#% increased Global Critical Hit Chance when in Main Hand", "negate": false}], "trade": {"ids": null}} -{"ref": "+#% to Global Critical Damage Bonus per Green Socket", "better": 1, "id": "global_critical_strike_mulitplier_+_per_green_socket_on_item", "matchers": [{"string": "#% to Global Critical Damage Bonus per Green Socket", "negate": false}], "trade": {"ids": null}} -{"ref": "#% of Physical Attack Damage Leeched as Life per Red Socket", "better": 1, "id": "global_life_leech_from_physical_attack_damage_per_red_socket_on_item_permyriad", "matchers": [{"string": "#% of Physical Attack Damage Leeched as Life per Red Socket", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Charges gained by Other Flasks during Effect", "better": 1, "id": "local_unique_flask_charges_gained_+%_during_flask_effect", "matchers": [{"string": "#% increased Charges gained by Other Flasks during Effect", "negate": false}], "trade": {"ids": null}} -{"ref": "Gains no Charges during Effect of any Overflowing Chalice Flask", "better": 1, "id": "local_unique_overflowing_chalice_flask_cannot_gain_flask_charges_during_flask_effect", "matchers": [{"string": "Gains no Charges during Effect of any Overflowing Chalice Flask", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Lightning Damage per 10 Intelligence", "better": 1, "id": "lightning_damage_+%_per_10_intelligence", "matchers": [{"string": "#% increased Lightning Damage per 10 Intelligence", "negate": false}, {"string": "#% reduced Lightning Damage per 10 Intelligence", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Melee Damage per Endurance Charge", "better": 1, "id": "melee_damage_+%_per_endurance_charge", "matchers": [{"string": "#% increased Melee Damage per Endurance Charge", "negate": false}, {"string": "#% reduced Melee Damage per Endurance Charge", "negate": true}], "trade": {"ids": null}} -{"ref": "You cannot be Shocked while at maximum Endurance Charges", "better": 1, "id": "cannot_be_shocked_while_at_maximum_endurance_charges", "matchers": [{"string": "You cannot be Shocked while at maximum Endurance Charges", "negate": false}], "trade": {"ids": null}} -{"ref": "Map has a Vaal Side Area", "better": 1, "id": "map_force_side_area", "matchers": [{"string": "Map has a Vaal Side Area", "negate": false}], "trade": {"ids": null}} -{"ref": "Every 10 seconds, gain #% increased Elemental Damage for 4 seconds", "better": 1, "id": "elementalist_elemental_damage_+%_for_4_seconds_every_10_seconds", "matchers": [{"string": "Every 10 seconds, gain #% increased Elemental Damage for 4 seconds", "negate": false}, {"string": "Every 10 seconds, gain #% reduced Elemental Damage for 4 seconds", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Movement Speed if you've used a Warcry Recently", "better": 1, "id": "movement_speed_+%_if_used_a_warcry_recently", "matchers": [{"string": "#% increased Movement Speed if you've used a Warcry Recently", "negate": false}], "trade": {"ids": null}} -{"ref": "Regenerate #% of Life per second if you've taken a Savage Hit in the past 1 second", "better": 1, "id": "gain_life_regeneration_%_per_second_for_1_second_if_taken_savage_hit", "matchers": [{"string": "Regenerate #% of Life per second if you've taken a Savage Hit in the past 1 second", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Damage taken if you've taken a Savage Hit Recently", "better": 1, "id": "damage_taken_+%_if_you_have_taken_a_savage_hit_recently", "matchers": [{"string": "#% increased Damage taken if you've taken a Savage Hit Recently", "negate": false}, {"string": "#% reduced Damage taken if you've taken a Savage Hit Recently", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Damage with Hits for each Level higher the Enemy is than you", "better": 1, "id": "damage_+%_for_each_level_the_enemy_is_higher_than_you", "matchers": [{"string": "#% increased Damage with Hits for each Level higher the Enemy is than you", "negate": false}, {"string": "#% reduced Damage with Hits for each Level higher the Enemy is than you", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Movement Skill Mana Cost", "better": 1, "id": "movement_skills_mana_cost_+%", "matchers": [{"string": "#% increased Movement Skill Mana Cost", "negate": false}, {"string": "#% reduced Movement Skill Mana Cost", "negate": true}], "trade": {"ids": null}} -{"ref": "#% chance to Avoid Elemental Ailments while Phasing", "better": 1, "id": "avoid_elemental_ailments_%_while_phasing", "matchers": [{"string": "#% chance to Avoid Elemental Ailments while Phasing", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Evasion Rating during Onslaught", "better": 1, "id": "evasion_rating_+%_while_onslaught_is_active", "matchers": [{"string": "#% increased Evasion Rating during Onslaught", "negate": false}, {"string": "#% reduced Evasion Rating during Onslaught", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Quantity of Items Dropped by Slain Maimed Enemies", "better": 1, "id": "quantity_of_items_dropped_by_maimed_enemies_+%", "matchers": [{"string": "#% increased Quantity of Items Dropped by Slain Maimed Enemies", "negate": false}, {"string": "#% reduced Quantity of Items Dropped by Slain Maimed Enemies", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Rarity of Items Dropped by Slain Maimed Enemies", "better": 1, "id": "rarity_of_items_dropped_by_maimed_enemies_+%", "matchers": [{"string": "#% increased Rarity of Items Dropped by Slain Maimed Enemies", "negate": false}, {"string": "#% reduced Rarity of Items Dropped by Slain Maimed Enemies", "negate": true}], "trade": {"ids": null}} -{"ref": "Skills Chain an additional time while at maximum Frenzy Charges", "better": 1, "id": "num_of_additional_chains_at_max_frenzy_charges", "matchers": [{"string": "Skills Chain an additional time while at maximum Frenzy Charges", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to gain a Frenzy Charge on Killing a Frozen Enemy", "better": 1, "id": "chance_to_gain_frenzy_charge_on_killing_frozen_enemy_%", "matchers": [{"string": "#% chance to gain a Frenzy Charge on Killing a Frozen Enemy", "negate": false}], "trade": {"ids": null}} -{"ref": "You have Phasing if Energy Shield Recharge has started Recently", "better": 1, "id": "gain_phasing_for_4_seconds_on_begin_es_recharge", "matchers": [{"string": "You have Phasing if Energy Shield Recharge has started Recently", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Evasion Rating while Phasing", "better": 1, "id": "evasion_rating_+%_while_phasing", "matchers": [{"string": "#% increased Evasion Rating while Phasing", "negate": false}], "trade": {"ids": null}} -{"ref": "+#% Chance to Block Attack Damage from Taunted Enemies", "better": 1, "id": "block_chance_%_vs_taunted_enemies", "matchers": [{"string": "#% Chance to Block Attack Damage from Taunted Enemies", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Armour and Evasion Rating if you've killed a Taunted Enemy Recently", "better": 1, "id": "armour_and_evasion_rating_+%_if_killed_a_taunted_enemy_recently", "matchers": [{"string": "#% increased Armour and Evasion Rating if you've killed a Taunted Enemy Recently", "negate": false}, {"string": "#% reduced Armour and Evasion Rating if you've killed a Taunted Enemy Recently", "negate": true}], "trade": {"ids": null}} -{"ref": "Socketed Skills Summon your maximum number of Totems in formation", "better": 1, "id": "local_display_socketed_skills_summon_your_maximum_number_of_totems_in_formation", "matchers": [{"string": "Socketed Skills Summon your maximum number of Totems in formation", "negate": false}], "trade": {"ids": null}} -{"ref": "Totems gain +#% to all Elemental Resistances per Summoned Totem", "better": 1, "id": "totems_resist_all_elements_+%_per_active_totem", "matchers": [{"string": "Totems gain +#% to all Elemental Resistances per Summoned Totem", "negate": false}], "trade": {"ids": null}} -{"ref": "Totems have #% increased Cast Speed per Summoned Totem", "better": 1, "id": "totems_spells_cast_speed_+%_per_active_totem", "matchers": [{"string": "Totems have #% increased Cast Speed per Summoned Totem", "negate": false}, {"string": "Totems have #% reduced Cast Speed per Summoned Totem", "negate": true}], "trade": {"ids": null}} -{"ref": "Totems have #% increased Attack Speed per Summoned Totem", "better": 1, "id": "totems_attack_speed_+%_per_active_totem", "matchers": [{"string": "Totems have #% increased Attack Speed per Summoned Totem", "negate": false}, {"string": "Totems have #% reduced Attack Speed per Summoned Totem", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Mana Recovery rate", "better": 1, "id": "mana_recovery_rate_+%", "matchers": [{"string": "#% increased Mana Recovery rate", "negate": false}, {"string": "#% reduced Mana Recovery rate", "negate": true}], "trade": {"ids": null}} -{"ref": "Attacks Chain an additional time when in Main Hand", "better": 1, "id": "attacks_num_of_additional_chains_when_in_main_hand", "matchers": [{"string": "Attacks Chain an additional time when in Main Hand", "negate": false}], "trade": {"ids": null}} -{"ref": "Attacks fire an additional Projectile when in Off Hand", "better": 1, "id": "attacks_number_of_additional_projectiles_when_in_off_hand", "matchers": [{"string": "Attacks fire an additional Projectile when in Off Hand", "negate": false}], "trade": {"ids": null}} -{"ref": "Adds # to # Cold Damage to Counterattacks", "better": 1, "id": "counter_attacks_minimum_added_cold_damage", "matchers": [{"string": "Adds # to # Cold Damage to Counterattacks", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Golem Damage for each Type of Golem you have Summoned", "better": 1, "id": "golem_damage_+%_per_active_golem_type", "matchers": [{"string": "#% increased Golem Damage for each Type of Golem you have Summoned", "negate": false}, {"string": "#% reduced Golem Damage for each Type of Golem you have Summoned", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Maximum Life if no Equipped Items are Corrupted", "better": 1, "id": "life_+%_with_no_corrupted_equipped_items", "matchers": [{"string": "#% increased Maximum Life if no Equipped Items are Corrupted", "negate": false}], "trade": {"ids": null}} -{"ref": "Regenerate # Life per second if no Equipped Items are Corrupted", "better": 1, "id": "life_regeneration_per_minute_with_no_corrupted_equipped_items", "matchers": [{"string": "Regenerate # Life per second if no Equipped Items are Corrupted", "negate": false}], "trade": {"ids": null}} -{"ref": "Regenerate # Energy Shield per second if all Equipped items are Corrupted", "better": 1, "id": "energy_shield_recharge_rate_per_minute_with_all_corrupted_equipped_items", "matchers": [{"string": "Regenerate # Energy Shield per second if all Equipped items are Corrupted", "negate": false}], "trade": {"ids": null}} -{"ref": "Regenerate # Mana per second if all Equipped Items are Corrupted", "better": 1, "id": "mana_recharge_rate_per_minute_with_all_corrupted_equipped_items", "matchers": [{"string": "Regenerate # Mana per second if all Equipped Items are Corrupted", "negate": false}], "trade": {"ids": null}} -{"ref": "Adds # to # Chaos Damage", "better": 1, "id": "global_minimum_added_chaos_damage", "matchers": [{"string": "Adds # to # Chaos Damage", "negate": false}], "trade": {"ids": {"enchant": ["enchant.stat_2223678961"]}}} -{"ref": "Adds # to # Physical Damage", "better": 1, "id": "global_minimum_added_physical_damage", "matchers": [{"string": "Adds # to # Physical Damage", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1940865751"]}}} -{"ref": "Adds # to # Fire Damage", "better": 1, "id": "global_minimum_added_fire_damage", "matchers": [{"string": "Adds # to # Fire Damage", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_709508406"], "enchant": ["enchant.stat_709508406"], "rune": ["rune.stat_709508406"]}}} -{"ref": "Adds # to # Cold Damage", "better": 1, "id": "global_minimum_added_cold_damage", "matchers": [{"string": "Adds # to # Cold Damage", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1037193709"], "enchant": ["enchant.stat_1037193709"], "rune": ["rune.stat_1037193709"]}}} -{"ref": "Adds # to # Lightning Damage", "better": 1, "id": "global_minimum_added_lightning_damage", "matchers": [{"string": "Adds # to # Lightning Damage", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_3336890334"], "enchant": ["enchant.stat_3336890334"], "rune": ["rune.stat_3336890334"]}}} -{"ref": "Regenerate #% of Energy Shield per second while on Low Life", "better": 1, "id": "energy_shield_regeneration_rate_per_minute_%_while_on_low_life", "matchers": [{"string": "Regenerate #% of Energy Shield per second while on Low Life", "negate": false}], "trade": {"ids": null}} -{"ref": "Enemies you Attack Reflect # Physical Damage to you", "better": 1, "id": "minimum_physical_damage_to_reflect_to_self_on_attack", "matchers": [{"string": "Enemies you Attack Reflect # Physical Damage to you", "negate": false}], "trade": {"ids": null}} -{"ref": "Your Hexes can affect Hexproof Enemies", "better": 1, "id": "ignore_hexproof", "matchers": [{"string": "Your Hexes can affect Hexproof Enemies", "negate": false}], "trade": {"ids": null}} -{"ref": "Poison Cursed Enemies on hit", "better": 1, "id": "poison_cursed_enemies_on_hit", "matchers": [{"string": "Poison Cursed Enemies on hit", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to Poison on Hit against Cursed Enemies", "better": 1, "id": "chance_to_poison_%_vs_cursed_enemies", "matchers": [{"string": "#% chance to Poison on Hit against Cursed Enemies", "negate": false}], "trade": {"ids": null}} -{"ref": "+#% chance to be Shocked", "better": 1, "id": "chance_to_be_shocked_%", "matchers": [{"string": "#% chance to be Shocked", "negate": false}], "trade": {"ids": null}} -{"ref": "Contains an additional Redblade Unique Item", "better": 1, "id": "chest_drop_additional_fire_warband_uniques", "matchers": [{"string": "Contains an additional Redblade Unique Item", "negate": false}], "trade": {"ids": null}} -{"ref": "Contains an additional Mutewind Unique Item", "better": 1, "id": "chest_drop_additional_cold_warband_uniques", "matchers": [{"string": "Contains an additional Mutewind Unique Item", "negate": false}], "trade": {"ids": null}} -{"ref": "Contains an additional Brinerot Unique Item", "better": 1, "id": "chest_drop_additional_lightning_warband_uniques", "matchers": [{"string": "Contains an additional Brinerot Unique Item", "negate": false}], "trade": {"ids": null}} -{"ref": "Contains an additional Renegade Unique Item", "better": 1, "id": "chest_drop_additional_chaos_warband_uniques", "matchers": [{"string": "Contains an additional Renegade Unique Item", "negate": false}], "trade": {"ids": null}} -{"ref": "Contained Weapons are Animated", "better": 1, "id": "weapons_drop_animated", "matchers": [{"string": "Contained Weapons are Animated", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Global Defences per White Socket", "better": 1, "id": "global_defences_+%_per_white_socket_on_item", "matchers": [{"string": "#% increased Global Defences per White Socket", "negate": false}, {"string": "#% reduced Global Defences per White Socket", "negate": true}], "trade": {"ids": null}} -{"ref": "Contains an additional Rare Maraketh Weapon", "better": 1, "id": "chest_drop_additional_rare_maraketh_weapons", "matchers": [{"string": "Contains an additional Rare Maraketh Weapon", "negate": false}], "trade": {"ids": null}} -{"ref": "Contains an additional Deshret Item", "better": 1, "id": "chest_drop_additional_deshret_uniques", "matchers": [{"string": "Contains an additional Deshret Item", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Quantity of Items found with a Magic Item Equipped", "better": 1, "id": "item_found_quantity_+%_if_wearing_a_magic_item", "matchers": [{"string": "#% increased Quantity of Items found with a Magic Item Equipped", "negate": false}, {"string": "#% reduced Quantity of Items found with a Magic Item Equipped", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Rarity of Items found with a Normal Item Equipped", "better": 1, "id": "item_found_rarity_+%_if_wearing_a_normal_item", "matchers": [{"string": "#% increased Rarity of Items found with a Normal Item Equipped", "negate": false}, {"string": "#% reduced Rarity of Items found with a Normal Item Equipped", "negate": true}], "trade": {"ids": null}} -{"ref": "Attack Skills have +# to maximum number of Summoned Totems", "better": 1, "id": "attack_skills_additional_totems_allowed", "matchers": [{"string": "Attack Skills have +# to maximum number of Summoned Totems", "negate": false}], "trade": {"ids": null}} -{"ref": "Minions have +#% to Cold Resistance", "better": 1, "id": "minion_cold_damage_resistance_%", "matchers": [{"string": "Minions have +#% to Cold Resistance", "negate": false}], "trade": {"ids": null}} -{"ref": "Minions have +#% to Fire Resistance", "better": 1, "id": "minion_fire_damage_resistance_%", "matchers": [{"string": "Minions have +#% to Fire Resistance", "negate": false}], "trade": {"ids": null}} -{"ref": "Minions gain #% of their Physical Damage as Extra Cold Damage", "better": 1, "id": "minion_physical_damage_%_to_gain_as_cold", "matchers": [{"string": "Minions gain #% of their Physical Damage as Extra Cold Damage", "negate": false}], "trade": {"ids": null}} -{"ref": "Cannot be Stunned during Effect", "better": 1, "id": "local_flask_cannot_be_stunned_during_flask_effect", "matchers": [{"string": "Cannot be Stunned during Effect", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to gain Phasing for 3 seconds when your Trap is triggered by an Enemy", "better": 1, "id": "phasing_%_for_3_seconds_on_trap_triggered_by_an_enemy", "matchers": [{"string": "#% chance to gain Phasing for 3 seconds when your Trap is triggered by an Enemy", "negate": false}], "trade": {"ids": null}} -{"ref": "Recover # Energy Shield when your Trap is triggered by an Enemy", "better": 1, "id": "gain_x_es_on_trap_triggered_by_an_enemy", "matchers": [{"string": "Recover # Energy Shield when your Trap is triggered by an Enemy", "negate": false}], "trade": {"ids": null}} -{"ref": "Recover # Life when your Trap is triggered by an Enemy", "better": 1, "id": "gain_x_life_on_trap_triggered_by_an_enemy", "matchers": [{"string": "Recover # Life when your Trap is triggered by an Enemy", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to gain a Frenzy Charge when your Trap is triggered by an Enemy", "better": 1, "id": "%_chance_to_gain_frenzy_charge_on_trap_triggered_by_an_enemy", "matchers": [{"string": "#% chance to gain a Frenzy Charge when your Trap is triggered by an Enemy", "negate": false}], "trade": {"ids": null}} -{"ref": "Bleeding cannot be inflicted on you", "better": 1, "id": "base_cannot_gain_bleeding", "matchers": [{"string": "Bleeding cannot be inflicted on you", "negate": false}], "trade": {"ids": null}} -{"ref": "Melee Attacks have #% chance to Poison on Hit", "better": 1, "id": "chance_to_poison_on_melee_hit_%", "matchers": [{"string": "Melee Attacks have #% chance to Poison on Hit", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Movement Speed if you've Killed Recently", "better": 1, "id": "movement_speed_+%_if_enemy_killed_recently", "matchers": [{"string": "#% increased Movement Speed if you've Killed Recently", "negate": false}, {"string": "#% reduced Movement Speed if you've Killed Recently", "negate": true}], "trade": {"ids": null}} -{"ref": "Socketed Gems are Supported by Level 10 Controlled Destruction", "better": 1, "id": "local_display_supported_by_level_10_controlled_destruction", "matchers": [{"string": "Socketed Gems are Supported by Level 10 Controlled Destruction", "negate": false}], "trade": {"ids": null}} -{"ref": "Socketed Gems are Supported by Level # Controlled Destruction", "better": 1, "id": "local_display_socketed_gems_supported_by_x_controlled_destruction", "matchers": [{"string": "Socketed Gems are Supported by Level # Controlled Destruction", "negate": false}], "trade": {"ids": null}} -{"ref": "Cold Damage from Hits also Contributes to Ignite Chance and Magnitude", "better": 1, "id": "cold_damage_can_ignite", "matchers": [{"string": "Cold Damage from Hits also Contributes to Ignite Chance and Magnitude", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Area of Effect per Endurance Charge", "better": 1, "id": "area_of_effect_+%_per_endurance_charge", "matchers": [{"string": "#% increased Area of Effect per Endurance Charge", "negate": false}, {"string": "#% reduced Area of Effect per Endurance Charge", "negate": true}], "trade": {"ids": null}} -{"ref": "#% chance to double Stun Duration", "better": 1, "id": "chance_to_double_stun_duration_%", "matchers": [{"string": "#% chance to double Stun Duration", "negate": false}], "trade": {"ids": null}} -{"ref": "If you've Warcried Recently, you and nearby allies have #% increased Attack, Cast and Movement Speed", "better": 1, "id": "guardian_warcry_grant_attack_cast_and_movement_speed_to_you_and_nearby_allies_+%", "matchers": [{"string": "If you've Warcried Recently, you and nearby allies have #% increased Attack, Cast and Movement Speed", "negate": false}], "trade": {"ids": null}} -{"ref": "Chaos Skills have #% increased Skill Effect Duration", "better": 1, "id": "chaos_skill_effect_duration_+%", "matchers": [{"string": "Chaos Skills have #% increased Skill Effect Duration", "negate": false}, {"string": "Chaos Skills have #% reduced Skill Effect Duration", "negate": true}], "trade": {"ids": null}} -{"ref": "Immunity to Freeze, Chill, Curses and Stuns during Effect", "better": 1, "id": "local_unique_flask_kiaras_determination", "matchers": [{"string": "Immunity to Freeze, Chill, Curses and Stuns during Effect", "negate": false}], "trade": {"ids": null}} -{"ref": "Casts Fire Nova", "better": 1, "id": "monster_casts_fire_nova_text", "matchers": [{"string": "Casts Fire Nova", "negate": false}], "trade": {"ids": null}} -{"ref": "Empowered by Molten Gold", "better": 1, "id": "monster_immune_to_damage_in_lava_text", "matchers": [{"string": "Empowered by Molten Gold", "negate": false}], "trade": {"ids": null}} -{"ref": "Removes Flask Charges", "better": 1, "id": "monster_casts_flask_charge_nova_text", "matchers": [{"string": "Removes Flask Charges", "negate": false}], "trade": {"ids": null}} -{"ref": "Enemies take increased Damage", "better": 1, "id": "monster_has_damage_taken_aura_text", "matchers": [{"string": "Enemies take increased Damage", "negate": false}], "trade": {"ids": null}} -{"ref": "Enemies are affected by Temporal Chains", "better": 1, "id": "monster_has_temporal_chains_aura_text", "matchers": [{"string": "Enemies are affected by Temporal Chains", "negate": false}], "trade": {"ids": null}} -{"ref": "Enemies take Damage when using Movement skills", "better": 1, "id": "monster_has_movement_skill_damage_aura_text", "matchers": [{"string": "Enemies take Damage when using Movement skills", "negate": false}], "trade": {"ids": null}} -{"ref": "Causes Bleeding", "better": 1, "id": "monster_casts_bleed_nova_text", "matchers": [{"string": "Causes Bleeding", "negate": false}], "trade": {"ids": null}} -{"ref": "Socketed Gems deal # to # Added Fire Damage", "better": 1, "id": "local_display_socketed_gems_minimum_added_fire_damage", "matchers": [{"string": "Socketed Gems deal # to # Added Fire Damage", "negate": false}], "trade": {"ids": null}} -{"ref": "Socketed Gems have #% more Attack and Cast Speed", "better": 1, "id": "local_display_socketed_gems_attack_and_cast_speed_+%_final", "matchers": [{"string": "Socketed Gems have #% more Attack and Cast Speed", "negate": false}], "trade": {"ids": null}} -{"ref": "Socketed Gems deal #% more Elemental Damage", "better": 1, "id": "local_display_socketed_gems_elemental_damage_+%_final", "matchers": [{"string": "Socketed Gems deal #% more Elemental Damage", "negate": false}], "trade": {"ids": null}} -{"ref": "#% of Physical Damage from Hits taken as Cold Damage", "better": 1, "id": "physical_damage_taken_%_as_cold", "matchers": [{"string": "#% of Physical Damage from Hits taken as Cold Damage", "negate": false}], "trade": {"ids": null}} -{"ref": "Area contains many Sentinel Traps", "better": 1, "id": "map_packs_have_pop_up_traps", "matchers": [{"string": "Area contains many Sentinel Traps", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Chaos Damage taken over time", "better": 1, "id": "chaos_damage_taken_over_time_+%", "matchers": [{"string": "#% increased Chaos Damage taken over time", "negate": false}, {"string": "#% reduced Chaos Damage taken over time", "negate": true}], "trade": {"ids": null}} -{"ref": "Socketed Gems have +3.5% Critical Hit Chance", "better": 1, "id": "local_display_socketed_gems_additional_critical_strike_chance_%", "matchers": [{"string": "Socketed Gems have +3.5% Critical Hit Chance", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Attack and Cast Speed during any Flask Effect", "better": 1, "id": "attack_and_cast_speed_+%_during_flask_effect", "matchers": [{"string": "#% increased Attack and Cast Speed during any Flask Effect", "negate": false}, {"string": "#% reduced Attack and Cast Speed during any Flask Effect", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Movement Speed during any Flask Effect", "better": 1, "id": "movement_speed_+%_during_flask_effect", "matchers": [{"string": "#% increased Movement Speed during any Flask Effect", "negate": false}, {"string": "#% reduced Movement Speed during any Flask Effect", "negate": true}], "trade": {"ids": null}} -{"ref": "# to # Added Cold Damage per Frenzy Charge", "better": 1, "id": "minimum_added_cold_damage_per_frenzy_charge", "matchers": [{"string": "# to # Added Cold Damage per Frenzy Charge", "negate": false}], "trade": {"ids": null}} -{"ref": "Adds # to # Fire Damage if you've Blocked Recently", "better": 1, "id": "minimum_added_fire_damage_if_blocked_recently", "matchers": [{"string": "Adds # to # Fire Damage if you've Blocked Recently", "negate": false}], "trade": {"ids": null}} -{"ref": "Socketed Gems have #% chance to Ignite", "better": 1, "id": "local_display_socketed_gems_have_%_chance_to_ignite_with_fire_damage", "matchers": [{"string": "Socketed Gems have #% chance to Ignite", "negate": false}], "trade": {"ids": null}} -{"ref": "Socketed Gems deal #% more Damage while on Low Life", "better": 1, "id": "local_display_socketed_gems_damage_+%_final_while_on_low_life", "matchers": [{"string": "Socketed Gems deal #% more Damage while on Low Life", "negate": false}], "trade": {"ids": null}} -{"ref": "Damage Penetrates #% Elemental Resistances during any Flask Effect", "better": 1, "id": "elemental_penetration_%_during_flask_effect", "matchers": [{"string": "Damage Penetrates #% Elemental Resistances during any Flask Effect", "negate": false}], "trade": {"ids": null}} -{"ref": "#% additional Physical Damage Reduction during any Flask Effect", "better": 1, "id": "additional_physical_damage_reduction_%_during_flask_effect", "matchers": [{"string": "#% additional Physical Damage Reduction during any Flask Effect", "negate": false}], "trade": {"ids": null}} -{"ref": "You and your Minions take #% increased Reflected Damage", "better": 1, "id": "reflect_damage_taken_and_minion_reflect_damage_taken_+%", "matchers": [{"string": "You and your Minions take #% increased Reflected Damage", "negate": false}, {"string": "You and your Minions take #% reduced Reflected Damage", "negate": true}], "trade": {"ids": null}} -{"ref": "#% chance to gain a Power Charge when you Block", "better": 1, "id": "power_charge_on_block_%_chance", "matchers": [{"string": "#% chance to gain a Power Charge when you Block", "negate": false}], "trade": {"ids": null}} -{"ref": "Chill Nearby Enemies when you Block", "better": 1, "id": "nearby_enemies_chilled_on_block", "matchers": [{"string": "Chill Nearby Enemies when you Block", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to Recover 10% of Mana when you use a Skill", "better": 1, "id": "recover_10%_of_maximum_mana_on_skill_use_%", "matchers": [{"string": "#% chance to Recover 10% of Mana when you use a Skill", "negate": false}], "trade": {"ids": null}} -{"ref": "+# to maximum Fortification", "better": 1, "id": "max_fortification_+1_per_5", "matchers": [{"string": "# to maximum Fortification", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to Crush on Hit", "better": 1, "id": "chance_to_crush_on_hit_%", "matchers": [{"string": "#% chance to Crush on Hit", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to gain Alchemist's Genius when you use a Flask", "better": 1, "id": "gain_alchemists_genius_on_flask_use_%", "matchers": [{"string": "#% chance to gain Alchemist's Genius when you use a Flask", "negate": false}], "trade": {"ids": null}} -{"ref": "Areas can contain Essences", "better": 1, "id": "map_has_monoliths", "matchers": [{"string": "Areas can contain Essences", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to gain a Power, Frenzy or Endurance Charge on Kill", "better": 1, "id": "power_frenzy_or_endurance_charge_on_kill_%", "matchers": [{"string": "#% chance to gain a Power, Frenzy or Endurance Charge on Kill", "negate": false}], "trade": {"ids": null}} -{"ref": "Socketed Non-Curse Aura Gems have #% increased Aura Effect", "better": 1, "id": "local_display_socketed_non_curse_aura_gems_effect_+%", "matchers": [{"string": "Socketed Non-Curse Aura Gems have #% increased Aura Effect", "negate": false}, {"string": "Socketed Non-Curse Aura Gems have #% reduced Aura Effect", "negate": true}], "trade": {"ids": null}} -{"ref": "Cast Level 20 Fire Burst on Hit", "better": 1, "id": "local_display_fire_burst_on_hit_%", "matchers": [{"string": "Cast Level 20 Fire Burst on Hit", "negate": false}], "trade": {"ids": null}} -{"ref": "Action Speed cannot be modified to below base value", "better": 1, "id": "action_speed_cannot_be_reduced_below_base", "matchers": [{"string": "Action Speed cannot be modified to below base value", "negate": false}], "trade": {"ids": null}} -{"ref": "Triggers Level 20 Spectral Spirits when Equipped\\n+# to maximum number of Spectral Spirits", "better": 1, "id": "base_number_of_essence_spirits_allowed", "matchers": [{"string": "Triggers Level 20 Spectral Spirits when Equipped\\n+# to maximum number of Spectral Spirits", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to gain Onslaught for 3 seconds when Hit", "better": 1, "id": "gain_onslaught_for_3_seconds_%_chance_when_hit", "matchers": [{"string": "#% chance to gain Onslaught for 3 seconds when Hit", "negate": false}], "trade": {"ids": null}} -{"ref": "You gain Onslaught for # seconds when Hit", "better": 1, "id": "unique_gain_onslaught_when_hit_duration_ms", "matchers": [{"string": "You gain Onslaught for # seconds when Hit", "negate": false}], "trade": {"ids": null}} -{"ref": "Socketed Gems deal #% more Damage over Time", "better": 1, "id": "local_display_socketed_gems_damage_over_time_+%_final", "matchers": [{"string": "Socketed Gems deal #% more Damage over Time", "negate": false}, {"string": "Socketed Gems deal #% less Damage over Time", "negate": true}], "trade": {"ids": null}} -{"ref": "Your Hits inflict Decay, dealing 700 Chaos Damage per second for 8 seconds", "better": 1, "id": "deal_1000_chaos_damage_per_second_for_10_seconds_on_hit", "matchers": [{"string": "Your Hits inflict Decay, dealing 700 Chaos Damage per second for 8 seconds", "negate": false}], "trade": {"ids": null}} -{"ref": "Your Hits inflict Decay, dealing # Chaos Damage per second for 8 seconds", "better": 1, "id": "deal_chaos_damage_per_second_for_10_seconds_on_hit", "matchers": [{"string": "Your Hits inflict Decay, dealing # Chaos Damage per second for 8 seconds", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Movement speed while on Burning, Chilled or Shocked ground", "better": 1, "id": "movement_speed_+%_while_on_burning_chilled_shocked_ground", "matchers": [{"string": "#% increased Movement speed while on Burning, Chilled or Shocked ground", "negate": false}, {"string": "#% reduced Movement speed while on Burning, Chilled or Shocked ground", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Mana Regeneration Rate while Shocked", "better": 1, "id": "mana_regeneration_rate_+%_while_shocked", "matchers": [{"string": "#% increased Mana Regeneration Rate while Shocked", "negate": false}, {"string": "#% reduced Mana Regeneration Rate while Shocked", "negate": true}], "trade": {"ids": null}} -{"ref": "Recover #% of your maximum Mana when you Block", "better": 1, "id": "mana_%_gained_on_block", "matchers": [{"string": "Recover #% of your maximum Mana when you Block", "negate": false}], "trade": {"ids": null}} -{"ref": "Cannot Leech Life from Critical Hits", "better": 1, "id": "cannot_leech_life_from_critical_strikes", "matchers": [{"string": "Cannot Leech Life from Critical Hits", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to Blind Enemies on Critical Hit", "better": 1, "id": "%_chance_to_blind_on_critical_strike", "matchers": [{"string": "#% chance to Blind Enemies on Critical Hit", "negate": false}], "trade": {"ids": null}} -{"ref": "Stun Threshold is based on Energy Shield instead of Life", "better": 1, "id": "stun_threshold_based_on_energy_shield_instead_of_life", "matchers": [{"string": "Stun Threshold is based on Energy Shield instead of Life", "negate": false}], "trade": {"ids": null}} -{"ref": "Enemies Taunted by you deal #% more Damage with Hits and\\nAilments against other targets", "better": 1, "id": "taunted_enemies_damage_+%_final_vs_non_taunt_target", "matchers": [{"string": "Enemies Taunted by you deal #% more Damage with Hits and\\nAilments against other targets", "negate": false}, {"string": "Enemies Taunted by you deal #% less Damage with Hits and\\nAilments against other targets", "negate": true}], "trade": {"ids": null}} -{"ref": "Enemies you Shock have #% increased Cast Speed", "better": 1, "id": "enemies_you_shock_cast_speed_+%", "matchers": [{"string": "Enemies you Shock have #% increased Cast Speed", "negate": false}, {"string": "Enemies you Shock have #% reduced Cast Speed", "negate": true}], "trade": {"ids": null}} -{"ref": "Enemies you Shock have #% increased Movement Speed", "better": 1, "id": "enemies_you_shock_movement_speed_+%", "matchers": [{"string": "Enemies you Shock have #% increased Movement Speed", "negate": false}, {"string": "Enemies you Shock have #% reduced Movement Speed", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Burning Damage if you've Ignited an Enemy Recently", "better": 1, "id": "burning_damage_+%_if_ignited_an_enemy_recently", "matchers": [{"string": "#% increased Burning Damage if you've Ignited an Enemy Recently", "negate": false}, {"string": "#% reduced Burning Damage if you've Ignited an Enemy Recently", "negate": true}], "trade": {"ids": null}} -{"ref": "Recover #% of Life when you Ignite an Enemy", "better": 1, "id": "recover_%_maximum_life_on_enemy_ignited", "matchers": [{"string": "Recover #% of Life when you Ignite an Enemy", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Melee Physical Damage against Ignited Enemies", "better": 1, "id": "melee_physical_damage_+%_vs_ignited_enemies", "matchers": [{"string": "#% increased Melee Physical Damage against Ignited Enemies", "negate": false}, {"string": "#% reduced Melee Physical Damage against Ignited Enemies", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Quantity of Items Dropped by Slain Normal Enemies", "better": 1, "id": "normal_monster_dropped_item_quantity_+%", "matchers": [{"string": "#% increased Quantity of Items Dropped by Slain Normal Enemies", "negate": false}, {"string": "#% reduced Quantity of Items Dropped by Slain Normal Enemies", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Rarity of Items Dropped by Slain Magic Enemies", "better": 1, "id": "magic_monster_dropped_item_rarity_+%", "matchers": [{"string": "#% increased Rarity of Items Dropped by Slain Magic Enemies", "negate": false}, {"string": "#% reduced Rarity of Items Dropped by Slain Magic Enemies", "negate": true}], "trade": {"ids": null}} -{"ref": "Heist Chests have a #% chance to Duplicate their contents", "better": 1, "id": "chance_for_double_items_from_heist_chests_%", "matchers": [{"string": "Heist Chests have a #% chance to Duplicate their contents", "negate": false}], "trade": {"ids": null}} -{"ref": "Completing a Heist generates an additional Reveal", "better": 1, "id": "map_heist_contract_additional_reveals_granted", "matchers": [{"string": "Completing a Heist generates an additional Reveal", "negate": false}], "trade": {"ids": null}} -{"ref": "Rogue Perks are doubled", "better": 1, "id": "map_heist_npc_perks_effect_+%_final", "matchers": [{"string": "Rogue Perks are doubled", "negate": false}], "trade": {"ids": null}} -{"ref": "#% more Rogue's Marker value of primary Heist Target", "better": 1, "id": "map_heist_contract_primary_target_value_+%_final", "matchers": [{"string": "#% more Rogue's Marker value of primary Heist Target", "negate": false}, {"string": "#% less Rogue's Marker value of primary Heist Target", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Critical Hit Chance with arrows that Fork", "better": 1, "id": "critical_strike_chance_+%_for_forking_arrows", "matchers": [{"string": "#% increased Critical Hit Chance with arrows that Fork", "negate": false}, {"string": "#% reduced Critical Hit Chance with arrows that Fork", "negate": true}], "trade": {"ids": null}} -{"ref": "Arrows Pierce all Targets after Chaining", "better": 1, "id": "arrows_always_pierce_after_chaining", "matchers": [{"string": "Arrows Pierce all Targets after Chaining", "negate": false}], "trade": {"ids": null}} -{"ref": "Arrows that Pierce have 50% chance to inflict Bleeding", "better": 1, "id": "arrows_that_pierce_chance_to_bleed_25%", "matchers": [{"string": "Arrows that Pierce have 50% chance to inflict Bleeding", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Projectile Attack Damage per 200 Accuracy Rating", "better": 1, "id": "projectile_attack_damage_+%_per_200_accuracy", "matchers": [{"string": "#% increased Projectile Attack Damage per 200 Accuracy Rating", "negate": false}, {"string": "#% reduced Projectile Attack Damage per 200 Accuracy Rating", "negate": true}], "trade": {"ids": null}} -{"ref": "Spells fire an additional Projectile", "better": 1, "id": "spells_number_of_additional_projectiles", "matchers": [{"string": "Spells fire an additional Projectile", "negate": false}], "trade": {"ids": null}} -{"ref": "Minions deal #% increased Damage if you've Hit Recently", "better": 1, "id": "minion_damage_+%_if_enemy_hit_recently", "matchers": [{"string": "Minions deal #% increased Damage if you've Hit Recently", "negate": false}, {"string": "Minions deal #% reduced Damage if you've Hit Recently", "negate": true}], "trade": {"ids": null}} -{"ref": "Increases and Reductions to Minion Damage also affect you at 150% of their value", "better": 1, "id": "additive_minion_damage_modifiers_apply_to_you_at_150%_value", "matchers": [{"string": "Increases and Reductions to Minion Damage also affect you at 150% of their value", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Critical Hit Chance against Chilled Enemies", "better": 1, "id": "global_critical_strike_chance_+%_vs_chilled_enemies", "matchers": [{"string": "#% increased Critical Hit Chance against Chilled Enemies", "negate": false}, {"string": "#% reduced Critical Hit Chance against Chilled Enemies", "negate": true}], "trade": {"ids": null}} -{"ref": "Trigger a Socketed Cold Spell on Melee Critical Hit, with a 0.25 second Cooldown", "better": 1, "id": "local_unique_cast_socketed_cold_skills_on_melee_critical_strike", "matchers": [{"string": "Trigger a Socketed Cold Spell on Melee Critical Hit, with a 0.25 second Cooldown", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Area of Effect for Attacks", "better": 1, "id": "attack_area_of_effect_+%", "matchers": [{"string": "#% increased Area of Effect for Attacks", "negate": false}, {"string": "#% reduced Area of Effect for Attacks", "negate": true}], "trade": {"ids": null}} -{"ref": "Physical Damage from Hits also Contributes to Shock Chance", "better": 1, "id": "physical_damage_can_shock", "matchers": [{"string": "Physical Damage from Hits also Contributes to Shock Chance", "negate": false}], "trade": {"ids": null}} -{"ref": "Deal no Elemental Damage", "better": 1, "id": "deal_no_elemental_damage", "matchers": [{"string": "Deal no Elemental Damage", "negate": false}], "trade": {"ids": null}} -{"ref": "Maim on Hit", "better": 1, "id": "global_maim_on_hit", "matchers": [{"string": "Maim on Hit", "negate": false}], "trade": {"ids": null}} -{"ref": "With at least 40 Intelligence in Radius, Raised Spectres have a #% chance to gain Soul Eater for 20 seconds on Kill", "better": 1, "id": "local_unique_jewel_spectres_gain_soul_eater_on_kill_%_chance_with_50_int_in_radius", "matchers": [{"string": "With at least 40 Intelligence in Radius, Raised Spectres have a #% chance to gain Soul Eater for 20 seconds on Kill", "negate": false}], "trade": {"ids": null}} -{"ref": "Movement Skills deal no Physical Damage", "better": 1, "id": "movement_skills_deal_no_physical_damage", "matchers": [{"string": "Movement Skills deal no Physical Damage", "negate": false}], "trade": {"ids": null}} -{"ref": "You have Phasing if you've Killed Recently", "better": 1, "id": "gain_phasing_if_enemy_killed_recently", "matchers": [{"string": "You have Phasing if you've Killed Recently", "negate": false}], "trade": {"ids": null}} -{"ref": "Movement Skills Cost no Mana", "better": 1, "id": "movement_skills_cost_no_mana", "matchers": [{"string": "Movement Skills Cost no Mana", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Projectile Attack Damage", "better": 1, "id": "projectile_attack_damage_+%", "matchers": [{"string": "#% increased Projectile Attack Damage", "negate": false}, {"string": "#% reduced Projectile Attack Damage", "negate": true}], "trade": {"ids": null}} -{"ref": "+# Mana per 4 Strength", "better": 1, "id": "X_mana_per_4_strength", "matchers": [{"string": "# Mana per 4 Strength", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Energy Shield per 10 Strength", "better": 1, "id": "energy_shield_+%_per_10_strength", "matchers": [{"string": "#% increased Energy Shield per 10 Strength", "negate": false}], "trade": {"ids": null}} -{"ref": "+# Life per 4 Dexterity", "better": 1, "id": "X_life_per_4_dexterity", "matchers": [{"string": "# Life per 4 Dexterity", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Melee Physical Damage per 10 Dexterity", "better": 1, "id": "melee_physical_damage_+%_per_10_dexterity", "matchers": [{"string": "#% increased Melee Physical Damage per 10 Dexterity", "negate": false}], "trade": {"ids": null}} -{"ref": "+# Accuracy Rating per 2 Intelligence", "better": 1, "id": "X_accuracy_per_2_intelligence", "matchers": [{"string": "# Accuracy Rating per 2 Intelligence", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Evasion Rating per 10 Intelligence", "better": 1, "id": "evasion_+%_per_10_intelligence", "matchers": [{"string": "#% increased Evasion Rating per 10 Intelligence", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to gain a Frenzy Charge when you Stun an Enemy", "better": 1, "id": "chance_to_gain_frenzy_charge_on_stun_%", "matchers": [{"string": "#% chance to gain a Frenzy Charge when you Stun an Enemy", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Damage Over Time during Effect", "better": 1, "id": "local_unique_flask_damage_over_time_+%_during_flask_effect", "matchers": [{"string": "#% increased Damage Over Time during Effect", "negate": false}, {"string": "#% reduced Damage Over Time during Effect", "negate": true}], "trade": {"ids": null}} -{"ref": "Grants Level # Despair Curse Aura during Effect", "better": 1, "id": "local_unique_flask_nearby_enemies_cursed_with_level_x_despair_during_flask_effect", "matchers": [{"string": "Grants Level # Despair Curse Aura during Effect", "negate": false}], "trade": {"ids": null}} -{"ref": "Projectiles Pierce all Targets while you have Phasing", "better": 1, "id": "projectiles_pierce_while_phasing", "matchers": [{"string": "Projectiles Pierce all Targets while you have Phasing", "negate": false}], "trade": {"ids": null}} -{"ref": "Projectiles Pierce an additional Target while you have Phasing", "better": 1, "id": "projectiles_pierce_x_additional_targets_while_you_have_phasing", "matchers": [{"string": "Projectiles Pierce an additional Target while you have Phasing", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to Avoid Projectiles while Phasing", "better": 1, "id": "avoid_projectiles_while_phasing_%_chance", "matchers": [{"string": "#% chance to Avoid Projectiles while Phasing", "negate": false}], "trade": {"ids": null}} -{"ref": "Skills fire an additional Projectile during Effect", "better": 1, "id": "local_flask_number_of_additional_projectiles_during_flask_effect", "matchers": [{"string": "Skills fire an additional Projectile during Effect", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Area of Effect during Effect", "better": 1, "id": "local_flask_area_of_effect_+%_during_flask_effect", "matchers": [{"string": "#% increased Area of Effect during Effect", "negate": false}], "trade": {"ids": null}} -{"ref": "Monster Level: #", "better": 1, "id": "map_item_level_override", "matchers": [{"string": "Monster Level: #", "negate": false}], "trade": {"ids": null}} -{"ref": "Celestial Footprints", "better": 1, "id": "celestial_footprints_from_item", "matchers": [{"string": "Celestial Footprints", "negate": false}], "trade": {"ids": null}} -{"ref": "Unique Boss drops divination cards", "better": 1, "id": "map_unique_boss_drops_divination_cards", "matchers": [{"string": "Unique Boss drops divination cards", "negate": false}], "trade": {"ids": null}} -{"ref": "Minions have #% increased Attack Speed", "better": 1, "id": "minion_attack_speed_+%", "matchers": [{"string": "Minions have #% increased Attack Speed", "negate": false}, {"string": "Minions have #% reduced Attack Speed", "negate": true}], "trade": {"ids": null}} -{"ref": "# Flask Charges recovered every 3 seconds", "better": 1, "id": "map_flask_charges_recovered_per_3_seconds_%", "matchers": [{"string": "# Flask Charges recovered every 3 seconds", "negate": false}], "trade": {"ids": null}} -{"ref": "Area can contain Breaches", "better": 1, "id": "map_breach_rules", "matchers": [{"string": "Area can contain Breaches", "negate": false}], "trade": {"ids": null}} -{"ref": "Traps from Skills are thrown randomly around targeted location", "better": 1, "id": "unique_sunblast_throw_traps_in_circle_radius", "matchers": [{"string": "Traps from Skills are thrown randomly around targeted location", "negate": false}], "trade": {"ids": null}} -{"ref": "Strongbox Monsters are Enraged", "better": 1, "id": "map_display_strongbox_monsters_are_enraged", "matchers": [{"string": "Strongbox Monsters are Enraged", "negate": false}], "trade": {"ids": null}} -{"ref": "+# to maximum number of Summoned Golems if you have 3 Primordial Items Socketed or Equipped", "better": 1, "id": "number_of_golems_allowed_with_3_primordial_jewels", "matchers": [{"string": "# to maximum number of Summoned Golems if you have 3 Primordial Items Socketed or Equipped", "negate": false}], "trade": {"ids": null}} -{"ref": "Primordial", "better": 1, "id": "primordial_jewel_count", "matchers": [{"string": "Primordial", "negate": false}], "trade": {"ids": null}} -{"ref": "Golems have #% increased Maximum Life", "better": 1, "id": "golem_maximum_life_+%", "matchers": [{"string": "Golems have #% increased Maximum Life", "negate": false}, {"string": "Golems have #% reduced Maximum Life", "negate": true}], "trade": {"ids": null}} -{"ref": "Summoned Golems Regenerate #% of their Life per second", "better": 1, "id": "golem_life_regeneration_per_minute_%", "matchers": [{"string": "Summoned Golems Regenerate #% of their Life per second", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Damage if you Summoned a Golem in the past 8 seconds", "better": 1, "id": "damage_+%_if_golem_summoned_in_past_8_seconds", "matchers": [{"string": "#% increased Damage if you Summoned a Golem in the past 8 seconds", "negate": false}, {"string": "#% reduced Damage if you Summoned a Golem in the past 8 seconds", "negate": true}], "trade": {"ids": null}} -{"ref": "Golems Summoned in the past 8 seconds deal #% increased Damage", "better": 1, "id": "golem_damage_+%_if_summoned_in_past_8_seconds", "matchers": [{"string": "Golems Summoned in the past 8 seconds deal #% increased Damage", "negate": false}, {"string": "Golems Summoned in the past 8 seconds deal #% reduced Damage", "negate": true}], "trade": {"ids": null}} -{"ref": "Golem Skills have #% increased Cooldown Recovery Rate", "better": 1, "id": "golem_skill_cooldown_recovery_+%", "matchers": [{"string": "Golem Skills have #% increased Cooldown Recovery Rate", "negate": false}, {"string": "Golem Skills have #% reduced Cooldown Recovery Rate", "negate": true}], "trade": {"ids": null}} -{"ref": "Summoned Golems have #% increased Cooldown Recovery Rate", "better": 1, "id": "golem_cooldown_recovery_+%", "matchers": [{"string": "Summoned Golems have #% increased Cooldown Recovery Rate", "negate": false}, {"string": "Summoned Golems have #% reduced Cooldown Recovery Rate", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Effect of Buffs granted by your Golems", "better": 1, "id": "golem_buff_effect_+%", "matchers": [{"string": "#% increased Effect of Buffs granted by your Golems", "negate": false}, {"string": "#% reduced Effect of Buffs granted by your Golems", "negate": true}], "trade": {"ids": null}} -{"ref": "Golems have #% increased Attack and Cast Speed", "better": 1, "id": "golem_attack_and_cast_speed_+%", "matchers": [{"string": "Golems have #% increased Attack and Cast Speed", "negate": false}, {"string": "Golems have #% reduced Attack and Cast Speed", "negate": true}], "trade": {"ids": null}} -{"ref": "Golems have +# to Armour", "better": 1, "id": "golem_physical_damage_reduction_rating", "matchers": [{"string": "Golems have +# to Armour", "negate": false}], "trade": {"ids": null}} -{"ref": "+# Armour per Summoned Totem", "better": 1, "id": "X_armour_per_active_totem", "matchers": [{"string": "# Armour per Summoned Totem", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Spell Damage if you've dealt a Critical Hit in the past 8 seconds", "better": 1, "id": "spell_damage_+%_if_have_crit_in_past_8_seconds", "matchers": [{"string": "#% increased Spell Damage if you've dealt a Critical Hit in the past 8 seconds", "negate": false}, {"string": "#% reduced Spell Damage if you've dealt a Critical Hit in the past 8 seconds", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Spell Damage if you've dealt a Critical Hit Recently", "better": 1, "id": "spell_damage_+%_if_have_crit_recently", "matchers": [{"string": "#% increased Spell Damage if you've dealt a Critical Hit Recently", "negate": false}, {"string": "#% reduced Spell Damage if you've dealt a Critical Hit Recently", "negate": true}], "trade": {"ids": null}} -{"ref": "Critical Hits deal no Damage", "better": 1, "id": "critical_strikes_deal_no_damage", "matchers": [{"string": "Critical Hits deal no Damage", "negate": false}], "trade": {"ids": null}} -{"ref": "+# Armour while stationary", "better": 1, "id": "armour_while_stationary", "matchers": [{"string": "# Armour while stationary", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to create Chilled Ground when Hit with an Attack", "better": 1, "id": "chilled_ground_when_hit_with_attack_%", "matchers": [{"string": "#% chance to create Chilled Ground when Hit with an Attack", "negate": false}], "trade": {"ids": null}} -{"ref": "Unholy Might during Effect", "better": 1, "id": "local_flask_unholy_might_during_flask_effect", "matchers": [{"string": "Unholy Might during Effect", "negate": false}], "trade": {"ids": null}} -{"ref": "Non-Critical Hits deal no Damage", "better": 1, "id": "non_critical_strikes_deal_no_damage", "matchers": [{"string": "Non-Critical Hits deal no Damage", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Critical Damage Bonus if you've dealt a Non-Critical Hit Recently", "better": 1, "id": "critical_strike_multiplier_+_if_have_dealt_non_crit_recently", "matchers": [{"string": "#% increased Critical Damage Bonus if you've dealt a Non-Critical Hit Recently", "negate": false}], "trade": {"ids": null}} -{"ref": "Enemies Killed by your Hits are destroyed", "better": 1, "id": "enemies_explode_on_kill", "matchers": [{"string": "Enemies Killed by your Hits are destroyed", "negate": false}], "trade": {"ids": null}} -{"ref": "+#% to Critical Damage Bonus per 1% Chance to Block Attack Damage", "better": 1, "id": "critical_strike_multiplier_+_per_1%_block_chance", "matchers": [{"string": "#% to Critical Damage Bonus per 1% Chance to Block Attack Damage", "negate": false}], "trade": {"ids": null}} -{"ref": "1% increased Attack Damage per 200 of the lowest of Armour and Evasion Rating", "better": 1, "id": "attack_damage_+1%_per_300_of_min_of_armour_or_evasion", "matchers": [{"string": "1% increased Attack Damage per 200 of the lowest of Armour and Evasion Rating", "negate": false}], "trade": {"ids": null}} -{"ref": "Melee Hits which Stun have #% chance to Fortify", "better": 1, "id": "chance_to_fortify_on_melee_stun_%", "matchers": [{"string": "Melee Hits which Stun have #% chance to Fortify", "negate": false}], "trade": {"ids": null}} -{"ref": "You have Onslaught while Fortified", "better": 1, "id": "gain_onslaught_while_you_have_fortify", "matchers": [{"string": "You have Onslaught while Fortified", "negate": false}], "trade": {"ids": null}} -{"ref": "Properties are doubled while in a Breach", "better": 1, "id": "local_item_stats_are_doubled_in_breach", "matchers": [{"string": "Properties are doubled while in a Breach", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to Trigger Level 1 Raise Spiders on Kill", "better": 1, "id": "local_display_raise_spider_on_kill_%_chance", "matchers": [{"string": "#% chance to Trigger Level 1 Raise Spiders on Kill", "negate": false}], "trade": {"ids": null}} -{"ref": "Cannot Cast Spells", "better": 1, "id": "cannot_cast_spells", "matchers": [{"string": "Cannot Cast Spells", "negate": false}], "trade": {"ids": null}} -{"ref": "Spell Skills deal no Damage", "better": 1, "id": "spell_skills_deal_no_damage", "matchers": [{"string": "Spell Skills deal no Damage", "negate": false}], "trade": {"ids": null}} -{"ref": "Burning Hoofprints", "better": 1, "id": "goat_footprints_from_item", "matchers": [{"string": "Burning Hoofprints", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Fire Damage per 20 Strength", "better": 1, "id": "fire_damage_+%_per_20_strength", "matchers": [{"string": "#% increased Fire Damage per 20 Strength", "negate": false}, {"string": "#% reduced Fire Damage per 20 Strength", "negate": true}], "trade": {"ids": null}} -{"ref": "Summoned Golems are Aggressive", "better": 1, "id": "golems_larger_aggro_radius", "matchers": [{"string": "Summoned Golems are Aggressive", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Spell Damage while Shocked", "better": 1, "id": "spell_damage_+%_while_shocked", "matchers": [{"string": "#% increased Spell Damage while Shocked", "negate": false}, {"string": "#% reduced Spell Damage while Shocked", "negate": true}], "trade": {"ids": null}} -{"ref": "+#% to all maximum Resistances while you have no Endurance Charges", "better": 1, "id": "additional_maximum_all_resistances_%_with_no_endurance_charges", "matchers": [{"string": "#% to all maximum Resistances while you have no Endurance Charges", "negate": false}], "trade": {"ids": null}} -{"ref": "You have Onslaught while at maximum Endurance Charges", "better": 1, "id": "gain_onslaught_while_at_maximum_endurance_charges", "matchers": [{"string": "You have Onslaught while at maximum Endurance Charges", "negate": false}], "trade": {"ids": null}} -{"ref": "Half of your Strength is added to your Minions", "better": 1, "id": "minions_gain_your_strength", "matchers": [{"string": "Half of your Strength is added to your Minions", "negate": false}], "trade": {"ids": null}} -{"ref": "+1 to maximum number of Raised Zombies per # Strength", "better": 1, "id": "number_of_zombies_allowed_+1_per_X_strength", "matchers": [{"string": "1 to maximum number of Raised Zombies per # Strength", "negate": false}], "trade": {"ids": null}} -{"ref": "1% increased Rarity of Items found per # Rampage Kills", "better": 1, "id": "item_found_rarity_+1%_per_X_rampage_stacks", "matchers": [{"string": "1% increased Rarity of Items found per # Rampage Kills", "negate": false}], "trade": {"ids": null}} -{"ref": "Immune to Burning Ground, Shocked Ground and Chilled Ground", "better": 1, "id": "immune_to_burning_shocks_and_chilled_ground", "matchers": [{"string": "Immune to Burning Ground, Shocked Ground and Chilled Ground", "negate": false}], "trade": {"ids": null}} -{"ref": "+# to Maximum Life per 10 Dexterity", "better": 1, "id": "maximum_life_per_10_dexterity", "matchers": [{"string": "# to Maximum Life per 10 Dexterity", "negate": false}], "trade": {"ids": null}} -{"ref": "Regenerate # Life per second while moving", "better": 1, "id": "life_regeneration_per_minute_while_moving", "matchers": [{"string": "Regenerate # Life per second while moving", "negate": false}], "trade": {"ids": null}} -{"ref": "Your Spells are disabled", "better": 1, "id": "your_spells_are_disabled", "matchers": [{"string": "Your Spells are disabled", "negate": false}], "trade": {"ids": null}} -{"ref": "+# Life per 2% increased Rarity of Items found", "better": 1, "id": "maximum_life_per_2%_increased_item_found_rarity", "matchers": [{"string": "# Life per 2% increased Rarity of Items found", "negate": false}], "trade": {"ids": null}} -{"ref": "Your Increases and Reductions to Quantity of Items found also apply to Damage", "better": 1, "id": "damage_+%_per_1%_increased_item_found_quantity", "matchers": [{"string": "Your Increases and Reductions to Quantity of Items found also apply to Damage", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Quantity of Items found per Chest opened Recently", "better": 1, "id": "item_found_quantity_+%_per_chest_opened_recently", "matchers": [{"string": "#% increased Quantity of Items found per Chest opened Recently", "negate": false}, {"string": "#% reduced Quantity of Items found per Chest opened Recently", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Movement Speed per Chest opened Recently", "better": 1, "id": "movement_speed_+%_per_chest_opened_recently", "matchers": [{"string": "#% increased Movement Speed per Chest opened Recently", "negate": false}, {"string": "#% reduced Movement Speed per Chest opened Recently", "negate": true}], "trade": {"ids": null}} -{"ref": "Contains an additional Pirate Unique item", "better": 1, "id": "chest_number_of_additional_pirate_uniques_to_drop", "matchers": [{"string": "Contains an additional Pirate Unique item", "negate": false}], "trade": {"ids": null}} -{"ref": "Warcries Knock Back and Interrupt Enemies in a smaller Area", "better": 1, "id": "warcries_knock_back_enemies", "matchers": [{"string": "Warcries Knock Back and Interrupt Enemies in a smaller Area", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Attack and Cast Speed if you've used a Movement Skill Recently", "better": 1, "id": "attack_and_cast_speed_+%_for_4_seconds_on_movement_skill_use", "matchers": [{"string": "#% increased Attack and Cast Speed if you've used a Movement Skill Recently", "negate": false}, {"string": "#% reduced Attack and Cast Speed if you've used a Movement Skill Recently", "negate": true}], "trade": {"ids": null}} -{"ref": "Movement Speed cannot be modified to below base value", "better": 1, "id": "movement_speed_cannot_be_reduced_below_base", "matchers": [{"string": "Movement Speed cannot be modified to below base value", "negate": false}], "trade": {"ids": null}} -{"ref": "+# to Maximum Charges", "better": 1, "id": "local_extra_max_charges", "matchers": [{"string": "# to Maximum Charges", "negate": false}], "trade": {"ids": null}} -{"ref": "Area contains an additional Leaguestone", "better": 1, "id": "map_leaguestone_area_contains_x_additional_leaguestones", "matchers": [{"string": "Area contains an additional Leaguestone", "negate": false}], "trade": {"ids": null}} -{"ref": "Your Energy Shield starts at zero", "better": 1, "id": "start_at_zero_energy_shield", "matchers": [{"string": "Your Energy Shield starts at zero", "negate": false}], "trade": {"ids": null}} -{"ref": "During Effect, Damage Penetrates #% Resistance of each Element for which your Uncapped Elemental Resistance is highest", "better": 1, "id": "local_unique_flask_elemental_penetration_%_of_highest_uncapped_resistance_type", "matchers": [{"string": "During Effect, Damage Penetrates #% Resistance of each Element for which your Uncapped Elemental Resistance is highest", "negate": false}], "trade": {"ids": null}} -{"ref": "During Effect, #% increased Damage taken of each Element for which your Uncapped Elemental Resistance is lowest", "better": 1, "id": "local_unique_flask_elemental_damage_taken_+%_of_lowest_uncapped_resistance_type", "matchers": [{"string": "During Effect, #% increased Damage taken of each Element for which your Uncapped Elemental Resistance is lowest", "negate": false}, {"string": "During Effect, #% reduced Damage taken of each Element for which your Uncapped Elemental Resistance is lowest", "negate": true}], "trade": {"ids": null}} -{"ref": "Socketed Gems are Supported by Level # Endurance Charge on Melee Stun", "better": 1, "id": "local_display_socketed_gems_supported_by_level_x_endurance_charge_on_stun", "matchers": [{"string": "Socketed Gems are Supported by Level # Endurance Charge on Melee Stun", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Damage with Hits against Chilled Enemies", "better": 1, "id": "hit_damage_+%_vs_chilled_enemies", "matchers": [{"string": "#% increased Damage with Hits against Chilled Enemies", "negate": false}, {"string": "#% reduced Damage with Hits against Chilled Enemies", "negate": true}], "trade": {"ids": null}} -{"ref": "Area contains a Perandus Chest", "better": 1, "id": "map_leaguestone_override_base_num_perandus_chests", "matchers": [{"string": "Area contains a Perandus Chest", "negate": false}], "trade": {"ids": null}} -{"ref": "Area contains an additional guarded Vaal Vessel", "better": 1, "id": "map_vaal_temple_spawn_additional_vaal_vessels", "matchers": [{"string": "Area contains an additional guarded Vaal Vessel", "negate": false}], "trade": {"ids": null}} -{"ref": "Immune to Freeze and Chill while Ignited", "better": 1, "id": "immune_to_freeze_and_chill_while_ignited", "matchers": [{"string": "Immune to Freeze and Chill while Ignited", "negate": false}], "trade": {"ids": null}} -{"ref": "Damage Penetrates #% of Fire Resistance if you have Blocked Recently", "better": 1, "id": "fire_penetration_%_if_you_have_blocked_recently", "matchers": [{"string": "Damage Penetrates #% of Fire Resistance if you have Blocked Recently", "negate": false}], "trade": {"ids": null}} -{"ref": "Grants Level # Blood Offering Skill", "better": 1, "id": "local_display_grants_level_x_blood_offering_skill", "matchers": [{"string": "Grants Level # Blood Offering Skill", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to Trigger Level 1 Create Lesser Shrine when you Kill an Enemy", "better": 1, "id": "local_display_cast_level_1_summon_lesser_shrine_on_kill_%", "matchers": [{"string": "#% chance to Trigger Level 1 Create Lesser Shrine when you Kill an Enemy", "negate": false}], "trade": {"ids": null}} -{"ref": "You always Ignite while Burning", "better": 1, "id": "always_ignite_while_burning", "matchers": [{"string": "You always Ignite while Burning", "negate": false}], "trade": {"ids": null}} -{"ref": "+#% Chance to Block Attack Damage while not Cursed", "better": 1, "id": "additional_block_%_while_not_cursed", "matchers": [{"string": "#% Chance to Block Attack Damage while not Cursed", "negate": false}], "trade": {"ids": null}} -{"ref": "+#% Chance to Block Spell Damage while Cursed", "better": 1, "id": "additional_spell_block_%_while_cursed", "matchers": [{"string": "#% Chance to Block Spell Damage while Cursed", "negate": false}], "trade": {"ids": null}} -{"ref": "+# Maximum Life per Level", "better": 1, "id": "life_per_level", "matchers": [{"string": "# Maximum Life per Level", "negate": false}], "trade": {"ids": null}} -{"ref": "+# Maximum Mana per Level", "better": 1, "id": "mana_per_level", "matchers": [{"string": "# Maximum Mana per Level", "negate": false}], "trade": {"ids": null}} -{"ref": "+# Maximum Energy Shield per Level", "better": 1, "id": "energy_shield_per_level", "matchers": [{"string": "# Maximum Energy Shield per Level", "negate": false}], "trade": {"ids": null}} -{"ref": "Trigger Level # Death Aura when Equipped", "better": 1, "id": "local_display_grants_skill_death_aura_level", "matchers": [{"string": "Trigger Level # Death Aura when Equipped", "negate": false}], "trade": {"ids": null}} -{"ref": "Mana Reservation of Herald Skills is always 45%", "better": 1, "id": "herald_mana_reservation_override_45%", "matchers": [{"string": "Mana Reservation of Herald Skills is always 45%", "negate": false}], "trade": {"ids": null}} -{"ref": "35% chance to avoid being Stunned for each Herald Buff affecting you", "better": 1, "id": "avoid_stun_35%_per_active_herald", "matchers": [{"string": "35% chance to avoid being Stunned for each Herald Buff affecting you", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Damage if you have Shocked an Enemy Recently", "better": 1, "id": "damage_+%_if_you_have_shocked_recently", "matchers": [{"string": "#% increased Damage if you have Shocked an Enemy Recently", "negate": false}, {"string": "#% reduced Damage if you have Shocked an Enemy Recently", "negate": true}], "trade": {"ids": null}} -{"ref": "Shocked Enemies you Kill Explode, dealing #% of\\ntheir Life as Lightning Damage which cannot Shock", "better": 1, "id": "shocked_enemies_explode_for_%_life_as_lightning_damage", "matchers": [{"string": "Shocked Enemies you Kill Explode, dealing #% of\\ntheir Life as Lightning Damage which cannot Shock", "negate": false}], "trade": {"ids": null}} -{"ref": "Guarded by a stream of Ghost Pirates\\nGuarded by the Maiden of the Black Crest", "better": 1, "id": "chest_display_weylams_war", "matchers": [{"string": "Guarded by a stream of Ghost Pirates\\nGuarded by the Maiden of the Black Crest", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Minion Attack Speed per 50 Dexterity", "better": 1, "id": "minion_attack_speed_+%_per_50_dex", "matchers": [{"string": "#% increased Minion Attack Speed per 50 Dexterity", "negate": false}, {"string": "#% reduced Minion Attack Speed per 50 Dexterity", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Minion Movement Speed per 50 Dexterity", "better": 1, "id": "minion_movement_speed_+%_per_50_dex", "matchers": [{"string": "#% increased Minion Movement Speed per 50 Dexterity", "negate": false}, {"string": "#% reduced Minion Movement Speed per 50 Dexterity", "negate": true}], "trade": {"ids": null}} -{"ref": "Minions' Hits can only Kill Ignited Enemies", "better": 1, "id": "minions_hits_can_only_kill_ignited_enemies", "matchers": [{"string": "Minions' Hits can only Kill Ignited Enemies", "negate": false}], "trade": {"ids": null}} -{"ref": "Blocks Projectiles while charging", "better": 1, "id": "trigger_charge_additional_block_chance_against_projectiles_%", "matchers": [{"string": "Blocks Projectiles while charging", "negate": false}], "trade": {"ids": null}} -{"ref": "+# to Level of Socketed Herald Gems", "better": 1, "id": "local_socketed_herald_gem_level_+", "matchers": [{"string": "# to Level of Socketed Herald Gems", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Area of Effect while you have no Frenzy Charges", "better": 1, "id": "skill_area_of_effect_+%_while_no_frenzy_charges", "matchers": [{"string": "#% increased Area of Effect while you have no Frenzy Charges", "negate": false}, {"string": "#% reduced Area of Effect while you have no Frenzy Charges", "negate": true}], "trade": {"ids": null}} -{"ref": "+#% Global Critical Damage Bonus while you have no Frenzy Charges", "better": 1, "id": "global_critical_strike_multiplier_+_while_you_have_no_frenzy_charges", "matchers": [{"string": "#% Global Critical Damage Bonus while you have no Frenzy Charges", "negate": false}], "trade": {"ids": null}} -{"ref": "+# to Accuracy Rating while at Maximum Frenzy Charges", "better": 1, "id": "accuracy_rating_while_at_maximum_frenzy_charges", "matchers": [{"string": "# to Accuracy Rating while at Maximum Frenzy Charges", "negate": false}], "trade": {"ids": null}} -{"ref": "Movement Attack Skills have #% increased Attack Speed", "better": 1, "id": "movement_attack_skills_attack_speed_+%", "matchers": [{"string": "Movement Attack Skills have #% increased Attack Speed", "negate": false}, {"string": "Movement Attack Skills have #% reduced Attack Speed", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Cold Damage if you have used a Fire Skill Recently", "better": 1, "id": "cold_damage_+%_if_you_have_used_a_fire_skill_recently", "matchers": [{"string": "#% increased Cold Damage if you have used a Fire Skill Recently", "negate": false}, {"string": "#% reduced Cold Damage if you have used a Fire Skill Recently", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Fire Damage if you have used a Cold Skill Recently", "better": 1, "id": "fire_damage_+%_if_you_have_used_a_cold_skill_recently", "matchers": [{"string": "#% increased Fire Damage if you have used a Cold Skill Recently", "negate": false}, {"string": "#% reduced Fire Damage if you have used a Cold Skill Recently", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Damage per Power Charge", "better": 1, "id": "damage_+%_per_power_charge", "matchers": [{"string": "#% increased Damage per Power Charge", "negate": false}, {"string": "#% reduced Damage per Power Charge", "negate": true}], "trade": {"ids": null}} -{"ref": "#% chance that if you would gain Power Charges, you instead gain up to\\nyour maximum number of Power Charges", "better": 1, "id": "gain_maximum_power_charges_on_power_charge_gained_%_chance", "matchers": [{"string": "#% chance that if you would gain Power Charges, you instead gain up to\\nyour maximum number of Power Charges", "negate": false}], "trade": {"ids": null}} -{"ref": "Fire Damage from Hits also Contributes to Poison Magnitude", "better": 1, "id": "base_fire_damage_can_poison", "matchers": [{"string": "Fire Damage from Hits also Contributes to Poison Magnitude", "negate": false}], "trade": {"ids": null}} -{"ref": "Cold Damage from Hits also Contributes to Poison Magnitude", "better": 1, "id": "base_cold_damage_can_poison", "matchers": [{"string": "Cold Damage from Hits also Contributes to Poison Magnitude", "negate": false}], "trade": {"ids": null}} -{"ref": "Lightning Damage from Hits also Contributes to Poison Magntiude", "better": 1, "id": "base_lightning_damage_can_poison", "matchers": [{"string": "Lightning Damage from Hits also Contributes to Poison Magntiude", "negate": false}], "trade": {"ids": null}} -{"ref": "Fire Skills have #% chance to Poison on Hit", "better": 1, "id": "fire_skills_chance_to_poison_on_hit_%", "matchers": [{"string": "Fire Skills have #% chance to Poison on Hit", "negate": false}], "trade": {"ids": null}} -{"ref": "Cold Skills have #% chance to Poison on Hit", "better": 1, "id": "cold_skills_chance_to_poison_on_hit_%", "matchers": [{"string": "Cold Skills have #% chance to Poison on Hit", "negate": false}], "trade": {"ids": null}} -{"ref": "Lightning Skills have #% chance to Poison on Hit", "better": 1, "id": "lightning_skills_chance_to_poison_on_hit_%", "matchers": [{"string": "Lightning Skills have #% chance to Poison on Hit", "negate": false}], "trade": {"ids": null}} -{"ref": "Area contains an additional Perandus Chest", "better": 1, "id": "map_spawn_extra_perandus_chests", "matchers": [{"string": "Area contains an additional Perandus Chest", "negate": false}], "trade": {"ids": null}} -{"ref": "Areas can contain Abysses", "better": 1, "id": "map_spawn_abysses", "matchers": [{"string": "Areas can contain Abysses", "negate": false}], "trade": {"ids": null}} -{"ref": "Area can contain Mysterious Harbingers", "better": 1, "id": "map_spawn_harbingers", "matchers": [{"string": "Area can contain Mysterious Harbingers", "negate": false}], "trade": {"ids": null}} -{"ref": "Area contains Metamorph Monsters", "better": 1, "id": "map_area_contains_metamorphs", "matchers": [{"string": "Area contains Metamorph Monsters", "negate": false}], "trade": {"ids": null}} -{"ref": "Areas contain Ritual Altars", "better": 1, "id": "map_area_contains_rituals", "matchers": [{"string": "Areas contain Ritual Altars", "negate": false}], "trade": {"ids": null}} -{"ref": "Area contains an Expedition Encounter", "better": 1, "id": "map_expedition_league", "matchers": [{"string": "Area contains an Expedition Encounter", "negate": false}], "trade": {"ids": null}} -{"ref": "Monsters take {}% more Damage", "better": 1, "id": "map_custom_league_damage_taken_+%_final", "matchers": [{"string": "Monsters take {}% more Damage", "negate": false}, {"string": "Monsters take {}% less Damage", "negate": true}], "trade": {"ids": null}} -{"ref": "Monsters deal #% of Physical Damage as Extra Fire", "better": 1, "id": "map_monsters_%_physical_damage_to_gain_as_fire", "matchers": [{"string": "Monsters deal #% of Physical Damage as Extra Fire", "negate": false}], "trade": {"ids": null}} -{"ref": "Monsters have #% chance to Hinder on Hit with Spells", "better": 1, "id": "map_monsters_spells_chance_to_hinder_on_hit_%_chance", "matchers": [{"string": "Monsters have #% chance to Hinder on Hit with Spells", "negate": false}], "trade": {"ids": null}} -{"ref": "Monsters have #% chance to Maim on Hit with Attacks", "better": 1, "id": "map_monsters_maim_on_hit_%_chance", "matchers": [{"string": "Monsters have #% chance to Maim on Hit with Attacks", "negate": false}], "trade": {"ids": null}} -{"ref": "Items cannot drop as Magic or Rare", "better": 1, "id": "map_non_unique_items_drop_normal", "matchers": [{"string": "Items cannot drop as Magic or Rare", "negate": false}], "trade": {"ids": null}} -{"ref": "Grants Level # Doryani's Touch Skill", "better": 1, "id": "local_display_grants_skill_doryanis_touch_level", "matchers": [{"string": "Grants Level # Doryani's Touch Skill", "negate": false}], "trade": {"ids": null}} -{"ref": "Grants Level 20 Summon Bestial Rhoa Skill", "better": 1, "id": "local_display_grants_summon_beast_companion", "matchers": [{"string": "Grants Level 20 Summon Bestial Rhoa Skill", "negate": false}], "trade": {"ids": null}} -{"ref": "Chaos Resistance is doubled", "better": 1, "id": "chaos_damage_resistance_is_doubled", "matchers": [{"string": "Chaos Resistance is doubled", "negate": false}], "trade": {"ids": null}} -{"ref": "Far Shot", "better": 1, "id": "player_far_shot", "matchers": [{"string": "Far Shot", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Mana Cost of Minion Skills", "better": 1, "id": "minion_skill_mana_cost_+%", "matchers": [{"string": "#% increased Mana Cost of Minion Skills", "negate": false}, {"string": "#% reduced Mana Cost of Minion Skills", "negate": true}], "trade": {"ids": null}} -{"ref": "Trigger Level # Intimidating Cry on Hit", "better": 1, "id": "local_display_use_level_X_abyssal_cry_on_hit", "matchers": [{"string": "Trigger Level # Intimidating Cry on Hit", "negate": false}], "trade": {"ids": null}} -{"ref": "Trigger Level # Lightning Warp on Hit with this Weapon", "better": 1, "id": "local_display_trigger_level_x_lightning_warp_on_hit_with_this_weapon", "matchers": [{"string": "Trigger Level # Lightning Warp on Hit with this Weapon", "negate": false}], "trade": {"ids": null}} -{"ref": "Summon an additional Skeleton with Summon Skeletons", "better": 1, "id": "summon_skeletons_num_additional_warrior_skeletons", "matchers": [{"string": "Summon an additional Skeleton with Summon Skeletons", "negate": false}], "trade": {"ids": null}} -{"ref": "+# second to Summon Skeleton Cooldown", "better": 1, "id": "summon_skeletons_cooldown_modifier_ms", "matchers": [{"string": "# second to Summon Skeleton Cooldown", "negate": false}], "trade": {"ids": null}} -{"ref": "Area contains an additional Harbinger", "better": 1, "id": "map_num_extra_harbingers", "matchers": [{"string": "Area contains an additional Harbinger", "negate": false}], "trade": {"ids": null}} -{"ref": "Energy Shield Recharge starts when you are Stunned", "better": 1, "id": "energy_shield_recharge_start_when_stunned", "matchers": [{"string": "Energy Shield Recharge starts when you are Stunned", "negate": false}], "trade": {"ids": null}} -{"ref": "Izaro will drop an additional Treasure Key on Death", "better": 1, "id": "labyrinth_darkshrine_izaro_drops_x_additional_treasure_keys", "matchers": [{"string": "Izaro will drop an additional Treasure Key on Death", "negate": false}], "trade": {"ids": null}} -{"ref": "Izaro will drop an additional Unique Item on Death", "better": 1, "id": "labyrinth_darkshrine_izaro_dropped_unique_items_+", "matchers": [{"string": "Izaro will drop an additional Unique Item on Death", "negate": false}], "trade": {"ids": null}} -{"ref": "You will receive an additional use of the Divine Font", "better": 1, "id": "labyrinth_darkshrine_additional_divine_font_use_display", "matchers": [{"string": "You will receive an additional use of the Divine Font", "negate": false}], "trade": {"ids": null}} -{"ref": "Players in the Labyrinth will be affected by Acceleration Shrine", "better": 1, "id": "labyrinth_darkshrine_players_have_shrine_row_x_effect_for_this_labyrinth", "matchers": [{"string": "Players in the Labyrinth will be affected by Acceleration Shrine", "negate": false}], "trade": {"ids": null}} -{"ref": "Labyrinth Traps are disabled in the Aspirant's Trial", "better": 1, "id": "labyrinth_darkshrine_boss_room_traps_are_disabled", "matchers": [{"string": "Labyrinth Traps are disabled in the Aspirant's Trial", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Damage Taken from Hits from Labyrinth Traps\\n#% increased effectiveness of Damage over Time Debuffs from Labyrinth Traps on Players", "better": 1, "id": "labyrinth_darkshrine_players_damage_taken_from_labyrinth_traps_+%", "matchers": [{"string": "#% increased Damage Taken from Hits from Labyrinth Traps\\n#% increased effectiveness of Damage over Time Debuffs from Labyrinth Traps on Players", "negate": false}, {"string": "#% reduced Damage Taken from Hits from Labyrinth Traps\\n#% reduced effectiveness of Damage over Time Debuffs from Labyrinth Traps on Players", "negate": true}], "trade": {"ids": null}} -{"ref": "You take #% increased Extra Damage from Critical Hits while you have no Power Charges", "better": 1, "id": "extra_damage_taken_from_crit_while_no_power_charges_+%", "matchers": [{"string": "You take #% increased Extra Damage from Critical Hits while you have no Power Charges", "negate": false}, {"string": "You take #% reduced Extra Damage from Critical Hits while you have no Power Charges", "negate": true}], "trade": {"ids": null}} -{"ref": "Gain #% of Physical Damage as Extra Chaos Damage while at maximum Power Charges", "better": 1, "id": "non_skill_base_physical_damage_%_to_gain_as_chaos_while_at_maximum_power_charges", "matchers": [{"string": "Gain #% of Physical Damage as Extra Chaos Damage while at maximum Power Charges", "negate": false}], "trade": {"ids": null}} -{"ref": "Grants Level # Scorching Ray Skill", "better": 1, "id": "local_display_grants_skill_scorching_ray_level", "matchers": [{"string": "Grants Level # Scorching Ray Skill", "negate": false}], "trade": {"ids": null}} -{"ref": "Grants Level # Blight Skill", "better": 1, "id": "local_display_grants_skill_blight_level", "matchers": [{"string": "Grants Level # Blight Skill", "negate": false}], "trade": {"ids": null}} -{"ref": "Grants Summon Harbinger of the Arcane Skill", "better": 1, "id": "local_display_summon_harbinger_x_on_equip", "matchers": [{"string": "Grants Summon Harbinger of the Arcane Skill", "negate": false}], "trade": {"ids": null}} -{"ref": "Channelling Skills deal #% increased Damage", "better": 1, "id": "channelled_skill_damage_+%", "matchers": [{"string": "Channelling Skills deal #% increased Damage", "negate": false}, {"string": "Channelling Skills deal #% reduced Damage", "negate": true}], "trade": {"ids": null}} -{"ref": "#% more Poison Duration", "better": 1, "id": "unique_volkuurs_clutch_poison_duration_+%_final", "matchers": [{"string": "#% more Poison Duration", "negate": false}, {"string": "#% less Poison Duration", "negate": true}], "trade": {"ids": null}} -{"ref": "Projectile Attack Skills have #% increased Critical Hit Chance", "better": 1, "id": "projectile_attack_skill_critical_strike_chance_+%", "matchers": [{"string": "Projectile Attack Skills have #% increased Critical Hit Chance", "negate": false}, {"string": "Projectile Attack Skills have #% reduced Critical Hit Chance", "negate": true}], "trade": {"ids": null}} -{"ref": "Socketed Gems are Supported by Level # Chance to Poison", "better": 1, "id": "local_display_socketed_gems_supported_by_X_lesser_poison", "matchers": [{"string": "Socketed Gems are Supported by Level # Chance to Poison", "negate": false}], "trade": {"ids": null}} -{"ref": "Socketed Gems are Supported by Level # Vile Toxins", "better": 1, "id": "local_display_socketed_gems_supported_by_X_vile_toxins", "matchers": [{"string": "Socketed Gems are Supported by Level # Vile Toxins", "negate": false}], "trade": {"ids": null}} -{"ref": "Socketed Gems are Supported by Level # Innervate", "better": 1, "id": "local_display_socketed_gems_supported_by_x_innervate_level", "matchers": [{"string": "Socketed Gems are Supported by Level # Innervate", "negate": false}], "trade": {"ids": null}} -{"ref": "Trigger Level # Void Gaze when you use a Skill", "better": 1, "id": "local_display_trigger_level_X_void_gaze_on_skill_use", "matchers": [{"string": "Trigger Level # Void Gaze when you use a Skill", "negate": false}], "trade": {"ids": null}} -{"ref": "Attacks with this Weapon deal # to # added Chaos Damage against\\nEnemies affected by at least 5 Poisons", "better": 1, "id": "minimum_added_chaos_damage_vs_enemies_with_5+_poisons", "matchers": [{"string": "Attacks with this Weapon deal # to # added Chaos Damage against\\nEnemies affected by at least 5 Poisons", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Poison Duration per Power Charge", "better": 1, "id": "poison_duration_+%_per_power_charge", "matchers": [{"string": "#% increased Poison Duration per Power Charge", "negate": false}, {"string": "#% reduced Poison Duration per Power Charge", "negate": true}], "trade": {"ids": null}} -{"ref": "#% chance to gain a Frenzy Charge on Killing an Enemy affected by at least 5 Poisons", "better": 1, "id": "gain_frenzy_charge_on_kill_vs_enemies_with_5+_poisons_%", "matchers": [{"string": "#% chance to gain a Frenzy Charge on Killing an Enemy affected by at least 5 Poisons", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to gain a Power Charge on Killing an Enemy affected by fewer than 5 Poisons", "better": 1, "id": "gain_power_charge_on_kill_vs_enemies_with_less_than_5_poisons_%", "matchers": [{"string": "#% chance to gain a Power Charge on Killing an Enemy affected by fewer than 5 Poisons", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Poison Duration if you have at least 150 Intelligence", "better": 1, "id": "poison_duration_+%_with_over_150_intelligence", "matchers": [{"string": "#% increased Poison Duration if you have at least 150 Intelligence", "negate": false}, {"string": "#% reduced Poison Duration if you have at least 150 Intelligence", "negate": true}], "trade": {"ids": null}} -{"ref": "Blight has #% increased Hinder Duration", "better": 1, "id": "blight_secondary_skill_effect_duration_+%", "matchers": [{"string": "Blight has #% increased Hinder Duration", "negate": false}, {"string": "Blight has #% reduced Hinder Duration", "negate": true}], "trade": {"ids": null}} -{"ref": "Trigger Level # Storm Cascade when you Attack", "better": 1, "id": "local_display_trigger_level_x_storm_cascade_on_attack", "matchers": [{"string": "Trigger Level # Storm Cascade when you Attack", "negate": false}], "trade": {"ids": null}} -{"ref": "Projectiles from Attacks have #% chance to inflict Bleeding on Hit while\\nyou have a Bestial Minion", "better": 1, "id": "projectile_attacks_chance_to_bleed_on_hit_%_if_you_have_beast_minion", "matchers": [{"string": "Projectiles from Attacks have #% chance to inflict Bleeding on Hit while\\nyou have a Bestial Minion", "negate": false}], "trade": {"ids": null}} -{"ref": "Projectiles from Attacks have #% chance to Poison on Hit while\\nyou have a Bestial Minion", "better": 1, "id": "projectile_attacks_chance_to_poison_on_hit_%_if_you_have_beast_minion", "matchers": [{"string": "Projectiles from Attacks have #% chance to Poison on Hit while\\nyou have a Bestial Minion", "negate": false}], "trade": {"ids": null}} -{"ref": "Projectiles from Attacks have #% chance to Maim on Hit while\\nyou have a Bestial Minion", "better": 1, "id": "projectile_attacks_chance_to_maim_on_hit_%_if_you_have_beast_minion", "matchers": [{"string": "Projectiles from Attacks have #% chance to Maim on Hit while\\nyou have a Bestial Minion", "negate": false}], "trade": {"ids": null}} -{"ref": "Adds # to # Physical Damage to Attacks while you have a Bestial Minion", "better": 1, "id": "attack_minimum_added_physical_damage_if_you_have_beast_minion", "matchers": [{"string": "Adds # to # Physical Damage to Attacks while you have a Bestial Minion", "negate": false}], "trade": {"ids": null}} -{"ref": "Adds # to # Chaos Damage to Attacks while you have a Bestial Minion", "better": 1, "id": "attack_minimum_added_chaos_damage_if_you_have_beast_minion", "matchers": [{"string": "Adds # to # Chaos Damage to Attacks while you have a Bestial Minion", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Attack and Movement Speed while you have a Bestial Minion", "better": 1, "id": "attack_and_movement_speed_+%_if_you_have_beast_minion", "matchers": [{"string": "#% increased Attack and Movement Speed while you have a Bestial Minion", "negate": false}], "trade": {"ids": null}} -{"ref": "Trigger Level # Darktongue's Kiss when you Cast a Curse Spell", "better": 1, "id": "local_display_trigger_level_X_darktongue_kiss_on_curse", "matchers": [{"string": "Trigger Level # Darktongue's Kiss when you Cast a Curse Spell", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Effect of Lightning Ailments", "better": 1, "id": "lightning_ailment_effect_+%", "matchers": [{"string": "#% increased Effect of Lightning Ailments", "negate": false}, {"string": "#% reduced Effect of Lightning Ailments", "negate": true}], "trade": {"ids": null}} -{"ref": "Gems can be Socketed in this Item ignoring Socket Colour", "better": 1, "id": "local_can_socket_gems_ignoring_colour", "matchers": [{"string": "Gems can be Socketed in this Item ignoring Socket Colour", "negate": false}], "trade": {"ids": null}} -{"ref": "Has no Attribute Requirements", "better": 1, "id": "local_no_attribute_requirements", "matchers": [{"string": "Has no Attribute Requirements", "negate": false}], "trade": {"ids": null}} -{"ref": "Gems Socketed in Red Sockets have +# to Level", "better": 1, "id": "local_socketed_gems_in_red_sockets_get_level_+", "matchers": [{"string": "Gems Socketed in Red Sockets have +# to Level", "negate": false}], "trade": {"ids": null}} -{"ref": "Gems Socketed in Green Sockets have +#% to Quality", "better": 1, "id": "local_socketed_gems_in_green_sockets_get_quality_%", "matchers": [{"string": "Gems Socketed in Green Sockets have +#% to Quality", "negate": false}], "trade": {"ids": null}} -{"ref": "Gems Socketed in Blue Sockets gain #% increased Experience", "better": 1, "id": "local_socketed_gems_in_blue_sockets_experience_gained_+%", "matchers": [{"string": "Gems Socketed in Blue Sockets gain #% increased Experience", "negate": false}], "trade": {"ids": null}} -{"ref": "Grants Malachai's Endurance, Frenzy and Power for 6 seconds each, in sequence", "better": 1, "id": "thaumaturgy_rotation_active", "matchers": [{"string": "Grants Malachai's Endurance, Frenzy and Power for 6 seconds each, in sequence", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Scorching Ray beam length", "better": 1, "id": "fire_beam_length_+%", "matchers": [{"string": "#% increased Scorching Ray beam length", "negate": false}, {"string": "#% reduced Scorching Ray beam length", "negate": true}], "trade": {"ids": null}} -{"ref": "Grants Level # Purity of Fire Skill", "better": 1, "id": "local_display_grants_skill_purity_of_fire_level", "matchers": [{"string": "Grants Level # Purity of Fire Skill", "negate": false}], "trade": {"ids": null}} -{"ref": "Grants Level # Purity of Ice Skill", "better": 1, "id": "local_display_grants_skill_purity_of_cold_level", "matchers": [{"string": "Grants Level # Purity of Ice Skill", "negate": false}], "trade": {"ids": null}} -{"ref": "Grants Level # Purity of Lightning Skill", "better": 1, "id": "local_display_grants_skill_purity_of_lightning_level", "matchers": [{"string": "Grants Level # Purity of Lightning Skill", "negate": false}], "trade": {"ids": null}} -{"ref": "Grants Level # Vaal Impurity of Fire Skill", "better": 1, "id": "local_display_grants_skill_vaal_impurity_of_fire_level", "matchers": [{"string": "Grants Level # Vaal Impurity of Fire Skill", "negate": false}], "trade": {"ids": null}} -{"ref": "Grants Level # Vaal Impurity of Ice Skill", "better": 1, "id": "local_display_grants_skill_vaal_impurity_of_ice_level", "matchers": [{"string": "Grants Level # Vaal Impurity of Ice Skill", "negate": false}], "trade": {"ids": null}} -{"ref": "Grants Level # Vaal Impurity of Lightning Skill", "better": 1, "id": "local_display_grants_skill_vaal_impurity_of_lightning_level", "matchers": [{"string": "Grants Level # Vaal Impurity of Lightning Skill", "negate": false}], "trade": {"ids": null}} -{"ref": "+# to Spectre maximum Life", "better": 1, "id": "spectre_maximum_life_+", "matchers": [{"string": "# to Spectre maximum Life", "negate": false}], "trade": {"ids": null}} -{"ref": "Spectres have #% increased maximum Life", "better": 1, "id": "base_spectre_maximum_life_+%", "matchers": [{"string": "Spectres have #% increased maximum Life", "negate": false}, {"string": "Spectres have #% reduced maximum Life", "negate": true}], "trade": {"ids": null}} -{"ref": "Gain a Power Charge after Spending a total of 200 Mana", "better": 1, "id": "local_display_gain_power_charge_on_spending_mana", "matchers": [{"string": "Gain a Power Charge after Spending a total of 200 Mana", "negate": false}], "trade": {"ids": null}} -{"ref": "Regenerate # Mana per Second per Power Charge", "better": 1, "id": "mana_regeneration_rate_per_minute_per_power_charge", "matchers": [{"string": "Regenerate # Mana per Second per Power Charge", "negate": false}], "trade": {"ids": null}} -{"ref": "Gain a Frenzy, Endurance, or Power Charge once per second while you are Stationary", "better": 1, "id": "gain_random_charge_per_second_while_stationary", "matchers": [{"string": "Gain a Frenzy, Endurance, or Power Charge once per second while you are Stationary", "negate": false}], "trade": {"ids": null}} -{"ref": "Lose all Frenzy, Endurance, and Power Charges when you Move", "better": 1, "id": "lose_all_charges_on_starting_movement", "matchers": [{"string": "Lose all Frenzy, Endurance, and Power Charges when you Move", "negate": false}], "trade": {"ids": null}} -{"ref": "Area is inhabited by Solaris fanatics", "better": 1, "id": "display_map_inhabited_by_solaris_fanatics", "matchers": [{"string": "Area is inhabited by Solaris fanatics", "negate": false}], "trade": {"ids": null}} -{"ref": "Area is inhabited by Lunaris fanatics", "better": 1, "id": "display_map_inhabited_by_lunaris_fanatics", "matchers": [{"string": "Area is inhabited by Lunaris fanatics", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Effect of non-Keystone Passive Skills in Radius", "better": 1, "id": "local_unique_jewel_non_keystone_passive_in_radius_effect_+%", "matchers": [{"string": "#% increased Effect of non-Keystone Passive Skills in Radius", "negate": false}, {"string": "#% reduced Effect of non-Keystone Passive Skills in Radius", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Attack, Cast and Movement Speed during Effect", "better": 1, "id": "local_attack_cast_movement_speed_+%_during_flask_effect", "matchers": [{"string": "#% increased Attack, Cast and Movement Speed during Effect", "negate": false}, {"string": "#% reduced Attack, Cast and Movement Speed during Effect", "negate": true}], "trade": {"ids": null}} -{"ref": "Triggers Level # Fire Aegis when Equipped", "better": 1, "id": "local_display_cast_fire_aegis_on_gain_skill", "matchers": [{"string": "Triggers Level # Fire Aegis when Equipped", "negate": false}], "trade": {"ids": null}} -{"ref": "Triggers Level # Cold Aegis when Equipped", "better": 1, "id": "local_display_cast_cold_aegis_on_gain_skill", "matchers": [{"string": "Triggers Level # Cold Aegis when Equipped", "negate": false}], "trade": {"ids": null}} -{"ref": "Triggers Level # Lightning Aegis when Equipped", "better": 1, "id": "local_display_cast_lightning_aegis_on_gain_skill", "matchers": [{"string": "Triggers Level # Lightning Aegis when Equipped", "negate": false}], "trade": {"ids": null}} -{"ref": "Triggers Level # Elemental Aegis when Equipped", "better": 1, "id": "local_display_cast_elemental_aegis_on_gain_skill", "matchers": [{"string": "Triggers Level # Elemental Aegis when Equipped", "negate": false}], "trade": {"ids": null}} -{"ref": "Triggers Level # Physical Aegis when Equipped", "better": 1, "id": "local_display_cast_physical_aegis_on_gain_skill", "matchers": [{"string": "Triggers Level # Physical Aegis when Equipped", "negate": false}], "trade": {"ids": null}} -{"ref": "Grants Level # Summon Doedre's Effigy Skill\\nSocketed Hex Curse Skills are Triggered by Doedre's Effigy when Summoned\\nHexes from Socketed Skills can apply 5 additional Curses\\n20% less Effect of Curses from Socketed Hex Skills", "better": 1, "id": "local_display_grants_level_x_curse_pillar_skil_and_20%_less_curse_effect", "matchers": [{"string": "Grants Level # Summon Doedre's Effigy Skill\\nSocketed Hex Curse Skills are Triggered by Doedre's Effigy when Summoned\\nHexes from Socketed Skills can apply 5 additional Curses\\n20% less Effect of Curses from Socketed Hex Skills", "negate": false}], "trade": {"ids": null}} -{"ref": "Grants Level # Summon Doedre's Effigy Skill\\nSocketed Hex Curse Skills are Triggered by Doedre's Effigy when Summoned\\nHexes from Socketed Skills can apply 5 additional Curses", "better": 1, "id": "local_display_grants_level_x_curse_pillar_skill", "matchers": [{"string": "Grants Level # Summon Doedre's Effigy Skill\\nSocketed Hex Curse Skills are Triggered by Doedre's Effigy when Summoned\\nHexes from Socketed Skills can apply 5 additional Curses", "negate": false}], "trade": {"ids": null}} -{"ref": "Poison you inflict is Reflected to you if you have fewer than 100 Poisons on you", "better": 1, "id": "poison_reflected_to_self", "matchers": [{"string": "Poison you inflict is Reflected to you if you have fewer than 100 Poisons on you", "negate": false}], "trade": {"ids": null}} -{"ref": "Bleeding you inflict is Reflected to you", "better": 1, "id": "bleeding_reflected_to_self", "matchers": [{"string": "Bleeding you inflict is Reflected to you", "negate": false}], "trade": {"ids": null}} -{"ref": "+#% to Chaos Resistance per Poison on you", "better": 1, "id": "chaos_damage_resistance_%_per_poison_stack", "matchers": [{"string": "#% to Chaos Resistance per Poison on you", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Damage for each Poison on you up to a maximum of 75%", "better": 1, "id": "damage_+%_per_poison_up_to_75%", "matchers": [{"string": "#% increased Damage for each Poison on you up to a maximum of 75%", "negate": false}, {"string": "#% reduced Damage for each Poison on you", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Movement Speed for each Poison on you up to a maximum of 50%", "better": 1, "id": "movement_speed_+%_per_poison_up_to_50%", "matchers": [{"string": "#% increased Movement Speed for each Poison on you up to a maximum of 50%", "negate": false}, {"string": "#% reduced Movement Speed for each Poison on you", "negate": true}], "trade": {"ids": null}} -{"ref": "Poison you inflict with Travel Skills is Reflected to you if you\\nhave fewer than 5 Poisons on you", "better": 1, "id": "travel_skills_poison_reflected_to_self_up_to_5_poisons", "matchers": [{"string": "Poison you inflict with Travel Skills is Reflected to you if you\\nhave fewer than 5 Poisons on you", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Armour while Bleeding", "better": 1, "id": "armour_+%_while_bleeding", "matchers": [{"string": "#% increased Armour while Bleeding", "negate": false}], "trade": {"ids": null}} -{"ref": "Cannot be Ignited if Strength is higher than Dexterity", "better": 1, "id": "cannot_be_ignited_with_strength_higher_than_dex", "matchers": [{"string": "Cannot be Ignited if Strength is higher than Dexterity", "negate": false}], "trade": {"ids": null}} -{"ref": "Cannot be Frozen if Dexterity is higher than Intelligence", "better": 1, "id": "cannot_be_frozen_with_dex_higher_than_int", "matchers": [{"string": "Cannot be Frozen if Dexterity is higher than Intelligence", "negate": false}], "trade": {"ids": null}} -{"ref": "Cannot be Shocked if Intelligence is higher than Strength", "better": 1, "id": "cannot_be_shocked_with_int_higher_than_strength", "matchers": [{"string": "Cannot be Shocked if Intelligence is higher than Strength", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Damage per 5 of your lowest Attribute", "better": 1, "id": "damage_+%_per_5_of_your_lowest_attribute", "matchers": [{"string": "#% increased Damage per 5 of your lowest Attribute", "negate": false}, {"string": "#% reduced Damage per 5 of your lowest Attribute", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Duration of Ailments on Enemies", "better": 1, "id": "base_all_ailment_duration_+%", "matchers": [{"string": "#% increased Duration of Ailments on Enemies", "negate": false}, {"string": "#% reduced Duration of Ailments on Enemies", "negate": true}], "trade": {"ids": null}} -{"ref": "Trigger Level # Fog of War when your Trap is triggered", "better": 1, "id": "local_display_trigger_level_x_smoke_cloud_on_trap_triggered", "matchers": [{"string": "Trigger Level # Fog of War when your Trap is triggered", "negate": false}], "trade": {"ids": null}} -{"ref": "Flammability has no Reservation if Cast as an Aura", "better": 1, "id": "flammability_no_reservation", "matchers": [{"string": "Flammability has no Reservation if Cast as an Aura", "negate": false}], "trade": {"ids": null}} -{"ref": "Frostbite has no Reservation if Cast as an Aura", "better": 1, "id": "frostbite_no_reservation", "matchers": [{"string": "Frostbite has no Reservation if Cast as an Aura", "negate": false}], "trade": {"ids": null}} -{"ref": "Conductivity has no Reservation if Cast as an Aura", "better": 1, "id": "conductivity_no_reservation", "matchers": [{"string": "Conductivity has no Reservation if Cast as an Aura", "negate": false}], "trade": {"ids": null}} -{"ref": "Vulnerability has no Reservation if Cast as an Aura", "better": 1, "id": "vulnerability_no_reservation", "matchers": [{"string": "Vulnerability has no Reservation if Cast as an Aura", "negate": false}], "trade": {"ids": null}} -{"ref": "Despair has no Reservation if Cast as an Aura", "better": 1, "id": "despair_no_reservation", "matchers": [{"string": "Despair has no Reservation if Cast as an Aura", "negate": false}], "trade": {"ids": null}} -{"ref": "Temporal Chains has no Reservation if Cast as an Aura", "better": 1, "id": "temporal_chains_no_reservation", "matchers": [{"string": "Temporal Chains has no Reservation if Cast as an Aura", "negate": false}], "trade": {"ids": null}} -{"ref": "Punishment has no Reservation if Cast as an Aura", "better": 1, "id": "punishment_no_reservation", "matchers": [{"string": "Punishment has no Reservation if Cast as an Aura", "negate": false}], "trade": {"ids": null}} -{"ref": "Enfeeble has no Reservation if Cast as an Aura", "better": 1, "id": "enfeeble_no_reservation", "matchers": [{"string": "Enfeeble has no Reservation if Cast as an Aura", "negate": false}], "trade": {"ids": null}} -{"ref": "Elemental Weakness has no Reservation if Cast as an Aura", "better": 1, "id": "elemental_weakness_no_reservation", "matchers": [{"string": "Elemental Weakness has no Reservation if Cast as an Aura", "negate": false}], "trade": {"ids": null}} -{"ref": "+#% chance to Suppress Spell Damage while your Off Hand is empty", "better": 1, "id": "spell_suppression_chance_%_while_off_hand_empty", "matchers": [{"string": "#% chance to Suppress Spell Damage while your Off Hand is empty", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Cold Damage while your Off Hand is empty", "better": 1, "id": "cold_damage_+%_while_off_hand_is_empty", "matchers": [{"string": "#% increased Cold Damage while your Off Hand is empty", "negate": false}, {"string": "#% reduced Cold Damage while your Off Hand is empty", "negate": true}], "trade": {"ids": null}} -{"ref": "Every 16 seconds you gain Iron Reflexes for 8 seconds", "better": 1, "id": "iron_reflexes_rotation_active", "matchers": [{"string": "Every 16 seconds you gain Iron Reflexes for 8 seconds", "negate": false}], "trade": {"ids": null}} -{"ref": "#% more Damage with Arrow Hits at Close Range while you have Iron Reflexes", "better": 1, "id": "unique_bow_arborix_close_range_bow_damage_+%_final_while_have_iron_reflexes", "matchers": [{"string": "#% more Damage with Arrow Hits at Close Range while you have Iron Reflexes", "negate": false}], "trade": {"ids": null}} -{"ref": "You have Far Shot while you do not have Iron Reflexes", "better": 1, "id": "gain_player_far_shot_while_do_not_have_iron_reflexes", "matchers": [{"string": "You have Far Shot while you do not have Iron Reflexes", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Attack, Cast and Movement Speed while you do not have Iron Reflexes", "better": 1, "id": "attack_cast_and_movement_speed_+%_while_do_not_have_iron_reflexes", "matchers": [{"string": "#% increased Attack, Cast and Movement Speed while you do not have Iron Reflexes", "negate": false}, {"string": "#% reduced Attack, Cast and Movement Speed while you do not have Iron Reflexes", "negate": true}], "trade": {"ids": null}} -{"ref": "All Elemental Damage from Hits Contributes to Shock Chance", "better": 1, "id": "elemental_damage_can_shock", "matchers": [{"string": "All Elemental Damage from Hits Contributes to Shock Chance", "negate": false}], "trade": {"ids": null}} -{"ref": "Triggers Level # Death Walk when Equipped", "better": 1, "id": "local_display_trigger_death_walk_on_equip_level", "matchers": [{"string": "Triggers Level # Death Walk when Equipped", "negate": false}], "trade": {"ids": null}} -{"ref": "With a Murderous Eye Jewel Socketed, Intimidate Enemies for 4 seconds on Hit with Attacks", "better": 1, "id": "local_attacks_intimidate_on_hit_for_4_seconds_with_melee_abyss_jewel_socketed", "matchers": [{"string": "With a Murderous Eye Jewel Socketed, Intimidate Enemies for 4 seconds on Hit with Attacks", "negate": false}], "trade": {"ids": null}} -{"ref": "With a Murderous Eye Jewel Socketed, Melee Hits have #% chance to Fortify", "better": 1, "id": "local_gain_fortify_on_melee_hit_chance_%_with_melee_abyss_jewel_socketed", "matchers": [{"string": "With a Murderous Eye Jewel Socketed, Melee Hits have #% chance to Fortify", "negate": false}], "trade": {"ids": null}} -{"ref": "With a Murderous Eye Jewel Socketed, Melee Attacks grant # Rage on Hit, no more than once every second", "better": 1, "id": "local_gain_X_rage_on_attack_hit_with_melee_abyss_jewel_socketed", "matchers": [{"string": "With a Murderous Eye Jewel Socketed, Melee Attacks grant # Rage on Hit, no more than once every second", "negate": false}], "trade": {"ids": null}} -{"ref": "With a Searching Eye Jewel Socketed, Maim Enemies for 4 seconds on Hit with Attacks", "better": 1, "id": "local_attacks_maim_on_hit_for_4_seconds_with_ranged_abyss_jewel_socketed", "matchers": [{"string": "With a Searching Eye Jewel Socketed, Maim Enemies for 4 seconds on Hit with Attacks", "negate": false}], "trade": {"ids": null}} -{"ref": "With a Searching Eye Jewel Socketed, Blind Enemies for 4 seconds on Hit with Attacks", "better": 1, "id": "local_blind_enemies_on_attack_hits_with_ranged_abyss_jewel_socketed", "matchers": [{"string": "With a Searching Eye Jewel Socketed, Blind Enemies for 4 seconds on Hit with Attacks", "negate": false}], "trade": {"ids": null}} -{"ref": "With a Searching Eye Jewel Socketed, Attacks have #% chance to grant Onslaught On Kill", "better": 1, "id": "local_attacks_grant_onslaught_on_kill_chance_%_with_ranged_abyss_jewel_socketed", "matchers": [{"string": "With a Searching Eye Jewel Socketed, Attacks have #% chance to grant Onslaught On Kill", "negate": false}], "trade": {"ids": null}} -{"ref": "Deal no Non-Elemental Damage", "better": 1, "id": "deal_no_non_elemental_damage", "matchers": [{"string": "Deal no Non-Elemental Damage", "negate": false}], "trade": {"ids": null}} -{"ref": "Socketed Gems are Supported by Level # Elemental Penetration", "better": 1, "id": "local_display_socketed_gems_supported_by_level_x_elemental_penetration", "matchers": [{"string": "Socketed Gems are Supported by Level # Elemental Penetration", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to gain a Spirit Charge on Kill", "better": 1, "id": "gain_spirit_charge_on_kill_%_chance", "matchers": [{"string": "#% chance to gain a Spirit Charge on Kill", "negate": false}], "trade": {"ids": null}} -{"ref": "Recover #% of Life when you lose a Spirit Charge", "better": 1, "id": "gain_%_life_when_spirit_charge_expires_or_consumed", "matchers": [{"string": "Recover #% of Life when you lose a Spirit Charge", "negate": false}], "trade": {"ids": null}} -{"ref": "Recover #% of Energy Shield when you lose a Spirit Charge", "better": 1, "id": "gain_%_es_when_spirit_charge_expires_or_consumed", "matchers": [{"string": "Recover #% of Energy Shield when you lose a Spirit Charge", "negate": false}], "trade": {"ids": null}} -{"ref": "Gain #% of Physical Damage as Extra Damage of each Element per Spirit Charge", "better": 1, "id": "non_skill_physical_damage_%_to_gain_as_each_element_per_spirit_charge", "matchers": [{"string": "Gain #% of Physical Damage as Extra Damage of each Element per Spirit Charge", "negate": false}], "trade": {"ids": null}} -{"ref": "Trigger Level # Spirit Burst when you Use a Skill while you have a Spirit Charge", "better": 1, "id": "local_display_trigger_level_x_spirit_burst_on_skill_use_if_have_spirit_charge", "matchers": [{"string": "Trigger Level # Spirit Burst when you Use a Skill while you have a Spirit Charge", "negate": false}], "trade": {"ids": null}} -{"ref": "Gain a Spirit Charge every second", "better": 1, "id": "gain_spirit_charge_every_x_ms", "matchers": [{"string": "Gain a Spirit Charge every second", "negate": false}], "trade": {"ids": null}} -{"ref": "You lose all Spirit Charges when taking a Savage Hit", "better": 1, "id": "lose_spirit_charges_on_savage_hit_taken", "matchers": [{"string": "You lose all Spirit Charges when taking a Savage Hit", "negate": false}], "trade": {"ids": null}} -{"ref": "+# to Maximum Spirit Charges per Abyss Jewel affecting you", "better": 1, "id": "maximum_spirit_charges_per_abyss_jewel_equipped", "matchers": [{"string": "# to Maximum Spirit Charges per Abyss Jewel affecting you", "negate": false}], "trade": {"ids": null}} -{"ref": "Gain Maddening Presence for 10 seconds when you Kill a Rare or Unique Enemy", "better": 1, "id": "gain_debilitating_presence_ms_on_kill_vs_rare_or_unique_enemy", "matchers": [{"string": "Gain Maddening Presence for 10 seconds when you Kill a Rare or Unique Enemy", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to Trigger Level 20 Shade Form when you Use a Socketed Skill", "better": 1, "id": "local_display_trigger_level_20_shade_form_on_skill_use_%", "matchers": [{"string": "#% chance to Trigger Level 20 Shade Form when you Use a Socketed Skill", "negate": false}], "trade": {"ids": null}} -{"ref": "Trigger Level 20 Shade Form when Hit", "better": 1, "id": "local_display_trigger_level_20_shade_form_when_hit_%", "matchers": [{"string": "Trigger Level 20 Shade Form when Hit", "negate": false}], "trade": {"ids": null}} -{"ref": "Adds # to # Physical Damage per Endurance Charge", "better": 1, "id": "minimum_added_physical_damage_per_endurance_charge", "matchers": [{"string": "Adds # to # Physical Damage per Endurance Charge", "negate": false}], "trade": {"ids": null}} -{"ref": "+#% to Chaos Resistance per Endurance Charge", "better": 1, "id": "chaos_damage_resistance_%_per_endurance_charge", "matchers": [{"string": "#% to Chaos Resistance per Endurance Charge", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Elemental Damage taken from Hits per Endurance Charge", "better": 1, "id": "elemental_damage_taken_from_hits_+%_per_endurance_charge", "matchers": [{"string": "#% increased Elemental Damage taken from Hits per Endurance Charge", "negate": false}, {"string": "#% reduced Elemental Damage taken from Hits per Endurance Charge", "negate": true}], "trade": {"ids": null}} -{"ref": "+# to Armour per Endurance Charge", "better": 1, "id": "physical_damage_reduction_rating_per_endurance_charge", "matchers": [{"string": "# to Armour per Endurance Charge", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to Avoid Elemental Damage from Hits per Frenzy Charge", "better": 1, "id": "avoid_elemental_damage_%_per_frenzy_charge", "matchers": [{"string": "#% chance to Avoid Elemental Damage from Hits per Frenzy Charge", "negate": false}], "trade": {"ids": null}} -{"ref": "Adds # to # Lightning Damage to Spells per Power Charge", "better": 1, "id": "minimum_added_lightning_damage_to_spells_per_power_charge", "matchers": [{"string": "Adds # to # Lightning Damage to Spells per Power Charge", "negate": false}], "trade": {"ids": null}} -{"ref": "+#% Critical Hit Chance per Power Charge", "better": 1, "id": "additional_critical_strike_chance_per_power_charge_permyriad", "matchers": [{"string": "#% Critical Hit Chance per Power Charge", "negate": false}], "trade": {"ids": null}} -{"ref": "+#% Chance to Block Spell Damage per Power Charge", "better": 1, "id": "additional_spell_block_%_per_power_charge", "matchers": [{"string": "#% Chance to Block Spell Damage per Power Charge", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Mana Cost of Raise Spectre", "better": 1, "id": "raise_spectre_mana_cost_+%", "matchers": [{"string": "#% increased Mana Cost of Raise Spectre", "negate": false}, {"string": "#% reduced Mana Cost of Raise Spectre", "negate": true}], "trade": {"ids": null}} -{"ref": "Consumes a Void Charge to Trigger Level # Void Shot when you fire Arrows with a Non-Triggered Skill", "better": 1, "id": "local_display_trigger_level_x_void_shot_on_arrow_fire_while_you_have_void_arrow", "matchers": [{"string": "Consumes a Void Charge to Trigger Level # Void Shot when you fire Arrows with a Non-Triggered Skill", "negate": false}], "trade": {"ids": null}} -{"ref": "# Maximum Void Charges", "better": 1, "id": "maximum_void_arrows", "matchers": [{"string": "# Maximum Void Charges", "negate": false}], "trade": {"ids": null}} -{"ref": "Cannot be Stunned by Attacks if your other Ring is an Elder Item", "better": 1, "id": "cannot_be_stunned_by_attacks_if_other_ring_is_elder_item", "matchers": [{"string": "Cannot be Stunned by Attacks if your other Ring is an Elder Item", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Attack Damage if your other Ring is a Shaper Item", "better": 1, "id": "attack_damage_+%_if_other_ring_is_shaper_item", "matchers": [{"string": "#% increased Attack Damage if your other Ring is a Shaper Item", "negate": false}, {"string": "#% reduced Attack Damage if your other Ring is a Shaper Item", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Spell Damage if your other Ring is an Elder Item", "better": 1, "id": "spell_damage_+%_if_other_ring_is_elder_item", "matchers": [{"string": "#% increased Spell Damage if your other Ring is an Elder Item", "negate": false}, {"string": "#% reduced Spell Damage if your other Ring is an Elder Item", "negate": true}], "trade": {"ids": null}} -{"ref": "Cannot be Stunned by Spells if your other Ring is a Shaper Item", "better": 1, "id": "cannot_be_stunned_by_spells_if_other_ring_is_shaper_item", "matchers": [{"string": "Cannot be Stunned by Spells if your other Ring is a Shaper Item", "negate": false}], "trade": {"ids": null}} -{"ref": "Recover #% of Life when you use a Mana Flask", "better": 1, "id": "recover_%_maximum_life_on_mana_flask_use", "matchers": [{"string": "Recover #% of Life when you use a Mana Flask", "negate": false}], "trade": {"ids": null}} -{"ref": "DNT Non-instant Recovery from Mana Flasks also applies to Life", "better": 1, "id": "non_instant_mana_recovery_from_flasks_also_recovers_life", "matchers": [{"string": "DNT Non-instant Recovery from Mana Flasks also applies to Life", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Spell Damage for each 200 total Mana you have Spent Recently, up to 2000%", "better": 1, "id": "spell_damage_+%_per_200_mana_spent_recently", "matchers": [{"string": "#% increased Spell Damage for each 200 total Mana you have Spent Recently, up to 2000%", "negate": false}, {"string": "#% reduced Spell Damage for each 200 total Mana you have Spent Recently", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Cost of Skills for each 200 total Mana Spent Recently", "better": 1, "id": "mana_cost_+%_per_200_mana_spent_recently", "matchers": [{"string": "#% increased Cost of Skills for each 200 total Mana Spent Recently", "negate": false}, {"string": "#% reduced Cost of Skills for each 200 total Mana Spent Recently", "negate": true}], "trade": {"ids": null}} -{"ref": "Adds # to # Physical Damage to Spells", "better": 1, "id": "spell_minimum_added_physical_damage", "matchers": [{"string": "Adds # to # Physical Damage to Spells", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to Trigger Level 20 Tentacle Whip on Kill", "better": 1, "id": "local_display_trigger_tentacle_smash_on_kill_%_chance", "matchers": [{"string": "#% chance to Trigger Level 20 Tentacle Whip on Kill", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to Trigger Level 20 Glimpse of Eternity when Hit", "better": 1, "id": "local_display_trigger_temporal_anomaly_when_hit_%_chance", "matchers": [{"string": "#% chance to Trigger Level 20 Glimpse of Eternity when Hit", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to Trigger Level 20 Summon Volatile Anomaly on Kill", "better": 1, "id": "local_display_trigger_void_sphere_on_kill_%_chance", "matchers": [{"string": "#% chance to Trigger Level 20 Summon Volatile Anomaly on Kill", "negate": false}], "trade": {"ids": null}} -{"ref": "Grants Level # Petrification Statue Skill", "better": 1, "id": "local_display_grant_level_x_petrification_statue", "matchers": [{"string": "Grants Level # Petrification Statue Skill", "negate": false}], "trade": {"ids": null}} -{"ref": "Grants Level # Aspect of the Cat Skill", "better": 1, "id": "local_display_grants_skill_cat_aspect_level", "matchers": [{"string": "Grants Level # Aspect of the Cat Skill", "negate": false}], "trade": {"ids": null}} -{"ref": "Grants Level # Aspect of the Avian Skill", "better": 1, "id": "local_display_grants_skill_bird_aspect_level", "matchers": [{"string": "Grants Level # Aspect of the Avian Skill", "negate": false}], "trade": {"ids": null}} -{"ref": "Grants Level # Aspect of the Spider Skill", "better": 1, "id": "local_display_grants_skill_spider_aspect_level", "matchers": [{"string": "Grants Level # Aspect of the Spider Skill", "negate": false}], "trade": {"ids": null}} -{"ref": "Grants Level # Intimidating Cry Skill", "better": 1, "id": "local_display_grants_skill_intimidating_cry_level", "matchers": [{"string": "Grants Level # Intimidating Cry Skill", "negate": false}], "trade": {"ids": null}} -{"ref": "Grants Level # Aspect of the Crab Skill", "better": 1, "id": "local_display_grants_skill_crab_aspect_level", "matchers": [{"string": "Grants Level # Aspect of the Crab Skill", "negate": false}], "trade": {"ids": null}} -{"ref": "Area is influenced by The Shaper", "better": 1, "id": "map_atlas_influence_type", "matchers": [{"string": "Area is influenced by The Shaper", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Quantity of Items found when on Low Life", "better": 1, "id": "item_found_quantity_+%_when_on_low_life", "matchers": [{"string": "#% increased Quantity of Items found when on Low Life", "negate": false}, {"string": "#% reduced Quantity of Items found when on Low Life", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Damage per 15 Dexterity", "better": 1, "id": "damage_+%_per_15_dex", "matchers": [{"string": "#% increased Damage per 15 Dexterity", "negate": false}], "trade": {"ids": null}} -{"ref": "Regenerate # Life per second while Ignited", "better": 1, "id": "life_regeneration_per_minute_while_ignited", "matchers": [{"string": "Regenerate # Life per second while Ignited", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Elemental Damage if you've Killed a Cursed Enemy Recently", "better": 1, "id": "elemental_damage_+%_if_cursed_enemy_killed_recently", "matchers": [{"string": "#% increased Elemental Damage if you've Killed a Cursed Enemy Recently", "negate": false}, {"string": "#% reduced Elemental Damage if you've Killed a Cursed Enemy Recently", "negate": true}], "trade": {"ids": null}} -{"ref": "#% chance to deal Double Damage per 500 Strength", "better": 1, "id": "chance_to_deal_double_damage_%_per_500_strength", "matchers": [{"string": "#% chance to deal Double Damage per 500 Strength", "negate": false}], "trade": {"ids": null}} -{"ref": "Areas contain Beasts to hunt", "better": 1, "id": "map_spawn_bestiary_encounters", "matchers": [{"string": "Areas contain Beasts to hunt", "negate": false}], "trade": {"ids": null}} -{"ref": "Summoned Raging Spirits refresh their Duration when they Kill an Ignited Enemy", "better": 1, "id": "raging_spirits_refresh_duration_when_they_kill_ignited_enemy", "matchers": [{"string": "Summoned Raging Spirits refresh their Duration when they Kill an Ignited Enemy", "negate": false}], "trade": {"ids": null}} -{"ref": "Gain a Frenzy Charge on every 50th Rampage Kill", "better": 1, "id": "add_frenzy_charge_every_50_rampage_stacks", "matchers": [{"string": "Gain a Frenzy Charge on every 50th Rampage Kill", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Area of Effect per 25 Rampage Kills", "better": 1, "id": "area_of_effect_+%_per_25_rampage_stacks", "matchers": [{"string": "#% increased Area of Effect per 25 Rampage Kills", "negate": false}, {"string": "#% reduced Area of Effect per 25 Rampage Kills", "negate": true}], "trade": {"ids": null}} -{"ref": "#% chance to Chill Attackers for 4 seconds on Block", "better": 1, "id": "chill_attackers_for_4_seconds_on_block_%_chance", "matchers": [{"string": "#% chance to Chill Attackers for 4 seconds on Block", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to Shock Attackers for 4 seconds on Block", "better": 1, "id": "shock_attackers_for_4_seconds_on_block_%_chance", "matchers": [{"string": "#% chance to Shock Attackers for 4 seconds on Block", "negate": false}], "trade": {"ids": null}} -{"ref": "Socketed Gems are Supported by Level # Trap And Mine Damage", "better": 1, "id": "local_display_socketed_gems_supported_by_level_x_trap_and_mine_damage", "matchers": [{"string": "Socketed Gems are Supported by Level # Trap And Mine Damage", "negate": false}], "trade": {"ids": null}} -{"ref": "Socketed Gems are Supported by Level # Cluster Trap", "better": 1, "id": "local_display_socketed_gems_supported_by_level_x_cluster_trap", "matchers": [{"string": "Socketed Gems are Supported by Level # Cluster Trap", "negate": false}], "trade": {"ids": null}} -{"ref": "Adds # to # Cold Damage while you have Avian's Might", "better": 1, "id": "minimum_added_cold_damage_while_you_have_avians_might", "matchers": [{"string": "Adds # to # Cold Damage while you have Avian's Might", "negate": false}], "trade": {"ids": null}} -{"ref": "Adds # to # Lightning Damage while you have Avian's Might", "better": 1, "id": "minimum_added_lightning_damage_while_you_have_avians_might", "matchers": [{"string": "Adds # to # Lightning Damage while you have Avian's Might", "negate": false}], "trade": {"ids": null}} -{"ref": "+# seconds to Avian's Might Duration", "better": 1, "id": "avians_might_duration_ms_+", "matchers": [{"string": "# seconds to Avian's Might Duration", "negate": false}], "trade": {"ids": null}} -{"ref": "Aspect of the Avian also grants Avian's Might and Avian's Flight to nearby Allies", "better": 1, "id": "aspect_of_the_avian_grants_avians_might_and_avians_flight_to_nearby_allies", "matchers": [{"string": "Aspect of the Avian also grants Avian's Might and Avian's Flight to nearby Allies", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Aspect of the Avian Buff Effect", "better": 1, "id": "aspect_of_the_avian_buff_effect_+%", "matchers": [{"string": "#% increased Aspect of the Avian Buff Effect", "negate": false}, {"string": "#% reduced Aspect of the Avian Buff Effect", "negate": true}], "trade": {"ids": null}} -{"ref": "Regenerate # Life per Second while you have Avian's Flight", "better": 1, "id": "life_regeneration_per_minute_while_you_have_avians_flight", "matchers": [{"string": "Regenerate # Life per Second while you have Avian's Flight", "negate": false}], "trade": {"ids": null}} -{"ref": "Regenerate # Mana per Second while you have Avian's Flight", "better": 1, "id": "mana_regeneration_rate_per_minute_while_you_have_avians_flight", "matchers": [{"string": "Regenerate # Mana per Second while you have Avian's Flight", "negate": false}], "trade": {"ids": null}} -{"ref": "+# seconds to Avian's Flight Duration", "better": 1, "id": "avians_flight_duration_ms_+", "matchers": [{"string": "# seconds to Avian's Flight Duration", "negate": false}], "trade": {"ids": null}} -{"ref": "Trigger Level 20 Twister when you gain Avian's Might or Avian's Flight", "better": 1, "id": "local_display_trigger_level_20_tornado_when_you_gain_avians_flight_or_avians_might_%", "matchers": [{"string": "Trigger Level 20 Twister when you gain Avian's Might or Avian's Flight", "negate": false}], "trade": {"ids": null}} -{"ref": "Area is Overgrown with Caustic Plants", "better": 1, "id": "map_area_contains_x_additional_clusters_of_explosive_eggs", "matchers": [{"string": "Area is Overgrown with Caustic Plants", "negate": false}], "trade": {"ids": null}} -{"ref": "Area is Overgrown with Large Caustic Plants", "better": 1, "id": "map_incursion_spawn_large_caustic_plants", "matchers": [{"string": "Area is Overgrown with Large Caustic Plants", "negate": false}], "trade": {"ids": null}} -{"ref": "Area is Overgrown with Parasitic Caustic Plants", "better": 1, "id": "map_incursion_spawn_parasitic_caustic_plants", "matchers": [{"string": "Area is Overgrown with Parasitic Caustic Plants", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Monster Cast Speed", "better": 1, "id": "map_monsters_cast_speed_+%", "matchers": [{"string": "#% increased Monster Cast Speed", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_2488361432"]}}} -{"ref": "Normal Monsters in this Area Regenerate #% of Life per second", "better": 1, "id": "map_normal_monster_life_regeneration_rate_per_minute_%", "matchers": [{"string": "Normal Monsters in this Area Regenerate #% of Life per second", "negate": false}], "trade": {"ids": null}} -{"ref": "+#% Monster Physical Damage Reduction", "better": 1, "id": "map_monsters_additional_physical_damage_reduction", "matchers": [{"string": "#% Monster Physical Damage Reduction", "negate": false}], "trade": {"ids": null}} -{"ref": "Monsters deal #% of Physical Damage as Extra Lightning", "better": 1, "id": "map_monsters_%_physical_damage_to_gain_as_lightning", "matchers": [{"string": "Monsters deal #% of Physical Damage as Extra Lightning", "negate": false}], "trade": {"ids": null}} -{"ref": "Monsters Poison on Hit", "better": 1, "id": "map_monsters_poison_on_hit", "matchers": [{"string": "Monsters Poison on Hit", "negate": false}], "trade": {"ids": null}} -{"ref": "Temple Architects drop an additional Map Currency Item", "better": 1, "id": "map_architects_drops_additional_map_currency", "matchers": [{"string": "Temple Architects drop an additional Map Currency Item", "negate": false}], "trade": {"ids": null}} -{"ref": "Area has a #% chance to contain Cadiro Perandus", "better": 1, "id": "map_spawn_cadiro_%_chance", "matchers": [{"string": "Area has a #% chance to contain Cadiro Perandus", "negate": false}], "trade": {"ids": null}} -{"ref": "With 40 total Intelligence and Dexterity in Radius, Prismatic Skills cannot choose Fire", "better": 1, "id": "local_unique_jewel_elemental_hit_cannot_roll_fire_damage_with_40_int_+_dex_in_radius", "matchers": [{"string": "With 40 total Intelligence and Dexterity in Radius, Prismatic Skills cannot choose Fire", "negate": false}], "trade": {"ids": null}} -{"ref": "With 40 total Strength and Intelligence in Radius, Prismatic Skills cannot choose Cold", "better": 1, "id": "local_unique_jewel_elemental_hit_cannot_roll_cold_damage_with_40_int_+_str_in_radius", "matchers": [{"string": "With 40 total Strength and Intelligence in Radius, Prismatic Skills cannot choose Cold", "negate": false}], "trade": {"ids": null}} -{"ref": "With 40 total Dexterity and Strength in Radius, Prismatic Skills cannot choose Lightning", "better": 1, "id": "local_unique_jewel_elemental_hit_cannot_roll_lightning_damage_with_40_dex_+_str_in_radius", "matchers": [{"string": "With 40 total Dexterity and Strength in Radius, Prismatic Skills cannot choose Lightning", "negate": false}], "trade": {"ids": null}} -{"ref": "Areas contain deposits of Voltaxic Sulphite", "better": 1, "id": "map_delve_rules", "matchers": [{"string": "Areas contain deposits of Voltaxic Sulphite", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Movement Speed per Endurance Charge", "better": 1, "id": "movement_speed_+%_per_endurance_charge", "matchers": [{"string": "#% increased Movement Speed per Endurance Charge", "negate": false}, {"string": "#% reduced Movement Speed per Endurance Charge", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Movement Speed per Power Charge", "better": 1, "id": "movement_speed_+%_per_power_charge", "matchers": [{"string": "#% increased Movement Speed per Power Charge", "negate": false}, {"string": "#% reduced Movement Speed per Power Charge", "negate": true}], "trade": {"ids": null}} -{"ref": "Regenerate #% of Life per second per Power Charge", "better": 1, "id": "life_regeneration_rate_per_minute_%_per_power_charge", "matchers": [{"string": "Regenerate #% of Life per second per Power Charge", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Damage per Endurance Charge", "better": 1, "id": "damage_+%_per_endurance_charge", "matchers": [{"string": "#% increased Damage per Endurance Charge", "negate": false}, {"string": "#% reduced Damage per Endurance Charge", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Damage per Frenzy Charge", "better": 1, "id": "damage_+%_per_frenzy_charge", "matchers": [{"string": "#% increased Damage per Frenzy Charge", "negate": false}, {"string": "#% reduced Damage per Frenzy Charge", "negate": true}], "trade": {"ids": null}} -{"ref": "# to # Fire Damage per Endurance Charge", "better": 1, "id": "minimum_added_fire_damage_per_endurance_charge", "matchers": [{"string": "# to # Fire Damage per Endurance Charge", "negate": false}], "trade": {"ids": null}} -{"ref": "# to # Lightning Damage per Power Charge", "better": 1, "id": "minimum_added_lightning_damage_per_power_charge", "matchers": [{"string": "# to # Lightning Damage per Power Charge", "negate": false}], "trade": {"ids": null}} -{"ref": "+#% Chance to Block Attack Damage per Endurance Charge", "better": 1, "id": "additional_attack_block_%_per_endurance_charge", "matchers": [{"string": "#% Chance to Block Attack Damage per Endurance Charge", "negate": false}], "trade": {"ids": null}} -{"ref": "+#% Chance to Block Attack Damage per Frenzy Charge", "better": 1, "id": "additional_attack_block_%_per_frenzy_charge", "matchers": [{"string": "#% Chance to Block Attack Damage per Frenzy Charge", "negate": false}], "trade": {"ids": null}} -{"ref": "+#% Chance to Block Attack Damage per Power Charge", "better": 1, "id": "additional_attack_block_%_per_power_charge", "matchers": [{"string": "#% Chance to Block Attack Damage per Power Charge", "negate": false}], "trade": {"ids": null}} -{"ref": "+#% chance to Suppress Spell Damage per Endurance Charge", "better": 1, "id": "spell_suppression_chance_%_per_endurance_charge", "matchers": [{"string": "#% chance to Suppress Spell Damage per Endurance Charge", "negate": false}], "trade": {"ids": null}} -{"ref": "+#% chance to Suppress Spell Damage per Power Charge", "better": 1, "id": "spell_suppression_chance_%_per_power_charge", "matchers": [{"string": "#% chance to Suppress Spell Damage per Power Charge", "negate": false}], "trade": {"ids": null}} -{"ref": "Gain #% of Fire Damage as Extra Chaos Damage per Endurance Charge", "better": 1, "id": "non_skill_fire_damage_%_to_gain_as_chaos_per_endurance_charge", "matchers": [{"string": "Gain #% of Fire Damage as Extra Chaos Damage per Endurance Charge", "negate": false}], "trade": {"ids": null}} -{"ref": "Gain #% of Cold Damage as Extra Chaos Damage per Frenzy Charge", "better": 1, "id": "non_skill_cold_damage_%_to_gain_as_chaos_per_frenzy_charge", "matchers": [{"string": "Gain #% of Cold Damage as Extra Chaos Damage per Frenzy Charge", "negate": false}], "trade": {"ids": null}} -{"ref": "Gain #% of Lightning Damage as Chaos Damage per Power Charge", "better": 1, "id": "non_skill_lightning_damage_%_to_gain_as_chaos_per_power_charge", "matchers": [{"string": "Gain #% of Lightning Damage as Chaos Damage per Power Charge", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Armour per Endurance Charge", "better": 1, "id": "physical_damage_reduction_rating_+%_per_endurance_charge", "matchers": [{"string": "#% increased Armour per Endurance Charge", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Energy Shield per Power Charge", "better": 1, "id": "energy_shield_+%_per_power_charge", "matchers": [{"string": "#% increased Energy Shield per Power Charge", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance that if you would gain Endurance Charges, you instead gain up to maximum Endurance Charges", "better": 1, "id": "gain_maximum_endurance_charges_on_endurance_charge_gained_%_chance", "matchers": [{"string": "#% chance that if you would gain Endurance Charges, you instead gain up to maximum Endurance Charges", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance that if you would gain Frenzy Charges, you instead gain up to your maximum number of Frenzy Charges", "better": 1, "id": "gain_maximum_frenzy_charges_on_frenzy_charge_gained_%_chance", "matchers": [{"string": "#% chance that if you would gain Frenzy Charges, you instead gain up to your maximum number of Frenzy Charges", "negate": false}], "trade": {"ids": null}} -{"ref": "Gain # Endurance Charge every second if you've been Hit Recently", "better": 1, "id": "gain_endurance_charge_per_second_if_have_been_hit_recently", "matchers": [{"string": "Gain # Endurance Charge every second if you've been Hit Recently", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Attack and Cast Speed per Endurance Charge", "better": 1, "id": "attack_and_cast_speed_+%_per_endurance_charge", "matchers": [{"string": "#% increased Attack and Cast Speed per Endurance Charge", "negate": false}, {"string": "#% reduced Attack and Cast Speed per Endurance Charge", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Accuracy Rating per Frenzy Charge", "better": 1, "id": "accuracy_rating_+%_per_frenzy_charge", "matchers": [{"string": "#% increased Accuracy Rating per Frenzy Charge", "negate": false}, {"string": "#% reduced Accuracy Rating per Frenzy Charge", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Attack and Cast Speed per Power Charge", "better": 1, "id": "attack_and_cast_speed_+%_per_power_charge", "matchers": [{"string": "#% increased Attack and Cast Speed per Power Charge", "negate": false}, {"string": "#% reduced Attack and Cast Speed per Power Charge", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Critical Hit Chance per Endurance Charge", "better": 1, "id": "critical_strike_chance_+%_per_endurance_charge", "matchers": [{"string": "#% increased Critical Hit Chance per Endurance Charge", "negate": false}, {"string": "#% reduced Critical Hit Chance per Endurance Charge", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Critical Hit Chance per Frenzy Charge", "better": 1, "id": "critical_strike_chance_+%_per_frenzy_charge", "matchers": [{"string": "#% increased Critical Hit Chance per Frenzy Charge", "negate": false}, {"string": "#% reduced Critical Hit Chance per Frenzy Charge", "negate": true}], "trade": {"ids": null}} -{"ref": "#% additional Physical Damage Reduction per Frenzy Charge", "better": 1, "id": "physical_damage_reduction_percent_per_frenzy_charge", "matchers": [{"string": "#% additional Physical Damage Reduction per Frenzy Charge", "negate": false}], "trade": {"ids": null}} -{"ref": "#% additional Physical Damage Reduction per Power Charge", "better": 1, "id": "physical_damage_reduction_percent_per_power_charge", "matchers": [{"string": "#% additional Physical Damage Reduction per Power Charge", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to Intimidate Enemies for 4 seconds on Hit with Attacks while at maximum Endurance Charges", "better": 1, "id": "intimidate_on_hit_chance_with_attacks_while_at_maximum_endurance_charges_%", "matchers": [{"string": "#% chance to Intimidate Enemies for 4 seconds on Hit with Attacks while at maximum Endurance Charges", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to Gain Onslaught for 4 seconds on Hit while at maximum Frenzy Charges", "better": 1, "id": "gain_onslaught_on_hit_chance_while_at_maximum_frenzy_charges_%", "matchers": [{"string": "#% chance to Gain Onslaught for 4 seconds on Hit while at maximum Frenzy Charges", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to Gain Arcane Surge on Hit with Spells while at maximum Power Charges", "better": 1, "id": "gain_arcane_surge_on_hit_chance_with_spells_while_at_maximum_power_charges_%", "matchers": [{"string": "#% chance to Gain Arcane Surge on Hit with Spells while at maximum Power Charges", "negate": false}], "trade": {"ids": null}} -{"ref": "You cannot be Stunned while at maximum Endurance Charges", "better": 1, "id": "cannot_be_stunned_while_at_max_endurance_charges", "matchers": [{"string": "You cannot be Stunned while at maximum Endurance Charges", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to gain a Flask Charge when you deal a Critical Hit while at maximum Frenzy Charges", "better": 1, "id": "gain_flask_charge_on_crit_chance_%_while_at_maximum_frenzy_charges", "matchers": [{"string": "#% chance to gain a Flask Charge when you deal a Critical Hit while at maximum Frenzy Charges", "negate": false}], "trade": {"ids": null}} -{"ref": "You can apply an additional Curse while at maximum Power Charges", "better": 1, "id": "number_of_additional_curses_allowed_while_at_maximum_power_charges", "matchers": [{"string": "You can apply an additional Curse while at maximum Power Charges", "negate": false}], "trade": {"ids": null}} -{"ref": "You have Iron Reflexes while at maximum Frenzy Charges", "better": 1, "id": "gain_iron_reflexes_while_at_maximum_frenzy_charges", "matchers": [{"string": "You have Iron Reflexes while at maximum Frenzy Charges", "negate": false}], "trade": {"ids": null}} -{"ref": "You have Mind over Matter while at maximum Power Charges", "better": 1, "id": "gain_mind_over_matter_while_at_maximum_power_charges", "matchers": [{"string": "You have Mind over Matter while at maximum Power Charges", "negate": false}], "trade": {"ids": null}} -{"ref": "Area contains Immortal Syndicate activity", "better": 1, "id": "map_spawn_betrayals", "matchers": [{"string": "Area contains Immortal Syndicate activity", "negate": false}], "trade": {"ids": null}} -{"ref": "Point Blank", "better": 1, "id": "keystone_point_blank", "matchers": [{"string": "Point Blank", "negate": false}], "trade": {"ids": null}} -{"ref": "Deals #% more Attack Damage", "better": 1, "id": "active_skill_attack_damage_+%_final", "matchers": [{"string": "Deals #% more Attack Damage", "negate": false}, {"string": "Deals #% less Attack Damage", "negate": true}], "trade": {"ids": null}} -{"ref": "Gain Arcane Surge when you or your Totems Hit an Enemy with a Spell", "better": 1, "id": "gain_arcane_surge_on_spell_hit_by_you_or_your_totems", "matchers": [{"string": "Gain Arcane Surge when you or your Totems Hit an Enemy with a Spell", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to Hinder Enemies on Hit with Spells", "better": 1, "id": "spells_chance_to_hinder_on_hit_%", "matchers": [{"string": "#% chance to Hinder Enemies on Hit with Spells", "negate": false}], "trade": {"ids": null}} -{"ref": "Players have +#% to All Resistances", "better": 1, "id": "map_players_resist_all_%", "matchers": [{"string": "Players have +#% to All Resistances", "negate": false}], "trade": {"ids": null}} -{"ref": "Stashes cannot be used", "better": 1, "id": "map_no_stashes", "matchers": [{"string": "Stashes cannot be used", "negate": false}], "trade": {"ids": null}} -{"ref": "Items cannot be sold to or purchased from NPCs", "better": 1, "id": "map_no_vendors", "matchers": [{"string": "Items cannot be sold to or purchased from NPCs", "negate": false}], "trade": {"ids": null}} -{"ref": "+#% to Chaos Damage over Time Multiplier", "better": 1, "id": "chaos_dot_multiplier_+", "matchers": [{"string": "#% to Chaos Damage over Time Multiplier", "negate": false}], "trade": {"ids": null}} -{"ref": "+#% to Cold Damage over Time Multiplier", "better": 1, "id": "cold_dot_multiplier_+", "matchers": [{"string": "#% to Cold Damage over Time Multiplier", "negate": false}], "trade": {"ids": null}} -{"ref": "+#% to Physical Damage over Time Multiplier", "better": 1, "id": "physical_dot_multiplier_+", "matchers": [{"string": "#% to Physical Damage over Time Multiplier", "negate": false}], "trade": {"ids": null}} -{"ref": "#% more Unique Items found in Area", "better": 1, "id": "map_unique_item_drop_chance_+%", "matchers": [{"string": "#% more Unique Items found in Area", "negate": false}], "trade": {"ids": null}} -{"ref": "#% more Rare Shaper Items found in Area", "better": 1, "id": "map_shaper_rare_chance_+%", "matchers": [{"string": "#% more Rare Shaper Items found in Area", "negate": false}], "trade": {"ids": null}} -{"ref": "#% more Rare Elder Items found in Area", "better": 1, "id": "map_elder_rare_chance_+%", "matchers": [{"string": "#% more Rare Elder Items found in Area", "negate": false}], "trade": {"ids": null}} -{"ref": "#% more Divination Cards found in Area", "better": 1, "id": "map_divination_card_drop_chance_+%", "matchers": [{"string": "#% more Divination Cards found in Area", "negate": false}], "trade": {"ids": null}} -{"ref": "+#% chance to contain an Expedition Encounter", "better": 1, "id": "map_expedition_encounter_additional_chance_%", "matchers": [{"string": "#% chance to contain an Expedition Encounter", "negate": false}], "trade": {"ids": null}} -{"ref": "Area contains an additional Abyss", "better": 1, "id": "map_num_extra_abysses", "matchers": [{"string": "Area contains an additional Abyss", "negate": false}], "trade": {"ids": null}} -{"ref": "All Metamorph Monsters have Rewards", "better": 1, "id": "map_metamorph_all_metamorphs_have_rewards", "matchers": [{"string": "All Metamorph Monsters have Rewards", "negate": false}], "trade": {"ids": null}} -{"ref": "Abysses in Area spawn #% increased Monsters", "better": 1, "id": "map_abyss_monster_spawn_amount_+%", "matchers": [{"string": "Abysses in Area spawn #% increased Monsters", "negate": false}, {"string": "Abysses in Area spawn #% reduced Monsters", "negate": true}], "trade": {"ids": null}} -{"ref": "Each Legion contains a War Hoard", "better": 1, "id": "map_legion_league_force_war_chest", "matchers": [{"string": "Each Legion contains a War Hoard", "negate": false}], "trade": {"ids": null}} -{"ref": "Blight Encounters contain up to # additional Blight Boss", "better": 1, "id": "map_blight_up_to_X_additional_bosses", "matchers": [{"string": "Blight Encounters contain up to # additional Blight Boss", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased number of Explosives", "better": 1, "id": "map_expedition_explosives_+%", "matchers": [{"string": "#% increased number of Explosives", "negate": false}], "trade": {"ids": {"implicit": ["implicit.stat_3051490307"]}}} -{"ref": "Harbingers have #% chance to drop an additional Stack of Currency Shards", "better": 1, "id": "map_harbinger_additional_currency_shard_stack_chance_%", "matchers": [{"string": "Harbingers have #% chance to drop an additional Stack of Currency Shards", "negate": false}], "trade": {"ids": null}} -{"ref": "Areas contain Memory Fragments", "better": 1, "id": "map_synthesis_league", "matchers": [{"string": "Areas contain Memory Fragments", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to Trigger Socketed Curse Spell when you Cast a Curse Spell, with a 0.25 second Cooldown", "better": 1, "id": "local_display_trigger_socketed_curses_on_casting_curse_%_chance", "matchers": [{"string": "#% chance to Trigger Socketed Curse Spell when you Cast a Curse Spell, with a 0.25 second Cooldown", "negate": false}], "trade": {"ids": null}} -{"ref": "Gain #% of Elemental Damage as Extra Chaos Damage per Shaper Item Equipped", "better": 1, "id": "non_skill_elemental_damage_%_to_gain_as_chaos_per_shaper_item_equipped", "matchers": [{"string": "Gain #% of Elemental Damage as Extra Chaos Damage per Shaper Item Equipped", "negate": false}], "trade": {"ids": null}} -{"ref": "Hits ignore Enemy Monster Chaos Resistance if all Equipped Items are Shaper Items", "better": 1, "id": "hits_ignore_enemy_chaos_resistance_if_all_shaper_items_equipped", "matchers": [{"string": "Hits ignore Enemy Monster Chaos Resistance if all Equipped Items are Shaper Items", "negate": false}], "trade": {"ids": null}} -{"ref": "Hits ignore Enemy Monster Chaos Resistance if all Equipped Items are Elder Items", "better": 1, "id": "hits_ignore_enemy_chaos_resistance_if_all_elder_items_equipped", "matchers": [{"string": "Hits ignore Enemy Monster Chaos Resistance if all Equipped Items are Elder Items", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Cold Damage per 1% Cold Resistance above 75%", "better": 1, "id": "cold_damage_+%_per_cold_resistance_above_75", "matchers": [{"string": "#% increased Cold Damage per 1% Cold Resistance above 75%", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Lightning Damage per 1% Lightning Resistance above 75%", "better": 1, "id": "lightning_damage_+%_per_lightning_resistance_above_75", "matchers": [{"string": "#% increased Lightning Damage per 1% Lightning Resistance above 75%", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Duration", "better": 1, "id": "local_flask_duration_+%", "matchers": [{"string": "#% increased Duration", "negate": false}, {"string": "#% reduced Duration", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_2541588185", "explicit.stat_1256719186"]}}} -{"ref": "Consecrated Ground created by this Flask has Tripled Radius", "better": 1, "id": "local_flask_area_of_consecrated_ground_+%", "matchers": [{"string": "Consecrated Ground created by this Flask has Tripled Radius", "negate": false}], "trade": {"ids": null}} -{"ref": "Consecrated Ground created during Effect applies #% increased Damage taken to Enemies", "better": 1, "id": "local_flask_during_effect_enemy_damage_taken_+%_on_consecrated_ground", "matchers": [{"string": "Consecrated Ground created during Effect applies #% increased Damage taken to Enemies", "negate": false}], "trade": {"ids": null}} -{"ref": "+#% to Critical Hit Chance against Enemies on Consecrated Ground during Effect", "better": 1, "id": "local_flask_critical_strike_chance_against_enemies_on_consecrated_ground_%_during_effect", "matchers": [{"string": "#% to Critical Hit Chance against Enemies on Consecrated Ground during Effect", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Critical Hit Chance against Enemies on Consecrated Ground during Effect", "better": 1, "id": "local_unique_flask_critical_strike_chance_+%_vs_enemies_on_consecrated_ground_during_flask_effect", "matchers": [{"string": "#% increased Critical Hit Chance against Enemies on Consecrated Ground during Effect", "negate": false}, {"string": "#% reduced Critical Hit Chance against Enemies on Consecrated Ground during Effect", "negate": true}], "trade": {"ids": null}} -{"ref": "Enemies you kill are Shocked", "better": 1, "id": "enemy_shock_on_kill", "matchers": [{"string": "Enemies you kill are Shocked", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to gain a Divine Charge on Hit", "better": 1, "id": "gain_divine_charge_on_hit_%", "matchers": [{"string": "#% chance to gain a Divine Charge on Hit", "negate": false}], "trade": {"ids": null}} -{"ref": "You gain Divinity for # seconds on reaching maximum Divine Charges\\nLose all Divine Charges when you gain Divinity", "better": 1, "id": "gain_divinity_ms_when_reaching_maximum_divine_charges", "matchers": [{"string": "You gain Divinity for # seconds on reaching maximum Divine Charges\\nLose all Divine Charges when you gain Divinity", "negate": false}], "trade": {"ids": null}} -{"ref": "#% reduced Mana Reservation Efficiency of Skills per 250 total Attributes", "better": 1, "id": "mana_reservation_efficiency_-2%_per_250_total_attributes", "matchers": [{"string": "#% reduced Mana Reservation Efficiency of Skills per 250 total Attributes", "negate": false}, {"string": "#% increased Mana Reservation Efficiency of Skills per 250 total Attributes", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Mana Reservation Efficiency of Skills per 250 total Attributes", "better": 1, "id": "mana_reservation_efficiency_+%_per_250_total_attributes", "matchers": [{"string": "#% increased Mana Reservation Efficiency of Skills per 250 total Attributes", "negate": false}, {"string": "#% reduced Mana Reservation Efficiency of Skills per 250 total Attributes", "negate": true}], "trade": {"ids": null}} -{"ref": "Nearby Allies have #% increased Defences per 100 Strength you have", "better": 1, "id": "dominance_defences_+%_on_nearby_allies_per_100_strength", "matchers": [{"string": "Nearby Allies have #% increased Defences per 100 Strength you have", "negate": false}, {"string": "Nearby Allies have #% reduced Defences per 100 Strength you have", "negate": true}], "trade": {"ids": null}} -{"ref": "Nearby Allies have #% Chance to Block Attack Damage per 100 Strength you have", "better": 1, "id": "dominance_additional_block_%_on_nearby_allies_per_100_strength", "matchers": [{"string": "Nearby Allies have #% Chance to Block Attack Damage per 100 Strength you have", "negate": false}], "trade": {"ids": null}} -{"ref": "Nearby Allies have +#% to Critical Damage Bonus per 100 Dexterity you have", "better": 1, "id": "dominance_critical_strike_multiplier_+_on_nearby_allies_per_100_dexterity", "matchers": [{"string": "Nearby Allies have +#% to Critical Damage Bonus per 100 Dexterity you have", "negate": false}], "trade": {"ids": null}} -{"ref": "Nearby Allies have #% increased Cast Speed per 100 Intelligence you have", "better": 1, "id": "dominance_cast_speed_+%_on_nearby_allies_per_100_intelligence", "matchers": [{"string": "Nearby Allies have #% increased Cast Speed per 100 Intelligence you have", "negate": false}, {"string": "Nearby Allies have #% reduced Cast Speed per 100 Intelligence you have", "negate": true}], "trade": {"ids": null}} -{"ref": "Grants Level # Precision Skill", "better": 1, "id": "local_display_grants_skill_accuracy_crits_aura_level", "matchers": [{"string": "Grants Level # Precision Skill", "negate": false}], "trade": {"ids": null}} -{"ref": "Precision has 100% increased Mana Reservation Efficiency", "better": 1, "id": "precision_mana_reservation_efficiency_+100%", "matchers": [{"string": "Precision has 100% increased Mana Reservation Efficiency", "negate": false}], "trade": {"ids": null}} -{"ref": "Precision has #% increased Mana Reservation Efficiency", "better": 1, "id": "precision_mana_reservation_efficiency_+%", "matchers": [{"string": "Precision has #% increased Mana Reservation Efficiency", "negate": false}, {"string": "Precision has #% reduced Mana Reservation Efficiency", "negate": true}], "trade": {"ids": null}} -{"ref": "Socketed Gems are Supported by Level # Divine Blessing", "better": 1, "id": "local_display_socketed_gems_supported_by_level_x_aura_duration", "matchers": [{"string": "Socketed Gems are Supported by Level # Divine Blessing", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to Trigger a Socketed Bow Skill when you Attack with a Bow, with a 1 second Cooldown", "better": 1, "id": "chance_to_trigger_socketed_bow_skill_on_bow_attack_%", "matchers": [{"string": "#% chance to Trigger a Socketed Bow Skill when you Attack with a Bow, with a 1 second Cooldown", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to Trigger a Socketed Bow Skill when you Cast a Spell while wielding a Bow, with a 1 second Cooldown", "better": 1, "id": "trigger_socketed_bow_skills_on_spell_cast_while_wielding_a_bow_%", "matchers": [{"string": "#% chance to Trigger a Socketed Bow Skill when you Cast a Spell while wielding a Bow, with a 1 second Cooldown", "negate": false}], "trade": {"ids": null}} -{"ref": "Life Leech effects are not removed when Unreserved Life is Filled", "better": 1, "id": "base_life_leech_does_not_stop_at_full_life", "matchers": [{"string": "Life Leech effects are not removed when Unreserved Life is Filled", "negate": false}], "trade": {"ids": null}} -{"ref": "When used in the Synthesiser, the new item will have an additional Herald Modifier", "better": 1, "id": "local_apply_extra_herald_mod_when_synthesised", "matchers": [{"string": "When used in the Synthesiser, the new item will have an additional Herald Modifier", "negate": false}], "trade": {"ids": null}} -{"ref": "Herald of Thunder has #% reduced Mana Reservation Efficiency", "better": 1, "id": "herald_of_thunder_mana_reservation_efficiency_-2%_per_1", "matchers": [{"string": "Herald of Thunder has #% reduced Mana Reservation Efficiency", "negate": false}, {"string": "Herald of Thunder has #% increased Mana Reservation Efficiency", "negate": true}], "trade": {"ids": null}} -{"ref": "Herald of Thunder has #% increased Mana Reservation Efficiency", "better": 1, "id": "herald_of_thunder_mana_reservation_efficiency_+%", "matchers": [{"string": "Herald of Thunder has #% increased Mana Reservation Efficiency", "negate": false}, {"string": "Herald of Thunder has #% reduced Mana Reservation Efficiency", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Lightning Damage while affected by Herald of Thunder", "better": 1, "id": "lightning_damage_+%_while_affected_by_herald_of_thunder", "matchers": [{"string": "#% increased Lightning Damage while affected by Herald of Thunder", "negate": false}, {"string": "#% reduced Lightning Damage while affected by Herald of Thunder", "negate": true}], "trade": {"ids": null}} -{"ref": "Herald of Thunder has #% increased Buff Effect", "better": 1, "id": "herald_of_thunder_buff_effect_+%", "matchers": [{"string": "Herald of Thunder has #% increased Buff Effect", "negate": false}, {"string": "Herald of Thunder has #% reduced Buff Effect", "negate": true}], "trade": {"ids": null}} -{"ref": "+#% to maximum Lightning Resistance while affected by Herald of Thunder", "better": 1, "id": "maximum_lightning_damage_resistance_%_while_affected_by_herald_of_thunder", "matchers": [{"string": "#% to maximum Lightning Resistance while affected by Herald of Thunder", "negate": false}], "trade": {"ids": null}} -{"ref": "+#% to Lightning Resistance while affected by Herald of Thunder", "better": 1, "id": "lightning_damage_resistance_%_while_affected_by_herald_of_thunder", "matchers": [{"string": "#% to Lightning Resistance while affected by Herald of Thunder", "negate": false}], "trade": {"ids": null}} -{"ref": "Herald of Ash has #% reduced Mana Reservation Efficiency", "better": 1, "id": "herald_of_ash_mana_reservation_efficiency_-2%_per_1", "matchers": [{"string": "Herald of Ash has #% reduced Mana Reservation Efficiency", "negate": false}, {"string": "Herald of Ash has #% increased Mana Reservation Efficiency", "negate": true}], "trade": {"ids": null}} -{"ref": "Herald of Ash has #% increased Mana Reservation Efficiency", "better": 1, "id": "herald_of_ash_mana_reservation_efficiency_+%", "matchers": [{"string": "Herald of Ash has #% increased Mana Reservation Efficiency", "negate": false}, {"string": "Herald of Ash has #% reduced Mana Reservation Efficiency", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Fire Damage while affected by Herald of Ash", "better": 1, "id": "fire_damage_+%_while_affected_by_herald_of_ash", "matchers": [{"string": "#% increased Fire Damage while affected by Herald of Ash", "negate": false}, {"string": "#% reduced Fire Damage while affected by Herald of Ash", "negate": true}], "trade": {"ids": null}} -{"ref": "Herald of Ash has #% increased Buff Effect", "better": 1, "id": "herald_of_ash_buff_effect_+%", "matchers": [{"string": "Herald of Ash has #% increased Buff Effect", "negate": false}, {"string": "Herald of Ash has #% reduced Buff Effect", "negate": true}], "trade": {"ids": null}} -{"ref": "+#% to maximum Fire Resistance while affected by Herald of Ash", "better": 1, "id": "maximum_fire_damage_resistance_%_while_affected_by_herald_of_ash", "matchers": [{"string": "#% to maximum Fire Resistance while affected by Herald of Ash", "negate": false}], "trade": {"ids": null}} -{"ref": "+#% to Fire Resistance while affected by Herald of Ash", "better": 1, "id": "fire_damage_resistance_%_while_affected_by_herald_of_ash", "matchers": [{"string": "#% to Fire Resistance while affected by Herald of Ash", "negate": false}], "trade": {"ids": null}} -{"ref": "Herald of Ice has #% reduced Mana Reservation Efficiency", "better": 1, "id": "herald_of_ice_mana_reservation_efficiency_-2%_per_1", "matchers": [{"string": "Herald of Ice has #% reduced Mana Reservation Efficiency", "negate": false}, {"string": "Herald of Ice has #% increased Mana Reservation Efficiency", "negate": true}], "trade": {"ids": null}} -{"ref": "Herald of Ice has #% increased Mana Reservation Efficiency", "better": 1, "id": "herald_of_ice_mana_reservation_efficiency_+%", "matchers": [{"string": "Herald of Ice has #% increased Mana Reservation Efficiency", "negate": false}, {"string": "Herald of Ice has #% reduced Mana Reservation Efficiency", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Cold Damage while affected by Herald of Ice", "better": 1, "id": "cold_damage_+%_while_affected_by_herald_of_ice", "matchers": [{"string": "#% increased Cold Damage while affected by Herald of Ice", "negate": false}, {"string": "#% reduced Cold Damage while affected by Herald of Ice", "negate": true}], "trade": {"ids": null}} -{"ref": "Herald of Ice has #% increased Buff Effect", "better": 1, "id": "herald_of_ice_buff_effect_+%", "matchers": [{"string": "Herald of Ice has #% increased Buff Effect", "negate": false}, {"string": "Herald of Ice has #% reduced Buff Effect", "negate": true}], "trade": {"ids": null}} -{"ref": "+#% to maximum Cold Resistance while affected by Herald of Ice", "better": 1, "id": "maximum_cold_damage_resistance_%_while_affected_by_herald_of_ice", "matchers": [{"string": "#% to maximum Cold Resistance while affected by Herald of Ice", "negate": false}], "trade": {"ids": null}} -{"ref": "+#% to Cold Resistance while affected by Herald of Ice", "better": 1, "id": "cold_damage_resistance_%_while_affected_by_herald_of_ice", "matchers": [{"string": "#% to Cold Resistance while affected by Herald of Ice", "negate": false}], "trade": {"ids": null}} -{"ref": "Herald of Purity has #% reduced Mana Reservation Efficiency", "better": 1, "id": "herald_of_purity_mana_reservation_efficiency_-2%_per_1", "matchers": [{"string": "Herald of Purity has #% reduced Mana Reservation Efficiency", "negate": false}, {"string": "Herald of Purity has #% increased Mana Reservation Efficiency", "negate": true}], "trade": {"ids": null}} -{"ref": "Herald of Purity has #% increased Mana Reservation Efficiency", "better": 1, "id": "herald_of_purity_mana_reservation_efficiency_+%", "matchers": [{"string": "Herald of Purity has #% increased Mana Reservation Efficiency", "negate": false}, {"string": "Herald of Purity has #% reduced Mana Reservation Efficiency", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Physical Damage while affected by Herald of Purity", "better": 1, "id": "physical_damage_+%_while_affected_by_herald_of_purity", "matchers": [{"string": "#% increased Physical Damage while affected by Herald of Purity", "negate": false}, {"string": "#% reduced Physical Damage while affected by Herald of Purity", "negate": true}], "trade": {"ids": null}} -{"ref": "Herald of Purity has #% increased Buff Effect", "better": 1, "id": "herald_of_light_buff_effect_+%", "matchers": [{"string": "Herald of Purity has #% increased Buff Effect", "negate": false}, {"string": "Herald of Purity has #% reduced Buff Effect", "negate": true}], "trade": {"ids": null}} -{"ref": "Sentinels of Purity deal #% increased Damage", "better": 1, "id": "sentinel_of_purity_damage_+%", "matchers": [{"string": "Sentinels of Purity deal #% increased Damage", "negate": false}, {"string": "Sentinels of Purity deal #% reduced Damage", "negate": true}], "trade": {"ids": null}} -{"ref": "#% additional Physical Damage Reduction while affected by Herald of Purity", "better": 1, "id": "physical_damage_reduction_%_while_affected_by_herald_of_purity", "matchers": [{"string": "#% additional Physical Damage Reduction while affected by Herald of Purity", "negate": false}], "trade": {"ids": null}} -{"ref": "Herald of Agony has #% reduced Mana Reservation Efficiency", "better": 1, "id": "herald_of_agony_mana_reservation_efficiency_-2%_per_1", "matchers": [{"string": "Herald of Agony has #% reduced Mana Reservation Efficiency", "negate": false}, {"string": "Herald of Agony has #% increased Mana Reservation Efficiency", "negate": true}], "trade": {"ids": null}} -{"ref": "Herald of Agony has #% increased Mana Reservation Efficiency", "better": 1, "id": "herald_of_agony_mana_reservation_efficiency_+%", "matchers": [{"string": "Herald of Agony has #% increased Mana Reservation Efficiency", "negate": false}, {"string": "Herald of Agony has #% reduced Mana Reservation Efficiency", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Chaos Damage while affected by Herald of Agony", "better": 1, "id": "chaos_damage_+%_while_affected_by_herald_of_agony", "matchers": [{"string": "#% increased Chaos Damage while affected by Herald of Agony", "negate": false}, {"string": "#% reduced Chaos Damage while affected by Herald of Agony", "negate": true}], "trade": {"ids": null}} -{"ref": "Herald of Agony has #% increased Buff Effect", "better": 1, "id": "herald_of_agony_buff_effect_+%", "matchers": [{"string": "Herald of Agony has #% increased Buff Effect", "negate": false}, {"string": "Herald of Agony has #% reduced Buff Effect", "negate": true}], "trade": {"ids": null}} -{"ref": "Agony Crawler deals #% increased Damage", "better": 1, "id": "agony_crawler_damage_+%", "matchers": [{"string": "Agony Crawler deals #% increased Damage", "negate": false}, {"string": "Agony Crawler deals #% reduced Damage", "negate": true}], "trade": {"ids": null}} -{"ref": "+#% to Chaos Resistance while affected by Herald of Agony", "better": 1, "id": "chaos_damage_resistance_%_while_affected_by_herald_of_agony", "matchers": [{"string": "#% to Chaos Resistance while affected by Herald of Agony", "negate": false}], "trade": {"ids": null}} -{"ref": "Synthesised Rare Monsters drop an additional Currency Item", "better": 1, "id": "map_synthesised_rare_monster_drop_additional_currency", "matchers": [{"string": "Synthesised Rare Monsters drop an additional Currency Item", "negate": false}], "trade": {"ids": null}} -{"ref": "Synthesised Magic Monsters have #% chance to drop a Currency Item", "better": 1, "id": "map_synthesised_magic_monster_additional_currency_item_drop_chance_%", "matchers": [{"string": "Synthesised Magic Monsters have #% chance to drop a Currency Item", "negate": false}], "trade": {"ids": null}} -{"ref": "Synthesised Monsters have #% chance to drop a Currency Item", "better": 1, "id": "map_synthesised_monster_additional_currency_item_drop_chance_%", "matchers": [{"string": "Synthesised Monsters have #% chance to drop a Currency Item", "negate": false}], "trade": {"ids": null}} -{"ref": "Synthesised Rare Monsters drop an additional Quality Currency Item", "better": 1, "id": "map_synthesised_rare_monster_drop_additional_quality_currency", "matchers": [{"string": "Synthesised Rare Monsters drop an additional Quality Currency Item", "negate": false}], "trade": {"ids": null}} -{"ref": "Synthesised Magic Monsters have #% chance to drop a Quality Currency Item", "better": 1, "id": "map_synthesised_magic_monster_additional_quality_currency_item_drop_chance_%", "matchers": [{"string": "Synthesised Magic Monsters have #% chance to drop a Quality Currency Item", "negate": false}], "trade": {"ids": null}} -{"ref": "Synthesised Monsters have #% chance to drop a Quality Currency Item", "better": 1, "id": "map_synthesised_monster_additional_quality_currency_item_drop_chance_%", "matchers": [{"string": "Synthesised Monsters have #% chance to drop a Quality Currency Item", "negate": false}], "trade": {"ids": null}} -{"ref": "Synthesised Rare Monsters have #% increased chance to drop a Fractured Item", "better": 1, "id": "map_synthesised_rare_monster_fractured_item_drop_chance_+%", "matchers": [{"string": "Synthesised Rare Monsters have #% increased chance to drop a Fractured Item", "negate": false}], "trade": {"ids": null}} -{"ref": "Synthesised Magic Monsters have #% increased chance to drop a Fractured Item", "better": 1, "id": "map_synthesised_magic_monster_fractured_item_drop_chance_+%", "matchers": [{"string": "Synthesised Magic Monsters have #% increased chance to drop a Fractured Item", "negate": false}], "trade": {"ids": null}} -{"ref": "Synthesised Monsters have #% increased chance to drop a Fractured Item", "better": 1, "id": "map_synthesised_monster_fractured_item_drop_chance_+%", "matchers": [{"string": "Synthesised Monsters have #% increased chance to drop a Fractured Item", "negate": false}], "trade": {"ids": null}} -{"ref": "Items dropped by Synthesised Rare Monsters have #% chance to be Corrupted", "better": 1, "id": "map_synthesised_rare_monster_items_drop_corrupted_%", "matchers": [{"string": "Items dropped by Synthesised Rare Monsters have #% chance to be Corrupted", "negate": false}], "trade": {"ids": null}} -{"ref": "Items dropped by Synthesised Magic Monsters have #% chance to be Corrupted", "better": 1, "id": "map_synthesised_magic_monster_items_drop_corrupted_%", "matchers": [{"string": "Items dropped by Synthesised Magic Monsters have #% chance to be Corrupted", "negate": false}], "trade": {"ids": null}} -{"ref": "Items dropped by Synthesised Monsters have #% chance to be Corrupted", "better": 1, "id": "map_synthesised_monster_items_drop_corrupted_%", "matchers": [{"string": "Items dropped by Synthesised Monsters have #% chance to be Corrupted", "negate": false}], "trade": {"ids": null}} -{"ref": "Synthesised Rare Monsters have #% increased chance to drop a Map", "better": 1, "id": "map_synthesised_rare_monster_map_drop_chance_+%", "matchers": [{"string": "Synthesised Rare Monsters have #% increased chance to drop a Map", "negate": false}], "trade": {"ids": null}} -{"ref": "Synthesised Magic Monsters have #% increased chance to drop a Map", "better": 1, "id": "map_synthesised_magic_monster_map_drop_chance_+%", "matchers": [{"string": "Synthesised Magic Monsters have #% increased chance to drop a Map", "negate": false}], "trade": {"ids": null}} -{"ref": "Synthesised Monsters have #% increased chance to drop a Map", "better": 1, "id": "map_synthesised_monster_map_drop_chance_+%", "matchers": [{"string": "Synthesised Monsters have #% increased chance to drop a Map", "negate": false}], "trade": {"ids": null}} -{"ref": "Synthesised Rare Monsters have #% chance to drop a Divination Card", "better": 1, "id": "map_synthesised_rare_monster_additional_divination_card_drop_chance_%", "matchers": [{"string": "Synthesised Rare Monsters have #% chance to drop a Divination Card", "negate": false}], "trade": {"ids": null}} -{"ref": "Synthesised Magic Monsters have #% chance to drop a Divination Card", "better": 1, "id": "map_synthesised_magic_monster_additional_divination_card_drop_chance_%", "matchers": [{"string": "Synthesised Magic Monsters have #% chance to drop a Divination Card", "negate": false}], "trade": {"ids": null}} -{"ref": "Synthesised Monsters have #% chance to drop a Divination Card", "better": 1, "id": "map_synthesised_monster_additional_divination_card_drop_chance_%", "matchers": [{"string": "Synthesised Monsters have #% chance to drop a Divination Card", "negate": false}], "trade": {"ids": null}} -{"ref": "Synthesised Rare Monsters have #% increased chance to drop a Unique Item", "better": 1, "id": "map_synthesised_rare_monster_unique_item_drop_chance_+%", "matchers": [{"string": "Synthesised Rare Monsters have #% increased chance to drop a Unique Item", "negate": false}], "trade": {"ids": null}} -{"ref": "Synthesised Magic Monsters have #% increased chance to drop a Unique Item", "better": 1, "id": "map_synthesised_magic_monster_unique_item_drop_chance_+%", "matchers": [{"string": "Synthesised Magic Monsters have #% increased chance to drop a Unique Item", "negate": false}], "trade": {"ids": null}} -{"ref": "Synthesised Monsters have #% increased chance to drop a Unique Item", "better": 1, "id": "map_synthesised_monster_unique_item_drop_chance_+%", "matchers": [{"string": "Synthesised Monsters have #% increased chance to drop a Unique Item", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Quantity of Items Dropped by Synthesised Rare Monsters", "better": 1, "id": "map_synthesised_rare_monster_dropped_item_quantity_+%", "matchers": [{"string": "#% increased Quantity of Items Dropped by Synthesised Rare Monsters", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Quantity of Items Dropped by Synthesised Magic Monsters", "better": 1, "id": "map_synthesised_magic_monster_dropped_item_quantity_+%", "matchers": [{"string": "#% increased Quantity of Items Dropped by Synthesised Magic Monsters", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Quantity of Items Dropped by Synthesised Monsters", "better": 1, "id": "map_synthesised_monster_dropped_item_quantity_+%", "matchers": [{"string": "#% increased Quantity of Items Dropped by Synthesised Monsters", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Rarity of Items Dropped by Synthesised Rare Monsters", "better": 1, "id": "map_synthesised_rare_monster_dropped_item_rarity_+%", "matchers": [{"string": "#% increased Rarity of Items Dropped by Synthesised Rare Monsters", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Rarity of Items Dropped by Synthesised Magic Monsters", "better": 1, "id": "map_synthesised_magic_monster_dropped_item_rarity_+%", "matchers": [{"string": "#% increased Rarity of Items Dropped by Synthesised Magic Monsters", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Rarity of Items Dropped by Synthesised Monsters", "better": 1, "id": "map_synthesised_monster_dropped_item_rarity_+%", "matchers": [{"string": "#% increased Rarity of Items Dropped by Synthesised Monsters", "negate": false}], "trade": {"ids": null}} -{"ref": "Synthesised Rare Monsters grant #% increased Experience", "better": 1, "id": "map_synthesised_rare_monster_slain_experience_+%", "matchers": [{"string": "Synthesised Rare Monsters grant #% increased Experience", "negate": false}], "trade": {"ids": null}} -{"ref": "Synthesised Magic Monsters grant #% increased Experience", "better": 1, "id": "map_synthesised_magic_monster_slain_experience_+%", "matchers": [{"string": "Synthesised Magic Monsters grant #% increased Experience", "negate": false}], "trade": {"ids": null}} -{"ref": "Synthesised Monsters grant #% increased Experience", "better": 1, "id": "map_synthesised_monster_slain_experience_+%", "matchers": [{"string": "Synthesised Monsters grant #% increased Experience", "negate": false}], "trade": {"ids": null}} -{"ref": "Synthesised Rare Monsters drop an additional Currency Shard", "better": 1, "id": "map_synthesised_rare_monster_drop_additional_currency_shard", "matchers": [{"string": "Synthesised Rare Monsters drop an additional Currency Shard", "negate": false}], "trade": {"ids": null}} -{"ref": "Synthesised Magic Monsters have #% chance to drop a Currency Shard", "better": 1, "id": "map_synthesised_magic_monster_additional_currency_shard_drop_chance_%", "matchers": [{"string": "Synthesised Magic Monsters have #% chance to drop a Currency Shard", "negate": false}], "trade": {"ids": null}} -{"ref": "Synthesised Monsters have #% chance to drop a Currency Shard", "better": 1, "id": "map_synthesised_monster_additional_currency_shard_drop_chance_%", "matchers": [{"string": "Synthesised Monsters have #% chance to drop a Currency Shard", "negate": false}], "trade": {"ids": null}} -{"ref": "Synthesised Rare Monsters have #% chance to drop a Shaper Item", "better": 1, "id": "map_synthesised_rare_monster_additional_shaper_item_drop_chance_%", "matchers": [{"string": "Synthesised Rare Monsters have #% chance to drop a Shaper Item", "negate": false}], "trade": {"ids": null}} -{"ref": "Synthesised Magic Monsters have #% chance to drop a Shaper Item", "better": 1, "id": "map_synthesised_magic_monster_additional_shaper_item_drop_chance_%", "matchers": [{"string": "Synthesised Magic Monsters have #% chance to drop a Shaper Item", "negate": false}], "trade": {"ids": null}} -{"ref": "Synthesised Monsters have #% chance to drop a Shaper Item", "better": 1, "id": "map_synthesised_monster_additional_shaper_item_drop_chance_%", "matchers": [{"string": "Synthesised Monsters have #% chance to drop a Shaper Item", "negate": false}], "trade": {"ids": null}} -{"ref": "Synthesised Rare Monsters have #% chance to drop an Elder Item", "better": 1, "id": "map_synthesised_rare_monster_additional_elder_item_drop_chance_%", "matchers": [{"string": "Synthesised Rare Monsters have #% chance to drop an Elder Item", "negate": false}], "trade": {"ids": null}} -{"ref": "Synthesised Magic Monsters have #% chance to drop an Elder Item", "better": 1, "id": "map_synthesised_magic_monster_additional_elder_item_drop_chance_%", "matchers": [{"string": "Synthesised Magic Monsters have #% chance to drop an Elder Item", "negate": false}], "trade": {"ids": null}} -{"ref": "Synthesised Monsters have #% chance to drop an Elder Item", "better": 1, "id": "map_synthesised_monster_additional_elder_item_drop_chance_%", "matchers": [{"string": "Synthesised Monsters have #% chance to drop an Elder Item", "negate": false}], "trade": {"ids": null}} -{"ref": "Synthesised Rare Monsters drop an additional Breach Splinter", "better": 1, "id": "map_synthesised_rare_monster_drop_additional_breach_splinter", "matchers": [{"string": "Synthesised Rare Monsters drop an additional Breach Splinter", "negate": false}], "trade": {"ids": null}} -{"ref": "Synthesised Magic Monsters have #% chance to drop a Breach Splinter", "better": 1, "id": "map_synthesised_magic_monster_additional_breach_splinter_drop_chance_%", "matchers": [{"string": "Synthesised Magic Monsters have #% chance to drop a Breach Splinter", "negate": false}], "trade": {"ids": null}} -{"ref": "Synthesised Monsters have #% chance to drop a Breach Splinter", "better": 1, "id": "map_synthesised_monster_additional_breach_splinter_drop_chance_%", "matchers": [{"string": "Synthesised Monsters have #% chance to drop a Breach Splinter", "negate": false}], "trade": {"ids": null}} -{"ref": "Synthesised Rare Monsters have #% chance to drop a Fossil", "better": 1, "id": "map_synthesised_rare_monster_additional_fossil_drop_chance_%", "matchers": [{"string": "Synthesised Rare Monsters have #% chance to drop a Fossil", "negate": false}], "trade": {"ids": null}} -{"ref": "Synthesised Magic Monsters have #% chance to drop a Fossil", "better": 1, "id": "map_synthesised_magic_monster_additional_fossil_drop_chance_%", "matchers": [{"string": "Synthesised Magic Monsters have #% chance to drop a Fossil", "negate": false}], "trade": {"ids": null}} -{"ref": "Synthesised Monsters have #% chance to drop a Fossil", "better": 1, "id": "map_synthesised_monster_additional_fossil_drop_chance_%", "matchers": [{"string": "Synthesised Monsters have #% chance to drop a Fossil", "negate": false}], "trade": {"ids": null}} -{"ref": "Synthesised Rare Monsters have #% chance to drop a Jewel", "better": 1, "id": "map_synthesised_rare_monster_additional_jewel_drop_chance_%", "matchers": [{"string": "Synthesised Rare Monsters have #% chance to drop a Jewel", "negate": false}], "trade": {"ids": null}} -{"ref": "Synthesised Rare Monsters have #% chance to drop an Abyss Jewel", "better": 1, "id": "map_synthesised_rare_monster_additional_abyss_jewel_drop_chance_%", "matchers": [{"string": "Synthesised Rare Monsters have #% chance to drop an Abyss Jewel", "negate": false}], "trade": {"ids": null}} -{"ref": "Synthesised Rare Monsters have #% chance to drop a Map", "better": 1, "id": "map_synthesised_rare_monster_additional_map_drop_chance_%", "matchers": [{"string": "Synthesised Rare Monsters have #% chance to drop a Map", "negate": false}], "trade": {"ids": null}} -{"ref": "Synthesised Rare Monsters have #% chance to drop a Talisman", "better": 1, "id": "map_synthesised_rare_monster_additional_talisman_drop_chance_%", "matchers": [{"string": "Synthesised Rare Monsters have #% chance to drop a Talisman", "negate": false}], "trade": {"ids": null}} -{"ref": "Synthesised Rare Monsters have #% chance to drop an Essence", "better": 1, "id": "map_synthesised_rare_monster_additional_essence_drop_chance_%", "matchers": [{"string": "Synthesised Rare Monsters have #% chance to drop an Essence", "negate": false}], "trade": {"ids": null}} -{"ref": "Synthesised Rare Monsters have a #% chance to resurrect as an Ally when slain", "better": 1, "id": "map_synthesised_rare_monster_resurrect_as_ally_chance_%", "matchers": [{"string": "Synthesised Rare Monsters have a #% chance to resurrect as an Ally when slain", "negate": false}], "trade": {"ids": null}} -{"ref": "When a Player Kills a Synthesised Rare Monster, they have #% chance to gain its Modifiers for 20 seconds", "better": 1, "id": "map_synthesised_rare_monster_gives_mods_to_killer_chance_%", "matchers": [{"string": "When a Player Kills a Synthesised Rare Monster, they have #% chance to gain its Modifiers for 20 seconds", "negate": false}], "trade": {"ids": null}} -{"ref": "Synthesised Rare Monsters have #% chance to drop a Vaal Fragment", "better": 1, "id": "map_synthesised_rare_monster_additional_vaal_fragment_drop_chance_%", "matchers": [{"string": "Synthesised Rare Monsters have #% chance to drop a Vaal Fragment", "negate": false}], "trade": {"ids": null}} -{"ref": "Synthesised Rare Monsters have #% chance to drop a Veiled Item", "better": 1, "id": "map_synthesised_rare_monster_additional_veiled_item_drop_chance_%", "matchers": [{"string": "Synthesised Rare Monsters have #% chance to drop a Veiled Item", "negate": false}], "trade": {"ids": null}} -{"ref": "Duplicate up to # Synthesised Rare Monsters", "better": 1, "id": "map_duplicate_x_synthesised_rare_monsters", "matchers": [{"string": "Duplicate up to # Synthesised Rare Monsters", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance for Synthesised Packs to be upgraded to Magic", "better": 1, "id": "map_upgrade_synthesised_pack_to_magic_%_chance", "matchers": [{"string": "#% chance for Synthesised Packs to be upgraded to Magic", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance for Synthesised Packs to be upgraded to Rare", "better": 1, "id": "map_upgrade_synthesised_pack_to_rare_%_chance", "matchers": [{"string": "#% chance for Synthesised Packs to be upgraded to Rare", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance for Synthesised Rare Packs to have an additional Rare Monster", "better": 1, "id": "map_additional_rare_in_synthesised_rare_pack_%_chance", "matchers": [{"string": "#% chance for Synthesised Rare Packs to have an additional Rare Monster", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Size of Synthesised Monster Packs", "better": 1, "id": "map_synthesised_monster_pack_size_+%", "matchers": [{"string": "#% increased Size of Synthesised Monster Packs", "negate": false}], "trade": {"ids": null}} -{"ref": "Doubles the values of Memory Modifiers affecting Memories placed on this location", "better": 1, "id": "synthesis_map_global_mod_values_doubled_on_this_node", "matchers": [{"string": "Doubles the values of Memory Modifiers affecting Memories placed on this location", "negate": false}], "trade": {"ids": null}} -{"ref": "Triples the values of Global Mods affecting Memories placed on this location", "better": 1, "id": "synthesis_map_global_mod_values_tripled_on_this_node", "matchers": [{"string": "Triples the values of Global Mods affecting Memories placed on this location", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Experience from Monsters Slain in Memories placed on this Location", "better": 1, "id": "synthesis_map_monster_slain_experience_+%_on_this_node", "matchers": [{"string": "#% increased Experience from Monsters Slain in Memories placed on this Location", "negate": false}, {"string": "#% reduced Experience from Monsters Slain in Memories placed on this Location", "negate": true}], "trade": {"ids": null}} -{"ref": "Memories at this location do not collapse", "better": 1, "id": "synthesis_map_memories_do_not_collapse_on_this_node", "matchers": [{"string": "Memories at this location do not collapse", "negate": false}], "trade": {"ids": null}} -{"ref": "Allow for memories at or adjacent to this location have BONUS", "better": 1, "id": "synthesis_map_nearby_memories_have_bonus", "matchers": [{"string": "Allow for memories at or adjacent to this location have BONUS", "negate": false}], "trade": {"ids": null}} -{"ref": "Area contains # additional Synthesised Chest which contains Normal Monsters", "better": 1, "id": "map_synthesis_spawn_additional_normal_ambush_chest", "matchers": [{"string": "Area contains # additional Synthesised Chest which contains Normal Monsters", "negate": false}], "trade": {"ids": null}} -{"ref": "Area contains # additional Synthesised Chest which contains Magic Monsters", "better": 1, "id": "map_synthesis_spawn_additional_magic_ambush_chest", "matchers": [{"string": "Area contains # additional Synthesised Chest which contains Magic Monsters", "negate": false}], "trade": {"ids": null}} -{"ref": "Area contains # additional Synthesised Chest which contains Rare Monsters", "better": 1, "id": "map_synthesis_spawn_additional_rare_ambush_chest", "matchers": [{"string": "Area contains # additional Synthesised Chest which contains Rare Monsters", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Skill Effect Duration while affected by Malevolence", "better": 1, "id": "skill_effect_duration_+%_while_affected_by_malevolence", "matchers": [{"string": "#% increased Skill Effect Duration while affected by Malevolence", "negate": false}, {"string": "#% reduced Skill Effect Duration while affected by Malevolence", "negate": true}], "trade": {"ids": null}} -{"ref": "+#% to Damage over Time Multiplier while affected by Malevolence", "better": 1, "id": "dot_multiplier_+_while_affected_by_malevolence", "matchers": [{"string": "#% to Damage over Time Multiplier while affected by Malevolence", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Recovery rate of Life and Energy Shield while affected by Malevolence", "better": 1, "id": "life_and_energy_shield_recovery_rate_+%_while_affected_by_malevolence", "matchers": [{"string": "#% increased Recovery rate of Life and Energy Shield while affected by Malevolence", "negate": false}, {"string": "#% reduced Recovery rate of Life and Energy Shield while affected by Malevolence", "negate": true}], "trade": {"ids": null}} -{"ref": "Unaffected by Poison while affected by Malevolence", "better": 1, "id": "unaffected_by_poison_while_affected_by_malevolence", "matchers": [{"string": "Unaffected by Poison while affected by Malevolence", "negate": false}], "trade": {"ids": null}} -{"ref": "Unaffected by Bleeding while affected by Malevolence", "better": 1, "id": "unaffected_by_bleeding_while_affected_by_malevolence", "matchers": [{"string": "Unaffected by Bleeding while affected by Malevolence", "negate": false}], "trade": {"ids": null}} -{"ref": "Damaging Ailments you inflict deal Damage #% faster while affected by Malevolence", "better": 1, "id": "your_ailments_deal_damage_faster_%_while_affected_by_malevolence", "matchers": [{"string": "Damaging Ailments you inflict deal Damage #% faster while affected by Malevolence", "negate": false}], "trade": {"ids": null}} -{"ref": "Critical Hits Penetrate #% of Enemy Elemental Resistances while affected by Zealotry", "better": 1, "id": "critical_strikes_penetrates_%_elemental_resistances_while_affected_by_zealotry", "matchers": [{"string": "Critical Hits Penetrate #% of Enemy Elemental Resistances while affected by Zealotry", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Cast Speed while affected by Zealotry", "better": 1, "id": "cast_speed_+%_while_affected_by_zealotry", "matchers": [{"string": "#% increased Cast Speed while affected by Zealotry", "negate": false}, {"string": "#% increased Cast Speed while affected by Zealotry", "negate": true}], "trade": {"ids": null}} -{"ref": "Effects of Consecrated Ground you create while affected by Zealotry Linger for # seconds", "better": 1, "id": "consecrated_ground_effect_lingers_for_ms_after_leaving_the_area_while_affected_by_zealotry", "matchers": [{"string": "Effects of Consecrated Ground you create while affected by Zealotry Linger for # seconds", "negate": false}], "trade": {"ids": null}} -{"ref": "Consecrated Ground you create while affected by Zealotry causes enemies to take #% increased Damage", "better": 1, "id": "consecrated_ground_enemy_damage_taken_+%_while_affected_by_zealotry", "matchers": [{"string": "Consecrated Ground you create while affected by Zealotry causes enemies to take #% increased Damage", "negate": false}, {"string": "Consecrated Ground you create while affected by Zealotry causes enemies to take #% reduced Damage", "negate": true}], "trade": {"ids": null}} -{"ref": "Gain Arcane Surge for 4 seconds when you create Consecrated Ground while affected by Zealotry", "better": 1, "id": "gain_arcane_surge_for_4_seconds_when_you_create_consecrated_ground_while_affected_by_zealotry", "matchers": [{"string": "Gain Arcane Surge for 4 seconds when you create Consecrated Ground while affected by Zealotry", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Critical Hit Chance against Enemies on Consecrated Ground while affected by Zealotry", "better": 1, "id": "critical_strike_chance_+%_against_enemies_on_consecrated_ground_while_affected_by_zealotry", "matchers": [{"string": "#% increased Critical Hit Chance against Enemies on Consecrated Ground while affected by Zealotry", "negate": false}], "trade": {"ids": null}} -{"ref": "Memories placed on this location are unaffected by Global Mods", "better": 1, "id": "synthesis_map_node_grants_no_global_mod", "matchers": [{"string": "Memories placed on this location are unaffected by Global Mods", "negate": false}], "trade": {"ids": null}} -{"ref": "Doubles the values of Global Mods affecting Memories placed next to this Location", "better": 1, "id": "synthesis_map_adjacent_nodes_global_mod_values_doubled", "matchers": [{"string": "Doubles the values of Global Mods affecting Memories placed next to this Location", "negate": false}], "trade": {"ids": null}} -{"ref": "Memories placed on this location can be run an additional time before Decaying", "better": 1, "id": "synthesis_map_node_additional_uses_+", "matchers": [{"string": "Memories placed on this location can be run an additional time before Decaying", "negate": false}], "trade": {"ids": null}} -{"ref": "Memories placed on this location are # Level Higher", "better": 1, "id": "synthesis_map_node_level_+", "matchers": [{"string": "Memories placed on this location are # Level Higher", "negate": false}], "trade": {"ids": null}} -{"ref": "Monsters Slain within Memories placed on this location drop no Items", "better": 1, "id": "synthesis_map_node_monsters_drop_no_items", "matchers": [{"string": "Monsters Slain within Memories placed on this location drop no Items", "negate": false}], "trade": {"ids": null}} -{"ref": "Doubles bonuses to Quantity of Items Found in Memories placed on this location", "better": 1, "id": "synthesis_map_node_item_quantity_increases_doubled", "matchers": [{"string": "Doubles bonuses to Quantity of Items Found in Memories placed on this location", "negate": false}], "trade": {"ids": null}} -{"ref": "Doubles bonuses to Rarity of Items Found in Memories placed on this location", "better": 1, "id": "synthesis_map_node_item_rarity_increases_doubled", "matchers": [{"string": "Doubles bonuses to Rarity of Items Found in Memories placed on this location", "negate": false}], "trade": {"ids": null}} -{"ref": "Doubles bonuses to Monster Pack Size in Memories placed on this location", "better": 1, "id": "synthesis_map_node_pack_size_increases_doubled", "matchers": [{"string": "Doubles bonuses to Monster Pack Size in Memories placed on this location", "negate": false}], "trade": {"ids": null}} -{"ref": "Applies a Memory Modifier to Memories placed on or next to this location", "better": 1, "id": "synthesis_map_node_grants_additional_global_mod", "matchers": [{"string": "Applies a Memory Modifier to Memories placed on or next to this location", "negate": false}], "trade": {"ids": null}} -{"ref": "Guest Monsters within Memories placed on this location are replaced by Synthesised Monsters", "better": 1, "id": "synthesis_map_node_guest_monsters_replaced_by_synthesised_monsters", "matchers": [{"string": "Guest Monsters within Memories placed on this location are replaced by Synthesised Monsters", "negate": false}], "trade": {"ids": null}} -{"ref": "Triples the values of Global Mods affecting Memories placed on this location, if all adjacent locations have Memories", "better": 1, "id": "synthesis_map_node_global_mod_values_tripled_if_adjacent_squares_have_memories", "matchers": [{"string": "Triples the values of Global Mods affecting Memories placed on this location, if all adjacent locations have Memories", "negate": false}], "trade": {"ids": null}} -{"ref": "Area contains additional waves of Ghosts", "better": 1, "id": "map_cowards_trial_extra_ghosts", "matchers": [{"string": "Area contains additional waves of Ghosts", "negate": false}], "trade": {"ids": null}} -{"ref": "Area contains additional waves of Phantasms", "better": 1, "id": "map_cowards_trial_extra_phantasms", "matchers": [{"string": "Area contains additional waves of Phantasms", "negate": false}], "trade": {"ids": null}} -{"ref": "Area contains additional waves of Zombies", "better": 1, "id": "map_cowards_trial_extra_zombies", "matchers": [{"string": "Area contains additional waves of Zombies", "negate": false}], "trade": {"ids": null}} -{"ref": "Area contains additional waves of Raging Spirits", "better": 1, "id": "map_cowards_trial_extra_raging_spirits", "matchers": [{"string": "Area contains additional waves of Raging Spirits", "negate": false}], "trade": {"ids": null}} -{"ref": "Area contains additional waves of Bone Rhoas", "better": 1, "id": "map_cowards_trial_extra_rhoas", "matchers": [{"string": "Area contains additional waves of Bone Rhoas", "negate": false}], "trade": {"ids": null}} -{"ref": "Area contains additional waves of Oriathan Zombies", "better": 1, "id": "map_cowards_trial_extra_oriath_citizens", "matchers": [{"string": "Area contains additional waves of Oriathan Zombies", "negate": false}], "trade": {"ids": null}} -{"ref": "Area contains additional waves of Ravager Maws", "better": 1, "id": "map_cowards_trial_extra_skeleton_cannons", "matchers": [{"string": "Area contains additional waves of Ravager Maws", "negate": false}], "trade": {"ids": null}} -{"ref": "Bathed in the blood of # sacrificed in the name of Xibaqua\\nPassives in radius are Conquered by the Vaal", "better": 1, "id": "local_unique_jewel_alternate_tree_version", "matchers": [{"string": "Bathed in the blood of # sacrificed in the name of Xibaqua\\nPassives in radius are Conquered by the Vaal", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Totem Damage per 10 Devotion", "better": 1, "id": "totem_damage_+%_per_10_devotion", "matchers": [{"string": "#% increased Totem Damage per 10 Devotion", "negate": false}, {"string": "#% reduced Totem Damage per 10 Devotion", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Brand Damage per 10 Devotion", "better": 1, "id": "sigil_damage_+%_per_10_devotion", "matchers": [{"string": "#% increased Brand Damage per 10 Devotion", "negate": false}, {"string": "#% reduced Brand Damage per 10 Devotion", "negate": true}], "trade": {"ids": null}} -{"ref": "Channelling Skills deal #% increased Damage per 10 Devotion", "better": 1, "id": "channelled_skill_damage_+%_per_10_devotion", "matchers": [{"string": "Channelling Skills deal #% increased Damage per 10 Devotion", "negate": false}, {"string": "Channelling Skills deal #% reduced Damage per 10 Devotion", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Area Damage per 10 Devotion", "better": 1, "id": "area_damage_+%_per_10_devotion", "matchers": [{"string": "#% increased Area Damage per 10 Devotion", "negate": false}, {"string": "#% reduced Area Damage per 10 Devotion", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Elemental Damage per 10 Devotion", "better": 1, "id": "elemental_damage_+%_per_10_devotion", "matchers": [{"string": "#% increased Elemental Damage per 10 Devotion", "negate": false}, {"string": "#% reduced Elemental Damage per 10 Devotion", "negate": true}], "trade": {"ids": null}} -{"ref": "+#% to all Elemental Resistances per 10 Devotion", "better": 1, "id": "elemental_resistance_%_per_10_devotion", "matchers": [{"string": "#% to all Elemental Resistances per 10 Devotion", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Magnitude of Non-Damaging Ailments you inflict per 10 Devotion", "better": 1, "id": "non_damaging_ailment_effect_+%_per_10_devotion", "matchers": [{"string": "#% increased Magnitude of Non-Damaging Ailments you inflict per 10 Devotion", "negate": false}, {"string": "#% reduced Magnitude of Non-Damaging Ailments you inflict per 10 Devotion", "negate": true}], "trade": {"ids": null}} -{"ref": "#% reduced Elemental Ailment Duration on you per 10 Devotion", "better": 1, "id": "self_elemental_status_duration_-%_per_10_devotion", "matchers": [{"string": "#% reduced Elemental Ailment Duration on you per 10 Devotion", "negate": false}, {"string": "#% increased Elemental Ailment Duration on you per 10 Devotion", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Duration of Curses on you per 10 Devotion", "better": 1, "id": "self_curse_duration_+%_per_10_devotion", "matchers": [{"string": "#% increased Duration of Curses on you per 10 Devotion", "negate": false}, {"string": "#% reduced Duration of Curses on you per 10 Devotion", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Minion Attack and Cast Speed per 10 Devotion", "better": 1, "id": "minion_attack_and_cast_speed_+%_per_10_devotion", "matchers": [{"string": "#% increased Minion Attack and Cast Speed per 10 Devotion", "negate": false}, {"string": "#% reduced Minion Attack and Cast Speed per 10 Devotion", "negate": true}], "trade": {"ids": null}} -{"ref": "Minions have +# to Accuracy Rating per 10 Devotion", "better": 1, "id": "minion_accuracy_rating_per_10_devotion", "matchers": [{"string": "Minions have +# to Accuracy Rating per 10 Devotion", "negate": false}], "trade": {"ids": null}} -{"ref": "Regenerate # Mana per Second per 10 Devotion", "better": 1, "id": "mana_regeneration_rate_per_minute_per_10_devotion", "matchers": [{"string": "Regenerate # Mana per Second per 10 Devotion", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Mana Cost of Skills per 10 Devotion", "better": 1, "id": "mana_cost_+%_per_10_devotion", "matchers": [{"string": "#% increased Mana Cost of Skills per 10 Devotion", "negate": false}, {"string": "#% reduced Mana Cost of Skills per 10 Devotion", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased effect of Non-Curse Auras per 10 Devotion", "better": 1, "id": "non_curse_aura_effect_+%_per_10_devotion", "matchers": [{"string": "#% increased effect of Non-Curse Auras per 10 Devotion", "negate": false}, {"string": "#% reduced effect of Non-Curse Auras per 10 Devotion", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Defences from Equipped Shield per 10 Devotion", "better": 1, "id": "shield_defences_+%_per_10_devotion", "matchers": [{"string": "#% increased Defences from Equipped Shield per 10 Devotion", "negate": false}, {"string": "#% reduced Defences from Equipped Shield per 10 Devotion", "negate": true}], "trade": {"ids": null}} -{"ref": "Resilient to Fire Towers", "better": 1, "id": "is_blight_fire_monster", "matchers": [{"string": "Resilient to Fire Towers", "negate": false}], "trade": {"ids": null}} -{"ref": "Resilient to Cold Towers", "better": 1, "id": "is_blight_cold_monster", "matchers": [{"string": "Resilient to Cold Towers", "negate": false}], "trade": {"ids": null}} -{"ref": "Resilient to Lightning Towers", "better": 1, "id": "is_blight_lightning_monster", "matchers": [{"string": "Resilient to Lightning Towers", "negate": false}], "trade": {"ids": null}} -{"ref": "Resilient to Physical Towers", "better": 1, "id": "is_blight_physical_monster", "matchers": [{"string": "Resilient to Physical Towers", "negate": false}], "trade": {"ids": null}} -{"ref": "Ignores Summoning Towers", "better": 1, "id": "is_blight_chaos_monster", "matchers": [{"string": "Ignores Summoning Towers", "negate": false}], "trade": {"ids": null}} -{"ref": "Natural inhabitants of this area have been removed", "better": 1, "id": "map_nuke_everything", "matchers": [{"string": "Natural inhabitants of this area have been removed", "negate": false}], "trade": {"ids": null}} -{"ref": "Allocates #", "better": 1, "id": "mod_granted_passive_hash", "matchers": [{"string": "Allocates #", "negate": false}], "trade": {"ids": {"enchant": ["enchant.stat_2954116742"]}}} -{"ref": "Allocates #", "better": 1, "id": "mod_granted_passive_hash_2", "matchers": [{"string": "Allocates #", "negate": false}], "trade": {"ids": {"enchant": ["enchant.stat_2954116742"]}}} -{"ref": "Allocates #", "better": 1, "id": "mod_granted_passive_hash_3", "matchers": [{"string": "Allocates #", "negate": false}], "trade": {"ids": {"enchant": ["enchant.stat_2954116742"]}}} -{"ref": "Allocates #", "better": 1, "id": "mod_granted_passive_hash_4", "matchers": [{"string": "Allocates #", "negate": false}], "trade": {"ids": {"enchant": ["enchant.stat_2954116742"]}}} -{"ref": "Areas contain additional Metamorph monsters", "better": 1, "id": "map_metamorphosis_league", "matchers": [{"string": "Areas contain additional Metamorph monsters", "negate": false}], "trade": {"ids": null}} -{"ref": "Map is occupied by The Enslaver", "better": 1, "id": "map_elder_boss_variation", "matchers": [{"string": "Map is occupied by The Enslaver", "negate": false}], "trade": {"ids": null}} -{"ref": "Map contains Baran's Citadel\\nItem Quantity increases amount of Rewards Baran drops by 20% of its value", "better": 1, "id": "map_contains_citadel", "matchers": [{"string": "Map contains Baran's Citadel\\nItem Quantity increases amount of Rewards Baran drops by 20% of its value", "negate": false}], "trade": {"ids": null}} -{"ref": "Map has # additional random Modifier", "better": 1, "id": "map_adds_X_extra_synthesis_mods", "matchers": [{"string": "Map has # additional random Modifier", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_588512487"]}}} -{"ref": "Map has # additional Synthesis Global Modifier", "better": 1, "id": "map_adds_X_extra_synthesis_special_mods", "matchers": [{"string": "Map has # additional Synthesis Global Modifier", "negate": false}], "trade": {"ids": null}} -{"ref": "Nova Spells have #% more Area of Effect", "better": 1, "id": "local_ring_nova_spells_area_of_effect_+%_final", "matchers": [{"string": "Nova Spells have #% more Area of Effect", "negate": false}, {"string": "Nova Spells have #% less Area of Effect", "negate": true}], "trade": {"ids": null}} -{"ref": "#% more Attack Speed", "better": 1, "id": "local_ring_attack_speed_+%_final", "matchers": [{"string": "#% more Attack Speed", "negate": false}, {"string": "#% less Attack Speed", "negate": true}], "trade": {"ids": null}} -{"ref": "Delirium Reward Type: #", "better": 1, "id": "map_endgame_affliction_reward_1", "matchers": [{"string": "Delirium Reward Type: #", "negate": false}], "trade": {"ids": null}} -{"ref": "Delirium Reward Type: #", "better": 1, "id": "map_endgame_affliction_reward_2", "matchers": [{"string": "Delirium Reward Type: #", "negate": false}], "trade": {"ids": null}} -{"ref": "Delirium Reward Type: #", "better": 1, "id": "map_endgame_affliction_reward_3", "matchers": [{"string": "Delirium Reward Type: #", "negate": false}], "trade": {"ids": null}} -{"ref": "Delirium Reward Type: #", "better": 1, "id": "map_endgame_affliction_reward_4", "matchers": [{"string": "Delirium Reward Type: #", "negate": false}], "trade": {"ids": null}} -{"ref": "Delirium Reward Type: #", "better": 1, "id": "map_endgame_affliction_reward_5", "matchers": [{"string": "Delirium Reward Type: #", "negate": false}], "trade": {"ids": null}} -{"ref": "Delirium Reward Type: #", "better": 1, "id": "map_endgame_affliction_reward_6", "matchers": [{"string": "Delirium Reward Type: #", "negate": false}], "trade": {"ids": null}} -{"ref": "Delirium Reward Type: #", "better": 1, "id": "map_endgame_affliction_reward_7", "matchers": [{"string": "Delirium Reward Type: #", "negate": false}], "trade": {"ids": null}} -{"ref": "Delirium Reward Type: #", "better": 1, "id": "map_endgame_affliction_reward_8", "matchers": [{"string": "Delirium Reward Type: #", "negate": false}], "trade": {"ids": null}} -{"ref": "Delirium Reward Type: #", "better": 1, "id": "map_endgame_affliction_reward_9", "matchers": [{"string": "Delirium Reward Type: #", "negate": false}], "trade": {"ids": null}} -{"ref": "All Monster Damage from Hits always Ignites", "better": 1, "id": "map_monsters_always_ignite", "matchers": [{"string": "All Monster Damage from Hits always Ignites", "negate": false}], "trade": {"ids": null}} -{"ref": "All Damage from Monsters' Hits Contributes to Chill Magnitude", "better": 1, "id": "map_monsters_all_damage_can_chill", "matchers": [{"string": "All Damage from Monsters' Hits Contributes to Chill Magnitude", "negate": false}], "trade": {"ids": null}} -{"ref": "All Damage from Monsters' Hits Contributes to Shock Chance", "better": 1, "id": "map_monsters_all_damage_can_shock", "matchers": [{"string": "All Damage from Monsters' Hits Contributes to Shock Chance", "negate": false}], "trade": {"ids": null}} -{"ref": "Monsters have #% chance to inflict Brittle", "better": 1, "id": "map_monsters_chance_to_inflict_brittle_%", "matchers": [{"string": "Monsters have #% chance to inflict Brittle", "negate": false}], "trade": {"ids": null}} -{"ref": "Monsters have #% chance to inflict Scorch", "better": 1, "id": "map_monsters_chance_to_scorch_%", "matchers": [{"string": "Monsters have #% chance to inflict Scorch", "negate": false}], "trade": {"ids": null}} -{"ref": "Monsters have #% chance to inflict Sapped", "better": 1, "id": "map_monsters_chance_to_inflict_sapped_%", "matchers": [{"string": "Monsters have #% chance to inflict Sapped", "negate": false}], "trade": {"ids": null}} -{"ref": "Monsters' skills Chain # additional times", "better": 1, "id": "map_monster_skills_chain_X_additional_times", "matchers": [{"string": "Monsters' skills Chain # additional times", "negate": false}], "trade": {"ids": null}} -{"ref": "Monsters deal #% of Physical Damage as Extra Cold", "better": 1, "id": "map_monsters_%_physical_damage_to_gain_as_cold", "matchers": [{"string": "Monsters deal #% of Physical Damage as Extra Cold", "negate": false}], "trade": {"ids": null}} -{"ref": "Monsters deal #% of Physical Damage as Extra Chaos", "better": 1, "id": "map_monsters_%_physical_damage_to_gain_as_chaos", "matchers": [{"string": "Monsters deal #% of Physical Damage as Extra Chaos", "negate": false}], "trade": {"ids": null}} -{"ref": "Monsters Overwhelm #% Physical Damage Reduction", "better": 1, "id": "map_monsters_enemy_phys_reduction_%_penalty_vs_hit", "matchers": [{"string": "Monsters Overwhelm #% Physical Damage Reduction", "negate": false}], "trade": {"ids": null}} -{"ref": "Monsters have #% chance to Impale with Attacks", "better": 1, "id": "map_monsters_chance_to_impale_%", "matchers": [{"string": "Monsters have #% chance to Impale with Attacks", "negate": false}], "trade": {"ids": null}} -{"ref": "Monsters have a #% chance to cause Elemental Ailments on Hit", "better": 1, "id": "map_monsters_%_chance_to_inflict_status_ailments", "matchers": [{"string": "Monsters have a #% chance to cause Elemental Ailments on Hit", "negate": false}], "trade": {"ids": null}} -{"ref": "Monsters remove #% of Mana on hit", "better": 1, "id": "map_monsters_remove_%_of_mana_on_hit", "matchers": [{"string": "Monsters remove #% of Mana on hit", "negate": false}], "trade": {"ids": null}} -{"ref": "Monsters have #% chance to remove a Flask Charge on Hit", "better": 1, "id": "map_monsters_remove_enemy_flask_charge_on_hit_%_chance", "matchers": [{"string": "Monsters have #% chance to remove a Flask Charge on Hit", "negate": false}], "trade": {"ids": null}} -{"ref": "Monsters have #% chance to remove Charges on Hit", "better": 1, "id": "map_monsters_remove_charges_on_hit_%", "matchers": [{"string": "Monsters have #% chance to remove Charges on Hit", "negate": false}], "trade": {"ids": null}} -{"ref": "+# to Level of dropped Reward Items", "better": 1, "id": "map_simulacrum_reward_level_+", "matchers": [{"string": "# to Level of dropped Reward Items", "negate": false}], "trade": {"ids": null}} -{"ref": "Does not consume Sextant Uses", "better": 1, "id": "map_doesnt_consume_sextant_use", "matchers": [{"string": "Does not consume Sextant Uses", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to not consume Sextant Uses", "better": 1, "id": "map_chance_to_not_consume_sextant_use_%", "matchers": [{"string": "#% chance to not consume Sextant Uses", "negate": false}], "trade": {"ids": null}} -{"ref": "Map has an additional random Modifier from Kirac's Crafting Bench", "better": 1, "id": "map_random_zana_mod", "matchers": [{"string": "Map has an additional random Modifier from Kirac's Crafting Bench", "negate": false}], "trade": {"ids": null}} -{"ref": "Map Boss is surrounded by Tormented Spirits", "better": 1, "id": "map_boss_surrounded_by_tormented_spirits", "matchers": [{"string": "Map Boss is surrounded by Tormented Spirits", "negate": false}], "trade": {"ids": null}} -{"ref": "Unique Boss drops an additional Harbinger Scroll", "better": 1, "id": "map_harbinger_portal_drops_additional_fragments", "matchers": [{"string": "Unique Boss drops an additional Harbinger Scroll", "negate": false}], "trade": {"ids": null}} -{"ref": "Labyrinth owner receives an additional use of the Divine Font", "better": 1, "id": "labyrinth_owner_x_addition_enchants", "matchers": [{"string": "Labyrinth owner receives an additional use of the Divine Font", "negate": false}], "trade": {"ids": null}} -{"ref": "Quality does not increase Damage", "better": 1, "id": "local_quality_does_not_increase_damage", "matchers": [{"string": "Quality does not increase Damage", "negate": false}], "trade": {"ids": null}} -{"ref": "Labyrinth Monsters have #% increased maximum Life", "better": 1, "id": "map_labyrinth_monsters_life_+%", "matchers": [{"string": "Labyrinth Monsters have #% increased maximum Life", "negate": false}, {"string": "Labyrinth Monsters have #% reduced maximum Life", "negate": true}], "trade": {"ids": null}} -{"ref": "Izaro has #% increased maximum Life", "better": 1, "id": "map_labyrinth_izaro_life_+%", "matchers": [{"string": "Izaro has #% increased maximum Life", "negate": false}, {"string": "Izaro has #% reduced maximum Life", "negate": true}], "trade": {"ids": null}} -{"ref": "Warcries cannot Empower Travel Skills", "better": 1, "id": "travel_skills_cannot_be_exerted", "matchers": [{"string": "Warcries cannot Empower Travel Skills", "negate": false}], "trade": {"ids": null}} -{"ref": "Monsters' Action Speed cannot be modified to below base value", "better": 1, "id": "map_monsters_movement_speed_cannot_be_reduced_below_base", "matchers": [{"string": "Monsters' Action Speed cannot be modified to below base value", "negate": false}], "trade": {"ids": null}} -{"ref": "Monsters are Hexproof", "better": 1, "id": "map_monsters_are_hexproof", "matchers": [{"string": "Monsters are Hexproof", "negate": false}], "trade": {"ids": null}} -{"ref": "Monsters reflect #% of Physical Damage", "better": 1, "id": "map_monsters_reflect_%_physical_damage", "matchers": [{"string": "Monsters reflect #% of Physical Damage", "negate": false}], "trade": {"ids": null}} -{"ref": "Monsters reflect #% of Elemental Damage", "better": 1, "id": "map_monsters_reflect_%_elemental_damage", "matchers": [{"string": "Monsters reflect #% of Elemental Damage", "negate": false}], "trade": {"ids": null}} -{"ref": "+#% Monster Chaos Resistance", "better": 1, "id": "map_monsters_additional_chaos_resistance", "matchers": [{"string": "#% Monster Chaos Resistance", "negate": false}], "trade": {"ids": null}} -{"ref": "Monsters have a #% chance to avoid Poison, Impale, and Bleeding", "better": 1, "id": "map_monsters_avoid_poison_bleed_impale_%", "matchers": [{"string": "Monsters have a #% chance to avoid Poison, Impale, and Bleeding", "negate": false}], "trade": {"ids": null}} -{"ref": "Monsters have +#% chance to Suppress Spell Damage", "better": 1, "id": "map_monsters_spell_suppression_chance_%", "matchers": [{"string": "Monsters have +#% chance to Suppress Spell Damage", "negate": false}], "trade": {"ids": null}} -{"ref": "Patrol Packs have #% increased chance to be replaced by an Elite Patrol Pack", "better": 1, "id": "heist_contract_patrol_additional_elite_chance_+%", "matchers": [{"string": "Patrol Packs have #% increased chance to be replaced by an Elite Patrol Pack", "negate": false}, {"string": "Patrol Packs have #% reduced chance to be replaced by an Elite Patrol Pack", "negate": true}], "trade": {"ids": null}} -{"ref": "Patrolling Monsters deal #% increased Damage", "better": 1, "id": "heist_contract_patrol_damage_+%", "matchers": [{"string": "Patrolling Monsters deal #% increased Damage", "negate": false}, {"string": "Patrolling Monsters deal #% reduced Damage", "negate": true}], "trade": {"ids": null}} -{"ref": "Patrol Packs take #% increased damage", "better": 1, "id": "heist_contract_patrol_take_damage_+%", "matchers": [{"string": "Patrol Packs take #% increased damage", "negate": false}, {"string": "Patrol Packs take #% reduced damage", "negate": true}], "trade": {"ids": null}} -{"ref": "Reward Room Monsters deal #% increased Damage", "better": 1, "id": "heist_contract_side_area_monsters_damage_+%", "matchers": [{"string": "Reward Room Monsters deal #% increased Damage", "negate": false}, {"string": "Reward Room Monsters deal #% reduced Damage", "negate": true}], "trade": {"ids": null}} -{"ref": "Reward Room Monsters take #% increased Damage", "better": 1, "id": "heist_contract_side_area_monsters_take_damage_+%", "matchers": [{"string": "Reward Room Monsters take #% increased Damage", "negate": false}, {"string": "Reward Room Monsters take #% reduced Damage", "negate": true}], "trade": {"ids": null}} -{"ref": "Guards deal #% increased Damage", "better": 1, "id": "heist_contract_guarding_monsters_damage_+%", "matchers": [{"string": "Guards deal #% increased Damage", "negate": false}, {"string": "Guards deal #% reduced Damage", "negate": true}], "trade": {"ids": null}} -{"ref": "Guards take #% increased Damage", "better": 1, "id": "heist_contract_guarding_monsters_take_damage_+%", "matchers": [{"string": "Guards take #% increased Damage", "negate": false}, {"string": "Guards take #% reduced Damage", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Job speed", "better": 1, "id": "heist_contract_objective_completion_time_+%", "matchers": [{"string": "#% increased Job speed", "negate": false}, {"string": "#% reduced Job speed", "negate": true}], "trade": {"ids": null}} -{"ref": "Reward Rooms have #% increased Monsters", "better": 1, "id": "heist_side_reward_room_monsters_+%", "matchers": [{"string": "Reward Rooms have #% increased Monsters", "negate": false}, {"string": "Reward Rooms have #% reduced Monsters", "negate": true}], "trade": {"ids": null}} -{"ref": "Reinforcements have #% increased Movement Speed", "better": 1, "id": "heist_reinforcements_movements_speed_+%", "matchers": [{"string": "Reinforcements have #% increased Movement Speed", "negate": false}, {"string": "Reinforcements have #% reduced Movement Speed", "negate": true}], "trade": {"ids": null}} -{"ref": "Patrol Pack Members have #% chance to be Magic", "better": 1, "id": "heist_patrols_are_magic", "matchers": [{"string": "Patrol Pack Members have #% chance to be Magic", "negate": false}], "trade": {"ids": null}} -{"ref": "Guards have #% chance to be Rare", "better": 1, "id": "heist_guards_are_rare", "matchers": [{"string": "Guards have #% chance to be Rare", "negate": false}], "trade": {"ids": null}} -{"ref": "Lockdown occurs immediately when Alert Level is full", "better": 1, "id": "heist_lockdown_is_instant", "matchers": [{"string": "Lockdown occurs immediately when Alert Level is full", "negate": false}], "trade": {"ids": null}} -{"ref": "Players cannot inflict Exposure", "better": 1, "id": "map_player_cannot_expose", "matchers": [{"string": "Players cannot inflict Exposure", "negate": false}], "trade": {"ids": null}} -{"ref": "Players have Point Blank", "better": 1, "id": "map_players_have_point_blank", "matchers": [{"string": "Players have Point Blank", "negate": false}], "trade": {"ids": null}} -{"ref": "Monsters have #% chance to gain a Frenzy Charge on Hit", "better": 1, "id": "map_monsters_add_frenzy_charge_on_hit_%", "matchers": [{"string": "Monsters have #% chance to gain a Frenzy Charge on Hit", "negate": false}], "trade": {"ids": null}} -{"ref": "Monsters have #% chance to gain an Endurance Charge on Hit", "better": 1, "id": "map_monsters_add_endurance_charge_on_hit_%", "matchers": [{"string": "Monsters have #% chance to gain an Endurance Charge on Hit", "negate": false}], "trade": {"ids": null}} -{"ref": "Monsters have #% chance to gain a Power Charge on Hit", "better": 1, "id": "map_monsters_add_power_charge_on_hit_%", "matchers": [{"string": "Monsters have #% chance to gain a Power Charge on Hit", "negate": false}], "trade": {"ids": null}} -{"ref": "Area has patches of Shocked Ground which increase Damage taken by #%", "better": 1, "id": "map_ground_lightning_base_magnitude", "matchers": [{"string": "Area has patches of Shocked Ground which increase Damage taken by #%", "negate": false}], "trade": {"ids": null}} -{"ref": "Area has patches of desecrated ground", "better": 1, "id": "map_base_ground_desecration_damage_to_deal_per_minute", "matchers": [{"string": "Area has patches of desecrated ground", "negate": false}], "trade": {"ids": null}} -{"ref": "Area has patches of Consecrated Ground", "better": 1, "id": "map_ground_consecrated_life_regeneration_rate_per_minute_%", "matchers": [{"string": "Area has patches of Consecrated Ground", "negate": false}], "trade": {"ids": null}} -{"ref": "Players are Cursed with Vulnerability", "better": 1, "id": "map_player_has_level_X_vulnerability", "matchers": [{"string": "Players are Cursed with Vulnerability", "negate": false}], "trade": {"ids": null}} -{"ref": "Players cannot Regenerate Life, Mana or Energy Shield", "better": 1, "id": "map_players_no_regeneration_including_es", "matchers": [{"string": "Players cannot Regenerate Life, Mana or Energy Shield", "negate": false}], "trade": {"ids": null}} -{"ref": "Cannot Leech from Monsters", "better": 1, "id": "map_monsters_cannot_be_leeched_from", "matchers": [{"string": "Cannot Leech from Monsters", "negate": false}], "trade": {"ids": null}} -{"ref": "Monsters have #% chance to Avoid Elemental Ailments", "better": 1, "id": "map_monsters_avoid_elemental_ailments_%", "matchers": [{"string": "Monsters have #% chance to Avoid Elemental Ailments", "negate": false}], "trade": {"ids": null}} -{"ref": "Players have #% increased Chance to Block", "better": 1, "id": "map_players_block_chance_+%", "matchers": [{"string": "Players have #% increased Chance to Block", "negate": false}, {"string": "Players have #% reduced Chance to Block", "negate": true}], "trade": {"ids": null}} -{"ref": "Players Prevent +#% of Suppressed Spell Damage", "better": 1, "id": "map_players_spell_damage_%_suppressed", "matchers": [{"string": "Players Prevent +#% of Suppressed Spell Damage", "negate": false}], "trade": {"ids": null}} -{"ref": "Players have #% more Area of Effect", "better": 1, "id": "map_players_skill_area_of_effect_+%_final", "matchers": [{"string": "Players have #% more Area of Effect", "negate": false}, {"string": "Players have #% less Area of Effect", "negate": true}], "trade": {"ids": null}} -{"ref": "Monsters have #% chance to Blind on Hit", "better": 1, "id": "map_monsters_chance_to_blind_on_hit_%", "matchers": [{"string": "Monsters have #% chance to Blind on Hit", "negate": false}], "trade": {"ids": null}} -{"ref": "Buffs on Players expire #% faster", "better": 1, "id": "map_player_buff_time_passed_+%_only_buff_category", "matchers": [{"string": "Buffs on Players expire #% faster", "negate": false}], "trade": {"ids": null}} -{"ref": "Players have #% increased effect of Non-Curse Auras from Skills", "better": 1, "id": "map_player_non_curse_aura_effect_+%", "matchers": [{"string": "Players have #% increased effect of Non-Curse Auras from Skills", "negate": false}, {"string": "Players have #% reduced effect of Non-Curse Auras from Skills", "negate": true}], "trade": {"ids": null}} -{"ref": "Players have #% more Accuracy Rating", "better": 1, "id": "map_player_accuracy_rating_+%_final", "matchers": [{"string": "Players have #% more Accuracy Rating", "negate": false}, {"string": "Players have #% less Accuracy Rating", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Total Heist Fee", "better": 1, "id": "heist_contract_total_cost_+%_final", "matchers": [{"string": "#% increased Total Heist Fee", "negate": false}, {"string": "#% reduced Total Heist Fee", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased raising of Alert Level from opening Chests", "better": 1, "id": "heist_contract_alert_level_from_chests_+%", "matchers": [{"string": "#% increased raising of Alert Level from opening Chests", "negate": false}, {"string": "#% reduced raising of Alert Level from opening Chests", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased raising of Alert Level from Killing Monsters", "better": 1, "id": "heist_contract_alert_level_from_monsters_+%", "matchers": [{"string": "#% increased raising of Alert Level from Killing Monsters", "negate": false}, {"string": "#% reduced raising of Alert Level from Killing Monsters", "negate": true}], "trade": {"ids": null}} -{"ref": "The Ring takes no Cut", "better": 1, "id": "heist_contract_gang_takes_no_cut", "matchers": [{"string": "The Ring takes no Cut", "negate": false}], "trade": {"ids": null}} -{"ref": "No Travel Cost", "better": 1, "id": "heist_contract_no_travel_cost", "matchers": [{"string": "No Travel Cost", "negate": false}], "trade": {"ids": null}} -{"ref": "Alert Level increases by #% per second", "better": 1, "id": "heist_alert_level_gained_per_10_sec", "matchers": [{"string": "Alert Level increases by #% per second", "negate": false}, {"string": "Alert Level reduces by #% per second", "negate": true}], "trade": {"ids": null}} -{"ref": "Guards add additional Alert Level on Death", "better": 1, "id": "heist_alert_level_gained_on_monster_death", "matchers": [{"string": "Guards add additional Alert Level on Death", "negate": false}, {"string": "Guards remove Alert Level on Death", "negate": true}], "trade": {"ids": null}} -{"ref": "+#% maximum Player Resistances per 25% Alert Level", "better": 1, "id": "heist_player_additional_maximum_resistances_%_per_25%_alert_level", "matchers": [{"string": "#% maximum Player Resistances per 25% Alert Level", "negate": false}], "trade": {"ids": null}} -{"ref": "+#% Player Fire Resistance per 25% Alert Level", "better": 1, "id": "heist_player_fire_resistance_%_per_25%_alert_level", "matchers": [{"string": "#% Player Fire Resistance per 25% Alert Level", "negate": false}], "trade": {"ids": null}} -{"ref": "+#% Player Cold Resistance per 25% Alert Level", "better": 1, "id": "heist_player_cold_resistance_%_per_25%_alert_level", "matchers": [{"string": "#% Player Cold Resistance per 25% Alert Level", "negate": false}], "trade": {"ids": null}} -{"ref": "+#% Player Lightning Resistance per 25% Alert Level", "better": 1, "id": "heist_player_lightning_resistance_%_per_25%_alert_level", "matchers": [{"string": "#% Player Lightning Resistance per 25% Alert Level", "negate": false}], "trade": {"ids": null}} -{"ref": "Players have #% more Armour per 25% Alert Level", "better": 1, "id": "heist_player_armour_+%_final_per_25%_alert_level", "matchers": [{"string": "Players have #% more Armour per 25% Alert Level", "negate": false}, {"string": "Players have #% less Armour per 25% Alert Level", "negate": true}], "trade": {"ids": null}} -{"ref": "Players have #% more Evasion per 25% Alert Level", "better": 1, "id": "heist_player_evasion_rating_+%_final_per_25%_alert_level", "matchers": [{"string": "Players have #% more Evasion per 25% Alert Level", "negate": false}, {"string": "Players have #% less Evasion per 25% Alert Level", "negate": true}], "trade": {"ids": null}} -{"ref": "Players have #% more Energy Shield Recovery Rate per 25% Alert Level", "better": 1, "id": "heist_player_energy_shield_recovery_rate_+%_final_per_25%_alert_level", "matchers": [{"string": "Players have #% more Energy Shield Recovery Rate per 25% Alert Level", "negate": false}, {"string": "Players have #% less Energy Shield Recovery Rate per 25% Alert Level", "negate": true}], "trade": {"ids": null}} -{"ref": "Players have #% more Life Recovery Rate per 25% Alert Level", "better": 1, "id": "heist_player_life_recovery_rate_+%_final_per_25%_alert_level", "matchers": [{"string": "Players have #% more Life Recovery Rate per 25% Alert Level", "negate": false}, {"string": "Players have #% less Life Recovery Rate per 25% Alert Level", "negate": true}], "trade": {"ids": null}} -{"ref": "Players have #% more Mana Recovery Rate per 25% Alert Level", "better": 1, "id": "heist_player_mana_recovery_rate_+%_final_per_25%_alert_level", "matchers": [{"string": "Players have #% more Mana Recovery Rate per 25% Alert Level", "negate": false}, {"string": "Players have #% less Mana Recovery Rate per 25% Alert Level", "negate": true}], "trade": {"ids": null}} -{"ref": "Players gain #% increased Flask Charges per 25% Alert Level", "better": 1, "id": "heist_player_flask_charges_gained_+%_per_25%_alert_level", "matchers": [{"string": "Players gain #% increased Flask Charges per 25% Alert Level", "negate": false}, {"string": "Players gain #% reduced Flask Charges per 25% Alert Level", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased raising of Alert Level", "better": 1, "id": "heist_contract_alert_level_+%", "matchers": [{"string": "#% increased raising of Alert Level", "negate": false}, {"string": "#% reduced raising of Alert Level", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Rarity of Items dropped in Heists", "better": 1, "id": "heist_item_rarity_+%", "matchers": [{"string": "#% increased Rarity of Items dropped in Heists", "negate": false}, {"string": "#% reduced Rarity of Items dropped in Heists", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Lockpicking speed", "better": 1, "id": "heist_job_lockpicking_speed_+%", "matchers": [{"string": "#% increased Lockpicking speed", "negate": false}, {"string": "#% reduced Lockpicking speed", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Brute Force speed", "better": 1, "id": "heist_job_brute_force_speed_+%", "matchers": [{"string": "#% increased Brute Force speed", "negate": false}, {"string": "#% reduced Brute Force speed", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Perception speed", "better": 1, "id": "heist_job_perception_speed_+%", "matchers": [{"string": "#% increased Perception speed", "negate": false}, {"string": "#% reduced Perception speed", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Demolition speed", "better": 1, "id": "heist_job_demolition_speed_+%", "matchers": [{"string": "#% increased Demolition speed", "negate": false}, {"string": "#% reduced Demolition speed", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Counter-Thaumaturgy speed", "better": 1, "id": "heist_job_counter_thaumaturgy_speed_+%", "matchers": [{"string": "#% increased Counter-Thaumaturgy speed", "negate": false}, {"string": "#% reduced Counter-Thaumaturgy speed", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Trap Disarmament speed", "better": 1, "id": "heist_job_trap_disarmament_speed_+%", "matchers": [{"string": "#% increased Trap Disarmament speed", "negate": false}, {"string": "#% reduced Trap Disarmament speed", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Agility speed", "better": 1, "id": "heist_job_agility_speed_+%", "matchers": [{"string": "#% increased Agility speed", "negate": false}, {"string": "#% reduced Agility speed", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Deception speed", "better": 1, "id": "heist_job_deception_speed_+%", "matchers": [{"string": "#% increased Deception speed", "negate": false}, {"string": "#% reduced Deception speed", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Engineering speed", "better": 1, "id": "heist_job_engineering_speed_+%", "matchers": [{"string": "#% increased Engineering speed", "negate": false}, {"string": "#% reduced Engineering speed", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased time before Lockdown", "better": 1, "id": "heist_contract_lockdown_timer_+%_halved", "matchers": [{"string": "#% increased time before Lockdown", "negate": false}, {"string": "#% reduced time before Lockdown", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Job Experience gain", "better": 1, "id": "heist_contract_npc_experience_gain_+%", "matchers": [{"string": "#% increased Job Experience gain", "negate": false}, {"string": "#% reduced Job Experience gain", "negate": true}], "trade": {"ids": null}} -{"ref": "+# to Character Level", "better": 1, "id": "heist_contract_npc_level_+", "matchers": [{"string": "# to Character Level", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Damage with Hits against Enemies that are on Full Life", "better": 1, "id": "damage_+%_vs_enemies_on_full_life", "matchers": [{"string": "#% increased Damage with Hits against Enemies that are on Full Life", "negate": false}, {"string": "#% reduced Damage with Hits against Enemies that are on Full Life", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Damage while area is not in Lockdown\\nPlayers deal #% increased Damage while area is not in Lockdown", "better": 1, "id": "damage_+%_while_not_escaping_heist", "matchers": [{"string": "#% increased Damage while area is not in Lockdown\\nPlayers deal #% increased Damage while area is not in Lockdown", "negate": false}, {"string": "#% reduced Damage while area is not in Lockdown\\nPlayers deal #% reduced Damage while area is not in Lockdown", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Movement Speed while area is not in Lockdown\\nPlayers have #% increased Movement Speed while area is not in Lockdown", "better": 1, "id": "movement_speed_+%_while_not_escaping_heist", "matchers": [{"string": "#% increased Movement Speed while area is not in Lockdown\\nPlayers have #% increased Movement Speed while area is not in Lockdown", "negate": false}, {"string": "#% reduced Movement Speed while area is not in Lockdown\\nPlayers have #% reduced Movement Speed while area is not in Lockdown", "negate": true}], "trade": {"ids": null}} -{"ref": "# to # added Physical Damage\\nPlayers and their Minions have # to # added Physical Damage", "better": 1, "id": "player_and_minion_global_minimum_added_physical_damage", "matchers": [{"string": "# to # added Physical Damage\\nPlayers and their Minions have # to # added Physical Damage", "negate": false}], "trade": {"ids": null}} -{"ref": "# to # added Fire Damage\\nPlayers and their Minions have # to # added Fire Damage", "better": 1, "id": "player_and_minion_global_minimum_added_fire_damage", "matchers": [{"string": "# to # added Fire Damage\\nPlayers and their Minions have # to # added Fire Damage", "negate": false}], "trade": {"ids": null}} -{"ref": "# to # added Cold Damage\\nPlayers and their Minions have # to # added Cold Damage", "better": 1, "id": "player_and_minion_global_minimum_added_cold_damage", "matchers": [{"string": "# to # added Cold Damage\\nPlayers and their Minions have # to # added Cold Damage", "negate": false}], "trade": {"ids": null}} -{"ref": "# to # added Lightning Damage\\nPlayers and their Minions have # to # added Lightning Damage", "better": 1, "id": "player_and_minion_global_minimum_added_lightning_damage", "matchers": [{"string": "# to # added Lightning Damage\\nPlayers and their Minions have # to # added Lightning Damage", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Quantity of Items dropped in Heists", "better": 1, "id": "heist_item_quantity_+%", "matchers": [{"string": "#% increased Quantity of Items dropped in Heists", "negate": false}, {"string": "#% reduced Quantity of Items dropped in Heists", "negate": true}], "trade": {"ids": null}} -{"ref": "Monsters have #% chance to Duplicate dropped Rogue's Marker", "better": 1, "id": "heist_coins_dropped_by_monsters_double_%", "matchers": [{"string": "Monsters have #% chance to Duplicate dropped Rogue's Marker", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to Avoid being Interrupted", "better": 1, "id": "heist_interruption_resistance_%", "matchers": [{"string": "#% chance to Avoid being Interrupted", "negate": false}], "trade": {"ids": null}} -{"ref": "+# to Level of all Jobs for Heists", "better": 1, "id": "heist_job_level_+", "matchers": [{"string": "# to Level of all Jobs for Heists", "negate": false}], "trade": {"ids": null}} -{"ref": "+# to Lockpicking Level for Heists", "better": 1, "id": "heist_job_lockpicking_level_+", "matchers": [{"string": "# to Lockpicking Level for Heists", "negate": false}], "trade": {"ids": null}} -{"ref": "+# to Brute Force Level for Heists", "better": 1, "id": "heist_job_brute_force_level_+", "matchers": [{"string": "# to Brute Force Level for Heists", "negate": false}], "trade": {"ids": null}} -{"ref": "+# to Perception Level for Heists", "better": 1, "id": "heist_job_perception_level_+", "matchers": [{"string": "# to Perception Level for Heists", "negate": false}], "trade": {"ids": null}} -{"ref": "+# to Demolition Level for Heists", "better": 1, "id": "heist_job_demolition_level_+", "matchers": [{"string": "# to Demolition Level for Heists", "negate": false}], "trade": {"ids": null}} -{"ref": "+# to Counter-Thaumaturgy Level for Heists", "better": 1, "id": "heist_job_counter_thaumaturgy_level_+", "matchers": [{"string": "# to Counter-Thaumaturgy Level for Heists", "negate": false}], "trade": {"ids": null}} -{"ref": "+# to Trap Disarmament Level for Heists", "better": 1, "id": "heist_job_trap_disarmament_level_+", "matchers": [{"string": "# to Trap Disarmament Level for Heists", "negate": false}], "trade": {"ids": null}} -{"ref": "+# to Agility Level for Heists", "better": 1, "id": "heist_job_agility_level_+", "matchers": [{"string": "# to Agility Level for Heists", "negate": false}], "trade": {"ids": null}} -{"ref": "+# to Deception Level for Heists", "better": 1, "id": "heist_job_deception_level_+", "matchers": [{"string": "# to Deception Level for Heists", "negate": false}], "trade": {"ids": null}} -{"ref": "+# to Engineering Level for Heists", "better": 1, "id": "heist_job_engineering_level_+", "matchers": [{"string": "# to Engineering Level for Heists", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Lockpicking Experience gained", "better": 1, "id": "heist_contract_npc_lockpicking_experience_gain_+%", "matchers": [{"string": "#% increased Lockpicking Experience gained", "negate": false}, {"string": "#% reduced Lockpicking Experience gained", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Brute Force Experience gained", "better": 1, "id": "heist_contract_npc_brute_force_experience_gain_+%", "matchers": [{"string": "#% increased Brute Force Experience gained", "negate": false}, {"string": "#% reduced Brute Force Experience gained", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Perception Experience gained", "better": 1, "id": "heist_contract_npc_perception_experience_gain_+%", "matchers": [{"string": "#% increased Perception Experience gained", "negate": false}, {"string": "#% reduced Perception Experience gained", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Demolition Experience gained", "better": 1, "id": "heist_contract_npc_demolition_experience_gain_+%", "matchers": [{"string": "#% increased Demolition Experience gained", "negate": false}, {"string": "#% reduced Demolition Experience gained", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Counter-Thaumaturgy Experience gained", "better": 1, "id": "heist_contract_npc_counter_thaumaturgy_experience_gain_+%", "matchers": [{"string": "#% increased Counter-Thaumaturgy Experience gained", "negate": false}, {"string": "#% reduced Counter-Thaumaturgy Experience gained", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Trap Disarmament Experience gained", "better": 1, "id": "heist_contract_npc_trap_disarmament_experience_gain_+%", "matchers": [{"string": "#% increased Trap Disarmament Experience gained", "negate": false}, {"string": "#% reduced Trap Disarmament Experience gained", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Agility Experience gained", "better": 1, "id": "heist_contract_npc_agility_experience_gain_+%", "matchers": [{"string": "#% increased Agility Experience gained", "negate": false}, {"string": "#% reduced Agility Experience gained", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Deception Experience gained", "better": 1, "id": "heist_contract_npc_deception_experience_gain_+%", "matchers": [{"string": "#% increased Deception Experience gained", "negate": false}, {"string": "#% reduced Deception Experience gained", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Engineering Experience gained", "better": 1, "id": "heist_contract_npc_engineering_experience_gain_+%", "matchers": [{"string": "#% increased Engineering Experience gained", "negate": false}, {"string": "#% reduced Engineering Experience gained", "negate": true}], "trade": {"ids": null}} -{"ref": "+# seconds to Lockdown Timer", "better": 1, "id": "heist_contract_lockdown_timer_+_halved", "matchers": [{"string": "# seconds to Lockdown Timer", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Rogue's Marker value of primary Heist Target", "better": 1, "id": "heist_contract_primary_target_value_+%", "matchers": [{"string": "#% increased Rogue's Marker value of primary Heist Target", "negate": false}, {"string": "#% reduced Rogue's Marker value of primary Heist Target", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Hiring Fee of Rogues", "better": 1, "id": "heist_contract_npc_cost_+%", "matchers": [{"string": "#% increased Hiring Fee of Rogues", "negate": false}, {"string": "#% reduced Hiring Fee of Rogues", "negate": true}], "trade": {"ids": null}} -{"ref": "The Ring's Cut increased by #%", "better": 1, "id": "heist_contract_gang_cost_+%", "matchers": [{"string": "The Ring's Cut increased by #%", "negate": false}, {"string": "The Ring's Cut reduced by #%", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Travel Fee", "better": 1, "id": "heist_contract_travel_cost_+%", "matchers": [{"string": "#% increased Travel Fee", "negate": false}, {"string": "#% reduced Travel Fee", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Alert Level from killing Patrol Packs", "better": 1, "id": "heist_contract_alert_level_from_patrols_+%", "matchers": [{"string": "#% increased Alert Level from killing Patrol Packs", "negate": false}, {"string": "#% reduced Alert Level from killing Patrol Packs", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Alert Level from killing Guards", "better": 1, "id": "heist_contract_alert_level_from_guards_+%", "matchers": [{"string": "#% increased Alert Level from killing Guards", "negate": false}, {"string": "#% reduced Alert Level from killing Guards", "negate": true}], "trade": {"ids": null}} -{"ref": "#% chance on killing an Enemy to not generate Alert Level", "better": 1, "id": "heist_contract_avoid_alarm_chance_%_on_kill", "matchers": [{"string": "#% chance on killing an Enemy to not generate Alert Level", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance on opening a Chest to not generate Alert Level", "better": 1, "id": "heist_contract_avoid_alarm_chance_%_on_open_chest", "matchers": [{"string": "#% chance on opening a Chest to not generate Alert Level", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to not Activate Lockdown in Grand Heists", "better": 1, "id": "heist_blueprint_avoid_alarm_chance_%", "matchers": [{"string": "#% chance to not Activate Lockdown in Grand Heists", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Critical Hit Chance while area is not in Lockdown\\nPlayers have #% increased Critical Hit Chance while area is not in Lockdown", "better": 1, "id": "critical_strike_chance_+%_while_not_escaping_heist", "matchers": [{"string": "#% increased Critical Hit Chance while area is not in Lockdown\\nPlayers have #% increased Critical Hit Chance while area is not in Lockdown", "negate": false}, {"string": "#% reduced Critical Hit Chance while area is not in Lockdown\\nPlayers have #% reduced Critical Hit Chance while area is not in Lockdown", "negate": true}], "trade": {"ids": null}} -{"ref": "+#% to Critical Damage Bonus while area is not in Lockdown\\nPlayers have +#% to Critical Damage Bonus while area is not in Lockdown", "better": 1, "id": "critical_strike_multiplier_+_while_not_escaping_heist", "matchers": [{"string": "#% to Critical Damage Bonus while area is not in Lockdown\\nPlayers have +#% to Critical Damage Bonus while area is not in Lockdown", "negate": false}], "trade": {"ids": null}} -{"ref": "Players and their Minions Regenerate #% of Life per second", "better": 1, "id": "player_and_minion_life_regeneration_rate_per_minute_%", "matchers": [{"string": "Players and their Minions Regenerate #% of Life per second", "negate": false}], "trade": {"ids": null}} -{"ref": "Players and their Minions have #% increased Mana Regeneration Rate", "better": 1, "id": "player_and_minion_mana_regeneration_rate_+%", "matchers": [{"string": "Players and their Minions have #% increased Mana Regeneration Rate", "negate": false}, {"string": "Players and their Minions have #% reduced Mana Regeneration Rate", "negate": true}], "trade": {"ids": null}} -{"ref": "Grants Level # Anger Skill", "better": 1, "id": "heist_npc_uses_level_x_anger_aura", "matchers": [{"string": "Grants Level # Anger Skill", "negate": false}], "trade": {"ids": null}} -{"ref": "Grants Level # Determination Skill", "better": 1, "id": "heist_npc_uses_level_x_determination_aura", "matchers": [{"string": "Grants Level # Determination Skill", "negate": false}], "trade": {"ids": null}} -{"ref": "Grants Level # Purity of Fire Skill", "better": 1, "id": "heist_npc_uses_level_x_fire_resist_aura", "matchers": [{"string": "Grants Level # Purity of Fire Skill", "negate": false}], "trade": {"ids": null}} -{"ref": "Grants Level # Pride Skill", "better": 1, "id": "heist_npc_uses_level_x_pride_aura", "matchers": [{"string": "Grants Level # Pride Skill", "negate": false}], "trade": {"ids": null}} -{"ref": "Grants Level # Hatred Skill", "better": 1, "id": "heist_npc_uses_level_x_hatred_aura", "matchers": [{"string": "Grants Level # Hatred Skill", "negate": false}], "trade": {"ids": null}} -{"ref": "Grants Level # Grace Skill", "better": 1, "id": "heist_npc_uses_level_x_grace_aura", "matchers": [{"string": "Grants Level # Grace Skill", "negate": false}], "trade": {"ids": null}} -{"ref": "Grants Level # Purity of Ice Skill", "better": 1, "id": "heist_npc_uses_level_x_cold_resist_aura", "matchers": [{"string": "Grants Level # Purity of Ice Skill", "negate": false}], "trade": {"ids": null}} -{"ref": "Grants Level # Haste Skill", "better": 1, "id": "heist_npc_uses_level_x_haste_aura", "matchers": [{"string": "Grants Level # Haste Skill", "negate": false}], "trade": {"ids": null}} -{"ref": "Grants Level # Wrath Skill", "better": 1, "id": "heist_npc_uses_level_x_wrath_aura", "matchers": [{"string": "Grants Level # Wrath Skill", "negate": false}], "trade": {"ids": null}} -{"ref": "Grants Level # Discipline Skill", "better": 1, "id": "heist_npc_uses_level_x_discipline_aura", "matchers": [{"string": "Grants Level # Discipline Skill", "negate": false}], "trade": {"ids": null}} -{"ref": "Grants Level # Purity of Lightning Skill", "better": 1, "id": "heist_npc_uses_level_x_lightning_resist_aura", "matchers": [{"string": "Grants Level # Purity of Lightning Skill", "negate": false}], "trade": {"ids": null}} -{"ref": "Grants Level # Zealotry Skill", "better": 1, "id": "heist_npc_uses_level_x_zealotry_aura", "matchers": [{"string": "Grants Level # Zealotry Skill", "negate": false}], "trade": {"ids": null}} -{"ref": "Grants Level # Malevolence Skill", "better": 1, "id": "heist_npc_uses_level_x_malevolence_aura", "matchers": [{"string": "Grants Level # Malevolence Skill", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance on completing a Heist to generate an additional Reveal with Whakano", "better": 1, "id": "heist_contract_additional_whakano_intelligence_chance_on_completion_%", "matchers": [{"string": "#% chance on completing a Heist to generate an additional Reveal with Whakano", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to not generate Alert Level on opening a Chest using Lockpicking", "better": 1, "id": "heist_job_lockpicking_avoid_alarm_chance_%_on_open_chest", "matchers": [{"string": "#% chance to not generate Alert Level on opening a Chest using Lockpicking", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to not generate Alert Level on opening a Chest using Brute Force", "better": 1, "id": "heist_job_brute_force_avoid_alarm_chance_%_on_open_chest", "matchers": [{"string": "#% chance to not generate Alert Level on opening a Chest using Brute Force", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to not generate Alert Level on opening a Chest using Perception", "better": 1, "id": "heist_job_perception_avoid_alarm_chance_%_on_open_chest", "matchers": [{"string": "#% chance to not generate Alert Level on opening a Chest using Perception", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to not generate Alert Level on opening a Chest using Demolition", "better": 1, "id": "heist_job_demolition_avoid_alarm_chance_%_on_open_chest", "matchers": [{"string": "#% chance to not generate Alert Level on opening a Chest using Demolition", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to not generate Alert Level on opening a Chest using Counter-Thaumaturgy", "better": 1, "id": "heist_job_counter_thaumaturgy_avoid_alarm_chance_%_on_open_chest", "matchers": [{"string": "#% chance to not generate Alert Level on opening a Chest using Counter-Thaumaturgy", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to not generate Alert Level on opening a Chest using Trap Disarmament", "better": 1, "id": "heist_job_trap_disarmament_avoid_alarm_chance_%_on_open_chest", "matchers": [{"string": "#% chance to not generate Alert Level on opening a Chest using Trap Disarmament", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to not generate Alert Level on opening a Chest using Agility", "better": 1, "id": "heist_job_agility_avoid_alarm_chance_%_on_open_chest", "matchers": [{"string": "#% chance to not generate Alert Level on opening a Chest using Agility", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to not generate Alert Level on opening a Chest using Deception", "better": 1, "id": "heist_job_deception_avoid_alarm_chance_%_on_open_chest", "matchers": [{"string": "#% chance to not generate Alert Level on opening a Chest using Deception", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to not generate Alert Level on opening a Chest using Engineering", "better": 1, "id": "heist_job_engineering_avoid_alarm_chance_%_on_open_chest", "matchers": [{"string": "#% chance to not generate Alert Level on opening a Chest using Engineering", "negate": false}], "trade": {"ids": null}} -{"ref": "Performing Lockpicking during Lockdown doesn't take additional time", "better": 1, "id": "heist_job_lockpicking_no_alert_multiplier", "matchers": [{"string": "Performing Lockpicking during Lockdown doesn't take additional time", "negate": false}], "trade": {"ids": null}} -{"ref": "Performing Brute Force during Lockdown doesn't take additional time", "better": 1, "id": "heist_job_brute_force_no_alert_multiplier", "matchers": [{"string": "Performing Brute Force during Lockdown doesn't take additional time", "negate": false}], "trade": {"ids": null}} -{"ref": "Performing Demolition during Lockdown doesn't take additional time", "better": 1, "id": "heist_job_demolition_no_alert_multiplier", "matchers": [{"string": "Performing Demolition during Lockdown doesn't take additional time", "negate": false}], "trade": {"ids": null}} -{"ref": "Performing Counter-Thaumaturgy during Lockdown doesn't take additional time", "better": 1, "id": "heist_job_counter_thaumaturgy_no_alert_multiplier", "matchers": [{"string": "Performing Counter-Thaumaturgy during Lockdown doesn't take additional time", "negate": false}], "trade": {"ids": null}} -{"ref": "Performing Engineering during Lockdown doesn't take additional time", "better": 1, "id": "heist_job_engineering_no_alert_multiplier", "matchers": [{"string": "Performing Engineering during Lockdown doesn't take additional time", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Hiring Fee for Lockpicking Jobs", "better": 1, "id": "heist_contract_npc_lockpicking_cost_+%", "matchers": [{"string": "#% increased Hiring Fee for Lockpicking Jobs", "negate": false}, {"string": "#% reduced Hiring Fee for Lockpicking Jobs", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Hiring Fee for Brute Force Jobs", "better": 1, "id": "heist_contract_npc_brute_force_cost_+%", "matchers": [{"string": "#% increased Hiring Fee for Brute Force Jobs", "negate": false}, {"string": "#% reduced Hiring Fee for Brute Force Jobs", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Hiring Fee for Perception Jobs", "better": 1, "id": "heist_contract_npc_perception_cost_+%", "matchers": [{"string": "#% increased Hiring Fee for Perception Jobs", "negate": false}, {"string": "#% reduced Hiring Fee for Perception Jobs", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Hiring Fee for Demolition Jobs", "better": 1, "id": "heist_contract_npc_demolition_cost_+%", "matchers": [{"string": "#% increased Hiring Fee for Demolition Jobs", "negate": false}, {"string": "#% reduced Hiring Fee for Demolition Jobs", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Hiring Fee for Counter-Thaumaturgy Jobs", "better": 1, "id": "heist_contract_npc_counter_thaumaturgy_cost_+%", "matchers": [{"string": "#% increased Hiring Fee for Counter-Thaumaturgy Jobs", "negate": false}, {"string": "#% reduced Hiring Fee for Counter-Thaumaturgy Jobs", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Hiring Fee for Trap Disarmament Jobs", "better": 1, "id": "heist_contract_npc_trap_disarmament_cost_+%", "matchers": [{"string": "#% increased Hiring Fee for Trap Disarmament Jobs", "negate": false}, {"string": "#% reduced Hiring Fee for Trap Disarmament Jobs", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Hiring Fee for Agility Jobs", "better": 1, "id": "heist_contract_npc_agility_cost_+%", "matchers": [{"string": "#% increased Hiring Fee for Agility Jobs", "negate": false}, {"string": "#% reduced Hiring Fee for Agility Jobs", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Hiring Fee for Deception Jobs", "better": 1, "id": "heist_contract_npc_deception_cost_+%", "matchers": [{"string": "#% increased Hiring Fee for Deception Jobs", "negate": false}, {"string": "#% reduced Hiring Fee for Deception Jobs", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Hiring Fee for Engineering Jobs", "better": 1, "id": "heist_contract_npc_engineering_cost_+%", "matchers": [{"string": "#% increased Hiring Fee for Engineering Jobs", "negate": false}, {"string": "#% reduced Hiring Fee for Engineering Jobs", "negate": true}], "trade": {"ids": null}} -{"ref": "Heist Chests have a #% chance to Duplicate contained Basic Currency", "better": 1, "id": "heist_chests_double_currency_%", "matchers": [{"string": "Heist Chests have a #% chance to Duplicate contained Basic Currency", "negate": false}], "trade": {"ids": null}} -{"ref": "Heist Chests have a #% chance to Duplicate contained Jewels", "better": 1, "id": "heist_chests_double_jewels_%", "matchers": [{"string": "Heist Chests have a #% chance to Duplicate contained Jewels", "negate": false}], "trade": {"ids": null}} -{"ref": "Heist Chests have a #% chance to Duplicate contained Maps", "better": 1, "id": "heist_chests_double_maps_%", "matchers": [{"string": "Heist Chests have a #% chance to Duplicate contained Maps", "negate": false}], "trade": {"ids": null}} -{"ref": "Heist Chests have a #% chance to Duplicate contained Sextants", "better": 1, "id": "heist_chests_double_sextants_%", "matchers": [{"string": "Heist Chests have a #% chance to Duplicate contained Sextants", "negate": false}], "trade": {"ids": null}} -{"ref": "Heist Chests have a #% chance to Duplicate contained Map Fragments", "better": 1, "id": "heist_chests_double_map_fragments_%", "matchers": [{"string": "Heist Chests have a #% chance to Duplicate contained Map Fragments", "negate": false}], "trade": {"ids": null}} -{"ref": "Heist Chests have a #% chance to Duplicate contained Divination Cards", "better": 1, "id": "heist_chests_double_divination_cards_%", "matchers": [{"string": "Heist Chests have a #% chance to Duplicate contained Divination Cards", "negate": false}], "trade": {"ids": null}} -{"ref": "Heist Chests have a #% chance to Duplicate contained Delirium Orbs and Splinters", "better": 1, "id": "heist_chests_double_delirium_orbs_and_splinters_%", "matchers": [{"string": "Heist Chests have a #% chance to Duplicate contained Delirium Orbs and Splinters", "negate": false}], "trade": {"ids": null}} -{"ref": "Heist Chests have a #% chance to Duplicate contained Blighted Maps and Catalysts", "better": 1, "id": "heist_chests_double_blighted_maps_and_catalysts_%", "matchers": [{"string": "Heist Chests have a #% chance to Duplicate contained Blighted Maps and Catalysts", "negate": false}], "trade": {"ids": null}} -{"ref": "Heist Chests have a #% chance to Duplicate contained Essences", "better": 1, "id": "heist_chests_double_essences_%", "matchers": [{"string": "Heist Chests have a #% chance to Duplicate contained Essences", "negate": false}], "trade": {"ids": null}} -{"ref": "Heist Chests have a #% chance to Duplicate contained Breach Splinters", "better": 1, "id": "heist_chests_double_breach_splinters_%", "matchers": [{"string": "Heist Chests have a #% chance to Duplicate contained Breach Splinters", "negate": false}], "trade": {"ids": null}} -{"ref": "Heist Chests have a #% chance to Duplicate contained Scarabs", "better": 1, "id": "heist_chests_double_scarabs_%", "matchers": [{"string": "Heist Chests have a #% chance to Duplicate contained Scarabs", "negate": false}], "trade": {"ids": null}} -{"ref": "Heist Chests have a #% chance to Duplicate contained Catalysts", "better": 1, "id": "heist_chests_double_catalysts_%", "matchers": [{"string": "Heist Chests have a #% chance to Duplicate contained Catalysts", "negate": false}], "trade": {"ids": null}} -{"ref": "Heist Chests have a #% chance to Duplicate contained Legion Splinters", "better": 1, "id": "heist_chests_double_legion_splinters_%", "matchers": [{"string": "Heist Chests have a #% chance to Duplicate contained Legion Splinters", "negate": false}], "trade": {"ids": null}} -{"ref": "Heist Chests have a #% chance to Duplicate contained Oils", "better": 1, "id": "heist_chests_double_oils_%", "matchers": [{"string": "Heist Chests have a #% chance to Duplicate contained Oils", "negate": false}], "trade": {"ids": null}} -{"ref": "Smuggler's Caches have #% chance to Duplicate contained Rogue's Markers", "better": 1, "id": "heist_coins_from_world_chests_double_%", "matchers": [{"string": "Smuggler's Caches have #% chance to Duplicate contained Rogue's Markers", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance in Heists for Basic Currency drops to be Duplicated", "better": 1, "id": "heist_drops_double_currency_%", "matchers": [{"string": "#% chance in Heists for Basic Currency drops to be Duplicated", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance in Heists for Items to drop Corrupted", "better": 1, "id": "heist_items_drop_corrupted_%", "matchers": [{"string": "#% chance in Heists for Items to drop Corrupted", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance in Heists for Items to drop Identified", "better": 1, "id": "heist_items_drop_identified_%", "matchers": [{"string": "#% chance in Heists for Items to drop Identified", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance in Heists for Items to drop with an additional Socket", "better": 1, "id": "heist_items_have_one_additional_socket_%", "matchers": [{"string": "#% chance in Heists for Items to drop with an additional Socket", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance in Heists for Items to drop fully linked", "better": 1, "id": "heist_items_are_fully_linked_%", "matchers": [{"string": "#% chance in Heists for Items to drop fully linked", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance in Heists for Items to drop with Shaper Influence", "better": 1, "id": "heist_items_have_shaper_influence_%", "matchers": [{"string": "#% chance in Heists for Items to drop with Shaper Influence", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance in Heists for Items to drop with Elder Influence", "better": 1, "id": "heist_items_have_elder_influence_%", "matchers": [{"string": "#% chance in Heists for Items to drop with Elder Influence", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance in Heists for Orbs of Transmutation to drop as Orbs of Alchemy instead", "better": 1, "id": "heist_currency_transmutation_drops_as_alchemy_%", "matchers": [{"string": "#% chance in Heists for Orbs of Transmutation to drop as Orbs of Alchemy instead", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance in Heists for Orbs of Transmutation to drop as Chaos Orbs instead", "better": 1, "id": "heist_currency_transmutation_drops_as_chaos_%", "matchers": [{"string": "#% chance in Heists for Orbs of Transmutation to drop as Chaos Orbs instead", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance in Heists for Orbs of Alteration to drop as Orbs of Alchemy instead", "better": 1, "id": "heist_currency_alteration_drops_as_alchemy_%", "matchers": [{"string": "#% chance in Heists for Orbs of Alteration to drop as Orbs of Alchemy instead", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance in Heists for Orbs of Alteration to drop as Chaos Orbs instead", "better": 1, "id": "heist_currency_alteration_drops_as_chaos_%", "matchers": [{"string": "#% chance in Heists for Orbs of Alteration to drop as Chaos Orbs instead", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance in Heists for Orbs of Alteration to drop as Regal Orbs instead", "better": 1, "id": "heist_currency_alteration_drops_as_regal_%", "matchers": [{"string": "#% chance in Heists for Orbs of Alteration to drop as Regal Orbs instead", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance in Heists for Orbs of Augmentation to drop as Orbs of Alchemy instead", "better": 1, "id": "heist_currency_augmentation_drops_as_alchemy_%", "matchers": [{"string": "#% chance in Heists for Orbs of Augmentation to drop as Orbs of Alchemy instead", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance in Heists for Orbs of Augmentation to drop as Chaos Orbs instead", "better": 1, "id": "heist_currency_augmentation_drops_as_chaos_%", "matchers": [{"string": "#% chance in Heists for Orbs of Augmentation to drop as Chaos Orbs instead", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance in Heists for Orbs of Augmentation to drop as Regal Orbs instead", "better": 1, "id": "heist_currency_augmentation_drops_as_regal_%", "matchers": [{"string": "#% chance in Heists for Orbs of Augmentation to drop as Regal Orbs instead", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance in Heists for Chaos Orbs to drop as Divine Orbs instead", "better": 1, "id": "heist_currency_chaos_drops_as_divine_%", "matchers": [{"string": "#% chance in Heists for Chaos Orbs to drop as Divine Orbs instead", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance in Heists for Chaos Orbs to drop as Exalted Orbs instead", "better": 1, "id": "heist_currency_chaos_drops_as_exalted_%", "matchers": [{"string": "#% chance in Heists for Chaos Orbs to drop as Exalted Orbs instead", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance in Heists for Regal Orbs to drop as Divine Orbs instead", "better": 1, "id": "heist_currency_regal_drops_as_divine_%", "matchers": [{"string": "#% chance in Heists for Regal Orbs to drop as Divine Orbs instead", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance in Heists for Regal Orbs to drop as Exalted Orbs instead", "better": 1, "id": "heist_currency_regal_drops_as_exalted_%", "matchers": [{"string": "#% chance in Heists for Regal Orbs to drop as Exalted Orbs instead", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance in Heists for Orbs of Scouring to drop as Orbs of Regret instead", "better": 1, "id": "heist_currency_scouring_drops_as_regret_%", "matchers": [{"string": "#% chance in Heists for Orbs of Scouring to drop as Orbs of Regret instead", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance in Heists for Orbs of Scouring to drop as Orbs of Annulment instead", "better": 1, "id": "heist_currency_scouring_drops_as_annulment_%", "matchers": [{"string": "#% chance in Heists for Orbs of Scouring to drop as Orbs of Annulment instead", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance in Heists for Orbs of Regret to drop as Orbs of Annulment instead", "better": 1, "id": "heist_currency_regret_drops_as_annulment_%", "matchers": [{"string": "#% chance in Heists for Orbs of Regret to drop as Orbs of Annulment instead", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance in Heists for Chromatic Orbs to drop as Jeweller's Orbs instead", "better": 1, "id": "heist_currency_chromatic_drops_as_jewellers_%", "matchers": [{"string": "#% chance in Heists for Chromatic Orbs to drop as Jeweller's Orbs instead", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance in Heists for Chromatic Orbs to drop as Orbs of Fusing instead", "better": 1, "id": "heist_currency_chromatic_drops_as_fusing_%", "matchers": [{"string": "#% chance in Heists for Chromatic Orbs to drop as Orbs of Fusing instead", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance in Heists for Jeweller's Orbs to drop as Orbs of Fusing instead", "better": 1, "id": "heist_currency_jewellers_drops_as_fusing_%", "matchers": [{"string": "#% chance in Heists for Jeweller's Orbs to drop as Orbs of Fusing instead", "negate": false}], "trade": {"ids": null}} -{"ref": "Heist Chests have a #% chance to contain more valuable Uniques", "better": 1, "id": "heist_chests_unique_rarity_%", "matchers": [{"string": "Heist Chests have a #% chance to contain more valuable Uniques", "negate": false}, {"string": "Heist Chests contain more valuable Uniques", "negate": true}], "trade": {"ids": null}} -{"ref": "#% chance to receive additional Armour items when opening a Reward Chest in a Heist", "better": 1, "id": "heist_additional_armour_rewards_from_reward_chests_%", "matchers": [{"string": "#% chance to receive additional Armour items when opening a Reward Chest in a Heist", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to receive additional Weapons when opening a Reward Chest in a Heist", "better": 1, "id": "heist_additional_weapons_rewards_from_reward_chests_%", "matchers": [{"string": "#% chance to receive additional Weapons when opening a Reward Chest in a Heist", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to receive additional Jewellery when opening a Reward Chest in a Heist", "better": 1, "id": "heist_additional_jewellery_rewards_from_reward_chests_%", "matchers": [{"string": "#% chance to receive additional Jewellery when opening a Reward Chest in a Heist", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to receive additional Gem items when opening a Reward Chest in a Heist", "better": 1, "id": "heist_additional_gems_rewards_from_reward_chests_%", "matchers": [{"string": "#% chance to receive additional Gem items when opening a Reward Chest in a Heist", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to receive additional Essences when opening a Reward Chest in a Heist", "better": 1, "id": "heist_additional_essences_rewards_from_reward_chests_%", "matchers": [{"string": "#% chance to receive additional Essences when opening a Reward Chest in a Heist", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to receive additional Divination Card items when opening a Reward Chest in a Heist", "better": 1, "id": "heist_additional_divination_rewards_from_reward_chests_%", "matchers": [{"string": "#% chance to receive additional Divination Card items when opening a Reward Chest in a Heist", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to receive additional Unique items when opening a Reward Chest in a Heist", "better": 1, "id": "heist_additional_uniques_rewards_from_reward_chests_%", "matchers": [{"string": "#% chance to receive additional Unique items when opening a Reward Chest in a Heist", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to receive additional Talismans when opening a Reward Chest in a Heist", "better": 1, "id": "heist_additional_talisman_rewards_from_reward_chests_%", "matchers": [{"string": "#% chance to receive additional Talismans when opening a Reward Chest in a Heist", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to receive additional Abyss items when opening a Reward Chest in a Heist", "better": 1, "id": "heist_additional_abyss_rewards_from_reward_chests_%", "matchers": [{"string": "#% chance to receive additional Abyss items when opening a Reward Chest in a Heist", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to receive additional Breach items when opening a Reward Chest in a Heist", "better": 1, "id": "heist_additional_breach_rewards_from_reward_chests_%", "matchers": [{"string": "#% chance to receive additional Breach items when opening a Reward Chest in a Heist", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to receive additional Metamorph items when opening a Reward Chest in a Heist", "better": 1, "id": "heist_additional_metamorph_rewards_from_reward_chests_%", "matchers": [{"string": "#% chance to receive additional Metamorph items when opening a Reward Chest in a Heist", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to receive additional Delirium items when opening a Reward Chest in a Heist", "better": 1, "id": "heist_additional_delirium_rewards_from_reward_chests_%", "matchers": [{"string": "#% chance to receive additional Delirium items when opening a Reward Chest in a Heist", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to receive additional Legion items when opening a Reward Chest in a Heist", "better": 1, "id": "heist_additional_legion_rewards_from_reward_chests_%", "matchers": [{"string": "#% chance to receive additional Legion items when opening a Reward Chest in a Heist", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to receive additional Blight items when opening a Reward Chest in a Heist", "better": 1, "id": "heist_additional_blight_rewards_from_reward_chests_%", "matchers": [{"string": "#% chance to receive additional Blight items when opening a Reward Chest in a Heist", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to receive additional Harbinger items when opening a Reward Chest in a Heist", "better": 1, "id": "heist_additional_harbinger_rewards_from_reward_chests_%", "matchers": [{"string": "#% chance to receive additional Harbinger items when opening a Reward Chest in a Heist", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to receive additional Delve items when opening a Reward Chest in a Heist", "better": 1, "id": "heist_additional_delve_rewards_from_reward_chests_%", "matchers": [{"string": "#% chance to receive additional Delve items when opening a Reward Chest in a Heist", "negate": false}], "trade": {"ids": null}} -{"ref": "Projectiles from Attacks Fork", "better": 1, "id": "attack_projectiles_fork", "matchers": [{"string": "Projectiles from Attacks Fork", "negate": false}], "trade": {"ids": null}} -{"ref": "Projectiles from Attacks Fork an additional time", "better": 1, "id": "attack_projectiles_fork_additional_times", "matchers": [{"string": "Projectiles from Attacks Fork an additional time", "negate": false}], "trade": {"ids": null}} -{"ref": "Impale Damage dealt to Enemies Impaled by you Overwhelms #% Physical Damage Reduction", "better": 1, "id": "impale_phys_reduction_%_penalty", "matchers": [{"string": "Impale Damage dealt to Enemies Impaled by you Overwhelms #% Physical Damage Reduction", "negate": false}], "trade": {"ids": null}} -{"ref": "Minions are Aggressive", "better": 1, "id": "minion_larger_aggro_radius", "matchers": [{"string": "Minions are Aggressive", "negate": false}], "trade": {"ids": null}} -{"ref": "Consumes Socketed Uncorrupted Support Gems when they reach Maximum Level\\nCan Consume # Uncorrupted Support Gem\\nHas not Consumed any Gems", "better": 1, "id": "local_unique_hungry_loop_number_of_gems_to_consume", "matchers": [{"string": "Consumes Socketed Uncorrupted Support Gems when they reach Maximum Level\\nCan Consume # Uncorrupted Support Gem\\nHas not Consumed any Gems", "negate": false}], "trade": {"ids": null}} -{"ref": "Area contains a Blight Encounter", "better": 1, "id": "map_num_extra_blights_", "matchers": [{"string": "Area contains a Blight Encounter", "negate": false}], "trade": {"ids": null}} -{"ref": "Area contains # additional packs of Elder Fiends", "better": 1, "id": "map_watchstone_additional_packs_of_elder_monsters", "matchers": [{"string": "Area contains # additional packs of Elder Fiends", "negate": false}], "trade": {"ids": null}} -{"ref": "Area contains # additional packs of Shaper Creations", "better": 1, "id": "map_watchstone_additional_packs_of_shaper_monsters", "matchers": [{"string": "Area contains # additional packs of Shaper Creations", "negate": false}], "trade": {"ids": null}} -{"ref": "Spells lose Intensity with #% increased frequency while moving", "better": 1, "id": "intensity_loss_frequency_while_moving_+%", "matchers": [{"string": "Spells lose Intensity with #% increased frequency while moving", "negate": false}, {"string": "Spells lose Intensity with #% reduced frequency while moving", "negate": true}], "trade": {"ids": null}} -{"ref": "Inflict # Grasping Vine on Hit", "better": 1, "id": "add_x_grasping_vines_on_hit", "matchers": [{"string": "Inflict # Grasping Vine on Hit", "negate": false}], "trade": {"ids": null}} -{"ref": "Found Items drop Identified in Area", "better": 1, "id": "map_equipment_drops_identified", "matchers": [{"string": "Found Items drop Identified in Area", "negate": false}], "trade": {"ids": null}} -{"ref": "Area contains #% increased number of Remnants", "better": 1, "id": "map_expedition_relics_+%", "matchers": [{"string": "Area contains #% increased number of Remnants", "negate": false}], "trade": {"ids": {"implicit": ["implicit.stat_2991413918"]}}} -{"ref": "Area contains Medved, Feller of Heroes", "better": 1, "id": "map_expedition_saga_contains_boss", "matchers": [{"string": "Area contains Medved, Feller of Heroes", "negate": false}], "trade": {"ids": null}} -{"ref": "Excavated Chests have a #% chance to contain twice as many Items", "better": 1, "id": "map_expedition_chest_double_drops_chance_%", "matchers": [{"string": "Excavated Chests have a #% chance to contain twice as many Items", "negate": false}], "trade": {"ids": {"implicit": ["implicit.stat_3239978999"]}}} -{"ref": "Remnants have #% chance to have an additional Suffix Modifier", "better": 1, "id": "map_expedition_extra_relic_suffix_chance_%", "matchers": [{"string": "Remnants have #% chance to have an additional Suffix Modifier", "negate": false}], "trade": {"ids": {"implicit": ["implicit.stat_1871805225"]}}} -{"ref": "Area contains #% increased number of Monster Markers", "better": 1, "id": "map_expedition_number_of_monster_markers_+%", "matchers": [{"string": "Area contains #% increased number of Monster Markers", "negate": false}], "trade": {"ids": {"implicit": ["implicit.stat_1915989164"]}}} -{"ref": "Area contains an additional Underground Area", "better": 1, "id": "map_expedition_saga_additional_terrain_features", "matchers": [{"string": "Area contains an additional Underground Area", "negate": false}], "trade": {"ids": {"implicit": ["implicit.stat_1160596338"]}}} -{"ref": "#% increased Stealth", "better": 1, "id": "stealth_+%", "matchers": [{"string": "#% increased Stealth", "negate": false}, {"string": "#% reduced Stealth", "negate": true}], "trade": {"ids": null}} -{"ref": "Area contains # additional Chest Marker", "better": 1, "id": "map_expedition_chest_marker_count_+", "matchers": [{"string": "Area contains # additional Chest Marker", "negate": false}], "trade": {"ids": {"implicit": ["implicit.stat_4160330571"]}}} -{"ref": "DNT Area contains # additional Epic Chest Marker", "better": 1, "id": "map_expedition_epic_chest_marker_count_+", "matchers": [{"string": "DNT Area contains # additional Epic Chest Marker", "negate": false}], "trade": {"ids": null}} -{"ref": "DNT Area contains # additional Uncommon Chest Marker", "better": 1, "id": "map_expedition_uncommon_chest_marker_count_+", "matchers": [{"string": "DNT Area contains # additional Uncommon Chest Marker", "negate": false}], "trade": {"ids": null}} -{"ref": "DNT Area contains # additional Common Chest Marker", "better": 1, "id": "map_expedition_common_chest_marker_count_+", "matchers": [{"string": "DNT Area contains # additional Common Chest Marker", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Quantity of Exotic Coinage dropped by Monsters in Area", "better": 1, "id": "map_expedition_vendor_reroll_currency_quantity_+%", "matchers": [{"string": "#% increased Quantity of Exotic Coinage dropped by Monsters in Area", "negate": false}], "trade": {"ids": null}} -{"ref": "Maven releases all Bosses at once", "better": 1, "id": "maven_fight_layout_override", "matchers": [{"string": "Maven releases all Bosses at once", "negate": false}], "trade": {"ids": null}} -{"ref": "Grants Immunity to Bleeding for # seconds if used while Bleeding\\nGrants Immunity to Corrupted Blood for # seconds if used while affected by Corrupted Blood", "better": 1, "id": "local_flask_bleeding_immunity_if_bleeding_and_remove_corrupted_blood_s", "matchers": [{"string": "Grants Immunity to Bleeding for # seconds if used while Bleeding\\nGrants Immunity to Corrupted Blood for # seconds if used while affected by Corrupted Blood", "negate": false}], "trade": {"ids": null}} -{"ref": "Grants Immunity to Shock for # seconds if used while Shocked", "better": 1, "id": "local_flask_shock_immunity_if_shocked_s", "matchers": [{"string": "Grants Immunity to Shock for # seconds if used while Shocked", "negate": false}], "trade": {"ids": null}} -{"ref": "Grants Immunity to Chill for # seconds if used while Chilled\\nGrants Immunity to Freeze for # seconds if used while Frozen", "better": 1, "id": "local_flask_chill_or_freeze_immunity_if_chilled_or_frozen_s", "matchers": [{"string": "Grants Immunity to Chill for # seconds if used while Chilled\\nGrants Immunity to Freeze for # seconds if used while Frozen", "negate": false}], "trade": {"ids": null}} -{"ref": "Grants Immunity to Ignite for # seconds if used while Ignited\\nRemoves all Burning when used", "better": 1, "id": "local_flask_ignite_immunity_if_ignited_and_remove_burning_s", "matchers": [{"string": "Grants Immunity to Ignite for # seconds if used while Ignited\\nRemoves all Burning when used", "negate": false}], "trade": {"ids": null}} -{"ref": "Grants Immunity to Poison for # seconds if used while Poisoned", "better": 1, "id": "local_flask_poison_immunity_if_poisoned_s", "matchers": [{"string": "Grants Immunity to Poison for # seconds if used while Poisoned", "negate": false}], "trade": {"ids": null}} -{"ref": "Immunity to Poison during Effect", "better": 1, "id": "local_flask_immune_to_poison_during_flask_effect", "matchers": [{"string": "Immunity to Poison during Effect", "negate": false}], "trade": {"ids": null}} -{"ref": "Immunity to Shock during Effect", "better": 1, "id": "local_flask_immune_to_shock_during_flask_effect", "matchers": [{"string": "Immunity to Shock during Effect", "negate": false}], "trade": {"ids": null}} -{"ref": "Immunity to Freeze and Chill during Effect", "better": 1, "id": "local_flask_immune_to_freeze_and_chill_during_flask_effect", "matchers": [{"string": "Immunity to Freeze and Chill during Effect", "negate": false}], "trade": {"ids": null}} -{"ref": "Immunity to Ignite during Effect\\nRemoves Burning on use", "better": 1, "id": "local_flask_dispels_burning_and_ignite_immunity_during_effect", "matchers": [{"string": "Immunity to Ignite during Effect\\nRemoves Burning on use", "negate": false}], "trade": {"ids": null}} -{"ref": "Immunity to Bleeding and Corrupted Blood during Effect", "better": 1, "id": "local_flask_immune_to_bleeding_and_corrupted_blood_during_flask_effect", "matchers": [{"string": "Immunity to Bleeding and Corrupted Blood during Effect", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Reflected Damage taken during Effect", "better": 1, "id": "local_flask_reflect_damage_taken_+%_during_flask_effect", "matchers": [{"string": "#% increased Reflected Damage taken during Effect", "negate": false}, {"string": "#% reduced Reflected Damage taken during Effect", "negate": true}], "trade": {"ids": null}} -{"ref": "#% of Lightning Damage with Attack Skills Converted to Chaos Damage", "better": 1, "id": "non_skill_lightning_damage_%_to_convert_to_chaos_with_attacks", "matchers": [{"string": "#% of Lightning Damage with Attack Skills Converted to Chaos Damage", "negate": false}], "trade": {"ids": null}} -{"ref": "Attacks with this Weapon Penetrate #% Lightning Resistance", "better": 1, "id": "local_lightning_penetration_%", "matchers": [{"string": "Attacks with this Weapon Penetrate #% Lightning Resistance", "negate": false}], "trade": {"ids": null}} -{"ref": "Area contains # additional Map Boss", "better": 1, "id": "map_spawn_x_random_map_bosses", "matchers": [{"string": "Area contains # additional Map Boss", "negate": false}], "trade": {"ids": null}} -{"ref": "Unique Monsters have #% increased Maximum Life", "better": 1, "id": "map_gauntlet_unique_monster_life_+%", "matchers": [{"string": "Unique Monsters have #% increased Maximum Life", "negate": false}, {"string": "Unique Monsters have #% reduced Maximum Life", "negate": true}], "trade": {"ids": null}} -{"ref": "Area contains an additional Breach", "better": 1, "id": "map_contains_additional_breaches", "matchers": [{"string": "Area contains an additional Breach", "negate": false}], "trade": {"ids": null}} -{"ref": "Modifiers to Item Quantity affect the amount of rewards dropped by the boss by #% of their value", "better": 1, "id": "display_item_quantity_increases_rewards_from_boss_by_x_percent_of_its_value", "matchers": [{"string": "Modifiers to Item Quantity affect the amount of rewards dropped by the boss by #% of their value", "negate": false}], "trade": {"ids": null}} -{"ref": "Modifiers to Item Quantity will affect the number of encounter rewards dropped by #% of their value", "better": 1, "id": "display_item_quantity_increases_rewards_from_encounter_by_x_percent_of_its_value", "matchers": [{"string": "Modifiers to Item Quantity will affect the number of encounter rewards dropped by #% of their value", "negate": false}], "trade": {"ids": null}} -{"ref": "Vaal Vessel contains Mortal Fragments", "better": 1, "id": "map_vaal_vessel_gives_mortal_fragment", "matchers": [{"string": "Vaal Vessel contains Mortal Fragments", "negate": false}], "trade": {"ids": null}} -{"ref": "Awards an Improved Offering to the Goddess", "better": 1, "id": "map_labyrinth_trial_gives_upgraded_offering", "matchers": [{"string": "Awards an Improved Offering to the Goddess", "negate": false}], "trade": {"ids": null}} -{"ref": "Awards an Offering to the Goddess", "better": 1, "id": "display_map_labyrinth_trial_gives_offering", "matchers": [{"string": "Awards an Offering to the Goddess", "negate": false}], "trade": {"ids": null}} -{"ref": "Can only empower Rare or Unique enemies", "better": 1, "id": "local_sentinel_only_tag_rare_or_unique", "matchers": [{"string": "Can only empower Rare or Unique enemies", "negate": false}], "trade": {"ids": null}} -{"ref": "Empowers many enemies in one shot", "better": 1, "id": "local_sentinel_only_one_use", "matchers": [{"string": "Empowers many enemies in one shot", "negate": false}], "trade": {"ids": null}} -{"ref": "Can only empower Rare enemies", "better": 1, "id": "local_sentinel_only_tag_rare", "matchers": [{"string": "Can only empower Rare enemies", "negate": false}], "trade": {"ids": null}} -{"ref": "#% of Chaos Damage taken bypasses Energy Shield", "better": 1, "id": "base_chaos_damage_bypass_energy_shield_%", "matchers": [{"string": "#% of Chaos Damage taken bypasses Energy Shield", "negate": false}], "trade": {"ids": null}} -{"ref": "Kill Enemies that have 15% or lower Life on Hit if The Searing Exarch is dominant", "better": 1, "id": "local_kill_enemy_on_hit_if_under_15%_life_if_searing_exarch_dominant", "matchers": [{"string": "Kill Enemies that have 15% or lower Life on Hit if The Searing Exarch is dominant", "negate": false}], "trade": {"ids": null}} -{"ref": "Critical Hits have #% chance to inflict Malignant Madness if The Eater of Worlds is dominant", "better": 1, "id": "local_inflict_malignant_madness_on_critical_strike_%_if_eater_of_worlds_dominant", "matchers": [{"string": "Critical Hits have #% chance to inflict Malignant Madness if The Eater of Worlds is dominant", "negate": false}], "trade": {"ids": null}} -{"ref": "Socketed Warcry Skills have +# Cooldown Use", "better": 1, "id": "local_display_socketed_warcry_skills_cooldown_use_+", "matchers": [{"string": "Socketed Warcry Skills have +# Cooldown Use", "negate": false}], "trade": {"ids": null}} -{"ref": "When you Attack, take #% of Life as Physical Damage for\\neach Warcry Empowering the Attack", "better": 1, "id": "self_physical_damage_on_skill_use_%_max_life_per_warcry_exerting_action", "matchers": [{"string": "When you Attack, take #% of Life as Physical Damage for\\neach Warcry Empowering the Attack", "negate": false}], "trade": {"ids": null}} -{"ref": "Skills deal #% more Damage for each Warcry Empowering them", "better": 1, "id": "unique_helmet_damage_+%_final_per_warcry_exerting_action", "matchers": [{"string": "Skills deal #% more Damage for each Warcry Empowering them", "negate": false}, {"string": "Skills deal #% less Damage for each Warcry Empowering them", "negate": true}], "trade": {"ids": null}} -{"ref": "All Damage Taken from Hits can Chill you", "better": 1, "id": "all_damage_taken_can_chill", "matchers": [{"string": "All Damage Taken from Hits can Chill you", "negate": false}], "trade": {"ids": null}} -{"ref": "All Damage Taken from Hits can Ignite you", "better": 1, "id": "all_damage_taken_can_ignite", "matchers": [{"string": "All Damage Taken from Hits can Ignite you", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Duration", "better": 1, "id": "local_sentinel_drone_duration_+%", "matchers": [{"string": "#% increased Duration", "negate": false}, {"string": "#% reduced Duration", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_2541588185", "explicit.stat_1256719186"]}}} -{"ref": "{:+d} second to Duration", "better": 1, "id": "local_sentinel_duration_+", "matchers": [{"string": "{:+d} second to Duration", "negate": false}], "trade": {"ids": null}} -{"ref": "Empowers {:+d} Enemies", "better": 1, "id": "local_sentinel_tag_limit_+", "matchers": [{"string": "Empowers {:+d} Enemies", "negate": false}], "trade": {"ids": null}} -{"ref": "{:+d} to Charge", "better": 1, "id": "local_sentinel_drone_charge_+", "matchers": [{"string": "{:+d} to Charge", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased number of Empowered Enemies", "better": 1, "id": "local_sentinel_tag_limit_+%", "matchers": [{"string": "#% increased number of Empowered Enemies", "negate": false}, {"string": "#% reduced number of Empowered Enemies", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Empowerment", "better": 1, "id": "local_sentinel_drone_difficulty_+%", "matchers": [{"string": "#% increased Empowerment", "negate": false}, {"string": "#% reduced Empowerment", "negate": true}], "trade": {"ids": null}} -{"ref": "Character Gains Unholy Might for 1 second on deployment", "better": 1, "id": "sentinel_drone_player_gains_unholy_might_on_summon_ms", "matchers": [{"string": "Character Gains Unholy Might for 1 second on deployment", "negate": false}], "trade": {"ids": null}} -{"ref": "Character Gains Tailwind for 1 second on deployment", "better": 1, "id": "sentinel_drone_player_gains_tailwind_on_summon_ms", "matchers": [{"string": "Character Gains Tailwind for 1 second on deployment", "negate": false}], "trade": {"ids": null}} -{"ref": "Character Gains Acceleration Shrine for 1 second on deployment", "better": 1, "id": "sentinel_drone_player_gains_accelerating_shrine_on_summon_ms", "matchers": [{"string": "Character Gains Acceleration Shrine for 1 second on deployment", "negate": false}], "trade": {"ids": null}} -{"ref": "Character Gains Charged Shrine for 1 second on deployment", "better": 1, "id": "sentinel_drone_player_gains_resonating_shrine_on_summon_ms", "matchers": [{"string": "Character Gains Charged Shrine for 1 second on deployment", "negate": false}], "trade": {"ids": null}} -{"ref": "Character Gains Diamond Shrine for 1 second on deployment", "better": 1, "id": "sentinel_drone_player_gains_diamond_shrine_on_summon_ms", "matchers": [{"string": "Character Gains Diamond Shrine for 1 second on deployment", "negate": false}], "trade": {"ids": null}} -{"ref": "Character Gains Gloom Shrine for 1 second on deployment", "better": 1, "id": "sentinel_drone_player_gains_gloom_shrine_on_summon_ms", "matchers": [{"string": "Character Gains Gloom Shrine for 1 second on deployment", "negate": false}], "trade": {"ids": null}} -{"ref": "Character Gains Resistance Shrine for 1 second on deployment", "better": 1, "id": "sentinel_drone_player_gains_resistance_shrine_on_summon_ms", "matchers": [{"string": "Character Gains Resistance Shrine for 1 second on deployment", "negate": false}], "trade": {"ids": null}} -{"ref": "Character Gains Massive Shrine for 1 second on deployment", "better": 1, "id": "sentinel_drone_player_gains_massive_shrine_on_summon_ms", "matchers": [{"string": "Character Gains Massive Shrine for 1 second on deployment", "negate": false}], "trade": {"ids": null}} -{"ref": "Character Gains Echoing Shrine for 1 second on deployment", "better": 1, "id": "sentinel_drone_player_gains_echoing_shrine_on_summon_ms", "matchers": [{"string": "Character Gains Echoing Shrine for 1 second on deployment", "negate": false}], "trade": {"ids": null}} -{"ref": "Character Gains Impenetrable Shrine for 1 second on deployment", "better": 1, "id": "sentinel_drone_player_gains_impenetrable_shrine_on_summon_ms", "matchers": [{"string": "Character Gains Impenetrable Shrine for 1 second on deployment", "negate": false}], "trade": {"ids": null}} -{"ref": "Character Gains Adrenaline for 1 second on deployment", "better": 1, "id": "sentinel_drone_player_gains_adrenaline_on_summon_ms", "matchers": [{"string": "Character Gains Adrenaline for 1 second on deployment", "negate": false}], "trade": {"ids": null}} -{"ref": "Character Gains Endurance Charges for 1 second on deployment", "better": 1, "id": "sentinel_drone_player_gains_endurance_charge_on_summon_ms", "matchers": [{"string": "Character Gains Endurance Charges for 1 second on deployment", "negate": false}], "trade": {"ids": null}} -{"ref": "Character Gains Power Charges for 1 second on deployment", "better": 1, "id": "sentinel_drone_player_gains_power_charge_on_summon_ms", "matchers": [{"string": "Character Gains Power Charges for 1 second on deployment", "negate": false}], "trade": {"ids": null}} -{"ref": "Character Gains Frenzy Charges for 1 second on deployment", "better": 1, "id": "sentinel_drone_player_gains_frenzy_charge_on_summon_ms", "matchers": [{"string": "Character Gains Frenzy Charges for 1 second on deployment", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance for Empowered Enemies to have a Currency Reward", "better": 1, "id": "sentinel_tag_currency_reward_chance_permillage", "matchers": [{"string": "#% chance for Empowered Enemies to have a Currency Reward", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance for Empowered Enemies to have an Essence Reward", "better": 1, "id": "sentinel_tag_essence_reward_chance_permillage", "matchers": [{"string": "#% chance for Empowered Enemies to have an Essence Reward", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance for Empowered Enemies to have a Unique Reward", "better": 1, "id": "sentinel_tag_unique_reward_chance_permillage", "matchers": [{"string": "#% chance for Empowered Enemies to have a Unique Reward", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance for Empowered Enemies to have a Gem Reward", "better": 1, "id": "sentinel_tag_gems_reward_chance_permillage", "matchers": [{"string": "#% chance for Empowered Enemies to have a Gem Reward", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance for Empowered Enemies to have a Map Reward", "better": 1, "id": "sentinel_tag_maps_reward_chance_permillage", "matchers": [{"string": "#% chance for Empowered Enemies to have a Map Reward", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance for Empowered Enemies to have a Jewellery Reward", "better": 1, "id": "sentinel_tag_trinkets_reward_chance_permillage", "matchers": [{"string": "#% chance for Empowered Enemies to have a Jewellery Reward", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance for Empowered Enemies to have an Armour Reward", "better": 1, "id": "sentinel_tag_armour_reward_chance_permillage", "matchers": [{"string": "#% chance for Empowered Enemies to have an Armour Reward", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance for Empowered Enemies to have a Weapon Reward", "better": 1, "id": "sentinel_tag_weapon_reward_chance_permillage", "matchers": [{"string": "#% chance for Empowered Enemies to have a Weapon Reward", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance for Empowered Enemies to have a Fragment Reward", "better": 1, "id": "sentinel_tag_fragments_reward_chance_permillage", "matchers": [{"string": "#% chance for Empowered Enemies to have a Fragment Reward", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance for Empowered Enemies to have a Scarab Reward", "better": 1, "id": "sentinel_tag_scarabs_reward_chance_permillage", "matchers": [{"string": "#% chance for Empowered Enemies to have a Scarab Reward", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance for Empowered Enemies to have a Divination Card Reward", "better": 1, "id": "sentinel_tag_divinationcards_reward_chance_permillage", "matchers": [{"string": "#% chance for Empowered Enemies to have a Divination Card Reward", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance for Empowered Enemies to have an Abyss Reward", "better": 1, "id": "sentinel_tag_abyss_reward_chance_permillage", "matchers": [{"string": "#% chance for Empowered Enemies to have an Abyss Reward", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance for Empowered Enemies to have a Harbinger Reward", "better": 1, "id": "sentinel_tag_harbinger_reward_chance_permillage", "matchers": [{"string": "#% chance for Empowered Enemies to have a Harbinger Reward", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance for Empowered Enemies to have a Breach Reward", "better": 1, "id": "sentinel_tag_breach_reward_chance_permillage", "matchers": [{"string": "#% chance for Empowered Enemies to have a Breach Reward", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance for Empowered Enemies to have a Fossil Reward", "better": 1, "id": "sentinel_tag_fossils_reward_chance_permillage", "matchers": [{"string": "#% chance for Empowered Enemies to have a Fossil Reward", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance for Empowered Enemies to have a Legion Reward", "better": 1, "id": "sentinel_tag_legion_reward_chance_permillage", "matchers": [{"string": "#% chance for Empowered Enemies to have a Legion Reward", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance for Empowered Enemies to have a Blight Reward", "better": 1, "id": "sentinel_tag_blight_reward_chance_permillage", "matchers": [{"string": "#% chance for Empowered Enemies to have a Blight Reward", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance for Empowered Enemies to have a Metamorphosis Reward", "better": 1, "id": "sentinel_tag_metamorphosis_reward_chance_permillage", "matchers": [{"string": "#% chance for Empowered Enemies to have a Metamorphosis Reward", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance for Empowered Enemies to have an Expedition Reward", "better": 1, "id": "sentinel_tag_expedition_reward_chance_permillage", "matchers": [{"string": "#% chance for Empowered Enemies to have an Expedition Reward", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance for Empowered Enemies to have a Heist Reward", "better": 1, "id": "sentinel_tag_heist_reward_chance_permillage", "matchers": [{"string": "#% chance for Empowered Enemies to have a Heist Reward", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance for Empowered Enemies to have a Ritual Reward", "better": 1, "id": "sentinel_tag_ritual_reward_chance_permillage", "matchers": [{"string": "#% chance for Empowered Enemies to have a Ritual Reward", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance for Empowered Enemies to have a Delirium Reward", "better": 1, "id": "sentinel_tag_delirium_reward_chance_permillage", "matchers": [{"string": "#% chance for Empowered Enemies to have a Delirium Reward", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance for Empowered Enemies to have a Sentinel Reward", "better": 1, "id": "sentinel_tag_sentinel_reward_chance_permillage", "matchers": [{"string": "#% chance for Empowered Enemies to have a Sentinel Reward", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Chaining range", "better": 1, "id": "chaining_range_+%", "matchers": [{"string": "#% increased Chaining range", "negate": false}, {"string": "#% reduced Chaining range", "negate": true}], "trade": {"ids": null}} -{"ref": "Fires an additional Beam", "better": 1, "id": "sentinel_tag_beam_number_of_beams", "matchers": [{"string": "Fires an additional Beam", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance for Rewards to be Doubled", "better": 1, "id": "sentinel_tag_duplicate_reward_chance_%", "matchers": [{"string": "#% chance for Rewards to be Doubled", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to be Deployable an additional time", "better": 1, "id": "sentinel_refresh_on_use_chance_%", "matchers": [{"string": "#% chance to be Deployable an additional time", "negate": false}], "trade": {"ids": null}} -{"ref": "Grants Level # Anger Aura", "better": 1, "id": "local_display_sentinel_uses_level_x_anger_aura", "matchers": [{"string": "Grants Level # Anger Aura", "negate": false}], "trade": {"ids": null}} -{"ref": "Grants Level # Determination Aura", "better": 1, "id": "local_display_sentinel_uses_level_x_determination_aura", "matchers": [{"string": "Grants Level # Determination Aura", "negate": false}], "trade": {"ids": null}} -{"ref": "Grants Level # Purity of Fire Aura", "better": 1, "id": "local_display_sentinel_uses_level_x_fire_resist_aura", "matchers": [{"string": "Grants Level # Purity of Fire Aura", "negate": false}], "trade": {"ids": null}} -{"ref": "Grants Level # Purity of Elements Aura", "better": 1, "id": "local_display_sentinel_uses_level_x_purity_aura", "matchers": [{"string": "Grants Level # Purity of Elements Aura", "negate": false}], "trade": {"ids": null}} -{"ref": "Grants Level # Hatred Aura", "better": 1, "id": "local_display_sentinel_uses_level_x_hatred_aura", "matchers": [{"string": "Grants Level # Hatred Aura", "negate": false}], "trade": {"ids": null}} -{"ref": "Grants Level # Grace Aura", "better": 1, "id": "local_display_sentinel_uses_level_x_grace_aura", "matchers": [{"string": "Grants Level # Grace Aura", "negate": false}], "trade": {"ids": null}} -{"ref": "Grants Level # Purity of Ice Aura", "better": 1, "id": "local_display_sentinel_uses_level_x_cold_resist_aura", "matchers": [{"string": "Grants Level # Purity of Ice Aura", "negate": false}], "trade": {"ids": null}} -{"ref": "Grants Level # Haste Aura", "better": 1, "id": "local_display_sentinel_uses_level_x_haste_aura", "matchers": [{"string": "Grants Level # Haste Aura", "negate": false}], "trade": {"ids": null}} -{"ref": "Grants Level # Wrath Aura", "better": 1, "id": "local_display_sentinel_uses_level_x_wrath_aura", "matchers": [{"string": "Grants Level # Wrath Aura", "negate": false}], "trade": {"ids": null}} -{"ref": "Grants Level # Discipline Aura", "better": 1, "id": "local_display_sentinel_uses_level_x_discipline_aura", "matchers": [{"string": "Grants Level # Discipline Aura", "negate": false}], "trade": {"ids": null}} -{"ref": "Grants Level # Purity of Lightning Aura", "better": 1, "id": "local_display_sentinel_uses_level_x_lightning_resist_aura", "matchers": [{"string": "Grants Level # Purity of Lightning Aura", "negate": false}], "trade": {"ids": null}} -{"ref": "Grants Level # Zealotry Aura", "better": 1, "id": "local_display_sentinel_uses_level_x_zealotry_aura", "matchers": [{"string": "Grants Level # Zealotry Aura", "negate": false}], "trade": {"ids": null}} -{"ref": "Grants Level # Malevolence Aura", "better": 1, "id": "local_display_sentinel_uses_level_x_malevolence_aura", "matchers": [{"string": "Grants Level # Malevolence Aura", "negate": false}], "trade": {"ids": null}} -{"ref": "Empowered Monsters have #% increased Quantity of Items Found", "better": 1, "id": "sentinel_tagged_item_quantity_+%", "matchers": [{"string": "Empowered Monsters have #% increased Quantity of Items Found", "negate": false}, {"string": "Empowered Monsters have #% reduced Quantity of Items Found", "negate": true}], "trade": {"ids": null}} -{"ref": "Empowered Monsters have #% increased Rarity of Items Found", "better": 1, "id": "sentinel_tagged_item_rarity_+%", "matchers": [{"string": "Empowered Monsters have #% increased Rarity of Items Found", "negate": false}, {"string": "Empowered Monsters have #% reduced Rarity of Items Found", "negate": true}], "trade": {"ids": null}} -{"ref": "Empowered Monsters grant #% increased Sentinel Power", "better": 1, "id": "sentinel_tagged_sentinel_experience_+%", "matchers": [{"string": "Empowered Monsters grant #% increased Sentinel Power", "negate": false}, {"string": "Empowered Monsters grant #% reduced Sentinel Power", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased chance to add Rewards", "better": 1, "id": "sentinel_chance_for_reward_+%", "matchers": [{"string": "#% increased chance to add Rewards", "negate": false}, {"string": "#% reduced chance to add Rewards", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased Rewards", "better": 1, "id": "sentinel_reward_count_+%", "matchers": [{"string": "#% increased Rewards", "negate": false}, {"string": "#% reduced Rewards", "negate": true}], "trade": {"ids": null}} -{"ref": "When a Character Kills an Empowered Rare Monster,\\nthey have #% chance to gain its Modifiers for 20 seconds", "better": 1, "id": "sentinel_monster_gives_mods_to_killer_chance_%", "matchers": [{"string": "When a Character Kills an Empowered Rare Monster,\\nthey have #% chance to gain its Modifiers for 20 seconds", "negate": false}], "trade": {"ids": null}} -{"ref": "Passives in Radius of {} can be Allocated\\nwithout being connected to your tree", "better": 1, "id": "local_unique_jewel_disconnected_passives_can_be_allocated_around_keystone_hash", "matchers": [{"string": "Passives in Radius of {} can be Allocated\\nwithout being connected to your tree", "negate": false}], "trade": {"ids": null}} -{"ref": "Destroyed on Empowering target Enemy", "better": 1, "id": "sentinel_destroyed_on_tagging_specific_monster", "matchers": [{"string": "Destroyed on Empowering target Enemy", "negate": false}], "trade": {"ids": null}} -{"ref": "Map Item Quantity affects number of rewards from Empowered Enemy", "better": 1, "id": "sentinel_map_quantity_applies_to_rewards", "matchers": [{"string": "Map Item Quantity affects number of rewards from Empowered Enemy", "negate": false}], "trade": {"ids": null}} -{"ref": "Empowered Monsters drop {} Currency Rewards", "better": 1, "id": "sentinel_tagged_monsters_drop_x_currency_rewards", "matchers": [{"string": "Empowered Monsters drop {} Currency Rewards", "negate": false}], "trade": {"ids": null}} -{"ref": "Empowered Monsters drop {} Sentinel Rewards", "better": 1, "id": "sentinel_tagged_monsters_drop_x_sentinel_rewards", "matchers": [{"string": "Empowered Monsters drop {} Sentinel Rewards", "negate": false}], "trade": {"ids": null}} -{"ref": "Empowered Monsters drop {} Divination Card Rewards", "better": 1, "id": "sentinel_tagged_monsters_drop_x_divination_card_rewards", "matchers": [{"string": "Empowered Monsters drop {} Divination Card Rewards", "negate": false}], "trade": {"ids": null}} -{"ref": "Empowered Monsters drop {} Scarab Rewards", "better": 1, "id": "sentinel_tagged_monsters_drop_x_scarab_rewards", "matchers": [{"string": "Empowered Monsters drop {} Scarab Rewards", "negate": false}], "trade": {"ids": null}} -{"ref": "Empowered Monsters drop {} Unique Rewards", "better": 1, "id": "sentinel_tagged_monsters_drop_x_unique_rewards", "matchers": [{"string": "Empowered Monsters drop {} Unique Rewards", "negate": false}], "trade": {"ids": null}} -{"ref": "Empowered Monsters drop {} Map Rewards", "better": 1, "id": "sentinel_tagged_monsters_drop_x_map_rewards", "matchers": [{"string": "Empowered Monsters drop {} Map Rewards", "negate": false}], "trade": {"ids": null}} -{"ref": "Empowered Monsters drop {} Fragment Rewards", "better": 1, "id": "sentinel_tagged_monsters_drop_x_fragment_rewards", "matchers": [{"string": "Empowered Monsters drop {} Fragment Rewards", "negate": false}], "trade": {"ids": null}} -{"ref": "Cannot Empower Enemies", "better": 1, "id": "local_sentinel_cannot_tag_anything", "matchers": [{"string": "Cannot Empower Enemies", "negate": false}], "trade": {"ids": null}} -{"ref": "Empowered Enemies cannot gain Rewards", "better": 1, "id": "sentinel_tag_no_rewards", "matchers": [{"string": "Empowered Enemies cannot gain Rewards", "negate": false}], "trade": {"ids": null}} -{"ref": "#% more Empowerment for each Enemy Empowered", "better": 1, "id": "sentinel_tag_difficulty_+permillage_final_per_previous_tag", "matchers": [{"string": "#% more Empowerment for each Enemy Empowered", "negate": false}, {"string": "#% less Empowerment for each Enemy Empowered", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased chance to add a Reward for each Enemy Empowered", "better": 1, "id": "sentinel_tag_reward_chance_+permillage_per_previous_tag", "matchers": [{"string": "#% increased chance to add a Reward for each Enemy Empowered", "negate": false}, {"string": "#% reduced chance to add a Reward for each Enemy Empowered", "negate": true}], "trade": {"ids": null}} -{"ref": "#% chance to upgrade Normal Rarity Enemies to be Rare when they are Empowered", "better": 1, "id": "sentinel_tag_upgrade_target_to_rare_%", "matchers": [{"string": "#% chance to upgrade Normal Rarity Enemies to be Rare when they are Empowered", "negate": false}], "trade": {"ids": null}} -{"ref": "Spawns Worms", "better": 1, "id": "local_display_sentinel_spawns_worms", "matchers": [{"string": "Spawns Worms", "negate": false}], "trade": {"ids": null}} -{"ref": "Empowered Enemies do not drop Items", "better": 1, "id": "sentinel_tag_no_drops", "matchers": [{"string": "Empowered Enemies do not drop Items", "negate": false}], "trade": {"ids": null}} -{"ref": "Cleanses Corrupted Fish", "better": 1, "id": "sentinel_can_cleanse_corrupted_fish", "matchers": [{"string": "Cleanses Corrupted Fish", "negate": false}], "trade": {"ids": null}} -{"ref": "Purifies Corrupted Water", "better": 1, "id": "sentinel_can_purify_corrupted_water", "matchers": [{"string": "Purifies Corrupted Water", "negate": false}], "trade": {"ids": null}} -{"ref": "Petrifies Empowered Enemies for 1 second", "better": 1, "id": "sentinel_petrify_tagged_monsters_ms", "matchers": [{"string": "Petrifies Empowered Enemies for 1 second", "negate": false}], "trade": {"ids": null}} -{"ref": "Areas contain Temporal Incursions", "better": 1, "id": "map_spawn_incursion_encounters", "matchers": [{"string": "Areas contain Temporal Incursions", "negate": false}], "trade": {"ids": null}} -{"ref": "Area contains an additional Shrine", "better": 1, "id": "memory_line_number_of_shrines", "matchers": [{"string": "Area contains an additional Shrine", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_1468737867"]}}} -{"ref": "Essences imprison a Rogue Exile", "better": 1, "id": "map_essences_contains_rogue_exiles", "matchers": [{"string": "Essences imprison a Rogue Exile", "negate": false}], "trade": {"ids": null}} -{"ref": "Strongboxes have #% chance to be an Operative's Strongbox", "better": 1, "id": "memory_line_strongboxes_chance_to_be_operatives_%", "matchers": [{"string": "Strongboxes have #% chance to be an Operative's Strongbox", "negate": false}], "trade": {"ids": null}} -{"ref": "Area is Breached", "better": 1, "id": "memory_line_breach_covers_map", "matchers": [{"string": "Area is Breached", "negate": false}], "trade": {"ids": null}} -{"ref": "Breach Hands are small", "better": 1, "id": "map_breach_hands_are_small", "matchers": [{"string": "Breach Hands are small", "negate": false}], "trade": {"ids": null}} -{"ref": "Players in Area take on the form of Harbingers", "better": 1, "id": "memory_line_player_is_harbinger", "matchers": [{"string": "Players in Area take on the form of Harbingers", "negate": false}], "trade": {"ids": null}} -{"ref": "Crops in Area are larger in size", "better": 1, "id": "memory_line_big_harvest", "matchers": [{"string": "Crops in Area are larger in size", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Explicit Modifier magnitudes", "better": 1, "id": "local_explicit_mod_effect_+%", "matchers": [{"string": "#% increased Explicit Modifier magnitudes", "negate": false}, {"string": "#% reduced Explicit Modifier magnitudes", "negate": true}], "trade": {"ids": null}} -{"ref": "#% increased maximum Life", "better": 1, "id": "map_player_maximum_life_+%", "matchers": [{"string": "#% increased maximum Life", "negate": false}, {"string": "#% reduced maximum Life", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_983749596"], "rune": ["rune.stat_983749596"], "sanctum": ["sanctum.stat_1200789871"]}}} -{"ref": "#% increased maximum Honour", "better": 1, "id": "sanctum_max_honour_+%", "matchers": [{"string": "#% increased maximum Honour", "negate": false}, {"string": "#% reduced maximum Honour", "negate": true}], "trade": {"ids": {"sanctum": ["sanctum.stat_3970123360"]}}} -{"ref": "#% increased Honour restored", "better": 1, "id": "sanctum_honour_restored_+%", "matchers": [{"string": "#% increased Honour restored", "negate": false}, {"string": "#% reduced Honour restored", "negate": true}], "trade": {"ids": {"sanctum": ["sanctum.stat_1583320325"]}}} -{"ref": "Monsters have #% chance to drop double Sacred Water", "better": 1, "id": "sanctum_monster_double_gold_%", "matchers": [{"string": "Monsters have #% chance to drop double Sacred Water", "negate": false}], "trade": {"ids": {"sanctum": ["sanctum.stat_231205265"]}}} -{"ref": "Fountains have #% chance to grant double Sacred Water", "better": 1, "id": "sanctum_fountain_double_gold_%", "matchers": [{"string": "Fountains have #% chance to grant double Sacred Water", "negate": false}], "trade": {"ids": {"sanctum": ["sanctum.stat_2363402715"]}}} -{"ref": "#% increased Merchant Prices", "better": 1, "id": "sanctum_merchant_gold_cost_+%", "matchers": [{"string": "#% increased Merchant Prices", "negate": false}, {"string": "#% reduced Merchant Prices", "negate": true}], "trade": {"ids": {"sanctum": ["sanctum.stat_3096446459"]}}} -{"ref": "Restore # Honour on killing a Boss", "better": 1, "id": "sanctum_restore_honour_on_boss_kill", "matchers": [{"string": "Restore # Honour on killing a Boss", "negate": false}], "trade": {"ids": {"sanctum": ["sanctum.stat_3865020351"]}}} -{"ref": "Restore # Honour on venerating a Maraketh Shrine", "better": 1, "id": "sanctum_restore_honour_on_fountain_use", "matchers": [{"string": "Restore # Honour on venerating a Maraketh Shrine", "negate": false}], "trade": {"ids": {"sanctum": ["sanctum.stat_2492340460"]}}} -{"ref": "Gain # Sacred Water at the start of the Trial", "better": 1, "id": "sanctum_starting_gold", "matchers": [{"string": "Gain # Sacred Water at the start of the Trial", "negate": false}], "trade": {"ids": {"sanctum": ["sanctum.stat_2393318075"]}}} -{"ref": "Gain # Sacred Water when you complete a Room", "better": 1, "id": "gain_x_sanctum_gold_on_room_completion", "matchers": [{"string": "Gain # Sacred Water when you complete a Room", "negate": false}], "trade": {"ids": {"sanctum": ["sanctum.stat_4057192895"]}}} -{"ref": "Restore # Honour on room completion", "better": 1, "id": "sanctum_restore_honour_on_room_completion", "matchers": [{"string": "Restore # Honour on room completion", "negate": false}], "trade": {"ids": {"sanctum": ["sanctum.stat_2114314842"]}}} -{"ref": "An additional Room is revealed on the Trial Map", "better": 1, "id": "sanctum_map_reveal_extra_room_each_floor", "matchers": [{"string": "An additional Room is revealed on the Trial Map", "negate": false}], "trade": {"ids": {"sanctum": ["sanctum.stat_386901949"]}}} -{"ref": "#% chance to Avoid gaining an Affliction", "better": 1, "id": "sanctum_avoid_affliction_chance_%", "matchers": [{"string": "#% chance to Avoid gaining an Affliction", "negate": false}], "trade": {"ids": {"sanctum": ["sanctum.stat_1960517795"]}}} -{"ref": "Monsters take #% increased Damage", "better": 1, "id": "map_monster_damage_taken_+%", "matchers": [{"string": "Monsters take #% increased Damage", "negate": false}, {"string": "Monsters take #% reduced Damage", "negate": true}], "trade": {"ids": {"sanctum": ["sanctum.stat_3114474137"]}}} -{"ref": "Rare Monsters take #% increased Damage", "better": 1, "id": "map_sanctum_guard_damage_taken_+%", "matchers": [{"string": "Rare Monsters take #% increased Damage", "negate": false}, {"string": "Rare Monsters take #% reduced Damage", "negate": true}], "trade": {"ids": {"sanctum": ["sanctum.stat_408585189"]}}} -{"ref": "Bosses take #% increased Damage", "better": 1, "id": "map_sanctum_boss_damage_taken_+%", "matchers": [{"string": "Bosses take #% increased Damage", "negate": false}, {"string": "Bosses take #% reduced Damage", "negate": true}], "trade": {"ids": {"sanctum": ["sanctum.stat_3226329527"]}}} -{"ref": "The Merchant has an additional Choice", "better": 1, "id": "sanctum_merchant_additional_options", "matchers": [{"string": "The Merchant has an additional Choice", "negate": false}], "trade": {"ids": {"sanctum": ["sanctum.stat_290775436"]}}} -{"ref": "Rare Monsters deal #% increased Damage", "better": 1, "id": "map_sanctum_guard_sanctum_damage_+%", "matchers": [{"string": "Rare Monsters deal #% increased Damage", "negate": false}, {"string": "Rare Monsters deal #% reduced Damage", "negate": true}], "trade": {"ids": {"sanctum": ["sanctum.stat_199414195"]}}} -{"ref": "Traps deal #% increased Damage", "better": 1, "id": "map_sanctum_boss_sanctum_damage_+%", "matchers": [{"string": "Traps deal #% increased Damage", "negate": false}, {"string": "Traps deal #% reduced Damage", "negate": true}], "trade": {"ids": {"sanctum": ["sanctum.stat_3554921410"]}}} -{"ref": "#% increased quantity of Relics dropped by Monsters", "better": 1, "id": "map_sanctum_relic_drop_chance_+%", "matchers": [{"string": "#% increased quantity of Relics dropped by Monsters", "negate": false}, {"string": "#% reduced quantity of Relics dropped by Monsters", "negate": true}], "trade": {"ids": {"sanctum": ["sanctum.stat_1680962389"]}}} -{"ref": "#% increased Defences", "better": 1, "id": "map_player_defences_+%", "matchers": [{"string": "#% increased Defences", "negate": false}, {"string": "% reduced Defences", "negate": true}], "trade": {"ids": {"sanctum": ["sanctum.stat_3439681381"]}}} -{"ref": "Players have #% increased Movement Speed", "better": 1, "id": "map_players_movement_speed_+%", "matchers": [{"string": "Players have #% increased Movement Speed", "negate": false}, {"string": "Players have #% reduced Movement Speed", "negate": true}], "trade": {"ids": null}} -{"ref": "+# metre to Dodge Roll distance", "better": 1, "id": "map_player_dodge_roll_base_travel_distance", "matchers": [{"string": "# metre to Dodge Roll distance", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_258119672"], "sanctum": ["sanctum.stat_1040593638"]}}} -{"ref": "#% increased Slowing Potency of Debuffs on You", "better": 1, "id": "map_player_base_slow_potency_+%", "matchers": [{"string": "#% increased Slowing Potency of Debuffs on You", "negate": false}, {"string": "#% reduced Slowing Potency of Debuffs on You", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_924253255"], "implicit": ["implicit.stat_924253255"], "enchant": ["enchant.stat_924253255"], "rune": ["rune.stat_924253255"], "sanctum": ["sanctum.stat_978111083"]}}} -{"ref": "Hits against you have #% reduced Critical Damage Bonus", "better": 1, "id": "map_player_base_self_critical_strike_multiplier_-%", "matchers": [{"string": "Hits against you have #% reduced Critical Damage Bonus", "negate": false}, {"string": "Hits against you have #% increased Critical Damage Bonus", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_3855016469"], "rune": ["rune.stat_3855016469"], "sanctum": ["sanctum.stat_2948404493"]}}} -{"ref": "When you gain a Key #% chance to gain another", "better": 1, "id": "sanctum_additional_key_chance_%", "matchers": [{"string": "When you gain a Key #% chance to gain another", "negate": false}], "trade": {"ids": {"sanctum": ["sanctum.stat_3170238729"]}}} -{"ref": "Restore # Honour on picking up a Key", "better": 1, "id": "sanctum_restore_honour_on_gain_key", "matchers": [{"string": "Restore # Honour on picking up a Key", "negate": false}], "trade": {"ids": {"sanctum": ["sanctum.stat_521869848"]}}} -{"ref": "Monsters have #% increased Attack, Cast and Movement Speed", "better": 1, "id": "map_monster_attack_cast_and_movement_speed_+%", "matchers": [{"string": "Monsters have #% increased Attack, Cast and Movement Speed", "negate": false}, {"string": "Monsters have #% reduced Attack, Cast and Movement Speed", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_3909654181"], "sanctum": ["sanctum.stat_3909654181"]}}} -{"ref": "+#% to Honour Resistance", "better": 1, "id": "sanctum_honour_resistance_%", "matchers": [{"string": "#% to Honour Resistance", "negate": false}], "trade": {"ids": {"sanctum": ["sanctum.stat_2287831219"]}}} -{"ref": "+#% to Maximum Honour Resistance", "better": 1, "id": "sanctum_additional_max_honour_resistance_%", "matchers": [{"string": "#% to Maximum Honour Resistance", "negate": false}], "trade": {"ids": {"sanctum": ["sanctum.stat_3096543632"]}}} -{"ref": "#% increased quantity of Keys dropped by Monsters", "better": 1, "id": "map_sanctum_key_drop_chance_+%", "matchers": [{"string": "#% increased quantity of Keys dropped by Monsters", "negate": false}, {"string": "#% reduced quantity of Keys dropped by Monsters", "negate": true}], "trade": {"ids": {"sanctum": ["sanctum.stat_729354668"]}}} -{"ref": "#% chance if you were to lose all your Honour to have 1 Honour instead", "better": 1, "id": "sanctum_chance_to_prevent_zero_honour_%", "matchers": [{"string": "#% chance if you were to lose all your Honour to have 1 Honour instead", "negate": false}], "trade": {"ids": {"sanctum": ["sanctum.stat_3870327403"]}}} -{"ref": "#% chance for each of your Keys to upgrade on completing a Floor", "better": 1, "id": "sanctum_chance_to_upgrade_key_on_floor_completed_%", "matchers": [{"string": "#% chance for each of your Keys to upgrade on completing a Floor", "negate": false}], "trade": {"ids": {"sanctum": ["sanctum.stat_2155917449"]}}} -{"ref": "This item is destroyed when applied to a Trial", "better": 1, "id": "local_unique_relic_destroyed_on_sanctum_start", "matchers": [{"string": "This item is destroyed when applied to a Trial", "negate": false}], "trade": {"ids": {"sanctum": ["sanctum.stat_3182333322"]}}} -{"ref": "Duplicates up to {} random Offer Reward upon defeating the Herald of the Scourge", "better": 1, "id": "map_lycia2_duplicate_up_to_x_deferred_rewards", "matchers": [{"string": "Duplicates up to {} random Offer Reward upon defeating the Herald of the Scourge", "negate": false}], "trade": {"ids": null}} -{"ref": "Zarokh, the Eternal drops an additional Barya", "better": 1, "id": "map_lycia2_drop_additional_sanctum_key", "matchers": [{"string": "Zarokh, the Eternal drops an additional Barya", "negate": false}], "trade": {"ids": {"sanctum": ["sanctum.stat_3878191575"]}}} -{"ref": "Zarokh, the Eternal drops Blessed Bonds", "better": 1, "id": "map_sanctum_boss_drop_unique_1", "matchers": [{"string": "Zarokh, the Eternal drops Blessed Bonds", "negate": false}], "trade": {"ids": {"sanctum": ["sanctum.stat_767926824"]}}} -{"ref": "Zarokh, the Eternal drops Temporalis", "better": 1, "id": "map_sanctum_boss_drop_unique_2", "matchers": [{"string": "Zarokh, the Eternal drops Temporalis", "negate": false}], "trade": {"ids": {"sanctum": ["sanctum.stat_2469854926"]}}} -{"ref": "Zarokh, the Eternal drops Sekhema's Resolve", "better": 1, "id": "map_sanctum_boss_drop_unique_3", "matchers": [{"string": "Zarokh, the Eternal drops Sekhema's Resolve", "negate": false}], "trade": {"ids": {"sanctum": ["sanctum.stat_2821715641"]}}} -{"ref": "Zarokh, the Eternal drops Sandstorm Visage", "better": 1, "id": "map_sanctum_boss_drop_unique_4", "matchers": [{"string": "Zarokh, the Eternal drops Sandstorm Visage", "negate": false}], "trade": {"ids": {"sanctum": ["sanctum.stat_3059754769"]}}} -{"ref": "Zarokh, the Eternal drops Against the Darkness", "better": 1, "id": "map_sanctum_boss_drop_unique_5", "matchers": [{"string": "Zarokh, the Eternal drops Against the Darkness", "negate": false}], "trade": {"ids": {"sanctum": ["sanctum.stat_3840591093"]}}} -{"ref": "Zarokh, the Eternal takes #% more Damage", "better": 1, "id": "map_lycia2_damage_taken_+%_final", "matchers": [{"string": "Zarokh, the Eternal takes #% more Damage", "negate": false}, {"string": "Zarokh, the Eternal takes #% less Damage", "negate": true}], "trade": {"ids": {"sanctum": ["sanctum.stat_2226900052"]}}} -{"ref": "Zarokh, the Eternal deals #% more Damage", "better": 1, "id": "map_lycia2_damage_+%_final", "matchers": [{"string": "Zarokh, the Eternal deals #% more Damage", "negate": false}, {"string": "Zarokh, the Eternal deals #% less Damage", "negate": true}], "trade": {"ids": {"sanctum": ["sanctum.stat_2149490821"]}}} -{"ref": "Aureus Coins are converted to Experience upon defeating the Herald of the Scourge", "better": 1, "id": "map_lycia2_aureus_converted_to_experience", "matchers": [{"string": "Aureus Coins are converted to Experience upon defeating the Herald of the Scourge", "negate": false}], "trade": {"ids": {"sanctum": ["sanctum.stat_1307773596"]}}} -{"ref": "Aureus Coins are converted to Relics upon defeating the Herald of the Scourge", "better": 1, "id": "map_lycia2_aureus_converted_to_relics", "matchers": [{"string": "Aureus Coins are converted to Relics upon defeating the Herald of the Scourge", "negate": false}], "trade": {"ids": {"sanctum": ["sanctum.stat_315260783"]}}} -{"ref": "Aureus Coins are converted to Tainted Currency upon defeating the Herald of the Scourge", "better": 1, "id": "map_lycia2_aureus_converted_to_tainted_currency", "matchers": [{"string": "Aureus Coins are converted to Tainted Currency upon defeating the Herald of the Scourge", "negate": false}], "trade": {"ids": {"sanctum": ["sanctum.stat_1019656601"]}}} -{"ref": "Cannot have Boons", "better": 1, "id": "sanctum_prevent_boons", "matchers": [{"string": "Cannot have Boons", "negate": false}], "trade": {"ids": {"sanctum": ["sanctum.stat_2283325632"]}}} -{"ref": "Rooms are unknown on the Trial Map", "better": 1, "id": "sanctum_hide_room_all", "matchers": [{"string": "Rooms are unknown on the Trial Map", "negate": false}], "trade": {"ids": {"sanctum": ["sanctum.stat_3237367570"]}}} -{"ref": "Cannot restore Honour", "better": 1, "id": "sanctum_cannot_restore_honour", "matchers": [{"string": "Cannot restore Honour", "negate": false}], "trade": {"ids": {"sanctum": ["sanctum.stat_2545161750"]}}} -{"ref": "Maximum Honour is 1", "better": 1, "id": "sanctum_maximum_honour_is_1", "matchers": [{"string": "Maximum Honour is 1", "negate": false}], "trade": {"ids": {"sanctum": ["sanctum.stat_4191312223"]}}} -{"ref": "You have no Defences", "better": 1, "id": "map_player_defences_are_zero", "matchers": [{"string": "You have no Defences", "negate": false}], "trade": {"ids": {"sanctum": ["sanctum.stat_579203476"]}}} -{"ref": "Cannot be used with Trials below level {}", "better": 1, "id": "local_unique_relic_sanctum_level_restriction", "matchers": [{"string": "Cannot be used with Trials below level {}", "negate": false}], "trade": {"ids": null}} -{"ref": "Other Players are classified as Enemies", "better": 1, "id": "map_friendly_fire", "matchers": [{"string": "Other Players are classified as Enemies", "negate": false}], "trade": {"ids": null}} -{"ref": "Players can only deal Damage when near # other Players", "better": 1, "id": "map_deal_no_damage_if_less_than_X_players_nearby", "matchers": [{"string": "Players can only deal Damage when near # other Players", "negate": false}], "trade": {"ids": null}} -{"ref": "Players can only deal Damage to Monsters of matching Polarity", "better": 1, "id": "map_players_and_monsters_have_polarity", "matchers": [{"string": "Players can only deal Damage to Monsters of matching Polarity", "negate": false}], "trade": {"ids": null}} -{"ref": "Nearby Enemies are Covered in Ash", "better": 1, "id": "local_display_nearby_enemies_are_covered_in_ash", "matchers": [{"string": "Nearby Enemies are Covered in Ash", "negate": false}], "trade": {"ids": null}} -{"ref": "#% chance to Avoid being Knocked Back", "better": 1, "id": "avoid_knockback_%", "matchers": [{"string": "#% chance to Avoid being Knocked Back", "negate": false}], "trade": {"ids": null}} -{"ref": "Found Items have #% chance to drop Corrupted in Area", "better": 1, "id": "map_items_drop_corrupted_%", "matchers": [{"string": "Found Items have #% chance to drop Corrupted in Area", "negate": false}], "trade": {"ids": null}} -{"ref": "Players have #% more maximum Life and Energy Shield", "better": 1, "id": "map_player_maximum_life_and_es_+%_final_from_sanctum_curse", "matchers": [{"string": "Players have #% more maximum Life and Energy Shield", "negate": false}, {"string": "Players have #% less maximum Life and Energy Shield", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_3119282240"]}}} -{"ref": "Players have #% more Defences", "better": 1, "id": "map_player_global_defences_+%_final_from_sanctum_boon", "matchers": [{"string": "Players have #% more Defences", "negate": false}, {"string": "Players have #% less Defences", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_2068415277"]}}} -{"ref": "Players have #% more Recovery Rate of Life, Mana and Energy Shield", "better": 1, "id": "map_player_status_recovery_speed_+%", "matchers": [{"string": "Players have #% more Recovery Rate of Life, Mana and Energy Shield", "negate": false}, {"string": "Players have #% less Recovery Rate of Life, Mana and Energy Shield", "negate": true}], "trade": {"ids": {"explicit": ["explicit.stat_1310597900"]}}} -{"ref": "Sacrifice up to {} to receive double on Trial completion", "better": 1, "id": "ultimatum_wager_type_hash", "matchers": [{"string": "Sacrifice up to {} to receive double on Trial completion", "negate": false}], "trade": {"ids": null}} -{"ref": "#% increased Effect of Jewel Socket Passive Skills\\ncontaining Corrupted Magic Basic Jewels", "better": 1, "id": "local_unique_jewel_passive_jewel_socket_mod_effect_+%_with_corrupted_magic_jewel_socketed", "matchers": [{"string": "#% increased Effect of Jewel Socket Passive Skills\\ncontaining Corrupted Magic Basic Jewels", "negate": false}, {"string": "#% reduced Effect of Jewel Socket Passive Skills\\ncontaining Corrupted Magic Basic Jewels", "negate": true}], "trade": {"ids": null}} -{"ref": "Allocates #", "better": 1, "id": "unique_jewel_grants_notable_hash_1", "matchers": [{"string": "Allocates #", "negate": false}], "trade": {"ids": {"enchant": ["enchant.stat_2954116742"]}}} -{"ref": "Allocates #", "better": 1, "id": "unique_jewel_grants_notable_hash_2", "matchers": [{"string": "Allocates #", "negate": false}], "trade": {"ids": {"enchant": ["enchant.stat_2954116742"]}}} -{"ref": "Allocates #", "better": 1, "id": "unique_jewel_grants_notable_hash_3", "matchers": [{"string": "Allocates #", "negate": false}], "trade": {"ids": {"enchant": ["enchant.stat_2954116742"]}}} -{"ref": "Monsters have #% increased Skill Speed", "better": 1, "id": "map_monsters_skill_speed_+%", "matchers": [{"string": "Monsters have #% increased Skill Speed", "negate": false}, {"string": "Monsters have #% reduced Skill Speed", "negate": true}], "trade": {"ids": null}} -{"ref": "+# to Level of all # Skills", "better": 1, "id": "unique_jewel_specific_skill_level_+_skill", "matchers": [{"string": "# to Level of all # Skills", "negate": false}], "trade": {"ids": {"explicit": ["explicit.stat_448592698"]}}} -{"ref": "#% increased Physical Damage", "better": 1, "id": "physical_local_damage_+%", "matchers": [{"string": "#% increased Physical Damage"}], "trade": {"ids": {"explicit": ["explicit.stat_419810844"], "fractured": ["fractured.stat_419810844"], "rune": ["rune.stat_419810844"]}}} diff --git a/renderer/src/parser/en/testLoader.ts b/renderer/src/parser/en/testLoader.ts deleted file mode 100644 index 2ad0ed63..00000000 --- a/renderer/src/parser/en/testLoader.ts +++ /dev/null @@ -1,253 +0,0 @@ -import fnv1a from "@sindresorhus/fnv1a"; -import type { - BaseType, - DropEntry, - Stat, - StatMatcher, - TranslationDict, -} from "./interfaces"; -import path from "path"; -import fs from "fs"; - -export * from "./interfaces"; - -export let ITEM_DROP: DropEntry[]; -export let CLIENT_STRINGS: TranslationDict; -export let CLIENT_STRINGS_REF: TranslationDict; -export let APP_PATRONS: Array<{ from: string; months: number; style: number }>; - -export let ITEM_BY_TRANSLATED = ( - ns: BaseType["namespace"], - name: string, -): BaseType[] | undefined => undefined; -export let ITEM_BY_REF = ( - ns: BaseType["namespace"], - name: string, -): BaseType[] | undefined => undefined; -export let ITEMS_ITERATOR = function* ( - includes: string, - andIncludes?: string[], -): Generator {}; - -export let ALTQ_GEM_NAMES = function* (): Generator {}; -export let REPLICA_UNIQUE_NAMES = function* (): Generator {}; - -export let STAT_BY_MATCH_STR = ( - name: string, -): { matcher: StatMatcher; stat: Stat } | undefined => undefined; -export let STAT_BY_REF = (name: string): Stat | undefined => undefined; -export let STATS_ITERATOR = function* ( - includes: string, - andIncludes?: string[], -): Generator {}; - -function dataBinarySearch( - data: Uint32Array, - value: number, - rowOffset: number, - rowSize: number, -) { - let left = 0; - let right = data.length / rowSize - 1; - while (left <= right) { - const mid = Math.floor((left + right) / 2); - const midValue = data[mid * rowSize + rowOffset]; - if (midValue < value) { - left = mid + 1; - } else if (midValue > value) { - right = mid - 1; - } else { - return mid; - } - } - return -1; -} - -function ndjsonFindLines(ndjson: string) { - // it's preferable that passed `searchString` has good entropy - return function* ( - searchString: string, - andIncludes: string[] = [], - ): Generator { - let start = 0; - while (start !== ndjson.length) { - const matchPos = ndjson.indexOf(searchString, start); - if (matchPos === -1) break; - // works for first line too (-1 + 1 = 0) - start = ndjson.lastIndexOf("\n", matchPos) + 1; - const end = ndjson.indexOf("\n", matchPos); - const jsonLine = ndjson.slice(start, end); - if (andIncludes.every((str) => jsonLine.includes(str))) { - yield JSON.parse(jsonLine) as T; - } - start = end + 1; - } - }; -} - -function itemNamesFromLines(items: Generator) { - let cached = ""; - return function* (): Generator { - if (!cached.length) { - for (const item of items) { - cached += item.name + "\n"; - } - } - - let start = 0; - while (start !== cached.length) { - const end = cached.indexOf("\n", start); - yield cached.slice(start, end); - start = end + 1; - } - }; -} - -async function loadItems(language: string) { - const ndjson = fs.readFileSync( - path.resolve(__dirname, `./items.ndjson`), - "utf-8", - ); - const INDEX_WIDTH = 2; - const indexNames = new Uint32Array( - fs.readFileSync(path.resolve(__dirname, `./items-name.index.bin`)).buffer, - ); - - const indexRefNames = new Uint32Array( - fs.readFileSync(path.resolve(__dirname, `./items-ref.index.bin`)).buffer, - ); - - function commonFind(index: Uint32Array, prop: "name" | "refName") { - return function ( - ns: BaseType["namespace"], - name: string, - ): BaseType[] | undefined { - let start = dataBinarySearch( - index, - Number(fnv1a(`${ns}::${name}`, { size: 32 })), - 0, - INDEX_WIDTH, - ); - if (start === -1) return undefined; - start = index[start * INDEX_WIDTH + 1]; - const out: BaseType[] = []; - while (start !== ndjson.length) { - const end = ndjson.indexOf("\n", start); - const record = JSON.parse(ndjson.slice(start, end)) as BaseType; - if (record.namespace === ns && record[prop] === name) { - out.push(record); - if (!record.disc && !record.unique) break; - } else { - break; - } - start = end + 1; - } - return out; - }; - } - - ITEM_BY_TRANSLATED = commonFind(indexNames, "name"); - ITEM_BY_REF = commonFind(indexRefNames, "refName"); - ITEMS_ITERATOR = ndjsonFindLines(ndjson); - ALTQ_GEM_NAMES = itemNamesFromLines( - ITEMS_ITERATOR('altQuality":["Anomalous'), - ); - REPLICA_UNIQUE_NAMES = itemNamesFromLines( - ITEMS_ITERATOR('refName":"Replica'), - ); -} - -async function loadStats(language: string) { - const ndjson = fs.readFileSync( - path.resolve(__dirname, `./stats.ndjson`), - "utf-8", - ); - const INDEX_WIDTH = 2; - const indexRef = new Uint32Array( - fs.readFileSync(path.resolve(__dirname, `./stats-ref.index.bin`)).buffer, - ); - const indexMatcher = new Uint32Array( - fs.readFileSync( - path.resolve(__dirname, `./stats-matcher.index.bin`), - ).buffer, - ); - - STAT_BY_REF = function (ref: string) { - let start = dataBinarySearch( - indexRef, - Number(fnv1a(ref, { size: 32 })), - 0, - INDEX_WIDTH, - ); - if (start === -1) return undefined; - start = indexRef[start * INDEX_WIDTH + 1]; - const end = ndjson.indexOf("\n", start); - return JSON.parse(ndjson.slice(start, end)); - }; - - STAT_BY_MATCH_STR = function (matchStr: string) { - let start = dataBinarySearch( - indexMatcher, - Number(fnv1a(matchStr, { size: 32 })), - 0, - INDEX_WIDTH, - ); - if (start === -1) return undefined; - start = indexMatcher[start * INDEX_WIDTH + 1]; - const end = ndjson.indexOf("\n", start); - const stat = JSON.parse(ndjson.slice(start, end)) as Stat; - - const matcher = stat.matchers.find( - (m) => m.string === matchStr || m.advanced === matchStr, - ); - if (!matcher) { - // console.log('fnv1a32 collision') - return undefined; - } - return { stat, matcher }; - }; - - STATS_ITERATOR = ndjsonFindLines(ndjson); -} - -// assertion, to avoid regressions in stats.ndjson -const DELAYED_STAT_VALIDATION = new Set(); -export function stat(text: string) { - DELAYED_STAT_VALIDATION.add(text); - return text; -} - -export async function init(lang: string) { - CLIENT_STRINGS_REF = (await import("./client_strings.js")).default; - ITEM_DROP = JSON.parse( - fs.readFileSync(path.resolve(__dirname, `./item-drop.json`), "utf-8"), - ) as DropEntry[]; - APP_PATRONS = JSON.parse( - fs.readFileSync(path.resolve(__dirname, `./patrons.json`), "utf-8"), - ) as Array<{ from: string; months: number; style: number }>; - - await loadForLang(lang); - - let failed = false; - const missing = []; - - for (const text of DELAYED_STAT_VALIDATION) { - if (STAT_BY_REF(text) == null) { - // throw new Error(`Cannot find stat: ${text}`); - missing.push(text); - failed = true; - } - } - if (failed) { - throw new Error( - `Cannot find stat${missing.length > 1 ? "s" : ""}: ${missing.join("\n")}`, - ); - } - DELAYED_STAT_VALIDATION.clear(); -} - -export async function loadForLang(lang: string) { - CLIENT_STRINGS = (await import("./client_strings.js")).default; - await loadItems(lang); - await loadStats(lang); -} diff --git a/renderer/src/parser/meta.ts b/renderer/src/parser/meta.ts index d9b22802..36bf896a 100644 --- a/renderer/src/parser/meta.ts +++ b/renderer/src/parser/meta.ts @@ -23,12 +23,12 @@ export enum ItemCategory { Warstaff = "Warstaff", Dagger = "Dagger", RuneDagger = "Rune Dagger", - OneHandedAxe = "One-Handed Axe", - TwoHandedAxe = "Two-Handed Axe", - OneHandedMace = "One-Handed Mace", - TwoHandedMace = "Two-Handed Mace", - OneHandedSword = "One-Handed Sword", - TwoHandedSword = "Two-Handed Sword", + OneHandedAxe = "One Hand Axe", + TwoHandedAxe = "Two Hand Axe", + OneHandedMace = "One Hand Mace", + TwoHandedMace = "Two Hand Mace", + OneHandedSword = "One Hand Sword", + TwoHandedSword = "Two Hand Sword", ClusterJewel = "Cluster Jewel", HeistBlueprint = "Heist Blueprint", HeistContract = "Heist Contract", diff --git a/renderer/src/web/background/Leagues.ts b/renderer/src/web/background/Leagues.ts index 0fa1442a..a8c6651e 100644 --- a/renderer/src/web/background/Leagues.ts +++ b/renderer/src/web/background/Leagues.ts @@ -4,7 +4,8 @@ import { AppConfig } from "@/web/Config"; // pc-ggg, pc-garena // const PERMANENT_SC = ['Standard', '標準模式'] -const PERMANENT_HC = ["Hardcore", "專家模式"]; +// const PERMANENT_HC = ["Hardcore", "專家模式"]; +const PERMANENT_HC: string[] = []; interface ApiLeague { id: string; diff --git a/renderer/src/web/price-check/trade/OnlineFilter.vue b/renderer/src/web/price-check/trade/OnlineFilter.vue index 4019b1d8..a71f3906 100644 --- a/renderer/src/web/price-check/trade/OnlineFilter.vue +++ b/renderer/src/web/price-check/trade/OnlineFilter.vue @@ -72,15 +72,18 @@ :value="undefined" >{{ t(":currency_any") }} - {{ - t(":currency_only_chaos") + {{ + t(":currency_only_exalted") }} + {{ t(":currency_only_div") }} - {{ - t(":currency_chaos_div") - }} +